Mark this as an expected failure

llvm-svn: 193824
This commit is contained in:
Enrico Granata 2013-10-31 23:05:35 +00:00
parent 3e6f7aff3e
commit 4a2dc3b01b
1 changed files with 3 additions and 1 deletions

View File

@ -10,12 +10,14 @@ class AssertingInferiorTestCase(TestBase):
mydir = os.path.join("functionalities", "inferior-assert")
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
@unittest2.expectedFailure("rdar://15367233")
def test_inferior_asserting_dsym(self):
"""Test that lldb reliably catches the inferior asserting (command)."""
self.buildDsym()
self.inferior_asserting()
@expectedFailurei386 # llvm.org/pr17384: lldb needs to be aware of linux-vdso.so to unwind stacks properly
@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_dwarf(self):
"""Test that lldb reliably catches the inferior asserting (command)."""
self.buildDwarf()