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

```console
$ cmake -S llvm -G Ninja -B build -DLLVM_ENABLE_PROJECTS="clang;lldb" 
-DCMAKE_BUILD_TYPE=Debug
$ ninja -C build check-lldb-api-lang-cpp-thread_local
$ cd build
$ bin/llvm-lit -v ../lldb/test/API/lang/cpp/thread_local
-- Testing: 1 tests, 1 workers --
UNSUPPORTED: lldb-api :: lang/cpp/thread_local/TestThreadLocal.py (1 of 1)

Testing Time: 0.01s

Total Discovered Tests: 1
  Unsupported: 1 (100.00%)
```

What am I missing?

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