Author: Arthur O'Dwyer Date: 2020-12-08T17:25:23-05:00 New Revision: 2130699ba486dd2dd65dd0b61c0dedc6ef9481ac
URL: https://github.com/llvm/llvm-project/commit/2130699ba486dd2dd65dd0b61c0dedc6ef9481ac DIFF: https://github.com/llvm/llvm-project/commit/2130699ba486dd2dd65dd0b61c0dedc6ef9481ac.diff LOG: [libc++] Mark my new <algorithm> test unsupported on clang-8. Because in C++20 mode, it tests that `copy_n` is constexpr; so it depends on the compiler supporting `is_constant_evaluated`. Added: Modified: libcxx/test/std/algorithms/robust_against_adl.pass.cpp Removed: ################################################################################ diff --git a/libcxx/test/std/algorithms/robust_against_adl.pass.cpp b/libcxx/test/std/algorithms/robust_against_adl.pass.cpp index fca6f98f8b0a..a9ea46a50c90 100644 --- a/libcxx/test/std/algorithms/robust_against_adl.pass.cpp +++ b/libcxx/test/std/algorithms/robust_against_adl.pass.cpp @@ -6,6 +6,7 @@ // //===----------------------------------------------------------------------===// +// UNSUPPORTED: clang-8 // UNSUPPORTED: c++03 // <algorithm> _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits