Remove expectedFailureFreeBSD from passing ThreadExitTestCase::test_with_dwarf

This passes on my FreeBSD stable/10 desktop and my new FreeBSD
11-current buildbot (which is not yet hooked up to the buildmaster).

llvm.org/pr18190

llvm-svn: 254000
This commit is contained in:
Ed Maste 2015-11-24 18:22:37 +00:00
parent 759dc628c0
commit 99ab4f42b7
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ class ThreadExitTestCase(TestBase):
self.break_3 = line_number('main.cpp', '// Set third breakpoint here')
self.break_4 = line_number('main.cpp', '// Set fourth breakpoint here')
@expectedFailureFreeBSD("llvm.org/pr18190") # thread states not properly maintained
@expectedFailureWindows("llvm.org/pr24681")
def test(self):
"""Test thread exit handling."""