[Lldb-commits] [lldb] r186129 - Tentatively re-enabling TestBreakAfterJoin on Linux

Daniel Malea daniel.malea at intel.com
Thu Jul 11 15:40:52 PDT 2013


Author: dmalea
Date: Thu Jul 11 17:40:52 2013
New Revision: 186129

URL: http://llvm.org/viewvc/llvm-project?rev=186129&view=rev
Log:
Tentatively re-enabling TestBreakAfterJoin on Linux
- Unable to reproduce llvm.org/pr16170 locally


Modified:
    lldb/trunk/test/functionalities/thread/break_after_join/TestBreakAfterJoin.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=186129&r1=186128&r2=186129&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py (original)
+++ lldb/trunk/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py Thu Jul 11 17:40:52 2013
@@ -21,7 +21,6 @@ class BreakpointAfterJoinTestCase(TestBa
         self.breakpoint_after_join_test()
 
     @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
-    @skipIfLinux # Causes hangs (llvm.org/pr16170) when run using "make check"
     @dwarf_test
     def test_with_dwarf(self):
         """Test breakpoint handling after a thread join."""





More information about the lldb-commits mailing list