Commit 5ba2fe37 authored by Vedant Kumar's avatar Vedant Kumar
Browse files

Skip TestThreadSpecificBpPlusCondition on Darwin due to timeouts

parent f0815e01
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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'])