[llvm-commits] CVS: llvm/test/CodeGen/SPARC/dg.exp

2007-04-21 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/SPARC: dg.exp updated: 1.4 -> 1.5 --- Log message: Use the llvm_supports_target function to prevent running of tests for targets that LLVM is not configured to support. --- Diffs of the changes: (+3 -1) dg.exp |4 +++- 1 files changed, 3 insertio

[llvm-commits] CVS: llvm/test/CodeGen/SPARC/dg.exp

2007-04-15 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/SPARC: dg.exp updated: 1.3 -> 1.4 --- Log message: For PR1319: http://llvm.org/PR1319 : Upgrade to new test harness. --- Diffs of the changes: (+2 -2) dg.exp |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/test/CodeGen/SPARC

[llvm-commits] CVS: llvm/test/CodeGen/SPARC/dg.exp

2007-04-11 Thread Reid Spencer
Changes in directory llvm/test/CodeGen/SPARC: dg.exp updated: 1.2 -> 1.3 --- Log message: Make the llvm-runtest function much more amenable by eliminating all the global variables that needed to be passed in. This makes it possible to add new global variables with only a couple changes (Makefi