forked from OSchip/llvm-project
xfail TestExec.py on macOS i386
Tracked by: rdar://28656532 llvm-svn: 283482
This commit is contained in:
parent
b801095087
commit
50d328b282
|
@ -27,6 +27,7 @@ class ExecTestCase(TestBase):
|
|||
mydir = TestBase.compute_mydir(__file__)
|
||||
|
||||
@skipUnlessDarwin
|
||||
@expectedFailureAll(archs=['i386'], bugnumber="rdar://28656532")
|
||||
def test(self):
|
||||
if self.getArchitecture() == 'x86_64':
|
||||
source = os.path.join(os.getcwd(), "main.cpp")
|
||||
|
|
Loading…
Reference in New Issue