Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(530)

Unified Diff: tests/egyptian_cotton/nacl.scons

Issue 12256018: [MIPS] Add remaining parts for building tests for MIPS (Closed) Base URL: http://src.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: tests/egyptian_cotton/nacl.scons
diff --git a/tests/egyptian_cotton/nacl.scons b/tests/egyptian_cotton/nacl.scons
index d1d85be295d697009fbe46598c639a40849306d1..b93c843ffb72c78168b17d5260bfc92639617380 100644
--- a/tests/egyptian_cotton/nacl.scons
+++ b/tests/egyptian_cotton/nacl.scons
@@ -74,6 +74,9 @@ if env.Bit('target_arm'):
# but not enough to take too long.
high_thread_count_nthreads = 7000
platform_limits_known = True
+elif env.Bit('target_mips32'):
+ high_thread_count_nthreads = 3500
Mark Seaborn 2013/02/13 22:14:09 Is this based on a particular hardware device? Ma
petarj 2013/03/05 17:50:04 Done.
+ platform_limits_known = True
elif env.Bit('target_x86'):
trusted_env = env.get('TRUSTED_ENV')
if trusted_env:

Powered by Google App Engine
This is Rietveld 408576698