From 17dd4fe27bbfd441d3528405e02736fef0cf52d0 Mon Sep 17 00:00:00 2001 From: Adrian McCarthy Date: Thu, 25 Feb 2016 00:24:07 +0000 Subject: 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 --- lldb/packages/Python/lldbsuite/test/lang/c/inlines/TestInlines.py | 1 + 1 file changed, 1 insertion(+) (limited to 'lldb/packages/Python/lldbsuite/test') diff --git a/lldb/packages/Python/lldbsuite/test/lang/c/inlines/TestInlines.py b/lldb/packages/Python/lldbsuite/test/lang/c/inlines/TestInlines.py index 61dbcaa6d58..b75f0bedff5 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/c/inlines/TestInlines.py +++ b/lldb/packages/Python/lldbsuite/test/lang/c/inlines/TestInlines.py @@ -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() -- cgit v1.2.3