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. 1db467f MultiTestRunner: Simplify, cleanup, and rename! by Daniel Dunbar · 15 years ago
  4. c50315b Make the Python TestRunner work for individual tests by Douglas Gregor · 15 years ago
  5. 9a676b7 MultiTestRunner: Reenable --vg option. by Daniel Dunbar · 15 years ago
  6. 6779647 Tweak MultiTestRunner --path argument. by Daniel Dunbar · 15 years ago
  7. 10aebbb MultiTestRunner: Make sure to point at src dir, for out of tree builds. by Daniel Dunbar · 15 years ago
  8. a957d99 MultiTestRunner: Cleanup test execution & output. by Daniel Dunbar · 15 years ago
  9. a0e52d6 MultiTestRunner: Drop external script and DejaGNU compatibility options for now. by Daniel Dunbar · 15 years ago
  10. 11980cc MultiTestRunner: Disable valgrind support for now, I don't feel like maintaining by Daniel Dunbar · 15 years ago
  11. 3b2505b MultiTestRunner/Win32: Add SYSTEMROOT to environment, replace '&&' in .bat by Daniel Dunbar · 15 years ago
  12. 8bf0ccd Make having no RUN line a failure. by Daniel Dunbar · 15 years ago
  13. 322f789 MultiTestRunner: Oops, clang wasn't being substituted properly. This is why the by Daniel Dunbar · 15 years ago
  14. fecdd00 MultiTestRunner: Always use absolute path names for tests. by Daniel Dunbar · 15 years ago
  15. 025f80d MultiTestRunner: Validate '&&' at the end of RUN lines. by Daniel Dunbar · 15 years ago
  16. 78a88e7 MultiTestRunner: Explicitly define child environment, the only variable we need by Daniel Dunbar · 15 years ago
  17. df08489 MultiTestRunner.py improvements. by Daniel Dunbar · 15 years ago
  18. 8fe83f1 MultiTestRunner.py improvements. - Not improved: the horribly lousy name. :) by Daniel Dunbar · 15 years ago
  19. 02cee15 Make stdin for test scripts empty, so that tests don't accidentally hang waiting by Daniel Dunbar · 15 years ago
  20. a7afc45 restore proper valgrind support. by Nuno Lopes · 15 years ago
  21. 77a1fe9 Use /usr/bin/env trick to find python. Patch by Krister Walfridsson. by Eli Friedman · 15 years ago
  22. 921bd26 Having tests that depend on previously created files is bad idea. Fix them to be self-sufficient. by Argyrios Kyrtzidis · 15 years ago
  23. 7b332d9 Make use of the Index library through the index-test tool. by Argyrios Kyrtzidis · 15 years ago
  24. fbbb1e7 Revert prev commit, we have much bigger problems because 2.3 is missing by Daniel Dunbar · 15 years ago
  25. 8afede2 Avoid @staticmethod to allow use with Python 2.3. by Daniel Dunbar · 15 years ago
  26. 69e07a7 Testing improvements: by Daniel Dunbar · 15 years ago
  27. 4d8076a Support %S in Python TestRunner by Daniel Dunbar · 15 years ago
  28. 6fc0bdf Add my "clang compatible" test runner. Sorry for keeping this to myself... by Daniel Dunbar · 16 years ago