llvm-project/libcxx/test
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
..
libcxx [libc++] Improve how we report the testing configuration 2020-07-16 15:10:17 -04:00
pretty_printers Desugar class type for iterator lookup. 2020-07-14 11:37:03 -07:00
std [libc++] Remove shortcut Lit features for Apple backdeployment 2020-07-16 15:39:08 -04:00
support [libcxx tests] Clang is more strict now about coroutines 2020-06-23 06:51:35 -04:00
CMakeLists.txt [runtimes] Allow passing Lit parameters through CMake 2020-07-09 12:45:00 -04:00
lit.cfg.py [libc++] Allow specifying custom Lit config files 2020-06-18 10:06:04 -04:00
lit.site.cfg.in [runtimes][NFC] Remove unused or unnecessary CMake variables 2020-07-16 10:47:08 -04:00