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

Side by Side Diff: testing/buildbot/gn_isolate_map.pyl

Issue 1925673002: 🐾 Reland of Enable instrumentation tests on Android Swarm Builder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: drop the _apk Created 4 years, 7 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 unified diff | Download patch
OLDNEW
1 ## Copyright 2015 The Chromium Authors. All rights reserved. 1 ## Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # gn_isolate_map.pyl - A mapping of Ninja build target names to GN labels and 5 # gn_isolate_map.pyl - A mapping of Ninja build target names to GN labels and
6 # test type classifications for the tests that are run on the bots. 6 # test type classifications for the tests that are run on the bots.
7 # 7 #
8 # This mapping is used by MB so that we can uniformly refer to test binaries 8 # This mapping is used by MB so that we can uniformly refer to test binaries
9 # by their Ninja target names in the recipes and not need to worry about how 9 # by their Ninja target names in the recipes and not need to worry about how
10 # they are referred to in GN or GYP specifically (the GYP target name is pretty 10 # they are referred to in GN or GYP specifically (the GYP target name is pretty
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 # The optional "script" field is used when "type" == "script", and 59 # The optional "script" field is used when "type" == "script", and
60 # specifies the GN path to the corresponding python file, e.g. 60 # specifies the GN path to the corresponding python file, e.g.
61 # "//testing/scripts/foo.py". 61 # "//testing/scripts/foo.py".
62 62
63 { 63 {
64 "accessibility_unittests": { 64 "accessibility_unittests": {
65 "label": "//ui/accessibility:accessibility_unittests", 65 "label": "//ui/accessibility:accessibility_unittests",
66 "type": "raw", 66 "type": "raw",
67 "args": [], 67 "args": [],
68 }, 68 },
69 "android_webview_test": {
70 "label": "//android_webview/test:android_webview_test_apk",
71 "type": "console_test_launcher",
72 },
69 "android_webview_unittests": { 73 "android_webview_unittests": {
70 "label": "//android_webview/test:android_webview_unittests", 74 "label": "//android_webview/test:android_webview_unittests",
71 "type": "console_test_launcher", 75 "type": "console_test_launcher",
72 }, 76 },
73 "angle_deqp_egl_tests": { 77 "angle_deqp_egl_tests": {
74 "label": "//third_party/angle/src/tests:angle_deqp_egl_tests", 78 "label": "//third_party/angle/src/tests:angle_deqp_egl_tests",
75 "type": "raw", 79 "type": "raw",
76 "args": [], 80 "args": [],
77 }, 81 },
78 "angle_deqp_gles2_tests": { 82 "angle_deqp_gles2_tests": {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 "type": "windowed_test_launcher", 125 "type": "windowed_test_launcher",
122 }, 126 },
123 "base_unittests": { 127 "base_unittests": {
124 "label": "//base:base_unittests", 128 "label": "//base:base_unittests",
125 "type": "console_test_launcher", 129 "type": "console_test_launcher",
126 }, 130 },
127 "battor_agent_unittests": { 131 "battor_agent_unittests": {
128 "label": "//tools/battor_agent:battor_agent_unittests", 132 "label": "//tools/battor_agent:battor_agent_unittests",
129 "type": "console_test_launcher", 133 "type": "console_test_launcher",
130 }, 134 },
135 "blimp_test": {
136 "label": "//blimp/client:blimp_test_apk",
137 "type": "console_test_launcher",
138 },
131 "blimp_unittests": { 139 "blimp_unittests": {
132 "label": "//blimp:blimp_unittests", 140 "label": "//blimp:blimp_unittests",
133 "type": "console_test_launcher", 141 "type": "console_test_launcher",
134 }, 142 },
135 "blink_heap_unittests": { 143 "blink_heap_unittests": {
136 "label": "//third_party/WebKit/Source/platform:blink_heap_unittests", 144 "label": "//third_party/WebKit/Source/platform:blink_heap_unittests",
137 "type": "console_test_launcher", 145 "type": "console_test_launcher",
138 }, 146 },
139 "blink_platform_unittests": { 147 "blink_platform_unittests": {
140 "label": "//third_party/WebKit/Source/platform:blink_platform_unittests", 148 "label": "//third_party/WebKit/Source/platform:blink_platform_unittests",
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "type": "windowed_test_launcher", 184 "type": "windowed_test_launcher",
177 }, 185 },
178 "chrome_app_unittests": { 186 "chrome_app_unittests": {
179 "label": "//chrome/test:chrome_app_unittests", 187 "label": "//chrome/test:chrome_app_unittests",
180 "type": "console_test_launcher", 188 "type": "console_test_launcher",
181 }, 189 },
182 "chrome_elf_unittests": { 190 "chrome_elf_unittests": {
183 "label": "//chrome_elf:chrome_elf_unittests", 191 "label": "//chrome_elf:chrome_elf_unittests",
184 "type": "raw", 192 "type": "raw",
185 }, 193 },
194 "chrome_public_test": {
195 "label": "//chrome/android:chrome_public_test_apk",
196 "type": "console_test_launcher",
197 },
198 "chrome_sync_shell_test": {
199 "label": "//chrome/android:chrome_sync_shell_test_apk",
200 "type": "console_test_launcher",
201 },
186 "chromedriver_unittests": { 202 "chromedriver_unittests": {
187 "label": "//chrome/test/chromedriver:chromedriver_unittests", 203 "label": "//chrome/test/chromedriver:chromedriver_unittests",
188 "type": "windowed_test_launcher", 204 "type": "windowed_test_launcher",
189 }, 205 },
190 "chromeos_unittests": { 206 "chromeos_unittests": {
191 "label": "//chromeos:chromeos_unittests", 207 "label": "//chromeos:chromeos_unittests",
192 "type": "console_test_launcher", 208 "type": "console_test_launcher",
193 }, 209 },
194 "components_browsertests": { 210 "components_browsertests": {
195 "label": "//components:components_browsertests", 211 "label": "//components:components_browsertests",
(...skipping 11 matching lines...) Expand all
207 "label": "//content/test:content_browsertests", 223 "label": "//content/test:content_browsertests",
208 "type": "windowed_test_launcher", 224 "type": "windowed_test_launcher",
209 }, 225 },
210 "content_site_isolation_browsertests": { 226 "content_site_isolation_browsertests": {
211 "label": "//content/test:content_site_isolation_browsertests", 227 "label": "//content/test:content_site_isolation_browsertests",
212 "label_type": "group", 228 "label_type": "group",
213 "type": "windowed_test_launcher", 229 "type": "windowed_test_launcher",
214 "executable": "content_browsertests", 230 "executable": "content_browsertests",
215 "args": ["--site-per-process", "--test-launcher-filter-file=../../testing/bu ildbot/filters/site-per-process.content_browsertests.filter"], 231 "args": ["--site-per-process", "--test-launcher-filter-file=../../testing/bu ildbot/filters/site-per-process.content_browsertests.filter"],
216 }, 232 },
233 "content_shell_test": {
234 "label": "//content/shell/android:content_shell_test_apk",
235 "type": "console_test_launcher",
236 },
217 "content_unittests": { 237 "content_unittests": {
218 "label": "//content/test:content_unittests", 238 "label": "//content/test:content_unittests",
219 "type": "windowed_test_launcher", 239 "type": "windowed_test_launcher",
220 }, 240 },
221 "courgette_unittests": { 241 "courgette_unittests": {
222 "label": "//courgette:courgette_unittests", 242 "label": "//courgette:courgette_unittests",
223 "type": "console_test_launcher", 243 "type": "console_test_launcher",
224 }, 244 },
225 "crypto_unittests": { 245 "crypto_unittests": {
226 "label": "//crypto:crypto_unittests", 246 "label": "//crypto:crypto_unittests",
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 }, 585 },
566 "wm_unittests": { 586 "wm_unittests": {
567 "label": "//ui/wm:wm_unittests", 587 "label": "//ui/wm:wm_unittests",
568 "type": "windowed_test_launcher", 588 "type": "windowed_test_launcher",
569 }, 589 },
570 "wtf_unittests": { 590 "wtf_unittests": {
571 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 591 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
572 "type": "console_test_launcher", 592 "type": "console_test_launcher",
573 }, 593 },
574 } 594 }
OLDNEW
« testing/buildbot/chromium.android.json ('K') | « testing/buildbot/chromium.android.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698