[llvm-commits] CVS: llvm/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll dg.exp
Reid Spencer
reid at x10sys.com
Sun Apr 15 03:19:38 PDT 2007
Changes in directory llvm/test/ExecutionEngine:
2004-12-04-LazyCompileFuncs.ll updated: 1.4 -> 1.5
dg.exp updated: 1.4 -> 1.5
---
Log message:
For PR1319: http://llvm.org/PR1319 : Upgrade to new test harness
---
Diffs of the changes: (+4 -4)
2004-12-04-LazyCompileFuncs.ll | 4 ++--
dg.exp | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
Index: llvm/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll
diff -u llvm/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll:1.4 llvm/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll:1.5
--- llvm/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll:1.4 Sun Dec 5 01:15:21 2004
+++ llvm/test/ExecutionEngine/2004-12-04-LazyCompileFuncs.ll Sun Apr 15 05:19:14 2007
@@ -1,5 +1,5 @@
-; RUN: llvm-as -f %s -o %t.bc
-; RUN: lli -debug-only=jit %t.bc 2>&1 | not grep 'Finished CodeGen of .*Function: F'
+; RUN: llvm-upgrade %s | llvm-as -f -o %t.bc
+; RUN: lli -debug-only=jit %t.bc |& not grep {Finished CodeGen of .*Function: F}
%.str_1 = internal constant [7 x sbyte] c"IN F!\0A\00" ; <[7 x sbyte]*> [#uses=1]
%.str_2 = internal constant [7 x sbyte] c"IN G!\0A\00" ; <[7 x sbyte]*> [#uses=1]
Index: llvm/test/ExecutionEngine/dg.exp
diff -u llvm/test/ExecutionEngine/dg.exp:1.4 llvm/test/ExecutionEngine/dg.exp:1.5
--- llvm/test/ExecutionEngine/dg.exp:1.4 Wed Apr 11 14:56:58 2007
+++ llvm/test/ExecutionEngine/dg.exp Sun Apr 15 05:19:14 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