[llvm-commits] CVS: llvm/test/TestRunner.sh

2007-05-17 Thread Reid Spencer
Changes in directory llvm/test: TestRunner.sh updated: 1.19 - 1.20 --- Log message: Avoid an infinite loop when TestRunner.sh is run outside of the test dir. --- Diffs of the changes: (+7 -5) TestRunner.sh | 12 +++- 1 files changed, 7 insertions(+), 5 deletions(-) Index:

[llvm-commits] CVS: llvm/test/TestRunner.sh

2007-05-16 Thread Reid Spencer
Changes in directory llvm/test: TestRunner.sh updated: 1.18 - 1.19 --- Log message: Fix PR1355: http://llvm.org/PR1355 : Only compute the SUBPATH and TESTDIR once. --- Diffs of the changes: (+9 -7) TestRunner.sh | 16 +--- 1 files changed, 9 insertions(+), 7 deletions(-)

[llvm-commits] CVS: llvm/test/TestRunner.sh

2007-04-25 Thread Reid Spencer
Changes in directory llvm/test: TestRunner.sh updated: 1.17 - 1.18 --- Log message: For PR1355: http://llvm.org/PR1355 : Make the script process multiple files and describe its usage properly. --- Diffs of the changes: (+25 -25) TestRunner.sh | 50

[llvm-commits] CVS: llvm/test/TestRunner.sh

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test: TestRunner.sh updated: 1.15 - 1.16 --- Log message: Reimplement in terms of the support for this feature in the makefiles with the check-one target. This was necessitated by the change in the test harness to fully use Tcl's exec function and avoid shell scripts

[llvm-commits] CVS: llvm/test/TestRunner.sh

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test: TestRunner.sh updated: 1.16 - 1.17 --- Log message: Make it possible to run this from within subdirectories of llvm/test --- Diffs of the changes: (+18 -1) TestRunner.sh | 19 ++- 1 files changed, 18 insertions(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/test/TestRunner.sh

2007-04-08 Thread Chris Lattner
Changes in directory llvm/test: TestRunner.sh updated: 1.13 - 1.14 --- Log message: testrunner should print out xfail info. --- Diffs of the changes: (+1 -0) TestRunner.sh |1 + 1 files changed, 1 insertion(+) Index: llvm/test/TestRunner.sh diff -u llvm/test/TestRunner.sh:1.13

[llvm-commits] CVS: llvm/test/TestRunner.sh

2007-04-08 Thread Chris Lattner
Changes in directory llvm/test: TestRunner.sh updated: 1.14 - 1.15 --- Log message: make xfail info more nice --- Diffs of the changes: (+1 -1) TestRunner.sh |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/TestRunner.sh diff -u llvm/test/TestRunner.sh:1.14

[llvm-commits] CVS: llvm/test/TestRunner.sh

2006-11-01 Thread Reid Spencer
Changes in directory llvm/test: TestRunner.sh updated: 1.12 - 1.13 --- Log message: Add some documentation about the arguments. --- Diffs of the changes: (+3 -0) TestRunner.sh |3 +++ 1 files changed, 3 insertions(+) Index: llvm/test/TestRunner.sh diff -u

[llvm-commits] CVS: llvm/test/TestRunner.sh

2006-06-17 Thread Chris Lattner
Changes in directory llvm/test: TestRunner.sh updated: 1.11 - 1.12 --- Log message: Just a minor tweak so you can run things like: TestRunner.sh Foo/Bar/test.ll instead of just TestRunner.sh test.ll which is convenient in conjunction with find. --- Diffs of the changes: (+2 -1)