summaryrefslogtreecommitdiffstats
path: root/test/TestRunner.sh
Commit message (Expand)AuthorAgeFilesLines
* Use exec.Dan Gohman2010-08-291-1/+1
* tests: Deprecate TestRunner.sh, and have it just invoke 'llvm-lit' (which willDaniel Dunbar2010-08-021-34/+3
* Fix a bashism in TestRunner.sh.Dan Gohman2008-07-281-2/+2
* Avoid an infinite loop when TestRunner.sh is run outside of the test dir.Reid Spencer2007-05-181-5/+7
* Fix PR1355: Only compute the SUBPATH and TESTDIR once.Reid Spencer2007-05-161-7/+9
* For PR1355:Reid Spencer2007-04-261-25/+25
* Make it possible to run this from within subdirectories of llvm/testReid Spencer2007-04-151-1/+18
* Reimplement in terms of the support for this feature in the makefiles withReid Spencer2007-04-151-36/+1
* make xfail info more niceChris Lattner2007-04-081-1/+1
* testrunner should print out xfail info.Chris Lattner2007-04-081-0/+1
* Add some documentation about the arguments.Reid Spencer2006-11-021-0/+3
* Just a minor tweak so you can run things like:Chris Lattner2006-06-171-1/+2
* Pass -emit-llvm automatically to %llvmgcc and %llvmg++ to fix regressionChris Lattner2006-03-081-1/+1
* teach TestRunner about prcontextChris Lattner2005-08-051-1/+1
* Fix this script to work with hyphenated llvm-gcc and friend.Chris Lattner2005-01-031-1/+1
* Pass in llvmgxxChris Lattner2004-11-271-1/+1
* Create the output directory if it's not already thereChris Lattner2004-04-101-0/+3
* Add support for %llvmgccChris Lattner2004-01-121-1/+1
* Ulimit the test, and print out a more interesting output if failure occursChris Lattner2003-05-141-2/+6
* Fix path problemChris Lattner2003-05-141-2/+2
* Generalize the script a bitChris Lattner2003-05-141-7/+21
* Allow multiline RUN:'sChris Lattner2002-02-111-3/+5
* Initial checkinChris Lattner2002-02-011-0/+22