[Lldb-commits] [lldb] r202508 - Enabled TestBreakAfterJoin.py on Linux.

Todd Fiala tfiala at google.com
Fri Feb 28 07:54:36 PST 2014


Author: tfiala
Date: Fri Feb 28 09:54:36 2014
New Revision: 202508

URL: http://llvm.org/viewvc/llvm-project?rev=202508&view=rev
Log:
Enabled TestBreakAfterJoin.py on Linux.

This is related to:
http://llvm.org/bugs/show_bug.cgi?id=16170

This test ran successfully 40 out of 40 times on Ubuntu 12.04 LTS
x86_64.


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=202508&r1=202507&r2=202508&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py (original)
+++ lldb/trunk/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py Fri Feb 28 09:54:36 2014
@@ -22,7 +22,6 @@ class BreakpointAfterJoinTestCase(TestBa
 
     @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
     @expectedFailureFreeBSD("llvm.org/pr18190") # thread states not properly maintained
-    @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."""





More information about the lldb-commits mailing list