xfail TestExec.py on macOS

Tracked by:
rdar://28476369

llvm-svn: 282496
This commit is contained in:
Todd Fiala 2016-09-27 15:57:12 +00:00
parent 74661eb040
commit abe4ca7c02
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(oslist=["macosx"], bugnumber="rdar://28476369")
def test(self):
if self.getArchitecture() == 'x86_64':
source = os.path.join(os.getcwd(), "main.cpp")