summaryrefslogtreecommitdiffstats
path: root/clang/utils/test/MultiTestRunner.py
Commit message (Expand)AuthorAgeFilesLines
* Remove old test runner, this has moved to LLVM/utils/lit and all known clientsDaniel Dunbar2009-09-221-399/+0
* Add --vg-arg option to clang test runner.Daniel Dunbar2009-09-041-0/+4
* lit: flush stdout in no-fancy-progress-bar mode as well.Benjamin Kramer2009-08-141-0/+2
* Fix locating the 'lit.cfg' file when running on only a single file in theDaniel Dunbar2009-08-061-1/+2
* lit: Fix thinko in finding config file.Daniel Dunbar2009-08-011-2/+2
* lit: Add internal script execution.Daniel Dunbar2009-08-011-0/+4
* lit: Pull a few more variables into the TestingConfig object.Daniel Dunbar2009-08-011-4/+6
* lit: Don't use threads when only running one test, or with -j 1.Daniel Dunbar2009-08-011-11/+23
* MultiTestRunner: Fix invalid warning when pointing 'lit' directly at a test.Daniel Dunbar2009-07-311-0/+1
* MultiTestRunner: Simplify, cleanup, and rename!Daniel Dunbar2009-07-311-96/+127
* MultiTestRunner: Stop printing XFAILs on every run, this doesn't really have anyDaniel Dunbar2009-07-301-2/+1
* MultiTestRunner: Reenable --vg option.Daniel Dunbar2009-07-291-4/+6
* Tweak MultiTestRunner --path argument.Daniel Dunbar2009-07-271-4/+6
* MultiTestRunner: Cleanup test execution & output.Daniel Dunbar2009-07-251-39/+23
* MultiTestRunner: Drop external script and DejaGNU compatibility options for now.Daniel Dunbar2009-07-251-11/+3
* MultiTestRunner: Disable valgrind support for now, I don't feel like maintainingDaniel Dunbar2009-07-251-1/+3
* Make having no RUN line a failure.Daniel Dunbar2009-07-251-2/+0
* MultiTestRunner: Always use absolute path names for tests.Daniel Dunbar2009-07-251-0/+2
* MultiTestRunner.py improvements.Daniel Dunbar2009-07-251-4/+3
* Add extra print for --time-tests output.Daniel Dunbar2009-07-161-0/+1
* Add --time-tests option to test runner, for profiling 'make test'.Daniel Dunbar2009-07-111-2/+16
* Use /usr/bin/env trick to find python. Patch by Krister Walfridsson.Eli Friedman2009-07-101-1/+1
* Testing improvements:Daniel Dunbar2009-06-171-5/+14
* If any tests fail, the test runner returns a status code of 1Douglas Gregor2009-06-161-1/+2
* Update Clang to include the InitializeAllTargets andDouglas Gregor2009-06-161-1/+0
* Switch CMake testing over to use Daniels new(er) Python-based infrastructure.Douglas Gregor2009-06-051-1/+8
* Make this code a little more generic.Daniel Dunbar2009-04-261-20/+19
* Don't build error/warning/assertion detection in the testing script.Daniel Dunbar2009-04-231-67/+2
* Add my "clang compatible" test runner. Sorry for keeping this to myself... Daniel Dunbar2009-03-061-0/+397
OpenPOWER on IntegriCloud