[libcxx-commits] [PATCH] D115256: [libc++] Re-enable the _BitInt test for std::atomic on Clang 14
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 18 07:52:59 PST 2022
ldionne updated this revision to Diff 400850.
ldionne added a comment.
Ping CI.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115256/new/
https://reviews.llvm.org/D115256
Files:
libcxx/test/libcxx/atomics/bit-int.verify.cpp
Index: libcxx/test/libcxx/atomics/bit-int.verify.cpp
===================================================================
--- libcxx/test/libcxx/atomics/bit-int.verify.cpp
+++ libcxx/test/libcxx/atomics/bit-int.verify.cpp
@@ -12,9 +12,8 @@
// disable them for now until their behavior can be designed better later.
// See https://reviews.llvm.org/D84049 for details.
-// TODO(ldionne): Re-enable the test on clang-14 once 6c75ab5f66b4 lands in the CI.
// UNSUPPORTED: apple-clang-12, apple-clang-13
-// UNSUPPORTED: clang-12, clang-13, clang-14
+// UNSUPPORTED: clang-12, clang-13
// UNSUPPORTED: c++03
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115256.400850.patch
Type: text/x-patch
Size: 612 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220118/b4c37103/attachment.bin>
More information about the libcxx-commits
mailing list