xfail TestExec.py on macOS i386

Tracked by:
rdar://28656532

llvm-svn: 283482
This commit is contained in:
Todd Fiala 2016-10-06 19:12:05 +00:00
parent b801095087
commit 50d328b282
1 changed files with 1 additions and 0 deletions

View File

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