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