summaryrefslogtreecommitdiff
path: root/test/TestRunner.sh
AgeCommit message (Expand)Author
2009-09-20Switch TestRunner.sh to just use 'lit'.Daniel Dunbar
2009-09-10Don't substitute prcontext.Daniel Dunbar
2009-07-06Having tests that depend on previously created files is bad idea. Fix them to...Argyrios Kyrtzidis
2009-07-05Make use of the Index library through the index-test tool.Argyrios Kyrtzidis
2009-05-06If stderr isn't a terminal, don't try to guess the terminal width orDaniel Dunbar
2009-05-04Set COLUMNS=0 to disable wrapping instead of a random large number.Daniel Dunbar
2009-05-03Make diagnostic printing more deterministic when running tests.Daniel Dunbar
2009-05-02Use clang to find clang-cc, if it isn't in path.Daniel Dunbar
2009-04-09Implementation of pre-compiled headers (PCH) based on lazyDouglas Gregor
2009-03-24Update TestRunner.sh for renaming.Daniel Dunbar
2008-10-15Test commit.Daniel Dunbar
2008-09-27Remove automagic substitution of %llvmgccDaniel Dunbar
2008-09-06skip test if llvm-gcc is requires but not found on the path.Nuno Lopes
2008-09-04fix running tests with valgrind (there were a lot of bogus failures and warni...Nuno Lopes
2008-09-04Update TestRunner to not report failure for XFAIL testsDaniel Dunbar
2008-07-27Remove bashism; sh != bash on Ubuntu.Eli Friedman
2008-07-25Allow CLANG env variable to override "clang" command in TestRunner.shDaniel Dunbar
2008-03-23The newest version of valgrind, 3.3.0, no longer appends PIDs to log filenamesSam Bishop
2008-03-20Add ability to run clang tests under valgrind. Patch by Sam Bishop.Gabor Greif
2008-03-18let the %t magic happen, thanks Chris!Gabor Greif
2008-03-17Actually expand the %t1 patterns (in RUN: lines) to a uniqueGabor Greif
2008-03-17Second round of review feedback.Gabor Greif
2007-12-12verify that tests contain RUN lines.Chris Lattner
2007-11-28Changed TestRunner.sh to dump the output and generated script files inTed Kremenek
2007-07-11Stage two of getting CFE top correct.Reid Spencer