Marked TestModulesInlineFunctions.py XFAIL

Tracked here:
https://llvm.org/bugs/show_bug.cgi?id=25743

llvm-svn: 254746
This commit is contained in:
Todd Fiala 2015-12-04 18:52:02 +00:00
parent 8dff7ca375
commit c5011a8a1a
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ class ModulesInlineFunctionsTestCase(TestBase):
@skipUnlessDarwin
@unittest2.skipIf(platform.system() != "Darwin" or StrictVersion('12.0.0') > platform.release(), "Only supported on Darwin 12.0.0+")
@expectedFailureDarwin("llvm.org/pr25743")
def test_expr(self):
self.build()
exe = os.path.join(os.getcwd(), "a.out")