From af12ff28a147b192c17588afa0c03dc60bf99d79 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 14 Nov 2013 21:29:58 +0000 Subject: [PATCH] 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 --- .../test/functionalities/inferior-assert/TestInferiorAssert.py | 1 - .../functionalities/inferior-crashing/TestInferiorCrashing.py | 3 --- .../recursive-inferior/TestRecursiveInferior.py | 2 -- 3 files changed, 6 deletions(-) diff --git a/lldb/test/functionalities/inferior-assert/TestInferiorAssert.py b/lldb/test/functionalities/inferior-assert/TestInferiorAssert.py index 19094aa87738..1dc5aad2ca6d 100644 --- a/lldb/test/functionalities/inferior-assert/TestInferiorAssert.py +++ b/lldb/test/functionalities/inferior-assert/TestInferiorAssert.py @@ -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() diff --git a/lldb/test/functionalities/inferior-crashing/TestInferiorCrashing.py b/lldb/test/functionalities/inferior-crashing/TestInferiorCrashing.py index e7a8f2010ac7..e807224112a1 100644 --- a/lldb/test/functionalities/inferior-crashing/TestInferiorCrashing.py +++ b/lldb/test/functionalities/inferior-crashing/TestInferiorCrashing.py @@ -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() diff --git a/lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py b/lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py index 55adfd420180..ac44528e15cb 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()