[Lldb-commits] [lldb] r183569 - Revert r183281, adds a comment about how to reproduce the hang.
Ashok Thirumurthi
ashok.thirumurthi at intel.com
Fri Jun 7 13:58:48 PDT 2013
Author: athirumu
Date: Fri Jun 7 15:58:47 2013
New Revision: 183569
URL: http://llvm.org/viewvc/llvm-project?rev=183569&view=rev
Log:
Revert r183281, adds a comment about how to reproduce the hang.
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=183569&r1=183568&r2=183569&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py (original)
+++ lldb/trunk/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py Fri Jun 7 15:58:47 2013
@@ -21,6 +21,7 @@ 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