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