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

llvm-svn: 202512
This commit is contained in:
Todd Fiala 2014-02-28 17:04:04 +00:00
parent 9ce4a73c89
commit 4c523d3f8d

View File

@ -22,7 +22,6 @@ class ExitDuringBreakpointTestCase(TestBase):
@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."""