summaryrefslogtreecommitdiff
path: root/utils/lit/lit/TestRunner.py
Commit message (Expand)AuthorAge
* lit: Fix a subtle resource usage bug when executing tests using the internalDaniel Dunbar2010-09-29
* Expand uses of python 2.6's "A if B else C" syntax into regularDan Gohman2010-08-10
* Print a message when a test failure is due to stderr outputDan Gohman2010-08-04
* Change the logic which interprets output on stderr as an error so thatDan Gohman2010-08-04
* Don't print "Command output (stdout):" when the command has no output,Dan Gohman2010-08-04
* Use the regular conditional operator syntax instead of a clever hack.Dan Gohman2010-08-04
* lit: Add support for 'REQUIRES: feature-one, feature-two, ...' in theDaniel Dunbar2010-07-21
* lit: Replace /dev/null in scripts with temporary files on Windows.Daniel Dunbar2010-06-12
* lit: Add a forgotten default argument.Daniel Dunbar2010-06-11
* lit: When running Tcl style tests on Windows, substitute slashes to avoid TclDaniel Dunbar2010-06-11
* Add a FIXME.Daniel Dunbar2010-03-31
* lit: Make sure to close any files we open as part of redirection.Daniel Dunbar2010-03-31
* Add support for XFAILing valgrind runs with memory leak checking independentlyJeffrey Yasskin2010-03-20
* Avoid a problem in libc_freeres() seen on a linux-i686 buildbot when runningJeffrey Yasskin2010-03-18
* Make lit pay attention to --vg for tcl tests too, which makes it work on LLVM'sJeffrey Yasskin2010-03-17
* Revert r97726 and r97728 at ddunbar's request; we want to solve thisJohn McCall2010-03-08
* Simplify the condition-checking logic and hopefully clear up a build failureJohn McCall2010-03-04
* Teach lit to honor conditional directives. The syntax is:John McCall2010-03-04
* lit: Sink code into a 'lit' package.Daniel Dunbar2009-12-26