[libcxx-commits] [libcxx] a00f3e2 - [libc++] Re-enable the _BitInt test for std::atomic on Clang 14

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 18 18:32:35 PST 2022


Author: Louis Dionne
Date: 2022-01-18T21:32:22-05:00
New Revision: a00f3e2d09af59d10ef7df06a9652b60d2f6db75

URL: https://github.com/llvm/llvm-project/commit/a00f3e2d09af59d10ef7df06a9652b60d2f6db75
DIFF: https://github.com/llvm/llvm-project/commit/a00f3e2d09af59d10ef7df06a9652b60d2f6db75.diff

LOG: [libc++] Re-enable the _BitInt test for std::atomic on Clang 14

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

Differential Revision: https://reviews.llvm.org/D115256

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 3720376afa4d6..cf3cf97566606 100644
--- a/libcxx/test/libcxx/atomics/bit-int.verify.cpp
+++ b/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
 


        


More information about the libcxx-commits mailing list