[Lldb-commits] [lldb] r201928 - Stop skipping test on FreeBSD that no longer fails

Ed Maste emaste at freebsd.org
Fri Feb 21 19:13:13 PST 2014


Author: emaste
Date: Fri Feb 21 21:13:12 2014
New Revision: 201928

URL: http://llvm.org/viewvc/llvm-project?rev=201928&view=rev
Log:
Stop skipping test on FreeBSD that no longer fails

llvm.org/pr17232

Modified:
    lldb/trunk/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py

Modified: lldb/trunk/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py?rev=201928&r1=201927&r2=201928&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py (original)
+++ lldb/trunk/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py Fri Feb 21 21:13:12 2014
@@ -54,7 +54,6 @@ class CrashingRecursiveInferiorTestCase(
         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()





More information about the lldb-commits mailing list