Tentatively re-enabling TestBreakAfterJoin on Linux

- Unable to reproduce llvm.org/pr16170 locally

llvm-svn: 186129
This commit is contained in:
Daniel Malea 2013-07-11 22:40:52 +00:00
parent 1bb5dbf628
commit 37002ad30e
1 changed files with 0 additions and 1 deletions

View File

@ -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."""