summaryrefslogtreecommitdiffstats
path: root/clang/utils/test/Util.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove old test runner, this has moved to LLVM/utils/lit and all known clientsDaniel Dunbar2009-09-221-70/+0
| | | | | | | have been updated. - Please let me know of any problems. llvm-svn: 82524
* lit: Fix a name lookup problem, which only occurred on a race condition. This isDaniel Dunbar2009-08-011-1/+1
| | | | | | why dynamic binding sucks. llvm-svn: 77773
* MultiTestRunner: Simplify, cleanup, and rename!Daniel Dunbar2009-07-311-0/+70
- MultiTestRunner will eventually be renamed to 'lit', for LLVM integrated tester/testing. This has the pros of being pronouncable and short. - "Project" level configuration lives in 'lit.cfg', which is also what lit uses to find the root testing directory in some cases. This can be overridden for use in project files which want to precisely specify where things are. - TestRunner.py is not longer able to be invoked directly. - Moved some code to Util.py. - Introduced a configuration object. - Cleaned up --help, removed a few not-very-useful options. - Tried not to break anything that works. :) llvm-svn: 77665
OpenPOWER on IntegriCloud