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

Unified Diff: tests/nameservice/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/nameservice/nacl.scons
diff --git a/tests/nameservice/nacl.scons b/tests/nameservice/nacl.scons
index 226ce1c29835b276382cb116c41af1f3e80bb6ea..b88cbe7596ce5fca44534e5d94bef33d7ed8c3fc 100644
--- a/tests/nameservice/nacl.scons
+++ b/tests/nameservice/nacl.scons
@@ -48,4 +48,6 @@ node = env.SelUniversalTest(
)
env.AddNodeToTestSuite(node,
['small_tests'],
- 'run_srpc_nameservice_test')
+ 'run_srpc_nameservice_test',
+ is_broken=env.Bit('target_mips32') and
+ env.UsingEmulator())

Powered by Google App Engine
This is Rietveld 408576698