From de37c444ef4eedb2da07f2aacc5c66da7e753e9e Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Wed, 28 Aug 2019 00:35:37 +0000 Subject: [test] Disable TestConcurrentManySignals on Darwin. This test is flaky on GreenDragon. Disable it until we figure out why. llvm-svn: 370136 --- .../thread/concurrent_events/TestConcurrentManySignals.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lldb/packages/Python') diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentManySignals.py b/lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentManySignals.py index 19b9f7f21ea..de85ae840fd 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentManySignals.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/thread/concurrent_events/TestConcurrentManySignals.py @@ -14,6 +14,8 @@ class ConcurrentManySignals(ConcurrentEventsBase): # Atomic sequences are not supported yet for MIPS in LLDB. @skipIf(triple='^mips') + # This test is flaky on Darwin. + @skipIfDarwin def test(self): """Test 100 signals from 100 threads.""" self.build(dictionary=self.getBuildFlags()) -- cgit v1.2.3