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

Unified Diff: tests/manifest_file/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/manifest_file/nacl.scons
diff --git a/tests/manifest_file/nacl.scons b/tests/manifest_file/nacl.scons
index fab70433a7b4f93a4f4a9b1b5f91937d397f551d..23b2537a3331ade1bd0385900f67be99a4ae3c51 100644
--- a/tests/manifest_file/nacl.scons
+++ b/tests/manifest_file/nacl.scons
@@ -33,6 +33,11 @@ node = env.SelUniversalTest(
env.File('srpc_manifest_file_test.stdin')],
stdout_golden=env.File('srpc_manifest_file_test.stdout'),
)
+
+# TODO(petarj): The test hangs indefinite on QEMU. Enable the test when fixed.
+
env.AddNodeToTestSuite(node,
['small_tests'],
- 'run_srpc_manifest_file_test')
+ 'run_srpc_manifest_file_test',
+ is_broken=env.Bit('build_mips32')
+ and env.UsingEmulator())

Powered by Google App Engine
This is Rietveld 408576698