summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2015-09-15 05:31:27 +0000
committerTodd Fiala <todd.fiala@gmail.com>2015-09-15 05:31:27 +0000
commitd089060d877320b0d14ed2e6c45f77f3e5d8a8e2 (patch)
tree2155b1b07b4ae61d2b7f4daf4f4a80f8c1b4e8e5
parent25bddd3b528acc8b7c26d51e42850b664be9a139 (diff)
downloadbcm5719-llvm-d089060d877320b0d14ed2e6c45f77f3e5d8a8e2.tar.gz
bcm5719-llvm-d089060d877320b0d14ed2e6c45f77f3e5d8a8e2.zip
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. llvm-svn: 247665
-rw-r--r--lldb/test/api/multiple-debuggers/TestMultipleDebuggers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/api/multiple-debuggers/TestMultipleDebuggers.py b/lldb/test/api/multiple-debuggers/TestMultipleDebuggers.py
index 28126e2f9a1..87db1093fad 100644
--- a/lldb/test/api/multiple-debuggers/TestMultipleDebuggers.py
+++ b/lldb/test/api/multiple-debuggers/TestMultipleDebuggers.py
@@ -20,6 +20,7 @@ class TestMultipleSimultaneousDebuggers(TestBase):
@skipIfNoSBHeaders
@expectedFailureFreeBSD("llvm.org/pr20282")
@expectedFailureLinux("llvm.org/pr20282")
+ @expectedFlakeyDarwin()
def test_multiple_debuggers(self):
env = {self.dylibPath : self.getLLDBLibraryEnvVal()}
OpenPOWER on IntegriCloud