lit: Add %T as a replacement for the output directory
[oota-llvm.git] / utils / lit / lit / TestRunner.py
2011-08-26 Douglas Gregorlit: Add %T as a replacement for the output directory
2011-06-22 Andrew Tricklit support for REQUIRES: asserts.
2011-06-16 Andrew TrickAdd support to lit for build mode requirements. e.g.
2011-03-05 NAKAMURA Takumiutils/lit/lit/TestRunner.py: bash is available with...
2011-01-08 Francois PichetOn Windows, replace each occurrence of '\' by '\\'...
2011-01-04 Francois PichetDisable r122754 on Windows: was causing all lit tests...
2011-01-03 David GreeneReapply 122341 to fix PR8199 now that clang changes...
2010-12-21 David GreeneRevert 122341. It breaks some darwin tests.
2010-12-21 David GreeneFix PR 8199. This patch prepends the build tool dir...
2010-09-29 Daniel Dunbarlit: Fix a subtle resource usage bug when executing...
2010-08-10 Dan GohmanExpand uses of python 2.6's "A if B else C" syntax...
2010-08-04 Dan GohmanPrint a message when a test failure is due to stderr...
2010-08-04 Dan GohmanChange the logic which interprets output on stderr...
2010-08-04 Dan GohmanDon't print "Command output (stdout):" when the command...
2010-08-04 Dan GohmanUse the regular conditional operator syntax instead...
2010-07-21 Daniel Dunbarlit: Add support for 'REQUIRES: feature-one, feature...
2010-06-12 Daniel Dunbarlit: Replace /dev/null in scripts with temporary files...
2010-06-11 Daniel Dunbarlit: Add a forgotten default argument.
2010-06-11 Daniel Dunbarlit: When running Tcl style tests on Windows, substitut...
2010-03-31 Daniel DunbarAdd a FIXME.
2010-03-31 Daniel Dunbarlit: Make sure to close any files we open as part of...
2010-03-20 Jeffrey YasskinAdd support for XFAILing valgrind runs with memory...
2010-03-18 Jeffrey YasskinAvoid a problem in libc_freeres() seen on a linux-i686...
2010-03-17 Jeffrey YasskinMake lit pay attention to --vg for tcl tests too, which...
2010-03-08 John McCallRevert r97726 and r97728 at ddunbar's request; we want...
2010-03-04 John McCallSimplify the condition-checking logic and hopefully...
2010-03-04 John McCallTeach lit to honor conditional directives. The syntax is:
2009-12-26 Daniel Dunbarlit: Sink code into a 'lit' package.