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

Unified Diff: mojo/tools/data/nacl_nonsfi_apptests

Issue 1382713002: Creating a pexe content handler to translate and run pexes. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Added Mojom interface to communicate with translation nexes Created 5 years, 2 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: mojo/tools/data/nacl_nonsfi_apptests
diff --git a/mojo/tools/data/nacl_nonsfi_apptests b/mojo/tools/data/nacl_nonsfi_apptests
index 790deb3212479ad7b16fbec93129a29f245ff05d..e5847e66823f4ba43dcff940ae2fcdce9f47477b 100644
--- a/mojo/tools/data/nacl_nonsfi_apptests
+++ b/mojo/tools/data/nacl_nonsfi_apptests
@@ -9,4 +9,37 @@ tests = [
# these tests.
"shell-args": ["--enable-multiprocess"],
},
+
+ {
+ "test": "mojo:shell_apptests.pexe",
+ "shell-args": ["--enable-multiprocess"],
+ },
+ {
+ "test": "mojo:http_server_apptests.pexe",
+ "shell-args": ["--enable-multiprocess"],
+ },
+ {
+ "test": "mojo:clipboard_apptests.pexe",
+ "shell-args": ["--enable-multiprocess"],
+ },
+ {
+ "test": "mojo:example_apptests.pexe",
+ # ExampleApplicationTest.CheckCommandLineArg checks --example_apptest_arg.
+ "shell-args": ["--enable-multiprocess"],
+ "test-args": ["--example_apptest_arg"],
+ },
+ {
+ "test": "mojo:files_apptests.pexe",
+ "shell-args": ["--enable-multiprocess"],
+ },
+ {
+ "test": "mojo:mojo_view_manager_client_apptests.pexe",
+ "shell-args": ["--enable-multiprocess", "--args-for=mojo:native_viewport_service --use-headless-config --use-osmesa"],
+ },
+# TODO(smklein) Include "view_manager_service_apptests" once it isn't as slow.
Mark Seaborn 2015/10/27 17:30:20 Nit: indent this
Sean Klein 2015/10/28 17:02:41 Done.
+ {
+ "test": "mojo:window_manager_apptests.pexe",
+ "shell-args": ["--enable-multiprocess"],
+ },
+
]

Powered by Google App Engine
This is Rietveld 408576698