forked from OSchip/llvm-project
xfail TestExec.py on macOS
Tracked by: rdar://28476369 llvm-svn: 282496
This commit is contained in:
parent
74661eb040
commit
abe4ca7c02
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue