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

Unified Diff: tests/egyptian_cotton/nacl.scons

Issue 12667019: [MIPS] Support for building tests for MIPS (Closed) Base URL: http://git.chromium.org/native_client/src/native_client.git@master
Patch Set: updates to sandboxed_mips.S. Created 7 years, 9 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..7f7fc06e8aa3350a4ec240b81c03c788e811db8b 100644
--- a/tests/egyptian_cotton/nacl.scons
+++ b/tests/egyptian_cotton/nacl.scons
@@ -74,6 +74,10 @@ 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'):
+ # Based on MIPS Malta 74Kc board.
+ high_thread_count_nthreads = 3500
+ 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