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
This commit is contained in:
Jason Molenda 2017-03-10 05:33:27 +00:00
parent a3bdd8f27b
commit 73b76ce563
1 changed files with 1 additions and 0 deletions

View File

@ -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")