[llvm-commits] CVS: llvm/test/Makefile

2007-05-11 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.102 - 1.103 --- Log message: For PR1411: http://llvm.org/PR1411 : Don't try to use {} bracketing when setting a variable in site.exp --- Diffs of the changes: (+3 -3) Makefile |6 +++--- 1 files changed, 3 insertions(+), 3

[llvm-commits] CVS: llvm/test/Makefile

2007-04-21 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.100 - 1.101 --- Log message: Add the TARGETS_TO_BUILD variable. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/test/Makefile diff -u llvm/test/Makefile:1.100 llvm/test/Makefile:1.101

[llvm-commits] CVS: llvm/test/Makefile

2007-04-21 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.101 - 1.102 --- Log message: Pass the LLVMGCC_LANGS variable through to Tcl. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/test/Makefile diff -u llvm/test/Makefile:1.101

[llvm-commits] CVS: llvm/test/Makefile

2007-04-16 Thread Duncan Sands
Changes in directory llvm/test: Makefile updated: 1.99 - 1.100 --- Log message: Look for site.exp in the build directory, not the source directory. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Makefile diff -u

[llvm-commits] CVS: llvm/test/Makefile

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.96 - 1.97 --- Log message: Add a new testing target: check-one. It is used like this: make check-one TESTONE=test/path/to/test.ll This runs a single check in exactly the same way that dejagnu runs it. --- Diffs of the changes: (+19 -0)

[llvm-commits] CVS: llvm/test/Makefile

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.97 - 1.98 --- Log message: Echo command lines only if the user wants them. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Makefile diff -u llvm/test/Makefile:1.97

[llvm-commits] CVS: llvm/test/Makefile

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.98 - 1.99 --- Log message: We don't need the path to be set for llvmgcc/llvmgxx any more. --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/test/Makefile diff -u

[llvm-commits] CVS: llvm/test/Makefile

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.94 - 1.95 --- Log message: Make new variables available: compile_c, compile_cxx, link to handle tests that want to use LLVM's notion of compiling and linking programs. This includes all the -I -L and optimization switches that LLVM would

[llvm-commits] CVS: llvm/test/Makefile

2007-02-11 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.93 - 1.94 --- Log message: For PR1196: http://llvm.org/PR1196 : Prevent infinite loops and memory bombs by setting a ulimit on time and space for running the dejagnu tests. --- Diffs of the changes: (+3 -2) Makefile |5 +++-- 1

[llvm-commits] CVS: llvm/test/Makefile

2007-01-16 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.91 - 1.92 --- Log message: Regression is gone, don't try to find it on clean target. --- Diffs of the changes: (+1 -2) Makefile |3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: llvm/test/Makefile diff -u

[llvm-commits] CVS: llvm/test/Makefile

2006-11-10 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.90 - 1.91 --- Log message: Enable path completion when typing the TESTSUITE= option by allowing the test directory to precede the test suite name. That is, it will strip off test/ from TESTSUITE which allows path completion from the command

[llvm-commits] CVS: llvm/test/Makefile

2006-05-28 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.88 - 1.89 --- Log message: Fix a problem where dejagnu won't accept the value of global tcl variable libdir for some reason. Changing to llvmlibsdir instead fixes it. --- Diffs of the changes: (+2 -2) Makefile |4 ++-- 1 files

[llvm-commits] CVS: llvm/test/Makefile

2006-05-27 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.87 - 1.88 --- Log message: Provide an infrastructure for testing the llvm2cpp program (yet to be committed). This infrastructure is only activated when RUNLLVM2CPP=1 is specified on the make command line. Currently it is only supported in

[llvm-commits] CVS: llvm/test/Makefile

2006-04-12 Thread Tanya Brethour
Changes in directory llvm/test: Makefile updated: 1.85 - 1.86 --- Log message: Added llvmgcc version to allow tests to be xfailed by frontend version. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/test/Makefile diff -u

[llvm-commits] CVS: llvm/test/Makefile

2006-04-06 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.84 - 1.85 --- Log message: Add the variable llvmgccmajvers to the site.exp file. This will contain the major version number of llvm-gcc, as configured. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+)