1. 5fe8797 Improve test runner output for broken configurations. by Eric Fiselier · 8 years ago
  2. 64182a5 [test] Add support for Objective-C++ tests by Erik Pilkington · 8 years ago
  3. ed80386 Move libcxx/test/libcxx python package into libcxx/utils/libcxx. by Eric Fiselier · 9 years ago[Renamed (93%) from test/libcxx/compiler.py]
  4. 5a78d25 Use copy.deepcopy instead of doing it manually. by Dan Albert · 9 years ago
  5. f620d22 Work around python3 bytes vs str in libc++ test config by Eric Fiselier · 9 years ago
  6. ebaf7da Add _LIBCPP_DIAGNOSE_WARNING and _LIBCPP_DIAGNOSE_ERROR macros. by Eric Fiselier · 9 years ago
  7. ab9ab94 Enable -Wunreachable-code and fix duplicate warning flags by Eric Fiselier · 9 years ago
  8. d95f62e Add support for writing -verify shell tests by Eric Fiselier · 9 years ago
  9. bca6de0 Adjust libc++ test infastructure to fully support modules by Eric Fiselier · 9 years ago
  10. 6e467a8 Fix GCC libc++abi build by Eric Fiselier · 9 years ago
  11. 78c020b Work around Clang driver segfault when --coverage is used with -c and /dev/null by Eric Fiselier · 9 years ago
  12. 2edb326 Disable warning flags when running .fail.cpp tests. by Eric Fiselier · 9 years ago
  13. 420dea5 Disable ccache usage for .fail.cpp tests. It causes bugs. by Eric Fiselier · 9 years ago
  14. fa1e5db Add missing license headers by Eric Fiselier · 10 years ago
  15. e94b484 [libcxx] Add special warning flag detection logic to compiler.py by Eric Fiselier · 10 years ago
  16. 7b86ce5 Fix warnings in test/std/language.support by Eric Fiselier · 10 years ago
  17. faaf5ee Automatically detect and use clang verify in failure tests. by Eric Fiselier · 10 years ago
  18. a985b8c Add compiler flag test support to LIT. Fix new/delete tests on apple-clang. by Eric Fiselier · 10 years ago
  19. 21f5b24 libcxx: Enhance lit test command in verbose mode. by Logan Chien · 10 years ago
  20. a769d7f Fix flag order of -xc++ in CXXCompiler. by Eric Fiselier · 11 years ago
  21. dd7a483 [libcxx] Allow use of ShTest in libc++ tests along with other changes. by Eric Fiselier · 11 years ago
  22. 9ef5d45 Address danalbert's post-commit review comments on D7019 and small fixes. by Eric Fiselier · 11 years ago[Renamed (98%) from test/libcxx/test/compiler.py]
  23. 28a058b [libcxx] Add compiler utility class for LIT tests by Eric Fiselier · 11 years ago