Remove annotations for pr17184 (now fixed)

This failure was due to a limitation in the FreeBSD kernel that has now been
addressed.  (llvm.org/pr17226 has the details.)

llvm-svn: 194731
This commit is contained in:
Ed Maste 2013-11-14 21:29:58 +00:00
parent 4ae8c9e507
commit af12ff28a1
3 changed files with 0 additions and 6 deletions

View File

@ -29,7 +29,6 @@ class AssertingInferiorTestCase(TestBase):
self.buildDsym()
self.inferior_asserting_registers()
@expectedFailureFreeBSD('llvm.org/pr17184')
def test_inferior_asserting_register_dwarf(self):
"""Test that lldb reliably reads registers from the inferior after asserting (command)."""
self.buildDwarf()

View File

@ -26,7 +26,6 @@ class CrashingInferiorTestCase(TestBase):
self.buildDsym()
self.inferior_crashing_registers()
@expectedFailureFreeBSD('llvm.org/pr17184')
def test_inferior_crashing_register_dwarf(self):
"""Test that lldb reliably reads registers from the inferior after crashing (command)."""
self.buildDwarf()
@ -44,7 +43,6 @@ class CrashingInferiorTestCase(TestBase):
self.buildDsym()
self.inferior_crashing_expr()
@expectedFailureFreeBSD('llvm.org/pr17184')
def test_inferior_crashing_expr_dwarf(self):
"""Test that the lldb expression interpreter can read from the inferior after crashing (command)."""
self.buildDwarf()
@ -56,7 +54,6 @@ class CrashingInferiorTestCase(TestBase):
self.buildDsym()
self.inferior_crashing_step()
@expectedFailureFreeBSD('llvm.org/pr17184')
def test_inferior_crashing_step_dwarf(self):
"""Test that stepping after a crash behaves correctly."""
self.buildDwarf()

View File

@ -26,7 +26,6 @@ class CrashingRecursiveInferiorTestCase(TestBase):
self.buildDsym()
self.recursive_inferior_crashing_registers()
@expectedFailureFreeBSD('llvm.org/pr17184')
def test_recursive_inferior_crashing_register_dwarf(self):
"""Test that lldb reliably reads registers from the inferior after crashing (command)."""
self.buildDwarf()
@ -44,7 +43,6 @@ class CrashingRecursiveInferiorTestCase(TestBase):
self.buildDsym()
self.recursive_inferior_crashing_expr()
@expectedFailureFreeBSD('llvm.org/pr17184')
def test_recursive_inferior_crashing_expr_dwarf(self):
"""Test that the lldb expression interpreter can read from the inferior after crashing (command)."""
self.buildDwarf()