diff libcxxabi/test/thread_local_destruction_order.pass.cpp @ 236:c4bab56944e8 llvm-original

LLVM 16
author kono
date Wed, 09 Nov 2022 17:45:10 +0900
parents 5f17cb93ff66
children 1f2b6ac9f198
line wrap: on
line diff
--- a/libcxxabi/test/thread_local_destruction_order.pass.cpp	Wed Jul 21 10:27:27 2021 +0900
+++ b/libcxxabi/test/thread_local_destruction_order.pass.cpp	Wed Nov 09 17:45:10 2022 +0900
@@ -1,4 +1,4 @@
-//===-------------- thread_local_destruction_order.pass.cpp ---------------===//
+//===----------------------------------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
@@ -7,10 +7,7 @@
 //===----------------------------------------------------------------------===//
 
 // UNSUPPORTED: c++03
-// UNSUPPORTED: libcxxabi-no-threads
-
-// TODO: Investigate this failure
-// XFAIL: target=arm64-apple-{{.+}}
+// UNSUPPORTED: no-threads
 
 #include <cassert>
 #include <thread>