summaryrefslogtreecommitdiffstats
path: root/clang/utils/test/TestRunner.py
Commit message (Expand)AuthorAgeFilesLines
* Remove old test runner, this has moved to LLVM/utils/lit and all known clientsDaniel Dunbar2009-09-221-334/+0
* Add --vg-arg option to clang test runner.Daniel Dunbar2009-09-041-3/+4
* lit: Don't treat '\' as an escape in unquoted strings, on Win32. This turns outDaniel Dunbar2009-08-031-1/+2
* lit: Catch (internal) exceptions when using --no-sh.Daniel Dunbar2009-08-011-12/+10
* lit: Add internal script execution.Daniel Dunbar2009-08-011-6/+132
* lit: Fix a name lookup problem, which only occurred on a race condition. This isDaniel Dunbar2009-08-011-1/+0
* lit: Pull a few more variables into the TestingConfig object.Daniel Dunbar2009-08-011-25/+7
* MultiTestRunner: Simplify, cleanup, and rename!Daniel Dunbar2009-07-311-92/+10
* Make the Python TestRunner work for individual testsDouglas Gregor2009-07-291-1/+5
* MultiTestRunner: Reenable --vg option.Daniel Dunbar2009-07-291-3/+10
* Tweak MultiTestRunner --path argument.Daniel Dunbar2009-07-271-3/+5
* MultiTestRunner: Make sure to point at src dir, for out of tree builds.Daniel Dunbar2009-07-251-31/+31
* MultiTestRunner: Cleanup test execution & output.Daniel Dunbar2009-07-251-82/+61
* MultiTestRunner: Drop external script and DejaGNU compatibility options for now.Daniel Dunbar2009-07-251-30/+3
* MultiTestRunner: Disable valgrind support for now, I don't feel like maintainingDaniel Dunbar2009-07-251-25/+2
* MultiTestRunner/Win32: Add SYSTEMROOT to environment, replace '&&' in .batDaniel Dunbar2009-07-251-2/+8
* Make having no RUN line a failure.Daniel Dunbar2009-07-251-4/+3
* MultiTestRunner: Oops, clang wasn't being substituted properly. This is why theDaniel Dunbar2009-07-251-13/+15
* MultiTestRunner: Always use absolute path names for tests.Daniel Dunbar2009-07-251-2/+2
* MultiTestRunner: Validate '&&' at the end of RUN lines.Daniel Dunbar2009-07-251-10/+33
* MultiTestRunner: Explicitly define child environment, the only variable we needDaniel Dunbar2009-07-251-5/+4
* MultiTestRunner.py improvements.Daniel Dunbar2009-07-251-4/+11
* MultiTestRunner.py improvements.Daniel Dunbar2009-07-251-8/+40
* Make stdin for test scripts empty, so that tests don't accidentally hang waitingDaniel Dunbar2009-07-131-0/+1
* restore proper valgrind support.Nuno Lopes2009-07-111-6/+8
* Use /usr/bin/env trick to find python. Patch by Krister Walfridsson.Eli Friedman2009-07-101-1/+1
* Having tests that depend on previously created files is bad idea. Fix them to...Argyrios Kyrtzidis2009-07-061-2/+0
* Make use of the Index library through the index-test tool.Argyrios Kyrtzidis2009-07-051-0/+2
* Revert prev commit, we have much bigger problems because 2.3 is missingDaniel Dunbar2009-07-021-1/+1
* Avoid @staticmethod to allow use with Python 2.3.Daniel Dunbar2009-07-021-2/+3
* Testing improvements:Daniel Dunbar2009-06-171-22/+107
* Support %S in Python TestRunnerDaniel Dunbar2009-04-101-0/+2
* Add my "clang compatible" test runner. Sorry for keeping this to myself... Daniel Dunbar2009-03-061-0/+208
OpenPOWER on IntegriCloud