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