[llvm-commits] [test-suite] r94566 - /test-suite/trunk/External/SPEC/CFP2006/444.namd/Makefile

Jim Grosbach grosbach at apple.com
Tue Jan 26 10:53:44 PST 2010


Author: grosbach
Date: Tue Jan 26 12:53:44 2010
New Revision: 94566

URL: http://llvm.org/viewvc/llvm-project?rev=94566&view=rev
Log:
Thumb1 can take > 35 minutes to run this test. Ouch.

Modified:
    test-suite/trunk/External/SPEC/CFP2006/444.namd/Makefile

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=94566&r1=94565&r2=94566&view=diff

==============================================================================
--- test-suite/trunk/External/SPEC/CFP2006/444.namd/Makefile (original)
+++ test-suite/trunk/External/SPEC/CFP2006/444.namd/Makefile Tue Jan 26 12:53:44 2010
@@ -8,8 +8,8 @@
 
 FP_ABSTOLERANCE = 0.00001
 
-# This test is over the 500s default limit on ARM.
-RUNTIMELIMIT = 1500
+# This test is over the 500s default limit on ARM. Thumb1 takes a *long* time.
+RUNTIMELIMIT = 3000
 
 RUN_OPTIONS      = --input namd.input --iterations 1 --output namd.out
 STDOUT_FILENAME := namd.out





More information about the llvm-commits mailing list