[libc++] Mark test as unsupported with apple-clang
authorLouis Dionne <ldionne.2@gmail.com>
Tue, 15 Feb 2022 21:12:08 +0000 (16:12 -0500)
committerLouis Dionne <ldionne.2@gmail.com>
Tue, 15 Feb 2022 21:12:08 +0000 (16:12 -0500)
This is to avoid spurious test failures in case apple-clang-14 doesn't
support _BitInt.

libcxx/test/libcxx/atomics/bit-int.verify.cpp

index cf3cf97..fb08096 100644 (file)
@@ -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