[test-suite] r177191 - smallpt exceeds the 500s timeout for some -O0 configurations, so bump it a bit.

Chad Rosier mcrosier at apple.com
Fri Mar 15 14:51:42 PDT 2013


Author: mcrosier
Date: Fri Mar 15 16:51:41 2013
New Revision: 177191

URL: http://llvm.org/viewvc/llvm-project?rev=177191&view=rev
Log:
smallpt exceeds the 500s timeout for some -O0 configurations, so bump it a bit.
rdar://13420880

Modified:
    test-suite/trunk/SingleSource/Benchmarks/SmallPT/Makefile

Modified: test-suite/trunk/SingleSource/Benchmarks/SmallPT/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/SingleSource/Benchmarks/SmallPT/Makefile?rev=177191&r1=177190&r2=177191&view=diff
==============================================================================
--- test-suite/trunk/SingleSource/Benchmarks/SmallPT/Makefile (original)
+++ test-suite/trunk/SingleSource/Benchmarks/SmallPT/Makefile Fri Mar 15 16:51:41 2013
@@ -5,3 +5,6 @@ FP_TOLERANCE := 0.001
 include $(LEVEL)/Makefile.config
 
 include $(LEVEL)/SingleSource/Makefile.singlesrc
+
+# This test can take more than the default 500s timeout at -O0.
+RUNTIMELIMIT:=1200





More information about the llvm-commits mailing list