Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-22 | Remove old test runner, this has moved to LLVM/utils/lit and all known clients | Daniel Dunbar | |
have been updated. - Please let me know of any problems. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82524 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-07-10 | Use /usr/bin/env trick to find python. Patch by Krister Walfridsson. | Eli Friedman | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@75271 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2009-03-06 | Add my "clang compatible" test runner. Sorry for keeping this to myself... | Daniel Dunbar | |
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 |