Re: [Lldb-commits] [lldb] r261810 - XFail TestInlines.py on Windows with clang.

2016-02-24 Thread Zachary Turner via lldb-commits
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 > D

[Lldb-commits] [lldb] r261810 - XFail TestInlines.py on Windows with clang.

2016-02-24 Thread Adrian McCarthy via lldb-commits
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 Mod