[libcxx-commits] [libcxx] 6929bd6 - [libc++] Add UNSUPPORTED for clang-14 since the underlying bug hasn't been fixed yet

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 28 13:41:35 PDT 2021


Author: Louis Dionne
Date: 2021-07-28T16:41:22-04:00
New Revision: 6929bd6d0048134bed6c34ee485900c9d9f2b97b

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

LOG: [libc++] Add UNSUPPORTED for clang-14 since the underlying bug hasn't been fixed yet

This started breaking in the CI because we bumped the Clang version to 14,
which requires adjusting the markup in the test suite. I think it's actually
nice the we need to do that and that it doesn't happen automatically, since
it serves as a reminder that this is broken in Clang.

Added: 
    

Modified: 
    libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/convert_copy.pass.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/convert_copy.pass.cpp b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/convert_copy.pass.cpp
index bff291393f183..9709ba6378627 100644
--- a/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/convert_copy.pass.cpp
+++ b/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/convert_copy.pass.cpp
@@ -7,7 +7,7 @@
 //===----------------------------------------------------------------------===//
 
 // Triggers a Clang assertion: https://bugs.llvm.org/show_bug.cgi?id=45879
-// UNSUPPORTED: clang-13
+// UNSUPPORTED: clang-13, clang-14
 
 // <tuple>
 


        


More information about the libcxx-commits mailing list