[llvm-commits] CVS: llvm/test/Bytecode/2006-12-11-Cast-ConstExpr.ll dg.exp

Reid Spencer reid at x10sys.com
Sun Apr 15 03:11:34 PDT 2007



Changes in directory llvm/test/Bytecode:

2006-12-11-Cast-ConstExpr.ll updated: 1.2 -> 1.3
dg.exp updated: 1.4 -> 1.5
---
Log message:

For PR1319: http://llvm.org/PR1319 : Upgrade to new test harness

---
Diffs of the changes:  (+5 -3)

 2006-12-11-Cast-ConstExpr.ll |    4 +++-
 dg.exp                       |    4 ++--
 2 files changed, 5 insertions(+), 3 deletions(-)


Index: llvm/test/Bytecode/2006-12-11-Cast-ConstExpr.ll
diff -u llvm/test/Bytecode/2006-12-11-Cast-ConstExpr.ll:1.2 llvm/test/Bytecode/2006-12-11-Cast-ConstExpr.ll:1.3
--- llvm/test/Bytecode/2006-12-11-Cast-ConstExpr.ll:1.2	Fri Dec 29 14:01:32 2006
+++ llvm/test/Bytecode/2006-12-11-Cast-ConstExpr.ll	Sun Apr 15 05:11:13 2007
@@ -1,6 +1,8 @@
 ; This test ensures that we get a bitcast constant expression in and out,
 ; not a sitofp constant expression. 
-; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | grep 'bitcast ('
+; RUN: llvm-upgrade < %s | llvm-as | llvm-dis | \
+; RUN:   grep {bitcast (}
+
 %G = external global int
 
 float %tryit(int %A) {


Index: llvm/test/Bytecode/dg.exp
diff -u llvm/test/Bytecode/dg.exp:1.4 llvm/test/Bytecode/dg.exp:1.5
--- llvm/test/Bytecode/dg.exp:1.4	Wed Apr 11 14:56:57 2007
+++ llvm/test/Bytecode/dg.exp	Sun Apr 15 05:11:13 2007
@@ -1,3 +1,3 @@
-load_lib llvm-dg.exp
+load_lib llvm.exp
 
-llvm-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]]
+RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]]






More information about the llvm-commits mailing list