parent
3e6f7aff3e
commit
4a2dc3b01b
|
|
@ -10,12 +10,14 @@ class AssertingInferiorTestCase(TestBase):
|
||||||
mydir = os.path.join("functionalities", "inferior-assert")
|
mydir = os.path.join("functionalities", "inferior-assert")
|
||||||
|
|
||||||
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
|
@unittest2.skipUnless(sys.platform.startswith("darwin"), "requires Darwin")
|
||||||
|
@unittest2.expectedFailure("rdar://15367233")
|
||||||
def test_inferior_asserting_dsym(self):
|
def test_inferior_asserting_dsym(self):
|
||||||
"""Test that lldb reliably catches the inferior asserting (command)."""
|
"""Test that lldb reliably catches the inferior asserting (command)."""
|
||||||
self.buildDsym()
|
self.buildDsym()
|
||||||
self.inferior_asserting()
|
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):
|
def test_inferior_asserting_dwarf(self):
|
||||||
"""Test that lldb reliably catches the inferior asserting (command)."""
|
"""Test that lldb reliably catches the inferior asserting (command)."""
|
||||||
self.buildDwarf()
|
self.buildDwarf()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue