Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-26 | lit: Sink code into a 'lit' package. | Daniel Dunbar | 1 | -573/+2 | |
llvm-svn: 92168 | |||||
2009-12-08 | lit: Prevent crash-on-invalid (when run on directory which has no test suite). | Daniel Dunbar | 1 | -1/+1 | |
llvm-svn: 90871 | |||||
2009-11-15 | lit: Add --repeat=N option, for running each test N times. | Daniel Dunbar | 1 | -4/+17 | |
- Currently just useful for timing, although it could be extended as one (bad) way to deal with flaky tests. llvm-svn: 88827 | |||||
2009-11-10 | lit: Fix bug in --show-suites which accidentally override the list of tests. | Daniel Dunbar | 1 | -2/+2 | |
llvm-svn: 86653 | |||||
2009-11-08 | lit: Warn when a test suite contains no tests. | Daniel Dunbar | 1 | -7/+12 | |
llvm-svn: 86448 | |||||
2009-11-05 | lit: Add --param NAME=VALUE option, for test suite specific use (to communicate | Daniel Dunbar | 1 | -1/+15 | |
arbitrary command line arguments to the test suite). llvm-svn: 86137 | |||||
2009-10-25 | lit: Add --config-prefix option, to override default config file names. | Daniel Dunbar | 1 | -7/+20 | |
llvm-svn: 85035 | |||||
2009-09-28 | Don't traverse into .svn directories. | Daniel Dunbar | 1 | -1/+1 | |
llvm-svn: 82978 | |||||
2009-09-15 | lit: When finding nested test suites, check first in the execpath in case there | Daniel Dunbar | 1 | -13/+22 | |
is a site configuration. llvm-svn: 81902 | |||||
2009-09-14 | lit: Give test formats control over test discovery. | Daniel Dunbar | 1 | -5/+7 | |
llvm-svn: 81751 | |||||
2009-09-09 | Count test correctly with -q. | Daniel Dunbar | 1 | -0/+1 | |
llvm-svn: 81313 | |||||
2009-09-09 | Fix another refactoro. | Daniel Dunbar | 1 | -1/+1 | |
llvm-svn: 81312 | |||||
2009-09-08 | Add 'lit' testing tool. | Daniel Dunbar | 1 | -0/+519 | |
- make install && man $(llvm-config --prefix)/share/man/man1/lit.1 for more information. llvm-svn: 81190 |