[llvm-commits] [test-suite] r117218 - /test-suite/trunk/External/SPEC/CFP2006/447.dealII/Makefile

Eric Christopher echristo at apple.com
Sat Oct 23 18:44:09 PDT 2010


Author: echristo
Date: Sat Oct 23 20:44:09 2010
New Revision: 117218

URL: http://llvm.org/viewvc/llvm-project?rev=117218&view=rev
Log:
Up the runtime limit on this test. arm -O0 is running up against the
edge.

Modified:
    test-suite/trunk/External/SPEC/CFP2006/447.dealII/Makefile

Modified: test-suite/trunk/External/SPEC/CFP2006/447.dealII/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CFP2006/447.dealII/Makefile?rev=117218&r1=117217&r2=117218&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CFP2006/447.dealII/Makefile (original)
+++ test-suite/trunk/External/SPEC/CFP2006/447.dealII/Makefile Sat Oct 23 20:44:09 2010
@@ -8,6 +8,10 @@
 
 FP_ABSTOLERANCE = 0.0000001
 
+# At -O0 on arm this takes too long. Set RUNTIMELIMIT - this is still close
+# to the edge so we'll know if it regresses too much.
+RUNTIMELIMIT := 1000
+
 CPPFLAGS += \
         -Ddeal_II_dimension=3     \
         -DBOOST_DISABLE_THREADS   \





More information about the llvm-commits mailing list