[all-commits] [llvm/llvm-project] 6929bd: [libc++] Add UNSUPPORTED for clang-14 since the un...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Wed Jul 28 13:41:44 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6929bd6d0048134bed6c34ee485900c9d9f2b97b
https://github.com/llvm/llvm-project/commit/6929bd6d0048134bed6c34ee485900c9d9f2b97b
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-07-28 (Wed, 28 Jul 2021)
Changed paths:
M libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/convert_copy.pass.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list