Remove unused variable.
[oota-llvm.git] / test / TestRunner.sh
2010-08-29 Dan GohmanUse exec.
2010-08-02 Daniel Dunbartests: Deprecate TestRunner.sh, and have it just invoke...
2008-07-28 Dan GohmanFix a bashism in TestRunner.sh.
2007-05-18 Reid SpencerAvoid an infinite loop when TestRunner.sh is run outsid...
2007-05-16 Reid SpencerFix PR1355: Only compute the SUBPATH and TESTDIR once.
2007-04-26 Reid SpencerFor PR1355:
2007-04-15 Reid SpencerMake it possible to run this from within subdirectories...
2007-04-15 Reid SpencerReimplement in terms of the support for this feature...
2007-04-08 Chris Lattnermake xfail info more nice
2007-04-08 Chris Lattnertestrunner should print out xfail info.
2006-11-02 Reid SpencerAdd some documentation about the arguments.
2006-06-17 Chris LattnerJust a minor tweak so you can run things like:
2006-03-08 Chris LattnerPass -emit-llvm automatically to %llvmgcc and %llvmg...
2005-08-05 Chris Lattnerteach TestRunner about prcontext
2005-01-03 Chris LattnerFix this script to work with hyphenated llvm-gcc and...
2004-11-27 Chris LattnerPass in llvmgxx
2004-04-10 Chris LattnerCreate the output directory if it's not already there
2004-01-12 Chris LattnerAdd support for %llvmgcc
2003-05-14 Chris LattnerUlimit the test, and print out a more interesting outpu...
2003-05-14 Chris LattnerFix path problem
2003-05-14 Chris LattnerGeneralize the script a bit
2002-02-11 Chris LattnerAllow multiline RUN:'s
2002-02-01 Chris LattnerInitial checkin