aboutsummaryrefslogtreecommitdiffstats
path: root/utils/lit/TestRunner.py
Commit message (Expand)AuthorAgeFilesLines
* lit: Add --repeat=N option, for running each test N times.Daniel Dunbar2009-11-151-0/+2
* lit: Hardcode whence seek value, os.SEEK_END isn't always available.Daniel Dunbar2009-11-081-1/+1
* lit: Drop require_and_and support.Daniel Dunbar2009-11-081-17/+4
* lit: Workaround a Win32/subprocess bug when appending.Daniel Dunbar2009-11-081-0/+3
* lit: Update Clang's test style to use XFAIL: and XTARGET: lines that matchDaniel Dunbar2009-11-031-24/+26
* lit: Allow use of /dev/null in redirects on Windows (replace by a temporaryDaniel Dunbar2009-10-251-1/+8
* lit: Support '>>' redirections when executing scripts internally.Daniel Dunbar2009-10-241-0/+9
* lit: When running Tcl scripts via shell, try harder to find 'bash', but fallDaniel Dunbar2009-10-191-2/+4
* lit: When executing shell scripts internally, don't allow piped stderr on anyDaniel Dunbar2009-09-221-3/+21
* Actually use the arguments with the resolved executable path.Daniel Dunbar2009-09-221-1/+1
* lit: Don't use close_fds=True on Windows.Daniel Dunbar2009-09-221-1/+5
* lit: When executing commands internally, perform PATH resolution ourselves.Daniel Dunbar2009-09-221-2/+23
* tests: Add a %abs_tmp substitution which is guaranteed to be a full path.Daniel Dunbar2009-09-131-0/+2
* lit needs bash for tcl-as-sh execution, we use set -o pipefail.Daniel Dunbar2009-09-081-1/+1
* Fix a refactoro.Daniel Dunbar2009-09-081-1/+1
* Add 'lit' testing tool.Daniel Dunbar2009-09-081-0/+460