summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/api
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>2017-03-10 05:33:27 +0000
committerJason Molenda <jmolenda@apple.com>2017-03-10 05:33:27 +0000
commit73b76ce563cd3473be66e773efa828eeb3ab7d0a (patch)
tree81dc9a68e79aae94f0d24073bca5fdfb13ce9d00 /lldb/packages/Python/lldbsuite/test/api
parenta3bdd8f27b0991387fd03568379a942b01cddfcd (diff)
downloadbcm5719-llvm-73b76ce563cd3473be66e773efa828eeb3ab7d0a.tar.gz
bcm5719-llvm-73b76ce563cd3473be66e773efa828eeb3ab7d0a.zip
Mark this as skipped for now. There is a race condition with
SectionLoadList exposed by this test. Greg tried to chase it down & got pretty far but the isn't correct so we'll disable this test for now until I can figure that out. <rdar://problem/30899227> llvm-svn: 297440
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/api')
-rw-r--r--lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py1
1 files changed, 1 insertions, 0 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 c3dee8b52c6..dc1a0d19f83 100644
--- a/lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py
+++ b/lldb/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py
@@ -19,6 +19,7 @@ class TestMultipleSimultaneousDebuggers(TestBase):
mydir = TestBase.compute_mydir(__file__)
@skipIfNoSBHeaders
+ @expectedFailureAll(bugnumber="rdar://30564102")
@expectedFailureAll(
archs="i[3-6]86",
bugnumber="multi-process-driver.cpp creates an x64 target")
OpenPOWER on IntegriCloud