[llvm-commits] CVS: llvm/test/TableGen/Include.td LazyChange.td MultiClass.td dg.exp

Reid Spencer reid at x10sys.com
Sun Apr 15 03:23:56 PDT 2007



Changes in directory llvm/test/TableGen:

Include.td updated: 1.3 -> 1.4
LazyChange.td updated: 1.1 -> 1.2
MultiClass.td updated: 1.3 -> 1.4
dg.exp updated: 1.5 -> 1.6
---
Log message:

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

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

 Include.td    |    2 +-
 LazyChange.td |    2 +-
 MultiClass.td |    3 +--
 dg.exp        |    4 ++--
 4 files changed, 5 insertions(+), 6 deletions(-)


Index: llvm/test/TableGen/Include.td
diff -u llvm/test/TableGen/Include.td:1.3 llvm/test/TableGen/Include.td:1.4
--- llvm/test/TableGen/Include.td:1.3	Mon May  9 14:32:08 2005
+++ llvm/test/TableGen/Include.td	Sun Apr 15 05:23:27 2007
@@ -1,4 +1,4 @@
-// RUN: tblgen -I `dirname %s` %s
+// RUN: tblgen -I %p %s
 def BeforeInclude;
 
 include "Include.inc"


Index: llvm/test/TableGen/LazyChange.td
diff -u llvm/test/TableGen/LazyChange.td:1.1 llvm/test/TableGen/LazyChange.td:1.2
--- llvm/test/TableGen/LazyChange.td:1.1	Mon Apr 18 22:34:58 2005
+++ llvm/test/TableGen/LazyChange.td	Sun Apr 15 05:23:27 2007
@@ -1,4 +1,4 @@
-// RUN: tblgen %s | grep 'int Y = 3'
+// RUN: tblgen %s | grep {int Y = 3}
 
 
 class C {


Index: llvm/test/TableGen/MultiClass.td
diff -u llvm/test/TableGen/MultiClass.td:1.3 llvm/test/TableGen/MultiClass.td:1.4
--- llvm/test/TableGen/MultiClass.td:1.3	Wed Oct 11 13:12:14 2006
+++ llvm/test/TableGen/MultiClass.td	Sun Apr 15 05:23:27 2007
@@ -1,5 +1,4 @@
-// RUN: tblgen %s &&
-// RUN: tblgen %s | grep 'zing = 4' | wc -l | grep 2
+// RUN: tblgen %s | grep {zing = 4} | wc -l | grep 2
 
 class C1<int A, string B> { 
   int bar = A;


Index: llvm/test/TableGen/dg.exp
diff -u llvm/test/TableGen/dg.exp:1.5 llvm/test/TableGen/dg.exp:1.6
--- llvm/test/TableGen/dg.exp:1.5	Wed Apr 11 14:56:58 2007
+++ llvm/test/TableGen/dg.exp	Sun Apr 15 05:23:27 2007
@@ -1,3 +1,3 @@
-load_lib llvm-dg.exp
+load_lib llvm.exp
 
-llvm-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{td}]]
+RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{td}]]






More information about the llvm-commits mailing list