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

Chad Rosier mcrosier at apple.com
Thu Jan 5 13:21:43 PST 2012


Author: mcrosier
Date: Thu Jan  5 15:21:42 2012
New Revision: 147611

URL: http://llvm.org/viewvc/llvm-project?rev=147611&view=rev
Log:
Bump 464.h264ref run-time limit.  This appears to have failed on our ARMv7 -O0
nightly tester due to exceeding this cap.
rdar://10650337

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=147611&r1=147610&r2=147611&view=diff
==============================================================================
--- test-suite/trunk/External/SPEC/CINT2006/464.h264ref/Makefile (original)
+++ test-suite/trunk/External/SPEC/CINT2006/464.h264ref/Makefile Thu Jan  5 15:21:42 2012
@@ -7,7 +7,7 @@
 LEVEL = ../../../..
 
 # This test can take more than the default 500s timeout at -O0.
-RUNTIMELIMIT:=750
+RUNTIMELIMIT:=850
 
 include ../../Makefile.spec2006
 





More information about the llvm-commits mailing list