From 5833bb280f96cc0bc3cce2b19041921ada39d5ce Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Wed, 1 May 2019 20:37:05 +0000 Subject: [PATCH] Disable queues_with_libBacktraceRecording After multiple attempts from both Fred and Adrian, this variant of the test is still flaky on GreenDragon. This commit disables it while we continue investigate. llvm-svn: 359724 --- lldb/packages/Python/lldbsuite/test/macosx/queues/TestQueues.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/packages/Python/lldbsuite/test/macosx/queues/TestQueues.py b/lldb/packages/Python/lldbsuite/test/macosx/queues/TestQueues.py index 74d8d99..369809e 100644 --- a/lldb/packages/Python/lldbsuite/test/macosx/queues/TestQueues.py +++ b/lldb/packages/Python/lldbsuite/test/macosx/queues/TestQueues.py @@ -268,6 +268,7 @@ class TestQueues(TestBase): stream.GetData() == "Background", "background QoS thread name is valid") + @skipIfDarwin # rdar://50379398 def queues_with_libBacktraceRecording(self): """Test queues inspection SB APIs with libBacktraceRecording present.""" exe = self.getBuildArtifact("a.out") -- 2.7.4