forked from OSchip/llvm-project
Another instance of the same test failing
llvm-svn: 193826
This commit is contained in:
parent
4510a159c2
commit
7037b3f915
|
@ -62,12 +62,14 @@ class AssertingInferiorTestCase(TestBase):
|
|||
self.inferior_asserting_expr()
|
||||
|
||||
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
|
||||
@unittest2.expectedFailure("rdar://15367233")
|
||||
def test_inferior_asserting_step(self):
|
||||
"""Test that lldb functions correctly after stepping through a call to assert()."""
|
||||
self.buildDsym()
|
||||
self.inferior_asserting_step()
|
||||
|
||||
@expectedFailurei386 # llvm.org/pr17384: lldb needs to be aware of linux-vdso.so to unwind stacks properly
|
||||
@unittest2.expectedFailure("rdar://15367233")
|
||||
def test_inferior_asserting_step(self):
|
||||
"""Test that lldb functions correctly after stepping through a call to assert()."""
|
||||
self.buildDwarf()
|
||||
|
|
Loading…
Reference in New Issue