[llvm-commits] [test-suite] r94486 - in /test-suite/trunk/External/SPEC/CFP2006: 433.milc/Makefile 444.namd/Makefile
Jim Grosbach
grosbach at apple.com
Mon Jan 25 17:42:18 PST 2010
Author: grosbach
Date: Mon Jan 25 19:42:17 2010
New Revision: 94486
URL: http://llvm.org/viewvc/llvm-project?rev=94486&view=rev
Log:
Thumb1 a long time to executre these. Extend the timeout.
Modified:
test-suite/trunk/External/SPEC/CFP2006/433.milc/Makefile
test-suite/trunk/External/SPEC/CFP2006/444.namd/Makefile
Modified: test-suite/trunk/External/SPEC/CFP2006/433.milc/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CFP2006/433.milc/Makefile?rev=94486&r1=94485&r2=94486&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CFP2006/433.milc/Makefile (original)
+++ test-suite/trunk/External/SPEC/CFP2006/433.milc/Makefile Mon Jan 25 19:42:17 2010
@@ -9,6 +9,9 @@
FP_TOLERANCE = 0.0001
FP_ABSTOLERANCE = 0.0000002
+# This test is over the 500s default limit on ARM.
+RUNTIMELIMIT = 1500
+
include ../../Makefile.spec2006
CPPFLAGS += -DFN -DFAST -DCONGRAD_TMP_VECTORS -DDSLASH_TMP_LINKS
Modified: test-suite/trunk/External/SPEC/CFP2006/444.namd/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CFP2006/444.namd/Makefile?rev=94486&r1=94485&r2=94486&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CFP2006/444.namd/Makefile (original)
+++ test-suite/trunk/External/SPEC/CFP2006/444.namd/Makefile Mon Jan 25 19:42:17 2010
@@ -8,8 +8,8 @@
FP_ABSTOLERANCE = 0.00001
-# This test is just over the 500s default limit on ARM.
-RUNTIMELIMIT = 1000
+# This test is over the 500s default limit on ARM.
+RUNTIMELIMIT = 1500
RUN_OPTIONS = --input namd.input --iterations 1 --output namd.out
STDOUT_FILENAME := namd.out
More information about the llvm-commits
mailing list