summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorDaniel Malea <daniel.malea@intel.com>2013-07-11 22:40:52 +0000
committerDaniel Malea <daniel.malea@intel.com>2013-07-11 22:40:52 +0000
commit37002ad30e7ccee79362e39e0a24c33f87efa993 (patch)
tree0c5b2e78bd9cf64707eb0a0bf755c0523c365789 /lldb
parent1bb5dbf6288899909f551b4905d8b79ddb3490c8 (diff)
downloadbcm5719-llvm-37002ad30e7ccee79362e39e0a24c33f87efa993.tar.gz
bcm5719-llvm-37002ad30e7ccee79362e39e0a24c33f87efa993.zip
Tentatively re-enabling TestBreakAfterJoin on Linux
- Unable to reproduce llvm.org/pr16170 locally llvm-svn: 186129
Diffstat (limited to 'lldb')
-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 061ad304bf7..fa3d7dba19a 100644
--- a/lldb/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py
+++ b/lldb/test/functionalities/thread/break_after_join/TestBreakAfterJoin.py
@@ -21,7 +21,6 @@ class BreakpointAfterJoinTestCase(TestBase):
self.breakpoint_after_join_test()
@expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
- @skipIfLinux # Causes hangs (llvm.org/pr16170) when run using "make check"
@dwarf_test
def test_with_dwarf(self):
"""Test breakpoint handling after a thread join."""
OpenPOWER on IntegriCloud