forked from OSchip/llvm-project
Disable TestThreadSpecificBpPlusCondition on Windows.
Test frequently times out stalling the test runner. llvm-svn: 278529
This commit is contained in:
parent
980a935e27
commit
b6958a888e
|
@ -18,7 +18,7 @@ class ThreadSpecificBreakPlusConditionTestCase(TestBase):
|
|||
|
||||
mydir = TestBase.compute_mydir(__file__)
|
||||
|
||||
@skipIfFreeBSD # test frequently times out or hangs
|
||||
@skipIf(oslist=['windows', 'freebsd']) # test frequently times out or hangs
|
||||
@expectedFailureAll(oslist=['freebsd'], bugnumber='llvm.org/pr18522') # hits break in another thread in testrun
|
||||
@add_test_categories(['pyapi'])
|
||||
def test_python(self):
|
||||
|
|
Loading…
Reference in New Issue