[libcxx-commits] [libcxx] 2130699 - [libc++] Mark my new <algorithm> test unsupported on clang-8.

Arthur O'Dwyer via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 8 14:25:36 PST 2020


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>


        


More information about the libcxx-commits mailing list