llvm-project/libcxx/test/std/strings
Arthur O'Dwyer ee95c7020c [libc++] Remove _LIBCPP_CONSTEXPR_AFTER_CXX17_WITH_IS_CONSTANT_EVALUATED.
Zoe Carver says: "We decided that libc++ only supports C++20 constexpr algorithms
when `is_constant_evaluated` is also supported. Here's a link to the discussion."
https://reviews.llvm.org/D65721#inline-735682

Remove _LIBCPP_HAS_NO_BUILTIN_IS_CONSTANT_EVALUATED from tests, too.
See Louis's 5911e6a885 if needed to fix bots.
I've applied `UNSUPPORTED: clang-8` preemptively to the altered tests;
I don't know for sure that this was needed, because no clang-8 buildbots
are triggered on pull requests.
2020-11-24 11:04:21 -05:00
..
basic.string [libc++] Add a libc++ configuration that does not support localization 2020-10-27 14:56:30 -04:00
basic.string.hash [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
basic.string.literals [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
c.strings [libc++][test] Properly mark libc++-only XFAILs 2020-05-12 16:11:22 -07:00
char.traits [libc++] Remove _LIBCPP_CONSTEXPR_AFTER_CXX17_WITH_IS_CONSTANT_EVALUATED. 2020-11-24 11:04:21 -05:00
string.classes Support tests in freestanding 2019-02-04 20:31:13 +00:00
string.conversions [libc++] Get rid of iostreams in the to_string tests 2020-10-27 13:36:13 -04:00
string.view [libc++] Add a libc++ configuration that does not support localization 2020-10-27 14:56:30 -04:00
strings.erasure [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
strings.general Support tests in freestanding 2019-02-04 20:31:13 +00:00