[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/Makefile
Michael Brukman
brukman at cs.uiuc.edu
Thu Oct 30 22:19:01 PST 2003
Changes in directory llvm/test/Programs/External/SPEC/CINT2000:
Makefile updated: 1.6 -> 1.7
---
Log message:
Disable crafty on Sparc until we fix the infinite looping problem there
(or at least fix RunSafely.sh to properly terminate it within reasonable time).
---
Diffs of the changes: (+5 -0)
Index: llvm/test/Programs/External/SPEC/CINT2000/Makefile
diff -u llvm/test/Programs/External/SPEC/CINT2000/Makefile:1.6 llvm/test/Programs/External/SPEC/CINT2000/Makefile:1.7
--- llvm/test/Programs/External/SPEC/CINT2000/Makefile:1.6 Mon Oct 6 15:51:56 2003
+++ llvm/test/Programs/External/SPEC/CINT2000/Makefile Thu Oct 30 22:18:00 2003
@@ -13,4 +13,9 @@
256.bzip2 \
300.twolf
+# Disable crafy yntil it stops infinite-looping on Sparc
+ifeq ($(ARCH), Sparc)
+PARALLEL_DIRS := $(filter-out 186.crafty, $(PARALLEL_DIRS))
+endif
+
include ${LEVEL}/test/Programs/Makefile.programs
More information about the llvm-commits
mailing list