[lldb-dev] Question about TestMultipleDebuggers.py

Siva Chandra via lldb-dev lldb-dev at lists.llvm.org
Mon Feb 8 14:08:57 PST 2016


On Mon, Feb 8, 2016 at 1:36 PM, Zachary Turner via lldb-dev
<lldb-dev at lists.llvm.org> wrote:
> Why is this marked @skipIfI386?  I don't see anything i386 specific about
> this test.  Can this decorator be removed?

I think skipping for i386 is only because most developers are using
64-bit hosts for development. [Heck, even the bots I think are all
64-bit hosts. Windows, I am not sure though.]

I think a more apt decorator would be @skipIfNotHostArch?

> _______________________________________________
> lldb-dev mailing list
> lldb-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
>


More information about the lldb-dev mailing list