summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2013-11-14 21:29:58 +0000
committerEd Maste <emaste@freebsd.org>2013-11-14 21:29:58 +0000
commitaf12ff28a147b192c17588afa0c03dc60bf99d79 (patch)
tree7774f9904078531d43dd5236875852535e45c33b /lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py
parent4ae8c9e50715cd6e845204144923a138545d8998 (diff)
downloadbcm5719-llvm-af12ff28a147b192c17588afa0c03dc60bf99d79.tar.gz
bcm5719-llvm-af12ff28a147b192c17588afa0c03dc60bf99d79.zip
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
Diffstat (limited to 'lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py')
-rw-r--r--lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py b/lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py
index 55adfd42018..ac44528e15c 100644
--- a/lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py
+++ b/lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py
@@ -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()
OpenPOWER on IntegriCloud