summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2016-10-06 21:07:45 +0000
committerTodd Fiala <todd.fiala@gmail.com>2016-10-06 21:07:45 +0000
commit8e2208b237076a8782d350d23379b94f0046ba3a (patch)
tree91d669c2fafba9292a696d8e9ba1901190618439 /lldb/packages/Python/lldbsuite/test
parent51019244abe20e51f4185c8d1e9f4b03e2ecde99 (diff)
downloadbcm5719-llvm-8e2208b237076a8782d350d23379b94f0046ba3a.tar.gz
bcm5719-llvm-8e2208b237076a8782d350d23379b94f0046ba3a.zip
xfail TestQueues on macOS
This test is failing on CI. I cannot get it to fail on my local setup. Tracked by: rdar://28658529 llvm-svn: 283492
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-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 2d86f860d52..972021e192b 100644
--- a/lldb/packages/Python/lldbsuite/test/macosx/queues/TestQueues.py
+++ b/lldb/packages/Python/lldbsuite/test/macosx/queues/TestQueues.py
@@ -18,6 +18,7 @@ class TestQueues(TestBase):
@skipUnlessDarwin
@add_test_categories(['pyapi'])
+ @expectedFailureAll(bugnumber="rdar://28658529")
def test_with_python_api(self):
"""Test queues inspection SB APIs."""
self.build()
OpenPOWER on IntegriCloud