[test-suite] r210237 - [Mips] Extend RUNTIMELIMIT for the SciMark2-C test when it is running for MIPS target.
Simon Atanasyan
simon at atanasyan.com
Wed Jun 4 21:08:54 PDT 2014
Author: atanasyan
Date: Wed Jun 4 23:08:53 2014
New Revision: 210237
URL: http://llvm.org/viewvc/llvm-project?rev=210237&view=rev
Log:
[Mips] Extend RUNTIMELIMIT for the SciMark2-C test when it is running for MIPS target.
Modified:
test-suite/trunk/MultiSource/Benchmarks/SciMark2-C/Makefile
Modified: test-suite/trunk/MultiSource/Benchmarks/SciMark2-C/Makefile
URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/MultiSource/Benchmarks/SciMark2-C/Makefile?rev=210237&r1=210236&r2=210237&view=diff
==============================================================================
--- test-suite/trunk/MultiSource/Benchmarks/SciMark2-C/Makefile (original)
+++ test-suite/trunk/MultiSource/Benchmarks/SciMark2-C/Makefile Wed Jun 4 23:08:53 2014
@@ -10,6 +10,10 @@ RUNTIMELIMIT := 50000
# Ignore 'LARGE_PROBLEM_SIZE' requests
endif
else
+ifeq ($(ARCH),Mips)
+# Mips takes ~50 minutes.
+RUNTIMELIMIT := 3000
+endif
ifdef LARGE_PROBLEM_SIZE
RUN_OPTIONS = -large
endif
More information about the llvm-commits
mailing list