[Lldb-commits] [lldb] r297440 - Mark this as skipped for now. There is a race condition with
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 9 21:33:27 PST 2017
Author: jmolenda
Date: Thu Mar 9 23:33:27 2017
New Revision: 297440
URL: http://llvm.org/viewvc/llvm-project?rev=297440&view=rev
Log:
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>
Modified:
lldb/trunk/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py
Modified: lldb/trunk/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py?rev=297440&r1=297439&r2=297440&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/api/multiple-debuggers/TestMultipleDebuggers.py Thu Mar 9 23:33:27 2017
@@ -19,6 +19,7 @@ class TestMultipleSimultaneousDebuggers(
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")
More information about the lldb-commits
mailing list