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

Unified Diff: mojo/tools/data/nacl_nonsfi_apptests

Issue 1444433002: Added anti-singleton services (new process/thread per connection). (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Added multiprocess apptest Created 5 years, 1 month 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 | services/nacl/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/data/nacl_nonsfi_apptests
diff --git a/mojo/tools/data/nacl_nonsfi_apptests b/mojo/tools/data/nacl_nonsfi_apptests
index ad790062573294910d36d536a8c635c5f433171b..95607229cb969b7b8818536f5b5bc7638cb1575c 100644
--- a/mojo/tools/data/nacl_nonsfi_apptests
+++ b/mojo/tools/data/nacl_nonsfi_apptests
@@ -28,6 +28,14 @@ tests = [
"test": "mojo:files_apptests.pexe",
"shell-args": ["--enable-multiprocess"],
},
+ {
+ # This test translates and executes multiple apptests at the same time.
+ # To pass, each intermediate nexe made by pexe content handling must be
+ # given a unique process, or this test will crash.
+ "test": "mojo:files_apptests.pexe",
+ "name": "Multiprocess files + http_server apptests (both run at once)",
+ "shell-args": ["--enable-multiprocess", "mojo:http_server_apptests.pexe"],
+ },
# TODO(smklein): Include "mojo_view_manager_client_apptests.pexe",
# "window_manager_apptests.pexe", and "shell_apptests.pexe" once flake is
# reduced on bots for the Non-NaCl multiprocess version of the test.
« no previous file with comments | « no previous file | services/nacl/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698