[llvm-commits] CVS: llvm/test/Programs/External/SPEC/CINT2000/Makefile
Misha Brukman
brukman at cs.uiuc.edu
Tue Nov 25 10:43:01 PST 2003
Changes in directory llvm/test/Programs/External/SPEC/CINT2000:
Makefile updated: 1.11 -> 1.12
---
Log message:
I spoke too soon, crafty still hangs, even the native version.
And sometimes the automatic script doesn't kill it after a certain 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.11 llvm/test/Programs/External/SPEC/CINT2000/Makefile:1.12
--- llvm/test/Programs/External/SPEC/CINT2000/Makefile:1.11 Fri Nov 21 18:34:37 2003
+++ llvm/test/Programs/External/SPEC/CINT2000/Makefile Tue Nov 25 10:42:00 2003
@@ -16,4 +16,9 @@
# Get the $(ARCH) setting
include $(LEVEL)/Makefile.config
+# Disable crafty until 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