[Lldb-commits] [lldb] r202512 - Enable TestExitDuringBreak.test_with_dwarf on Linux.

Todd Fiala tfiala at google.com
Fri Feb 28 09:04:04 PST 2014


Author: tfiala
Date: Fri Feb 28 11:04:04 2014
New Revision: 202512

URL: http://llvm.org/viewvc/llvm-project?rev=202512&view=rev
Log:
Enable TestExitDuringBreak.test_with_dwarf on Linux.

This test passed 50 out of 50 times for me on Unbuntu 12.04 LTS x86_64
with lldb built using gcc 4.8.2 and July 2013 libedit.

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

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

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=202512&r1=202511&r2=202512&view=diff
==============================================================================
--- lldb/trunk/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py (original)
+++ lldb/trunk/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py Fri Feb 28 11:04:04 2014
@@ -22,7 +22,6 @@ class ExitDuringBreakpointTestCase(TestB
 
     @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 thread exit during breakpoint handling."""





More information about the lldb-commits mailing list