forked from OSchip/llvm-project
Re-enabling a test that is no longer failing
llvm-svn: 183281
This commit is contained in:
parent
0d65a762ac
commit
912a710a8a
|
@ -21,7 +21,6 @@ class BreakpointAfterJoinTestCase(TestBase):
|
|||
self.breakpoint_after_join_test()
|
||||
|
||||
@expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
|
||||
@skipIfLinux # Fails intermittently, llvm.org/pr16170"
|
||||
@dwarf_test
|
||||
def test_with_dwarf(self):
|
||||
"""Test breakpoint handling after a thread join."""
|
||||
|
|
Loading…
Reference in New Issue