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

Unified Diff: tests/barebones/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/barebones/nacl.scons
diff --git a/tests/barebones/nacl.scons b/tests/barebones/nacl.scons
index eede92149149e9add4e88e4643d6ffab100e76e9..aa7ad980c53242cea29c73a8b701aece95d35f8f 100644
--- a/tests/barebones/nacl.scons
+++ b/tests/barebones/nacl.scons
@@ -59,6 +59,8 @@ for basename in barebones_tests:
# NOTE: we avoid using zero as the "good" exit status and just
# arbitrarily picked 55. All tests are coded to follow this model.
node = env.CommandSelLdrTestNacl(out, nexe, exit_status='55')
+ if env.Bit('target_mips32'):
+ env.AddBiasForPNaCl()
env.AddNodeToTestSuite(node,
['small_tests', 'sel_ldr_tests', 'barebones_tests'],

Powered by Google App Engine
This is Rietveld 408576698