[llvm-commits] CVS: llvm/test/Feature/dg.exp
Tanya Brethour
tbrethou at cs.uiuc.edu
Wed Apr 12 14:58:50 PDT 2006
Changes in directory llvm/test/Feature:
dg.exp updated: 1.3 -> 1.4
---
Log message:
Added the ability to xfail based on llvmgcc version
---
Diffs of the changes: (+1 -1)
dg.exp | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/test/Feature/dg.exp
diff -u llvm/test/Feature/dg.exp:1.3 llvm/test/Feature/dg.exp:1.4
--- llvm/test/Feature/dg.exp:1.3 Fri Nov 19 16:42:44 2004
+++ llvm/test/Feature/dg.exp Wed Apr 12 16:57:23 2006
@@ -1,4 +1,4 @@
load_lib llvm-dg.exp
-llvm-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]] $objdir $srcdir $subdir $target_triplet $llvmgcc $llvmgxx $prcontext
+llvm-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]] $objdir $srcdir $subdir $target_triplet $llvmgcc $llvmgxx $prcontext $llvmgcc_version
More information about the llvm-commits
mailing list