]> granicus.if.org Git - clang/commit
Add my "clang compatible" test runner. Sorry for keeping this to myself...
authorDaniel Dunbar <daniel@zuster.org>
Fri, 6 Mar 2009 22:20:40 +0000 (22:20 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 6 Mar 2009 22:20:40 +0000 (22:20 +0000)
commit6fc0bdfc3227da0c9a019a5ae282b2ed5dc82254
tree46cdaa6e63699f6f602a6c86133a2433c09c8535
parentb681b8ffab2aa016b3897916d5110927c34a584b
Add my "clang compatible" test runner. Sorry for keeping this to myself...

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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66293 91177308-0d34-0410-b5e6-96231b3b80d8
utils/test/Makefile.multi [new file with mode: 0644]
utils/test/MultiTestRunner.py [new file with mode: 0755]
utils/test/ProgressBar.py [new file with mode: 0644]
utils/test/TestRunner.py [new file with mode: 0755]