[libcxx-commits] [PATCH] D118838: [libc++] Add UNSUPPORTED for clang-15
Haowei Wu via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 2 12:20:36 PST 2022
haowei created this revision.
haowei added reviewers: phosek, mcgrathr, tstellar.
haowei requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
This started breaking in the CI because we bumped the Clang version
to 14, which requires adjusting the markup in the test suite.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D118838
Files:
libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/convert_copy.pass.cpp
Index: libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/convert_copy.pass.cpp
===================================================================
--- libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/convert_copy.pass.cpp
+++ 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, clang-14
+// UNSUPPORTED: clang-13, clang-14, clang-15
// <tuple>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118838.405384.patch
Type: text/x-patch
Size: 594 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220202/7536b74c/attachment.bin>
More information about the libcxx-commits
mailing list