summaryrefslogtreecommitdiffstats
path: root/clang/utils/test/ProgressBar.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove old test runner, this has moved to LLVM/utils/lit and all known clientsDaniel Dunbar2009-09-221-227/+0
| | | | | | | have been updated. - Please let me know of any problems. llvm-svn: 82524
* Use /usr/bin/env trick to find python. Patch by Krister Walfridsson.Eli Friedman2009-07-101-1/+1
| | | | llvm-svn: 75271
* Add my "clang compatible" test runner. Sorry for keeping this to myself... Daniel Dunbar2009-03-061-0/+227
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