Files
clang-p2996/libcxxabi/test/thread_local_destruction_order.pass.cpp
Martin Storsjö 7f00b2aa75 [libcxxabi] [test] Mark thread_local_destruction_order.pass.cpp unsupported for mingw targets
With current versions of mingw-w64, TLS destructors that are registered
while executing TLS destructors are lost and leaked.

The root cause does get fixed further upstream in mingw-w64 in
71eddccd74
though, but mark the test as unsupported for now. The marking can be
removed later when the version used in the CI runner has been updated
to include the fix.

Differential Revision: https://reviews.llvm.org/D147859
2023-04-11 00:01:38 +03:00

1.7 KiB