summaryrefslogtreecommitdiff
path: root/utils/lit/lit/TestRunner.py
Commit message (Expand)AuthorAge
* lit: Normalize pathsep slashes also on %T.NAKAMURA Takumi2011-08-31
* Lit option for ignoring stderr output.Andrew Trick2011-08-30
* lit: Add %T as a replacement for the output directoryDouglas Gregor2011-08-26
* lit support for REQUIRES: asserts.Andrew Trick2011-06-22
* Add support to lit for build mode requirements. e.g.Andrew Trick2011-06-16
* utils/lit/lit/TestRunner.py: bash is available with MSYS on Python/W32. Then ...NAKAMURA Takumi2011-03-05
* On Windows, replace each occurrence of '\' by '\\' on the replacement string....Francois Pichet2011-01-08
* Disable r122754 on Windows: was causing all lit tests to fail.Francois Pichet2011-01-04
* Reapply 122341 to fix PR8199 now that clang changes are in.David Greene2011-01-03
* Revert 122341. It breaks some darwin tests.David Greene2010-12-21
* Fix PR 8199. This patch prepends the build tool dir to LLVM programsDavid Greene2010-12-21
* 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