From b6958a888e9e2faff8c368f383e6efac817a06d6 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Fri, 12 Aug 2016 17:15:38 +0000 Subject: Disable TestThreadSpecificBpPlusCondition on Windows. Test frequently times out stalling the test runner. llvm-svn: 278529 --- .../TestThreadSpecificBpPlusCondition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/packages/Python') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break_plus_condition/TestThreadSpecificBpPlusCondition.py b/lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break_plus_condition/TestThreadSpecificBpPlusCondition.py index ccb58c965b3..ec5719d730d 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break_plus_condition/TestThreadSpecificBpPlusCondition.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break_plus_condition/TestThreadSpecificBpPlusCondition.py @@ -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): -- cgit v1.2.3