diff options
3 files changed, 0 insertions, 6 deletions
diff --git a/lldb/test/functionalities/inferior-assert/TestInferiorAssert.py b/lldb/test/functionalities/inferior-assert/TestInferiorAssert.py index 19094aa8773..1dc5aad2ca6 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 e7a8f2010ac..e807224112a 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 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() |

