Disable TestThreadSpecificBpPlusCondition on Windows.

Test frequently times out stalling the test runner.

llvm-svn: 278529
This commit is contained in:
Zachary Turner 2016-08-12 17:15:38 +00:00
parent 980a935e27
commit b6958a888e
1 changed files with 1 additions and 1 deletions

View File

@ -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):