[Lldb-commits] [lldb] r327731 - Skip TestThreadSpecificBpPlusCondition on Darwin due to timeouts

Vedant Kumar via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 16 12:33:40 PDT 2018


Author: vedantk
Date: Fri Mar 16 12:33:39 2018
New Revision: 327731

URL: http://llvm.org/viewvc/llvm-project?rev=327731&view=rev
Log:
Skip TestThreadSpecificBpPlusCondition on Darwin due to timeouts

Bot failure: https://ci.swift.org/job/oss-lldb-incremental-osx/1104/

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break_plus_condition/TestThreadSpecificBpPlusCondition.py

Modified: lldb/trunk/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break_plus_condition/TestThreadSpecificBpPlusCondition.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break_plus_condition/TestThreadSpecificBpPlusCondition.py?rev=327731&r1=327730&r2=327731&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break_plus_condition/TestThreadSpecificBpPlusCondition.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/functionalities/thread/thread_specific_break_plus_condition/TestThreadSpecificBpPlusCondition.py Fri Mar 16 12:33:39 2018
@@ -21,6 +21,7 @@ class ThreadSpecificBreakPlusConditionTe
 
     # 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'])




More information about the lldb-commits mailing list