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

Unified Diff: tests/callingconv/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/callingconv/nacl.scons
diff --git a/tests/callingconv/nacl.scons b/tests/callingconv/nacl.scons
index d59b86aa7477aadfe1fa66ddde604b83075ff8c8..9ae002c527e832e768e5676ca6d1e05392580b17 100644
--- a/tests/callingconv/nacl.scons
+++ b/tests/callingconv/nacl.scons
@@ -9,6 +9,10 @@ Import('env')
if env.Bit('bitcode') and env.Bit('pnacl_generate_pexe'):
Return()
+# TODO(petarj): Add nacl-gcc for MIPS.
Mark Seaborn 2013/02/13 22:14:09 I doubt you plan to do this. :-) Maybe instead sa
petarj 2013/03/05 17:50:04 Done.
+if env.Bit('target_mips32'):
+ Return()
+
# If this test is failing on the bots, you can find the seed
# from the output of the bot. Look for "--seed=".
# To reproduce the exact problem, set settings['seed'] below

Powered by Google App Engine
This is Rietveld 408576698