summaryrefslogtreecommitdiff
path: root/libcxxabi
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2022-12-15 09:34:29 -0500
committerEd Maste <emaste@FreeBSD.org>2023-01-20 16:49:30 -0500
commit7ec6c629052c30c0772e8fcae346a405af43444e (patch)
treebd56132b9b1891aa5be623829256a372476be415 /libcxxabi
parentf97cdc013fe75e18f74fd7bba7de4913c38875a6 (diff)
downloadllvm-7ec6c629052c30c0772e8fcae346a405af43444e.tar.gz
[libc++] Add FreeBSD XFAILs in preparation for CI
This at least allows us to stand up libc++ FreeBSD CI and avoid future regressions. The failures do need to be addressed, and can be done iteratively. Reviewed By: philnik, Mordante Differential Revision: https://reviews.llvm.org/D141542
Diffstat (limited to 'libcxxabi')
-rw-r--r--libcxxabi/test/thread_local_destruction_order.pass.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxxabi/test/thread_local_destruction_order.pass.cpp b/libcxxabi/test/thread_local_destruction_order.pass.cpp
index e25636001a34..9daf966c209c 100644
--- a/libcxxabi/test/thread_local_destruction_order.pass.cpp
+++ b/libcxxabi/test/thread_local_destruction_order.pass.cpp
@@ -9,6 +9,8 @@
// UNSUPPORTED: c++03
// UNSUPPORTED: no-threads
+// XFAIL: LIBCXX-FREEBSD-FIXME
+
#include <cassert>
#include <thread>