summaryrefslogtreecommitdiffstats
path: root/clang/utils/test
Commit message (Expand)AuthorAgeFilesLines
* Remove this Makefile, it is unused.Daniel Dunbar2009-07-251-21/+0
* 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-252-2/+4
* 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-252-8/+14
* MultiTestRunner.py improvements.Daniel Dunbar2009-07-251-8/+40
* Add extra print for --time-tests output.Daniel Dunbar2009-07-161-0/+1
* Make stdin for test scripts empty, so that tests don't accidentally hang waitingDaniel Dunbar2009-07-131-0/+1
* Add --time-tests option to test runner, for profiling 'make test'.Daniel Dunbar2009-07-111-2/+16
* 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-103-3/+3
* 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-172-27/+121
* 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
* 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-064-0/+853
OpenPOWER on IntegriCloud