forked from OSchip/llvm-project
Skip TestThreadSpecificBpPlusCondition on Darwin due to timeouts
Bot failure: https://ci.swift.org/job/oss-lldb-incremental-osx/1104/ llvm-svn: 327731
This commit is contained in:
parent
f0815e01d8
commit
5ba2fe3720
|
@ -21,6 +21,7 @@ class ThreadSpecificBreakPlusConditionTestCase(TestBase):
|
|||
|
||||
# test frequently times out or hangs
|
||||
@skipIf(oslist=['windows', 'freebsd'])
|
||||
@skipIfDarwin
|
||||
# hits break in another thread in testrun
|
||||
@expectedFailureAll(oslist=['freebsd'], bugnumber='llvm.org/pr18522')
|
||||
@add_test_categories(['pyapi'])
|
||||
|
|
Loading…
Reference in New Issue