Author: amccarth
Date: Wed Feb 24 18:24:07 2016
New Revision: 261810

URL: http://llvm.org/viewvc/llvm-project?rev=261810&view=rev
Log:
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

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/lang/c/inlines/TestInlines.py

Modified: 
lldb/trunk/packages/Python/lldbsuite/test/lang/c/inlines/TestInlines.py
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/c/inlines/TestInlines.py?rev=261810&r1=261809&r2=261810&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/c/inlines/TestInlines.py 
(original)
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/c/inlines/TestInlines.py Wed 
Feb 24 18:24:07 2016
@@ -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()


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to