blob: bbcd120d1216f31009300b067914f9229ac332a8 [file] [log] [blame]
dpranke358c73c2015-08-25 20:43:301## Copyright 2015 The Chromium Authors. All rights reserved.
dprankea55584f12015-07-22 00:52:472# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
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.
7#
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
10# they are referred to in GN or GYP specifically (the GYP target name is pretty
11# much always the same as the Ninja target name, since GYP target names are not
12# hierarchical).
13#
14# The 'type' field is used to determine what the command line for the test
15# needs to be; valid values are:
16#
17# "windowed_test_launcher"
18# : the test is a gtest-based test that uses the 'brave-new-test-launcher'
19# from //base/test:test_support and needs to run under Xvfb if run on
nednguyenfbee71a62015-10-01 12:41:1320# an X11-based platform (use_x11=true).
dprankedbdd9d82015-08-12 21:18:1821# "console_test_launcher"
dprankea55584f12015-07-22 00:52:4722# : the test is a gtest-based test that uses the 'brave-new-test-launcher'
23# from //base/test:test_support but does not need Xvfb.
dprankedbdd9d82015-08-12 21:18:1824# "gpu_browser_test"
25# : the test is a subset of the browser_tests that will be run against
26# a real GPU.
dprankea55584f12015-07-22 00:52:4727# "raw"
28# : the test is a standalone executable; it may take an optional list of
29# command line arguments in the 'args' field, but otherwise needs no
30# extra files or special handling.
31# "unknown"
32# : (the default), which indicates that we don't know what the command line
33# needs to be (this is a fatal error).
34
35{
36 "accessibility_unittests": {
37 "label": "//ui/accessibility:accessibility_unittests",
dpranke177c1e22015-07-22 23:07:4338 "type": "raw",
39 "args": [],
dprankea55584f12015-07-22 00:52:4740 },
dpranke6abd8652015-08-28 03:21:1141 "angle_end2end_tests": {
dprankee35c4f72015-09-04 01:04:1242 "label": "//third_party/angle/src/tests:angle_end2end_tests",
dpranke6abd8652015-08-28 03:21:1143 "type": "raw",
44 "args": [],
45 },
dprankea55584f12015-07-22 00:52:4746 "angle_unittests": {
dprankee35c4f72015-09-04 01:04:1247 "label": "//third_party/angle/src/tests:angle_unittests",
dpranke177c1e22015-07-22 23:07:4348 "type": "raw",
49 "args": [],
dprankea55584f12015-07-22 00:52:4750 },
51 "app_list_unittests": {
52 "label": "//ui/app_list:app_list_unittests",
dprankea21b31b02015-07-24 21:42:0053 "type": "windowed_test_launcher",
dprankea55584f12015-07-22 00:52:4754 },
55 "app_shell_unittests": {
56 "label": "//extensions/shell:app_shell_unittests",
dprankea21b31b02015-07-24 21:42:0057 "type": "windowed_test_launcher",
dprankea55584f12015-07-22 00:52:4758 },
59 "ash_unittests": {
60 "label": "//ash:ash_unittests",
61 "type": "unknown",
62 },
kbr39bc5e6d2015-12-31 00:01:4363 "audio_unittests": {
64 "label": "//media:audio_unittests",
65 "type": "raw",
66 "args": [],
67 },
dprankea55584f12015-07-22 00:52:4768 "aura_unittests": {
69 "label": "//ui/aura:aura_unittests",
dprankea21b31b02015-07-24 21:42:0070 "type": "windowed_test_launcher",
dprankea55584f12015-07-22 00:52:4771 },
72 "base_unittests": {
73 "label": "//base:base_unittests",
74 "type": "console_test_launcher",
75 },
charliea5daef2bb2016-01-29 00:13:2576 "battor_agent_unittests": {
77 "label": "//tools/battor_agent:battor_agent_unittests",
78 "type": "console_test_launcher",
79 },
kmarshalla9387eb2015-10-16 17:45:0880 "blimp_unittests": {
81 "label": "//blimp:blimp_unittests",
kmarshall1b78a362015-10-14 00:36:5082 "type": "console_test_launcher",
83 },
dprankea55584f12015-07-22 00:52:4784 "blink_heap_unittests": {
Dirk Pranke49802732015-12-10 01:36:4185 "label": "//third_party/WebKit/Source/platform:blink_heap_unittests",
86 "type": "console_test_launcher",
dprankea55584f12015-07-22 00:52:4787 },
88 "blink_platform_unittests": {
Dirk Pranke49802732015-12-10 01:36:4189 "label": "//third_party/WebKit/Source/platform:blink_platform_unittests",
90 "type": "console_test_launcher",
dprankea55584f12015-07-22 00:52:4791 },
bpastened9c91b62015-11-17 22:57:4292 "breakpad_unittests": {
93 "label": "//breakpad:breakpad_unittests",
94 "type": "console_test_launcher",
95 },
dprankea55584f12015-07-22 00:52:4796 "browser_tests": {
97 "label": "//chrome/test:browser_tests",
jam66f8afe22015-08-09 04:41:4098 "type": "windowed_test_launcher",
dprankea55584f12015-07-22 00:52:4799 },
100 "cacheinvalidation_unittests": {
101 "label": "//third_party/cacheinvalidation:cacheinvalidation_unittests",
102 "type": "raw",
103 "args": [
104 "--test-launcher-bot-mode",
105 ],
106 },
107 "cast_base_unittests": {
108 "label": "//cast:cast_base_unittests",
109 "type": "unknown",
110 },
111 "cast_crash_unittests": {
112 "label": "//chromecast/crash:cast_crash_unittests",
113 "type": "unknown",
114 },
115 "cast_shell_unittests": {
116 "label": "//chromecast/app:cast_shell_unittests",
117 "type": "unknown",
118 },
119 "cast_unittests": {
dprankea21b31b02015-07-24 21:42:00120 "label": "//media/cast:cast_unittests",
121 "type": "windowed_test_launcher",
dprankea55584f12015-07-22 00:52:47122 },
123 "cc_unittests": {
124 "label": "//cc:cc_unittests",
dpranke177c1e22015-07-22 23:07:43125 "type": "windowed_test_launcher",
dprankea55584f12015-07-22 00:52:47126 },
127 "chrome_elf_unittests": {
128 "label": "//chrome_elf:chrome_elf_unittests",
129 "type": "unknown",
130 },
131 "chromedriver_unittests": {
132 "label": "//chrome/test/chromedriver:chromedriver_unittests",
dpranke1643d222015-07-27 22:22:08133 "type": "windowed_test_launcher",
dprankea55584f12015-07-22 00:52:47134 },
135 "chromeos_unittests": {
136 "label": "//chromeos:chromeos_unittests",
137 "type": "unknown",
138 },
139 "components_browsertests": {
140 "label": "//components:components_browsertests",
dpranke1643d222015-07-27 22:22:08141 "type": "windowed_test_launcher",
dprankea55584f12015-07-22 00:52:47142 },
143 "components_unittests": {
144 "label": "//components:components_unittests",
dpranke1643d222015-07-27 22:22:08145 "type": "windowed_test_launcher",
dprankea55584f12015-07-22 00:52:47146 },
147 "compositor_unittests": {
148 "label": "//ui/compositor:compositor_unittests",
dpranke177c1e22015-07-22 23:07:43149 "type": "windowed_test_launcher",
dprankea55584f12015-07-22 00:52:47150 },
151 "content_browsertests": {
152 "label": "//content/test:content_browsertests",
dpranke1643d222015-07-27 22:22:08153 "type": "windowed_test_launcher",
dprankea55584f12015-07-22 00:52:47154 },
dprankedbdd9d82015-08-12 21:18:18155 "content_gl_tests": {
156 "label": "//content/test:content_gl_tests",
157 "type": "raw",
158 "args": [],
159 },
dprankea55584f12015-07-22 00:52:47160 "content_unittests": {
161 "label": "//content/test:content_unittests",
dpranke1643d222015-07-27 22:22:08162 "type": "windowed_test_launcher",
dprankea55584f12015-07-22 00:52:47163 },
164 "courgette_unittests": {
165 "label": "//courgette:courgette_unittests",
166 "type": "unknown",
167 },
168 "crypto_unittests": {
169 "label": "//crypto:crypto_unittests",
dpranke1643d222015-07-27 22:22:08170 "type": "console_test_launcher",
dprankea55584f12015-07-22 00:52:47171 },
172 "dbus_unittests": {
173 "label": "//dbus:dbus_unittests",
174 "type": "unknown",
175 },
176 "device_unittests": {
177 "label": "//device:device_unittests",
dpranke1643d222015-07-27 22:22:08178 "type": "console_test_launcher",
dprankea55584f12015-07-22 00:52:47179 },
180 "display_unittests": {
181 "label": "//ui/display:display_unittests",
dpranke1643d222015-07-27 22:22:08182 "type": "console_test_launcher",
dprankea55584f12015-07-22 00:52:47183 },
184 "events_unittests": {
185 "label": "//ui/events:events_unittests",
dprankef497c7962015-07-31 19:46:23186 "type": "windowed_test_launcher",
dprankea55584f12015-07-22 00:52:47187 },
188 "extensions_browsertests": {
189 "label": "//extensions:extensions_browsertests",
dprankef497c7962015-07-31 19:46:23190 "type": "windowed_test_launcher",
dprankea55584f12015-07-22 00:52:47191 },
192 "extensions_unittests": {
193 "label": "//extensions:extensions_unittests",
dprankef497c7962015-07-31 19:46:23194 "type": "windowed_test_launcher",
dprankea55584f12015-07-22 00:52:47195 },
196 "gcm_unit_tests": {
197 "label": "//google_apis/gcm:gcm_unit_tests",
dprankef497c7962015-07-31 19:46:23198 "type": "console_test_launcher",
dprankea55584f12015-07-22 00:52:47199 },
200 "gfx_unittests": {
201 "label": "//ui/gfx:gfx_unittests",
dprankef497c7962015-07-31 19:46:23202 "type": "raw",
203 "args": [],
dprankea55584f12015-07-22 00:52:47204 },
jochen656a7c92015-12-08 00:56:45205 "gin_unittests": {
206 "label": "//gin:gin_unittests",
207 "type": "console_test_launcher",
208 },
dprankedbdd9d82015-08-12 21:18:18209 "gles2_conform_test": {
210 "label": "//gpu/gles2_conform_support:gles2_conform_test",
211 "type": "console_test_launcher",
212 },
213 "gl_tests": {
214 "label": "//gpu:gl_tests",
215 "type": "raw",
216 "args": [],
217 },
dprankea55584f12015-07-22 00:52:47218 "gl_unittests": {
219 "label": "//ui/gl:gl_unittests",
dpranke177c1e22015-07-22 23:07:43220 "type": "raw",
221 "args": [],
dprankea55584f12015-07-22 00:52:47222 },
223 "gn_unittests": {
224 "label": "//tools/gn:gn_unittests",
dpranke177c1e22015-07-22 23:07:43225 "type": "raw",
226 "args": [],
dprankea55584f12015-07-22 00:52:47227 },
228 "google_apis_unittests": {
229 "label": "//google_apis:google_apis_unittests",
dpranke358c73c2015-08-25 20:43:30230 "type": "console_test_launcher",
dprankea55584f12015-07-22 00:52:47231 },
232 "gpu_unittests": {
233 "label": "//gpu:gpu_unittests",
dprankef497c7962015-07-31 19:46:23234 "type": "windowed_test_launcher",
dprankea55584f12015-07-22 00:52:47235 },
236 "html_viewer_unittests": {
237 "label": "//components/html_viewer:html_viewer_unittests",
238 "type": "unknown",
239 },
240 "installer_util_unittests": {
241 "label": "//chrome/installer/util:installer_util_unittests",
242 "type": "unknown",
243 },
244 "interactive_ui_tests": {
245 "label": "//chrome/test:interactive_ui_tests",
dprankef497c7962015-07-31 19:46:23246 "type": "windowed_test_launcher",
dprankea55584f12015-07-22 00:52:47247 },
248 "ipc_mojo_unittests": {
249 "label": "//ipc/mojo:ipc_mojo_unittests",
250 "type": "unknown",
251 },
252 "ipc_tests": {
253 "label": "//ipc:ipc_tests",
dpranke177c1e22015-07-22 23:07:43254 "type": "console_test_launcher",
dprankea55584f12015-07-22 00:52:47255 },
256 "jingle_unittests": {
257 "label": "//jingle:jingle_unittests",
dprankef497c7962015-07-31 19:46:23258 "type": "console_test_launcher",
dprankea55584f12015-07-22 00:52:47259 },
260 "keyboard_unittests": {
261 "label": "//ui/keyboard:keyboard_unittests",
262 "type": "unknown",
263 },
264 "media_unittests": {
265 "label": "//media:media_unittests",
dprankef497c7962015-07-31 19:46:23266 "type": "windowed_test_launcher",
dprankea55584f12015-07-22 00:52:47267 },
hubbe2dc5a592015-09-23 23:29:31268 "media_blink_unittests": {
269 "label": "//media/blink:media_blink_unittests",
270 "type": "windowed_test_launcher",
271 },
dprankea55584f12015-07-22 00:52:47272 "midi_unittests": {
dpranke358c73c2015-08-25 20:43:30273 "label": "//media/midi:midi_unittests",
274 "type": "windowed_test_launcher",
dprankea55584f12015-07-22 00:52:47275 },
276 "mojo_common_unittests": {
277 "label": "//mojo/common:mojo_common_unittests",
dprankef497c7962015-07-31 19:46:23278 "type": "console_test_launcher",
dprankea55584f12015-07-22 00:52:47279 },
yzshen1d7a11c2016-01-27 00:16:32280 "mojo_js_integration_tests": {
281 "label": "//mojo/edk/js/test:js_integration_tests",
282 "type": "console_test_launcher",
283 },
284 "mojo_js_unittests": {
285 "label": "//mojo/edk/js/test:js_unittests",
286 "type": "console_test_launcher",
287 },
dprankea55584f12015-07-22 00:52:47288 "mojo_public_application_unittests": {
289 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_applicaiton_unittests",
290 "type": "unknown",
291 },
292 "mojo_public_bindings_unittests": {
293 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_bindings_unittests",
dprankef497c7962015-07-31 19:46:23294 "type": "console_test_launcher",
dprankea55584f12015-07-22 00:52:47295 },
296 "mojo_public_environment_unittests": {
297 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_environment_unittests",
dprankef497c7962015-07-31 19:46:23298 "type": "console_test_launcher",
dprankea55584f12015-07-22 00:52:47299 },
300 "mojo_public_system_unittests": {
301 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_system_unittests",
dpranke90882b42015-09-03 21:53:35302 "type": "console_test_launcher",
dprankea55584f12015-07-22 00:52:47303 },
304 "mojo_public_utility_unittests": {
305 "label": "//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests",
dpranke90882b42015-09-03 21:53:35306 "type": "console_test_launcher",
dprankea55584f12015-07-22 00:52:47307 },
ben213e5432015-11-11 21:39:41308 "mojo_runner_host_unittests": {
309 "label": "//mojo/runner/host:unittests",
dprankea55584f12015-07-22 00:52:47310 "type": "unknown",
311 },
312 "mojo_shell_unittests": {
313 "label": "//mojo/shell:mojo_shell_unittests",
314 "type": "unknown",
315 },
316 "mojo_surfaces_lib_unittests": {
317 "label": "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests",
318 "type": "unknown",
319 },
320 "mojo_system_unittests": {
321 "label": "//third_party/mojo/src/mojo/edk/system:mojo_system_unittests",
322 "type": "unknown",
323 },
324 "mojo_view_manager_lib_unittests": {
325 "label": "//components/view_manager/public/cpp/tests:mojo_view_manager_lib_unittests",
326 "type": "unknown",
327 },
328 "message_center_unittests": {
329 "label": "//ui/message_center:message_center_unittests",
330 "type": "unknown",
331 },
sky130827232015-11-23 20:41:08332 "mash_unittests": {
333 "label": "//mash:mash_unittests",
sky97b65592015-11-02 20:08:25334 "type": "unknown",
335 },
dprankea55584f12015-07-22 00:52:47336 "nacl_loader_unittests": {
brettwf4b4a4282015-12-16 00:41:13337 "label": "//components/nacl/loader:nacl_loader_unittests",
dprankef497c7962015-07-31 19:46:23338 "type": "raw",
339 "args": [],
dprankea55584f12015-07-22 00:52:47340 },
341 "net_unittests": {
342 "label": "//net:net_unittests",
dprankef497c7962015-07-31 19:46:23343 "type": "console_test_launcher",
dprankea55584f12015-07-22 00:52:47344 },
345 "ozone_unittests": {
346 "label": "//ui/ozone:ozone_unittests",
347 "type": "unknown",
348 },
349 "ppapi_unittests": {
350 "label": "//ppapi:ppapi_unittests",
351 "type": "unknown",
352 },
353 "printing_unittests": {
354 "label": "//printing:printing_unittests",
dprankef497c7962015-07-31 19:46:23355 "type": "console_test_launcher",
dprankea55584f12015-07-22 00:52:47356 },
357 "remoting_unittests": {
358 "label": "//remoting:remoting_unittests",
dprankef497c7962015-07-31 19:46:23359 "type": "console_test_launcher",
dprankea55584f12015-07-22 00:52:47360 },
361 "resource_provider_unittests": {
362 "label": "//components/resource_provider:resource_provider_unittests",
363 "type": "unknown",
364 },
365 "sandbox_linux_unittests": {
366 "label": "//sandbox/linux:sandbox_linux_unittests",
dpranke177c1e22015-07-22 23:07:43367 "type": "raw",
368 "args": [],
dprankea55584f12015-07-22 00:52:47369 },
370 "sandbox_mac_unittests": {
371 "label": "//sandbox/mac:sandbox_mac_unittests",
372 "type": "unknown",
373 },
374 "sbox_integration_tests": {
375 "label": "//sandbox/win:sbox_integration_tests",
376 "type": "unknown",
377 },
378 "sbox_unittests": {
379 "label": "//sandbox/win:sbox_unittests",
380 "type": "unknown",
381 },
382 "sbox_validation_tests": {
383 "label": "//sandbox/win:sbox_validation_tests",
384 "type": "unknown",
385 },
386 "setup_unittests": {
387 "label": "//chrome/installer/setup:setup_unittests",
388 "type": "unknown",
389 },
390 "skia_unittests": {
391 "label": "//skia:skia_unittests",
dpranke177c1e22015-07-22 23:07:43392 "type": "console_test_launcher",
dprankea55584f12015-07-22 00:52:47393 },
394 "sql_unittests": {
395 "label": "//sql:sql_unittests",
dpranke177c1e22015-07-22 23:07:43396 "type": "console_test_launcher",
dprankea55584f12015-07-22 00:52:47397 },
398 "sync_integration_tests": {
dprankef497c7962015-07-31 19:46:23399 "label": "//chrome/test:sync_integration_tests",
400 "type": "windowed_test_launcher",
dprankea55584f12015-07-22 00:52:47401 },
402 "sync_unit_tests": {
403 "label": "//sync:sync_unit_tests",
dprankef497c7962015-07-31 19:46:23404 "type": "console_test_launcher",
dprankea55584f12015-07-22 00:52:47405 },
dprankedbdd9d82015-08-12 21:18:18406 "tab_capture_end2end_tests": {
407 "label": "//chrome/test:browser_tests",
408 "type": "gpu_browser_test",
409 "gtest_filter": "CastStreamingApiTestWithPixelOutput.EndToEnd*:TabCaptureApiPixelTest.EndToEnd*",
410 },
dpranke6abd8652015-08-28 03:21:11411 "telemetry_gpu_test": {
412 "label": "//chrome/test:telemetry_gpu_test",
413 "type": "script",
kbrd4542282015-12-11 02:29:41414 "script": "//testing/scripts/run_telemetry_benchmark_as_googletest.py",
415 "args": [
416 "../../content/test/gpu/run_gpu_test.py",
417 ],
dpranke6abd8652015-08-28 03:21:11418 },
nednguyenfbee71a62015-10-01 12:41:13419 "telemetry_gpu_unittests": {
420 "label": "//chrome/test:telemetry_gpu_unittests",
421 "type": "script",
422 "script": "//testing/scripts/run_telemetry_as_googletest.py",
423 "args": [
424 "../../content/test/gpu/run_unittests.py",
425 "-v",
426 ],
427 },
nednguyen9ce21622015-10-08 12:30:48428 "telemetry_perf_unittests": {
429 "label": "//chrome/test:telemetry_perf_unittests",
430 "type": "script",
431 "script": "//testing/scripts/run_telemetry_as_googletest.py",
432 "args": [
433 "--xvfb",
434 "../../tools/perf/run_tests",
435 "-v",
436 ],
437 },
nednguyen8365ba52015-11-18 15:52:46438 "telemetry_unittests": {
439 "label": "//chrome/test:telemetry_unittests",
440 "type": "script",
441 "script": "//testing/scripts/run_telemetry_as_googletest.py",
442 "args": [
443 "--xvfb",
nednguyena91919182016-01-13 18:31:53444 "../../tools/perf/run_telemetry_tests",
nednguyen8365ba52015-11-18 15:52:46445 "-v",
446 "--chrome-root",
447 "../../",
448 ],
449 },
pkotwicz280f66602015-11-04 02:51:55450 "ui_android_unittests": {
451 "label": "//ui/android:ui_android_unittests",
452 "type": "console_test_launcher",
453 },
dprankea55584f12015-07-22 00:52:47454 "ui_base_unittests": {
455 "label": "//ui/base:ui_base_unittests",
456 "type": "windowed_test_launcher",
457 },
458 "ui_chromeos_unittests": {
459 "label": "//ui/chromeos:ui_chromeos_unittests",
460 "type": "unknown",
461 },
462 "ui_touch_selection_unittests": {
463 "label": "//ui/touch_selection:ui_touch_selection_unittests",
dprankea21b31b02015-07-24 21:42:00464 "type": "windowed_test_launcher",
dprankea55584f12015-07-22 00:52:47465 },
466 "unit_tests": {
467 "label": "//chrome/test:unit_tests",
dprankef497c7962015-07-31 19:46:23468 "type": "windowed_test_launcher",
dprankea55584f12015-07-22 00:52:47469 },
470 "url_unittests": {
471 "label": "//url:url_unittests",
dpranke177c1e22015-07-22 23:07:43472 "type": "console_test_launcher",
dprankea55584f12015-07-22 00:52:47473 },
fsamuel106770cb2015-10-19 15:44:33474 "window_manager_unittests": {
475 "label": "//components/mus/ws:window_manager_unittests",
dprankea55584f12015-07-22 00:52:47476 "type": "unknown",
477 },
478 "views_unittests": {
479 "label": "//ui/views:views_unittests",
480 "type": "unknown",
481 },
482 "webkit_unit_tests": {
Dirk Pranke1b64ac442015-12-10 01:47:02483 "label": "//third_party/WebKit/Source/web:webkit_unit_tests",
484 "type": "console_test_launcher",
dprankea55584f12015-07-22 00:52:47485 },
486 "wm_unittests": {
487 "label": "//ui/wm:wm_unittests",
dprankea21b31b02015-07-24 21:42:00488 "type": "windowed_test_launcher",
dprankea55584f12015-07-22 00:52:47489 },
490 "wtf_unittests": {
Dirk Pranke1b64ac442015-12-10 01:47:02491 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
492 "type": "console_test_launcher",
dprankea55584f12015-07-22 00:52:47493 },
494}