summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/thread
diff options
context:
space:
mode:
authorTodd Fiala <tfiala@google.com>2014-02-28 15:54:36 +0000
committerTodd Fiala <tfiala@google.com>2014-02-28 15:54:36 +0000
commit722311edc87efc46e86d1884c470de3a0cd53bf7 (patch)
tree1c171f67635e9e113e072efc033745c6a4c1f8f3 /lldb/test/functionalities/thread
parentf9dc4b73734a2b442331026bd3e9e7845441c2ae (diff)
downloadbcm5719-llvm-722311edc87efc46e86d1884c470de3a0cd53bf7.tar.gz
bcm5719-llvm-722311edc87efc46e86d1884c470de3a0cd53bf7.zip
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. llvm-svn: 202508
Diffstat (limited to 'lldb/test/functionalities/thread')
-rw-r--r--lldb/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py b/lldb/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py
index 24db482991d..1b28578b478 100644
--- a/lldb/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py
+++ b/lldb/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py
@@ -22,7 +22,6 @@ class BreakpointAfterJoinTestCase(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 breakpoint handling after a thread join."""
OpenPOWER on IntegriCloud