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

Unified Diff: mojo/tools/data/nacl_nonsfi_apptests

Issue 1421723006: Disabling nacl nonsfi tests to avoid breaking build bots. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | 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 b72fae3dcd4aa87ffca36aaeb3791094b5d6b8f5..b97137ed5e615bbbccf521cf8d7bbd85c5d913ba 100644
--- a/mojo/tools/data/nacl_nonsfi_apptests
+++ b/mojo/tools/data/nacl_nonsfi_apptests
@@ -10,37 +10,37 @@ tests = [
"test": "mojo:monacl_test_nonsfi",
"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.
- {
- "test": "mojo:window_manager_apptests.pexe",
- "shell-args": ["--enable-multiprocess"],
- },
-
+# TODO(smklein): Re-enable these tests once fixed on Linux Build Bot.
+# {
+# "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.
+# {
+# "test": "mojo:window_manager_apptests.pexe",
+# "shell-args": ["--enable-multiprocess"],
+# },
+#
]
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698