So it turns out that TLS variables on linux have been broken all along. I
backed out my changes and the test still failed. The test had a decorator:
@unittest2.expectedFailure("rdar://7796742")
That was causing it to expected fail for everyone. I fixed 7796742 and took off
the decorator, but then the buildbots had errors. I added back a decorator:
@unittest2.expectedFailure("now works on Darwin, but not linux")
As I am not aware of a "expectedFailureExceptDarwin" decorator. Someone on
linux should have a look when they get the chance.
Greg Clayton
> On Jul 1, 2016, at 12:40 PM, Greg Clayton via lldb-dev
> <[email protected]> wrote:
>
> I don't have access to a linux machine that can currently build LLVM, Clang
> and LLDB (all are machines that are administered by others and the cmake is
> too old to build top of tree). It should be trivial to get working if you can
> debug it.
>
> Greg Clayton
> _______________________________________________
> lldb-dev mailing list
> [email protected]
> http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev
_______________________________________________
lldb-dev mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev