[libcxx-commits] [libcxxabi] [libcxxabi][FreeBSD] Re-enable `thread_local_destruction_order.pass.cpp`. (PR #186129)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jul 3 13:06:14 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libcxxabi
Author: aokblast
<details>
<summary>Changes</summary>
Fixed in https://reviews.freebsd.org/D55826
---
Full diff: https://github.com/llvm/llvm-project/pull/186129.diff
1 Files Affected:
- (modified) libcxxabi/test/thread_local_destruction_order.pass.cpp (-2)
``````````diff
diff --git a/libcxxabi/test/thread_local_destruction_order.pass.cpp b/libcxxabi/test/thread_local_destruction_order.pass.cpp
index c7e7717d6f04f..775b417832a1f 100644
--- a/libcxxabi/test/thread_local_destruction_order.pass.cpp
+++ b/libcxxabi/test/thread_local_destruction_order.pass.cpp
@@ -9,8 +9,6 @@
// UNSUPPORTED: c++03
// UNSUPPORTED: no-threads
-// XFAIL: LIBCXX-FREEBSD-FIXME
-
// TODO: This test does start working with newer updates of the mingw-w64
// toolchain, when it includes the following commit:
// https://github.com/mingw-w64/mingw-w64/commit/71eddccd746c56d9cde28bb5620d027d49259de9
``````````
</details>
https://github.com/llvm/llvm-project/pull/186129
More information about the libcxx-commits
mailing list