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