Use the regular conditional operator syntax instead of a clever hack.
[oota-llvm.git] / utils / lit / lit / TestRunner.py
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.