Author: tfiala Date: Tue Sep 15 00:31:27 2015 New Revision: 247665 URL: http://llvm.org/viewvc/llvm-project?rev=247665&view=rev Log: Mark TestMultipleDebuggers as flakey on Darwin.
See if this gets us past a few machines that are failing it when it is expected to pass. Modified: lldb/trunk/test/api/multiple-debuggers/TestMultipleDebuggers.py Modified: lldb/trunk/test/api/multiple-debuggers/TestMultipleDebuggers.py URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/api/multiple-debuggers/TestMultipleDebuggers.py?rev=247665&r1=247664&r2=247665&view=diff ============================================================================== --- lldb/trunk/test/api/multiple-debuggers/TestMultipleDebuggers.py (original) +++ lldb/trunk/test/api/multiple-debuggers/TestMultipleDebuggers.py Tue Sep 15 00:31:27 2015 @@ -20,6 +20,7 @@ class TestMultipleSimultaneousDebuggers( @skipIfNoSBHeaders @expectedFailureFreeBSD("llvm.org/pr20282") @expectedFailureLinux("llvm.org/pr20282") + @expectedFlakeyDarwin() def test_multiple_debuggers(self): env = {self.dylibPath : self.getLLDBLibraryEnvVal()} _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits