diff options
author | Todd Fiala <tfiala@google.com> | 2014-02-28 17:04:04 +0000 |
---|---|---|
committer | Todd Fiala <tfiala@google.com> | 2014-02-28 17:04:04 +0000 |
commit | 4c523d3f8d25e033fde4ee4b07cf8aa6a2cfdb94 (patch) | |
tree | 588b0e42886630205f25246d69cc8f39315887a7 | |
parent | 9ce4a73c898d5366781c998c48c3a0cb8970ab75 (diff) | |
download | bcm5719-llvm-4c523d3f8d25e033fde4ee4b07cf8aa6a2cfdb94.tar.gz bcm5719-llvm-4c523d3f8d25e033fde4ee4b07cf8aa6a2cfdb94.zip |
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
-rw-r--r-- | lldb/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py b/lldb/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py index 1726f2ff98d..8d832fda333 100644 --- a/lldb/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py +++ b/lldb/test/functionalities/thread/exit_during_break/TestExitDuringBreak.py @@ -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.""" |