From 9cd270e26e53aad52fde69fab89a84e4bdeea262 Mon Sep 17 00:00:00 2001 From: Ed Maste <emaste@freebsd.org> Date: Sat, 22 Feb 2014 03:13:12 +0000 Subject: [PATCH] Stop skipping test on FreeBSD that no longer fails llvm.org/pr17232 llvm-svn: 201928 --- .../recursive-inferior/TestRecursiveInferior.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py b/lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py index d57cc7e0b386..ddc30dbd86a0 100644 --- a/lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py +++ b/lldb/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py @@ -54,7 +54,6 @@ class CrashingRecursiveInferiorTestCase(TestBase): self.buildDsym() self.recursive_inferior_crashing_step() - @skipIfFreeBSD # llvm.org/pr17232 def test_recursive_inferior_crashing_step_dwarf(self): """Test that stepping after a crash behaves correctly.""" self.buildDwarf()