[libcxx-commits] [libcxxabi] [libcxxabi][FreeBSD] Re-enable `thread_local_destruction_order.pass.cpp`. (PR #186129)
via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jul 1 08:45:59 PDT 2026
https://github.com/aokblast updated https://github.com/llvm/llvm-project/pull/186129
>From a9c068680c961fcde50bc3fcb69ba5679e28a901 Mon Sep 17 00:00:00 2001
From: ShengYi Hung <aokblast at FreeBSD.org>
Date: Thu, 12 Mar 2026 22:42:03 +0800
Subject: [PATCH] [libcxxabi][FreeBSD] Re-enable failed test.
---
libcxxabi/test/thread_local_destruction_order.pass.cpp | 2 --
1 file changed, 2 deletions(-)
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