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

Unified Diff: testing/buildbot/gn_isolate_map.pyl

Issue 1918143004: Convert Mojo tests to use swarming. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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: testing/buildbot/gn_isolate_map.pyl
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index 1bd651840341e2a6eafc80d967ce4690de609d2b..dae0177d90888ba711273f0371b9aa485a00f2d0 100644
--- a/testing/buildbot/gn_isolate_map.pyl
+++ b/testing/buildbot/gn_isolate_map.pyl
@@ -332,7 +332,7 @@
},
"ipc_mojo_unittests": {
"label": "//ipc/mojo:ipc_mojo_unittests",
- "type": "unknown",
+ "type": "console_test_launcher",
},
"ipc_tests": {
"label": "//ipc:ipc_tests",
@@ -372,6 +372,14 @@
"label": "//media/midi:midi_unittests",
"type": "windowed_test_launcher",
},
+ "mojo_apptests": {
+ "label": ":mojo_apptests",
+ "type": "script",
+ "script": "//mojo/tools/apptest_runner.py",
+ "args": [
+ '.',
+ ],
+ },
"mojo_common_unittests": {
"label": "//mojo/common:mojo_common_unittests",
"type": "console_test_launcher",
@@ -385,8 +393,8 @@
"type": "console_test_launcher",
},
"mojo_public_application_unittests": {
- "label": "//mojo/edk/test:mojo_public_applicaiton_unittests",
- "type": "unknown",
+ "label": "//services/shell/public/cpp/tests:mojo_public_application_unittests",
+ "type": "windowed_test_launcher",
},
"mojo_public_bindings_unittests": {
"label": "//mojo/edk/test:mojo_public_bindings_unittests",
@@ -397,24 +405,24 @@
"type": "console_test_launcher",
},
"mojo_runner_host_unittests": {
- "label": "//mojo/runner/host:unittests",
- "type": "unknown",
+ "label": "//services/shell/runner/host:mojo_runner_host_unittests",
+ "type": "console_test_launcher",
},
"mojo_shell_unittests": {
- "label": "//services/shell:mojo_shell_unittests",
- "type": "unknown",
+ "label": "//services/shell/tests:mojo_shell_unittests",
+ "type": "console_test_launcher",
},
"mojo_surfaces_lib_unittests": {
"label": "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests",
- "type": "unknown",
+ "type": "windowed_test_launcher",
},
"mojo_system_unittests": {
"label": "//mojo/edk/system:mojo_system_unittests",
- "type": "unknown",
+ "type": "console_test_launcher",
},
"mojo_view_manager_lib_unittests": {
- "label": "//components/view_manager/public/cpp/tests:mojo_view_manager_lib_unittests",
- "type": "unknown",
+ "label": "//components/mus/public/cpp/tests:mojo_view_manager_lib_unittests",
+ "type": "windowed_test_launcher",
},
"message_center_unittests": {
"label": "//ui/message_center:message_center_unittests",

Powered by Google App Engine
This is Rietveld 408576698