summaryrefslogtreecommitdiff
path: root/test/TestRunner.sh
AgeCommit message (Expand)AuthorFilesLines
2010-08-29Use exec.Dan Gohman1-1/+1
2010-08-02tests: Deprecate TestRunner.sh, and have it just invoke 'llvm-lit' (which willDaniel Dunbar1-34/+3
2008-07-28Fix a bashism in TestRunner.sh.Dan Gohman1-2/+2
2007-05-18Avoid an infinite loop when TestRunner.sh is run outside of the test dir.Reid Spencer1-5/+7
2007-05-16Fix PR1355: Only compute the SUBPATH and TESTDIR once.Reid Spencer1-7/+9
2007-04-26For PR1355:Reid Spencer1-25/+25
2007-04-15Make it possible to run this from within subdirectories of llvm/testReid Spencer1-1/+18
2007-04-15Reimplement in terms of the support for this feature in the makefiles withReid Spencer1-36/+1
2007-04-08make xfail info more niceChris Lattner1-1/+1
2007-04-08testrunner should print out xfail info.Chris Lattner1-0/+1
2006-11-02Add some documentation about the arguments.Reid Spencer1-0/+3
2006-06-17Just a minor tweak so you can run things like:Chris Lattner1-1/+2
2006-03-08Pass -emit-llvm automatically to %llvmgcc and %llvmg++ to fix regressionChris Lattner1-1/+1
2005-08-05teach TestRunner about prcontextChris Lattner1-1/+1
2005-01-03Fix this script to work with hyphenated llvm-gcc and friend.Chris Lattner1-1/+1
2004-11-27Pass in llvmgxxChris Lattner1-1/+1
2004-04-10Create the output directory if it's not already thereChris Lattner1-0/+3
2004-01-12Add support for %llvmgccChris Lattner1-1/+1
2003-05-14Ulimit the test, and print out a more interesting output if failure occursChris Lattner1-2/+6
2003-05-14Fix path problemChris Lattner1-2/+2
2003-05-14Generalize the script a bitChris Lattner1-7/+21
2002-02-11Allow multiline RUN:'sChris Lattner1-3/+5
2002-02-01Initial checkinChris Lattner1-0/+22