forked from OSchip/llvm-project
2659663ee3
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. |
||
---|---|---|
.. | ||
libcxx | ||
pretty_printers | ||
std | ||
support | ||
CMakeLists.txt | ||
lit.cfg.py | ||
lit.site.cfg.in |