[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 Dec 7 08:32:33 PST 2021


ldionne created this revision.
ldionne requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

It should now work since the Clang on CI nodes has been updated.


Repository:
  rG LLVM Github Monorepo

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.392423.patch
Type: text/x-patch
Size: 612 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211207/f40ba473/attachment.bin>


More information about the libcxx-commits mailing list