[libcxx-commits] [libcxx] 87b218b - [libc++] Mark test as unsupported with apple-clang
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Feb 15 13:14:52 PST 2022
Author: Louis Dionne
Date: 2022-02-15T16:12:08-05:00
New Revision: 87b218b42b14e392aa0363a413d440b77bf04bd4
URL: https://github.com/llvm/llvm-project/commit/87b218b42b14e392aa0363a413d440b77bf04bd4
DIFF: https://github.com/llvm/llvm-project/commit/87b218b42b14e392aa0363a413d440b77bf04bd4.diff
LOG: [libc++] Mark test as unsupported with apple-clang
This is to avoid spurious test failures in case apple-clang-14 doesn't
support _BitInt.
Added:
Modified:
libcxx/test/libcxx/atomics/bit-int.verify.cpp
Removed:
################################################################################
diff --git a/libcxx/test/libcxx/atomics/bit-int.verify.cpp b/libcxx/test/libcxx/atomics/bit-int.verify.cpp
index cf3cf97566606..fb080965740a3 100644
--- a/libcxx/test/libcxx/atomics/bit-int.verify.cpp
+++ b/libcxx/test/libcxx/atomics/bit-int.verify.cpp
@@ -12,7 +12,7 @@
// disable them for now until their behavior can be designed better later.
// See https://reviews.llvm.org/D84049 for details.
-// UNSUPPORTED: apple-clang-12, apple-clang-13
+// UNSUPPORTED: apple-clang-12, apple-clang-13, apple-clang-14
// UNSUPPORTED: clang-12, clang-13
// UNSUPPORTED: c++03
More information about the libcxx-commits
mailing list