Author: dmalea
Date: Mon Sep  9 16:28:44 2013
New Revision: 190355

URL: http://llvm.org/viewvc/llvm-project?rev=190355&view=rev
Log:
Disabling tests affected by llvm.org/pr16170 on Linux
- occasional lldb hangs are causing noisy buildbots and trouble in the 
(Debian/Ubuntu) package builder


Modified:
    
lldb/trunk/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py
    
lldb/trunk/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py

Modified: 
lldb/trunk/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py?rev=190355&r1=190354&r2=190355&view=diff
==============================================================================
--- 
lldb/trunk/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py 
(original)
+++ 
lldb/trunk/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py 
Mon Sep  9 16:28:44 2013
@@ -22,6 +22,7 @@ class BreakpointAfterJoinTestCase(TestBa
 
     @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly 
maintained
     @expectedFailureFreeBSD("llvm.org/pr16696") # threaded inferior not yet 
implemented on FreeBSD
+    @skipIfLinux # llvm.org/pr16170 -- this test causes LLDB to hang in 
waitpid() and the inferior is left in the Sleeping (S) state
     @dwarf_test
     def test_with_dwarf(self):
         """Test breakpoint handling after a thread join."""

Modified: 
lldb/trunk/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py?rev=190355&r1=190354&r2=190355&view=diff
==============================================================================
--- 
lldb/trunk/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py 
(original)
+++ 
lldb/trunk/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py 
Mon Sep  9 16:28:44 2013
@@ -22,6 +22,7 @@ class ExitDuringBreakpointTestCase(TestB
 
     @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly 
maintained
     @expectedFailureFreeBSD("llvm.org/pr16696") # threaded inferior not yet 
implemented on FreeBSD
+    @skipIfLinux # llvm.org/pr16170 -- this test causes LLDB to hang in 
waitpid() and the inferior is left in the Sleeping (S) state
     @dwarf_test
     def test_with_dwarf(self):
         """Test thread exit during breakpoint handling."""


_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to