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

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: rebase 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
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | testing/test.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/gn_isolate_map.pyl
diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl
index b50b2be292d146acc6f1c35fe9b6969a0caf8f76..6657be544a700c531310dc60102328d4ac8f99c8 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",
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | testing/test.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698