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. |