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 On Wed, Feb 24, 2016 at 4:28 PM Adrian McCarthy via lldb-commits < lldb-commits@lists.llvm.org> wrote:
> 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 >
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits