Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lit: Add --repeat=N option, for running each test N times. | Daniel Dunbar | 2009-11-15 | 1 | -0/+2 |
| | | | | | | - Currently just useful for timing, although it could be extended as one (bad) way to deal with flaky tests. llvm-svn: 88827 | ||||
* | lit: Hardcode whence seek value, os.SEEK_END isn't always available. | Daniel Dunbar | 2009-11-08 | 1 | -1/+1 |
| | | | | llvm-svn: 86449 | ||||
* | lit: Drop require_and_and support. | Daniel Dunbar | 2009-11-08 | 1 | -17/+4 |
| | | | | llvm-svn: 86447 | ||||
* | lit: Workaround a Win32/subprocess bug when appending. | Daniel Dunbar | 2009-11-08 | 1 | -0/+3 |
| | | | | llvm-svn: 86437 | ||||
* | lit: Update Clang's test style to use XFAIL: and XTARGET: lines that match | Daniel Dunbar | 2009-11-03 | 1 | -24/+26 |
| | | | | | | LLVM's tests. llvm-svn: 85882 | ||||
* | lit: Allow use of /dev/null in redirects on Windows (replace by a temporary | Daniel Dunbar | 2009-10-25 | 1 | -1/+8 |
| | | | | | | file). llvm-svn: 85028 | ||||
* | lit: Support '>>' redirections when executing scripts internally. | Daniel Dunbar | 2009-10-24 | 1 | -0/+9 |
| | | | | llvm-svn: 85014 | ||||
* | lit: When running Tcl scripts via shell, try harder to find 'bash', but fall | Daniel Dunbar | 2009-10-19 | 1 | -2/+4 |
| | | | | | | back to running them internally if that fails. PR5240. llvm-svn: 84462 | ||||
* | lit: When executing shell scripts internally, don't allow piped stderr on any | Daniel Dunbar | 2009-09-22 | 1 | -3/+21 |
| | | | | | | | commands except the last one, instead redirect the stderr to a temporary file. This sidesteps a potential deadlocking issue. llvm-svn: 82538 | ||||
* | Actually use the arguments with the resolved executable path. | Daniel Dunbar | 2009-09-22 | 1 | -1/+1 |
| | | | | llvm-svn: 82527 | ||||
* | lit: Don't use close_fds=True on Windows. | Daniel Dunbar | 2009-09-22 | 1 | -1/+5 |
| | | | | llvm-svn: 82521 | ||||
* | lit: When executing commands internally, perform PATH resolution ourselves. | Daniel Dunbar | 2009-09-22 | 1 | -2/+23 |
| | | | | llvm-svn: 82520 | ||||
* | tests: Add a %abs_tmp substitution which is guaranteed to be a full path. | Daniel Dunbar | 2009-09-13 | 1 | -0/+2 |
| | | | | llvm-svn: 81662 | ||||
* | lit needs bash for tcl-as-sh execution, we use set -o pipefail. | Daniel Dunbar | 2009-09-08 | 1 | -1/+1 |
| | | | | llvm-svn: 81197 | ||||
* | Fix a refactoro. | Daniel Dunbar | 2009-09-08 | 1 | -1/+1 |
| | | | | llvm-svn: 81192 | ||||
* | Add 'lit' testing tool. | Daniel Dunbar | 2009-09-08 | 1 | -0/+460 |
- make install && man $(llvm-config --prefix)/share/man/man1/lit.1 for more information. llvm-svn: 81190 |