XFail TestInlines.py on Windows with clang.

Test expects the breakpoint to resolve to three locations, but clang on windows yields only 2.

llvm.org/pr26710

llvm-svn: 261810
This commit is contained in:
Adrian McCarthy
2016-02-25 00:24:07 +00:00
parent 161dc1c605
commit 17dd4fe27b

View File

@@ -19,6 +19,7 @@ class InlinesTestCase(TestBase):
self.line = line_number('inlines.c', '// Set break point at this line.')
@expectedFailureAll("llvm.org/pr26710", oslist=["linux"], compiler="gcc")
@expectedFailureAll("llvm.org/pr26710", oslist=["windows"], compiler="clang")
def test(self):
"""Test that local variables are visible in expressions."""
self.build()