Skip to content

Commit 6929bd6

Browse files
committed
[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.
1 parent 4b88a94 commit 6929bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
// Triggers a Clang assertion: https://bugs.llvm.org/show_bug.cgi?id=45879
10-
// UNSUPPORTED: clang-13
10+
// UNSUPPORTED: clang-13, clang-14
1111

1212
// <tuple>
1313

0 commit comments

Comments
 (0)