summaryrefslogtreecommitdiffstats
path: root/test/TestRunner.sh
Commit message (Expand)AuthorAgeFilesLines
* Switch TestRunner.sh to just use 'lit'.Daniel Dunbar2009-09-201-127/+8
* Don't substitute prcontext.Daniel Dunbar2009-09-101-2/+0
* Having tests that depend on previously created files is bad idea. Fix them to...Argyrios Kyrtzidis2009-07-061-3/+0
* Make use of the Index library through the index-test tool.Argyrios Kyrtzidis2009-07-051-0/+3
* If stderr isn't a terminal, don't try to guess the terminal width orDaniel Dunbar2009-05-061-3/+0
* Set COLUMNS=0 to disable wrapping instead of a random large number.Daniel Dunbar2009-05-041-1/+1
* Make diagnostic printing more deterministic when running tests.Daniel Dunbar2009-05-031-0/+3
* Use clang to find clang-cc, if it isn't in path.Daniel Dunbar2009-05-021-0/+4
* Implementation of pre-compiled headers (PCH) based on lazyDouglas Gregor2009-04-091-0/+3
* Update TestRunner.sh for renaming.Daniel Dunbar2009-03-241-1/+25
* Test commit.Daniel Dunbar2008-10-151-1/+0
* Remove automagic substitution of %llvmgccDaniel Dunbar2008-09-271-18/+0
* skip test if llvm-gcc is requires but not found on the path.Nuno Lopes2008-09-061-0/+14
* fix running tests with valgrind (there were a lot of bogus failures and warni...Nuno Lopes2008-09-041-6/+7
* Update TestRunner to not report failure for XFAIL testsDaniel Dunbar2008-09-041-1/+16
* Remove bashism; sh != bash on Ubuntu.Eli Friedman2008-07-271-1/+1
* Allow CLANG env variable to override "clang" command in TestRunner.shDaniel Dunbar2008-07-251-1/+4
* The newest version of valgrind, 3.3.0, no longer appends PIDs to log filenamesSam Bishop2008-03-231-1/+1
* Add ability to run clang tests under valgrind. Patch by Sam Bishop.Gabor Greif2008-03-201-6/+36
* let the %t magic happen, thanks Chris!Gabor Greif2008-03-181-1/+1
* Actually expand the %t1 patterns (in RUN: lines) to a uniqueGabor Greif2008-03-171-1/+3
* Second round of review feedback.Gabor Greif2008-03-171-0/+1
* verify that tests contain RUN lines.Chris Lattner2007-12-121-1/+7
* Changed TestRunner.sh to dump the output and generated script files inTed Kremenek2007-11-281-3/+3
* Stage two of getting CFE top correct.Reid Spencer2007-07-111-0/+50