diff options
author | Jason Molenda <jmolenda@apple.com> | 2016-09-13 02:45:45 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 2016-09-13 02:45:45 +0000 |
commit | e1489bde3bd85d9c5337fa371fe8f4d5d6d09336 (patch) | |
tree | d6c27155a8b2ee41d316d2fdb1a864b1fa1e28d0 /lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py | |
parent | d9d290c0c6a4da157b5b551ab5fab8fb062b7b11 (diff) | |
download | bcm5719-llvm-e1489bde3bd85d9c5337fa371fe8f4d5d6d09336.tar.gz bcm5719-llvm-e1489bde3bd85d9c5337fa371fe8f4d5d6d09336.zip |
Reduce the number of simultaneous debug sessions to 10 and remove
the expectedFlakeyDarwin annotation.
I've been running this test in isolation on my macOS Sierra system
and haven't seen a failure in 20-30 runs. The number of simultaneous
debug sessions that it spins up could be a problem when the testbots
are running under load, so I'm reducing this from 20 simultaneous
debug sessions to see if we can get enough stability to leave this
enabled.
llvm-svn: 281291
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py b/lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py index ca8a69c8d89..20e41f0f412 100644 --- a/lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py +++ b/lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py @@ -18,7 +18,6 @@ class TestMultipleSimultaneousDebuggers(TestBase): mydir = TestBase.compute_mydir(__file__) @skipIfNoSBHeaders - @expectedFlakeyDarwin() @expectedFailureAll( archs="i[3-6]86", bugnumber="multi-process-driver.cpp creates an x64 target") |