[llvm-commits] [test-suite] r112831 - /test-suite/trunk/External/SPEC/CINT2006/464.h264ref/Makefile

Daniel Dunbar daniel at zuster.org
Thu Sep 2 10:09:09 PDT 2010


Author: ddunbar
Date: Thu Sep  2 12:09:08 2010
New Revision: 112831

URL: http://llvm.org/viewvc/llvm-project?rev=112831&view=rev
Log:
Bump 464.h264ref timeout, we are pushing the boundary on -O0 builds.

Modified:
    test-suite/trunk/External/SPEC/CINT2006/464.h264ref/Makefile

Modified: test-suite/trunk/External/SPEC/CINT2006/464.h264ref/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT2006/464.h264ref/Makefile?rev=112831&r1=112830&r2=112831&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT2006/464.h264ref/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT2006/464.h264ref/Makefile Thu Sep  2 12:09:08 2010
@@ -8,6 +8,9 @@
 
 include ../../Makefile.spec2006
 
+# This test can take more than the default 500s timeout at -O0.
+RUNTIMELIMIT:=750
+
 ifeq ($(RUN_TYPE),test)
   RUN_OPTIONS     := -d foreman_test_encoder_baseline.cfg
   STDOUT_FILENAME := foreman_test_baseline_encodelog.out





More information about the llvm-commits mailing list