summaryrefslogtreecommitdiffstats
path: root/clang/utils/test/MultiTestRunner.py
Commit message (Collapse)AuthorAgeFilesLines
* Make this code a little more generic.Daniel Dunbar2009-04-261-20/+19
| | | | llvm-svn: 70103
* Don't build error/warning/assertion detection in the testing script.Daniel Dunbar2009-04-231-67/+2
| | | | | | | - This wasn't actually all that useful and isn't worth the extra (hard)code. llvm-svn: 69869
* Add my "clang compatible" test runner. Sorry for keeping this to myself... Daniel Dunbar2009-03-061-0/+397
Usage: from clang/test, 'make -f ../utils/test/Makefile.multi' Pros: About 20% faster than the Makefile based version on my 8 core box (way faster on Windows I imagine, if it works). Cons: Needs some cleanup. Ctrl-C works quite poorly on Darwin; more Python's fault than mine. Future: Support config definitions so we can use this for running LLVM tests instead of dejagnu. Parallel testing goodness? Indeed. llvm-svn: 66293
OpenPOWER on IntegriCloud