[Lldb-commits] [lldb] [lldb] Handle STT_TLS symbol type in ELF parser (PR #178975)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 5 08:14:28 PST 2026


================
@@ -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


More information about the lldb-commits mailing list