forked from OSchip/llvm-project
Mark TestCModules as XFAIL on OSX.
http://reviews.llvm.org/D11962 llvm-svn: 245357
This commit is contained in:
parent
7ad173dc8a
commit
6e295cd179
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue