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

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Wed Feb 24 17:07:52 PST 2016


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 at 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 at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20160225/2b3c3121/attachment.html>


More information about the lldb-commits mailing list