aboutsummaryrefslogtreecommitdiff
path: root/utils/test/MultiTestRunner.py
AgeCommit message (Expand)Author
2009-09-22Remove old test runner, this has moved to LLVM/utils/lit and all known clientsDaniel Dunbar
2009-09-04Add --vg-arg option to clang test runner.Daniel Dunbar
2009-08-14lit: flush stdout in no-fancy-progress-bar mode as well.Benjamin Kramer
2009-08-06Fix locating the 'lit.cfg' file when running on only a single file in theDaniel Dunbar
2009-08-01lit: Fix thinko in finding config file.Daniel Dunbar
2009-08-01lit: Add internal script execution.Daniel Dunbar
2009-08-01lit: Pull a few more variables into the TestingConfig object.Daniel Dunbar
2009-08-01lit: Don't use threads when only running one test, or with -j 1.Daniel Dunbar
2009-07-31MultiTestRunner: Fix invalid warning when pointing 'lit' directly at a test.Daniel Dunbar
2009-07-31MultiTestRunner: Simplify, cleanup, and rename!Daniel Dunbar
2009-07-30MultiTestRunner: Stop printing XFAILs on every run, this doesn't really have anyDaniel Dunbar
2009-07-29MultiTestRunner: Reenable --vg option.Daniel Dunbar
2009-07-27Tweak MultiTestRunner --path argument.Daniel Dunbar
2009-07-25MultiTestRunner: Cleanup test execution & output.Daniel Dunbar
2009-07-25MultiTestRunner: Drop external script and DejaGNU compatibility options for now.Daniel Dunbar
2009-07-25MultiTestRunner: Disable valgrind support for now, I don't feel like maintainingDaniel Dunbar
2009-07-25Make having no RUN line a failure.Daniel Dunbar
2009-07-25MultiTestRunner: Always use absolute path names for tests.Daniel Dunbar
2009-07-25MultiTestRunner.py improvements.Daniel Dunbar
2009-07-16Add extra print for --time-tests output.Daniel Dunbar
2009-07-11Add --time-tests option to test runner, for profiling 'make test'.Daniel Dunbar
2009-07-10Use /usr/bin/env trick to find python. Patch by Krister Walfridsson.Eli Friedman
2009-06-17Testing improvements:Daniel Dunbar
2009-06-16If any tests fail, the test runner returns a status code of 1Douglas Gregor
2009-06-16Update Clang to include the InitializeAllTargets andDouglas Gregor
2009-06-05Switch CMake testing over to use Daniels new(er) Python-based infrastructure.Douglas Gregor
2009-04-26Make this code a little more generic.Daniel Dunbar
2009-04-23Don't build error/warning/assertion detection in the testing script.Daniel Dunbar
2009-03-06Add my "clang compatible" test runner. Sorry for keeping this to myself... Daniel Dunbar