summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-05-01 20:37:05 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-05-01 20:37:05 +0000
commit5833bb280f96cc0bc3cce2b19041921ada39d5ce (patch)
treef5b0a0fd8f442dd6ae2daa6bf37f39476551f3dc
parentc89667db2c6b0f86401b8b9ac2241e33cef4851c (diff)
downloadbcm5719-llvm-5833bb280f96cc0bc3cce2b19041921ada39d5ce.tar.gz
bcm5719-llvm-5833bb280f96cc0bc3cce2b19041921ada39d5ce.zip
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
-rw-r--r--lldb/packages/Python/lldbsuite/test/macosx/queues/TestQueues.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/macosx/queues/TestQueues.py b/lldb/packages/Python/lldbsuite/test/macosx/queues/TestQueues.py
index 74d8d999ce7..369809e2c9f 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")
OpenPOWER on IntegriCloud