================
@@ -8,7 +8,7 @@
 
 
 class PlatformProcessCrashInfoTestCase(TestBase):
-    @expectedFailureAll(oslist=["windows", "linux", "freebsd", "netbsd"])
+    @expectedFailureAll(oslist=["windows", "freebsd", "netbsd"])
----------------
DavidSpickett wrote:

Strange, try running it via. dotest.py so that you can see the reason for the 
unsupported:
```
./bin/lldb-dotest -p TestThreadLocal.py
```
Note that you only need a pattern here, not the full path.

I don't see any other annotations at a glance that could be doing this. Could 
be that you didn't have enough tools built. Try `ninja check-lldb` and then 
once it's built and starts running tests you can cancel it. Then run this 
single test again.

https://github.com/llvm/llvm-project/pull/178975
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to