aboutsummaryrefslogtreecommitdiff
path: root/utils/lit/TestRunner.py
AgeCommit message (Expand)Author
2009-12-26lit: Sink code into a 'lit' package.Daniel Dunbar
2009-11-15lit: Add --repeat=N option, for running each test N times.Daniel Dunbar
2009-11-08lit: Hardcode whence seek value, os.SEEK_END isn't always available.Daniel Dunbar
2009-11-08lit: Drop require_and_and support.Daniel Dunbar
2009-11-08lit: Workaround a Win32/subprocess bug when appending.Daniel Dunbar
2009-11-03lit: Update Clang's test style to use XFAIL: and XTARGET: lines that matchDaniel Dunbar
2009-10-25lit: Allow use of /dev/null in redirects on Windows (replace by a temporaryDaniel Dunbar
2009-10-24lit: Support '>>' redirections when executing scripts internally.Daniel Dunbar
2009-10-19lit: When running Tcl scripts via shell, try harder to find 'bash', but fallDaniel Dunbar
2009-09-22lit: When executing shell scripts internally, don't allow piped stderr on anyDaniel Dunbar
2009-09-22Actually use the arguments with the resolved executable path.Daniel Dunbar
2009-09-22lit: Don't use close_fds=True on Windows.Daniel Dunbar
2009-09-22lit: When executing commands internally, perform PATH resolution ourselves.Daniel Dunbar
2009-09-13tests: Add a %abs_tmp substitution which is guaranteed to be a full path.Daniel Dunbar
2009-09-08lit needs bash for tcl-as-sh execution, we use set -o pipefail.Daniel Dunbar
2009-09-08Fix a refactoro.Daniel Dunbar
2009-09-08Add 'lit' testing tool.Daniel Dunbar