[Lldb-commits] [lldb] r189678 - Skipping two tests that hang consistently on Linux while investigating the issue in more depth.

Ashok Thirumurthi ashok.thirumurthi at intel.com
Fri Aug 30 08:27:31 PDT 2013


Author: athirumu
Date: Fri Aug 30 10:27:30 2013
New Revision: 189678

URL: http://llvm.org/viewvc/llvm-project?rev=189678&view=rev
Log:
Skipping two tests that hang consistently on Linux while investigating the issue in more depth.

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

Modified: lldb/trunk/test/functionalities/inferior-crashing/TestInferiorCrashing.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/inferior-crashing/TestInferiorCrashing.py?rev=189678&r1=189677&r2=189678&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/inferior-crashing/TestInferiorCrashing.py (original)
+++ lldb/trunk/test/functionalities/inferior-crashing/TestInferiorCrashing.py Fri Aug 30 10:27:30 2013
@@ -65,7 +65,7 @@ class CrashingInferiorTestCase(TestBase)
         self.buildDsym()
         self.inferior_crashing_step_after_break()
 
-    @expectedFailureLinux # due to llvm.org/pr15988 -- step over misbehaves after crash
+    @skipIfLinux # due to llvm.org/pr15988 -- step over misbehaves after crash
     def test_inferior_crashing_step_after_break_dwarf(self):
         """Test that lldb functions correctly after stepping through a crash."""
         self.buildDwarf()

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=189678&r1=189677&r2=189678&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py (original)
+++ lldb/trunk/test/functionalities/inferior-crashing/recursive-inferior/TestRecursiveInferior.py Fri Aug 30 10:27:30 2013
@@ -66,6 +66,7 @@ class CrashingRecursiveInferiorTestCase(
         self.buildDsym()
         self.recursive_inferior_crashing_step_after_break()
 
+    @skipIfLinux # due to llvm.org/pr15988 -- step over misbehaves after crash
     def test_recursive_inferior_crashing_step_after_break_dwarf(self):
         """Test that lldb functions correctly after stepping through a crash."""
         self.buildDwarf()





More information about the lldb-commits mailing list