[libcxx-commits] [libcxxabi] 4a02e11 - [libcxxabi] Re-enable `thread_local_destruction_order.pass.cpp‎` on FreeBSD (#186129)

via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jul 5 10:35:23 PDT 2026


Author: aokblast
Date: 2026-07-05T19:35:18+02:00
New Revision: 4a02e116e58d162335cf18b4f1f28c7d34d6d3ac

URL: https://github.com/llvm/llvm-project/commit/4a02e116e58d162335cf18b4f1f28c7d34d6d3ac
DIFF: https://github.com/llvm/llvm-project/commit/4a02e116e58d162335cf18b4f1f28c7d34d6d3ac.diff

LOG: [libcxxabi] Re-enable `thread_local_destruction_order.pass.cpp‎` on FreeBSD (#186129)

The underlying bug has been fixed in https://reviews.freebsd.org/D55826.

Added: 
    

Modified: 
    libcxxabi/test/thread_local_destruction_order.pass.cpp

Removed: 
    


################################################################################
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


        


More information about the libcxx-commits mailing list