[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 18:32:44 PST 2022
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa00f3e2d09af: [libc++] Re-enable the _BitInt test for std::atomic on Clang 14 (authored by ldionne).
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.401073.patch
Type: text/x-patch
Size: 612 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220119/094a9c0c/attachment.bin>
More information about the libcxx-commits
mailing list