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

Unified Diff: tests/infoleak/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/infoleak/nacl.scons
diff --git a/tests/infoleak/nacl.scons b/tests/infoleak/nacl.scons
index d03758d5b83268058d67bf762abc25fcefff8e5e..0defd45b9a0c1d0fd6b2dde7ebe796d2969e746a 100644
--- a/tests/infoleak/nacl.scons
+++ b/tests/infoleak/nacl.scons
@@ -5,6 +5,9 @@
Import('env')
+if env.Bit('target_mips32'):
Mark Seaborn 2013/02/13 22:14:09 Please add a comment, either "TODO: port to MIPS"
petarj 2013/03/05 17:50:04 Removing this. It should fail until fixed.
+ Return()
+
if env.Bit('bitcode') and not env.Bit('pnacl_generate_pexe'):
env.AddBiasForPNaCl()
env.PNaClForceNative()

Powered by Google App Engine
This is Rietveld 408576698