mirror of
https://github.com/intel/llvm.git
synced 2026-01-29 04:16:38 +08:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user