Mark TestCModules as XFAIL on OSX.

http://reviews.llvm.org/D11962

llvm-svn: 245357
This commit is contained in:
Oleksiy Vyalov 2015-08-18 21:20:25 +00:00
parent 7ad173dc8a
commit 6e295cd179
1 changed files with 2 additions and 0 deletions

View File

@ -16,12 +16,14 @@ class CModulesTestCase(TestBase):
@skipUnlessDarwin
@dsym_test
@expectedFailureDarwin('http://llvm.org/pr24302')
def test_expr_with_dsym(self):
self.buildDsym()
self.expr()
@dwarf_test
@skipIfFreeBSD
@expectedFailureDarwin('http://llvm.org/pr24302')
@expectedFailureLinux('http://llvm.org/pr23456') # 'fopen' has unknown return type
@expectedFailureWindows("llvm.org/pr24489: Name lookup not working correctly on Windows")
def test_expr_with_dwarf(self):