llvm-project/libcxx/test/std
Louis Dionne 2659663ee3 [libc++] Remove shortcut Lit features for Apple backdeployment
Some time ago, I introduced shortcut features like dylib-has-no-shared_mutex
to encode whether the deployment target supported shared_mutex (say). This
made the test suite annotations cleaner.

However, the problem with building Lit features on top of other Lit
features is that it's easier for them to become stale, especially when
they are generated programmatically. Furthermore, it makes the bar for
defining configurations from scratch higher, since more features have
to be defined. Instead, I think it's better to put the XFAILs in the
tests directly, which allows cleaning them up with a simple grep.
2020-07-16 15:39:08 -04:00
..
algorithms [libc++] Mark some tests as unsupported on GCC 5 2020-07-08 12:02:36 -04:00
atomics [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
concepts/lang [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
containers [libc++] Mark some tests as unsupported on GCC 5 2020-07-08 12:02:36 -04:00
depr [libc++] Remove obsolete 'newlib' Lit Feature 2020-06-12 14:08:18 -04:00
diagnostics [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
experimental [Coroutines] Fix a few failing tests 2020-06-23 10:48:17 -07:00
input.output [libc++] Consider everything inside %T to be a dependency of each test 2020-06-10 22:38:05 -04:00
iterators [libc++] Mark some tests as unsupported on GCC 5 2020-07-08 12:02:36 -04:00
language.support [libc++] Require concepts support for <numbers> 2020-06-19 10:49:44 -04:00
localization [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
namespace [libc++] Implement P0551 2020-07-13 13:42:26 -04:00
numerics [libc++] Require concepts support for <numbers> 2020-06-19 10:49:44 -04:00
re [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
strings [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00
thread [libc++] Remove shortcut Lit features for Apple backdeployment 2020-07-16 15:39:08 -04:00
utilities [libc++] Remove shortcut Lit features for Apple backdeployment 2020-07-16 15:39:08 -04:00
pstl [libc++] Take 2: Integrate the PSTL into libc++ 2019-08-05 18:29:14 +00:00