1. 2f8bafe lit: Fix a name lookup problem, which only occurred on a race condition. This is by Daniel Dunbar · 15 years ago
  2. 5928ccd lit: Pull a few more variables into the TestingConfig object. by Daniel Dunbar · 15 years ago
  3. 2bdccea lit: Don't use threads when only running one test, or with -j 1. by Daniel Dunbar · 15 years ago
  4. 93fe03f MultiTestRunner: Add 'sh' parsing to ShUtil. by Daniel Dunbar · 15 years ago
  5. ed92df0 MultiTestRunner: Fix invalid warning when pointing 'lit' directly at a test. by Daniel Dunbar · 15 years ago
  6. 7b90be7 MultiTestRunner: Add module for lexing 'sh' commands. by Daniel Dunbar · 15 years ago
  7. 1db467f MultiTestRunner: Simplify, cleanup, and rename! by Daniel Dunbar · 15 years ago
  8. cddab4a MultiTestRunner: Stop printing XFAILs on every run, this doesn't really have any by Daniel Dunbar · 15 years ago
  9. c50315b Make the Python TestRunner work for individual tests by Douglas Gregor · 15 years ago
  10. 9a676b7 MultiTestRunner: Reenable --vg option. by Daniel Dunbar · 15 years ago
  11. 6779647 Tweak MultiTestRunner --path argument. by Daniel Dunbar · 15 years ago
  12. 10aebbb MultiTestRunner: Make sure to point at src dir, for out of tree builds. by Daniel Dunbar · 15 years ago
  13. a957d99 MultiTestRunner: Cleanup test execution & output. by Daniel Dunbar · 15 years ago
  14. a0e52d6 MultiTestRunner: Drop external script and DejaGNU compatibility options for now. by Daniel Dunbar · 15 years ago
  15. 11980cc MultiTestRunner: Disable valgrind support for now, I don't feel like maintaining by Daniel Dunbar · 15 years ago
  16. 3b2505b MultiTestRunner/Win32: Add SYSTEMROOT to environment, replace '&&' in .bat by Daniel Dunbar · 15 years ago
  17. 8bf0ccd Make having no RUN line a failure. by Daniel Dunbar · 15 years ago
  18. fb8c119 Remove this Makefile, it is unused. by Daniel Dunbar · 15 years ago
  19. 322f789 MultiTestRunner: Oops, clang wasn't being substituted properly. This is why the by Daniel Dunbar · 15 years ago
  20. fecdd00 MultiTestRunner: Always use absolute path names for tests. by Daniel Dunbar · 15 years ago
  21. 025f80d MultiTestRunner: Validate '&&' at the end of RUN lines. by Daniel Dunbar · 15 years ago
  22. 78a88e7 MultiTestRunner: Explicitly define child environment, the only variable we need by Daniel Dunbar · 15 years ago
  23. df08489 MultiTestRunner.py improvements. by Daniel Dunbar · 15 years ago
  24. 8fe83f1 MultiTestRunner.py improvements. - Not improved: the horribly lousy name. :) by Daniel Dunbar · 15 years ago
  25. 3ed4bd1 Add extra print for --time-tests output. by Daniel Dunbar · 15 years ago
  26. 02cee15 Make stdin for test scripts empty, so that tests don't accidentally hang waiting by Daniel Dunbar · 15 years ago
  27. 7f10681 Add --time-tests option to test runner, for profiling 'make test'. by Daniel Dunbar · 15 years ago
  28. a7afc45 restore proper valgrind support. by Nuno Lopes · 15 years ago
  29. 77a1fe9 Use /usr/bin/env trick to find python. Patch by Krister Walfridsson. by Eli Friedman · 15 years ago
  30. 921bd26 Having tests that depend on previously created files is bad idea. Fix them to be self-sufficient. by Argyrios Kyrtzidis · 15 years ago
  31. 7b332d9 Make use of the Index library through the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  32. fbbb1e7 Revert prev commit, we have much bigger problems because 2.3 is missing by Daniel Dunbar · 15 years ago
  33. 8afede2 Avoid @staticmethod to allow use with Python 2.3. by Daniel Dunbar · 15 years ago
  34. 69e07a7 Testing improvements: by Daniel Dunbar · 15 years ago
  35. 4d1800d If any tests fail, the test runner returns a status code of 1 by Douglas Gregor · 15 years ago
  36. ebfc180 Update Clang to include the InitializeAllTargets and by Douglas Gregor · 15 years ago
  37. 7986519 Switch CMake testing over to use Daniels new(er) Python-based infrastructure. by Douglas Gregor · 15 years ago
  38. 259a565 Make this code a little more generic. by Daniel Dunbar · 15 years ago
  39. 360d16c Don't build error/warning/assertion detection in the testing script. by Daniel Dunbar · 15 years ago
  40. 4d8076a Support %S in Python TestRunner by Daniel Dunbar · 15 years ago
  41. 6fc0bdf Add my "clang compatible" test runner. Sorry for keeping this to myself... by Daniel Dunbar · 15 years ago