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

Unified Diff: SConstruct

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: Minor cleanup. 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
« no previous file with comments | « no previous file | tests/barebones/top_of_sandbox.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SConstruct
diff --git a/SConstruct b/SConstruct
index 309d6066b7edb1070e430ed06fa8e0ddae821ad8..f0f75bc3d3cfceea2bf9befc333f38662027eb95 100755
--- a/SConstruct
+++ b/SConstruct
@@ -1485,6 +1485,10 @@ def SelUniversalTest(env, name, nexe, sel_universal_flags=None, **kwargs):
if env.Bit('nacl_glibc') and not env.Bit('nacl_static_link'):
return []
+ # TODO(petarj): Sel_universal hangs on qemu-mips. Enable when fixed.
+ if env.Bit('target_mips32') and env.UsingEmulator():
+ return []
+
if sel_universal_flags is None:
sel_universal_flags = []
« no previous file with comments | « no previous file | tests/barebones/top_of_sandbox.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698