We should have a different bug for this since the reason is different.  Also let's try to follow up with clang-cl people as soon as we can to determine the expected behavior <br><div class="gmail_quote"><div dir="ltr">On Wed, Feb 24, 2016 at 4:28 PM Adrian McCarthy via lldb-commits <<a href="mailto:lldb-commits@lists.llvm.org">lldb-commits@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: amccarth<br>
Date: Wed Feb 24 18:24:07 2016<br>
New Revision: 261810<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=261810&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project?rev=261810&view=rev</a><br>
Log:<br>
XFail TestInlines.py on Windows with clang.<br>
<br>
Test expects the breakpoint to resolve to three locations, but clang on windows yields only 2.<br>
<br>
<a href="http://llvm.org/pr26710" rel="noreferrer" target="_blank">llvm.org/pr26710</a><br>
<br>
Modified:<br>
    lldb/trunk/packages/Python/lldbsuite/test/lang/c/inlines/TestInlines.py<br>
<br>
Modified: lldb/trunk/packages/Python/lldbsuite/test/lang/c/inlines/TestInlines.py<br>
URL: <a href="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" rel="noreferrer" target="_blank">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</a><br>
==============================================================================<br>
--- lldb/trunk/packages/Python/lldbsuite/test/lang/c/inlines/TestInlines.py (original)<br>
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/c/inlines/TestInlines.py Wed Feb 24 18:24:07 2016<br>
@@ -19,6 +19,7 @@ class InlinesTestCase(TestBase):<br>
         self.line = line_number('inlines.c', '// Set break point at this line.')<br>
<br>
     @expectedFailureAll("<a href="http://llvm.org/pr26710" rel="noreferrer" target="_blank">llvm.org/pr26710</a>", oslist=["linux"], compiler="gcc")<br>
+    @expectedFailureAll("<a href="http://llvm.org/pr26710" rel="noreferrer" target="_blank">llvm.org/pr26710</a>", oslist=["windows"], compiler="clang")<br>
     def test(self):<br>
         """Test that local variables are visible in expressions."""<br>
         self.build()<br>
<br>
<br>
_______________________________________________<br>
lldb-commits mailing list<br>
<a href="mailto:lldb-commits@lists.llvm.org" target="_blank">lldb-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits</a><br>
</blockquote></div>