blob: 7ec2399f9ea87f9bd65aab88003d0ad4fb5d5a2d [file] [log] [blame]
Kenneth Russelleb60cbd22017-12-05 07:54:281# Copyright 2017 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# This is a .pyl, or "Python Literal", file. You can treat it just like a
6# .json file, with the following exceptions:
7# * all keys must be quoted (use single quotes, please);
8# * comments are allowed, using '#' syntax; and
9# * trailing commas are allowed.
10
11# Exceptions to the common test suites can only include removal from
12# particular bots, and modifications on particular bots. By design,
13# it's not possible to add one-off tests to bots. Instead they have to
14# be added to one of the test suites in test_suites.pyl.
15#
16# The goal is to drive the number of exceptions to zero, to make all
17# the bots behave similarly.
18{
19 'android_webview_unittests': {
20 'remove_from': [
John Budorick826d5ed2017-12-28 19:27:3221 # On chromium.android, these do not need to run prior to M.
Yun Liu529e8fc2019-08-14 04:43:5922 'android-kitkat-arm-coverage-rel',
John Budorick2232bb982018-05-18 17:50:0723 'android-kitkat-arm-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:2824 'KitKat Phone Tester (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:2825 'KitKat Tablet Tester',
Kenneth Russelleb60cbd22017-12-05 07:54:2826 ],
Kenneth Russelleb60cbd22017-12-05 07:54:2827 },
Kenneth Russell8a386d42018-06-02 09:48:0128 'angle_end2end_tests': {
29 'remove_from': [
30 # chromium.gpu.fyi
31 # TODO(ynovikov) Investigate why the test breaks on older devices.
32 'Android FYI Release (Nexus 5)',
33 'Android FYI Release (Nexus 6)',
34 'Android FYI Release (Nexus 9)',
35 # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219
36 'Linux FYI Release (AMD R7 240)',
Yuly Novikovab7256232019-04-08 19:08:0937 # Temporarily disabled due to bad NVIDIA driver upgrade crbug.com/950542
38 'Linux FYI Debug (NVIDIA)',
39 'Linux FYI GPU TSAN Release',
Kenneth Russell8a386d42018-06-02 09:48:0140 ],
41 },
42 'angle_perftests': {
43 'remove_from': [
Yuly Novikov04baee6d2018-12-21 21:22:2144 'Android FYI Release (Nexus 5)', # crbug.com/915429
Nico Weber521565b2018-07-12 22:50:1645 'Android FYI Release (Nexus 6)', # anglebug.com/2433
Yuly Novikovab7256232019-04-08 19:08:0946 'Linux FYI GPU TSAN Release', # crbug.com/950542
Zhenyao Moea125ab2019-09-17 02:33:3247 'Win10 FYI x64 Exp Release (Intel HD 630)', # crbug.com/1002313
Kenneth Russell8a386d42018-06-02 09:48:0148 ],
49 },
Kenneth Russellfbda3c532017-12-08 23:57:2450 'angle_unittests': {
51 'remove_from': [
Nico Weberebde4f72018-06-12 23:13:5252 # chromium.gpu.fyi
Kenneth Russell8a386d42018-06-02 09:48:0153 # On Android, these are already run on the main waterfall.
Kenneth Russell8a386d42018-06-02 09:48:0154 'Android FYI Release (Nexus 5X)',
Kenneth Russellfbda3c532017-12-08 23:57:2455 ],
John Budorickca14c76f62017-12-09 14:19:1856 'modifications': {
57 'Linux ASan LSan Tests (1)': {
58 'swarming': {
59 'shards': 10,
60 },
61 },
62 },
Kenneth Russellfbda3c532017-12-08 23:57:2463 },
John Budorickca995852019-06-26 16:55:5564 'breakpad_unittests': {
65 'modifications': {
66 'android-asan': {
67 'args': [
68 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.breakpad_unittests.filter',
69 ],
70 },
71 },
72 },
Kenneth Russelleb60cbd22017-12-05 07:54:2873 'browser_tests': {
Kenneth Russellfbda3c532017-12-08 23:57:2474 'remove_from': [
75 # chromium.clang
Brad Halla36886c2019-02-26 16:52:2976 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber3af4da72018-02-27 01:59:4177 'linux-win_cross-rel',
Nico Weberdae13cd92018-12-14 13:56:2678 'ToTLinuxTSan', # https://crbug.com/368525
John Budorickca14c76f62017-12-09 14:19:1879 # chromium.memory
Nico Weberd36959682018-04-12 03:33:4680 'Linux TSan Tests', # https://crbug.com/368525
Stephen Martinise701f5a2018-05-04 01:25:1181 # chromium.win
82 'Win10 Tests x64 (dbg)',
Kenneth Russellfbda3c532017-12-08 23:57:2483 ],
Kenneth Russelleb60cbd22017-12-05 07:54:2884 'modifications': {
Roberto Carrillo2c9ec972019-03-20 03:11:1985 # chromium.fyi
86 'linux-chromeos-code-coverage': {
87 'swarming': {
88 'shards': 21,
89 },
90 },
Ben Pastene21277632019-06-04 15:12:2891 'linux-chromeos-google-rel': {
92 # TODO(https://crbug.com/932269): Promote out of experiment when the
93 # tests are green.
Ben Pastenec942bae2019-06-18 02:27:2994 'args': [
95 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter',
96 ],
Ben Pastene21277632019-06-04 15:12:2897 },
Kenneth Russell8ceeabf2017-12-11 17:53:2898 # chromium.chromiumos
Kenneth Russell56a3e862017-12-08 03:11:3499 'linux-chromeos-dbg': {
100 'swarming': {
James Cook1380ad162018-10-25 00:51:19101 'shards': 21,
Kenneth Russell56a3e862017-12-08 03:11:34102 },
103 },
Nico Weber3f2a65de92018-06-11 14:04:17104 # chromium.clang
Nico Weber0c2861b2018-12-14 18:05:16105 'ToTMac': {
106 # A subset of tests seem to cause WindowServer deaths on VMs.
107 # crbug.com/828031 et al.
108 'args': [
109 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
110 '--gtest_shuffle',
111 ],
112 },
113 'ToTMacASan': {
114 # A subset of tests seem to cause WindowServer deaths on VMs.
115 # crbug.com/828031 et al.
116 'args': [
117 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
118 '--gtest_shuffle',
119 ],
120 },
Kenneth Russellfbda3c532017-12-08 23:57:24121 'ToTWin(dbg)': {
122 'swarming': {
123 'shards': 20,
124 },
125 },
126 'ToTWin64(dbg)': {
127 'swarming': {
128 'shards': 20,
129 },
130 },
Stephen Martinis4680bbf2019-03-25 21:39:00131 'mac-dummy-rel': {
132 # A subset of tests seem to cause WindowServer deaths on VMs.
133 # crbug.com/828031 et al.
134 'args': [
135 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
136 '--gtest_shuffle',
137 ],
138 },
Nico Weber0c2861b2018-12-14 18:05:16139 'mac-osxbeta-rel': {
140 # A subset of tests seem to cause WindowServer deaths on VMs.
141 # crbug.com/828031 et al.
142 'args': [
143 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
144 '--gtest_shuffle',
145 ],
146 },
Dirk Pranke9e20e8d2018-06-18 02:46:54147 # chromium.mac
Nico Weber0c2861b2018-12-14 18:05:16148 'Mac10.10 Tests': {
149 # A subset of tests seem to cause WindowServer deaths on VMs.
150 # crbug.com/828031 et al.
151 'args': [
152 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
153 '--gtest_shuffle',
154 ],
155 },
Dirk Pranke9e20e8d2018-06-18 02:46:54156 'Mac10.11 Tests': {
John Budorick7b7a0f02018-10-10 22:51:12157 # A subset of tests seem to cause WindowServer deaths on VMs.
158 # crbug.com/828031 et al.
Dirk Pranke9e20e8d2018-06-18 02:46:54159 'args': [
John Budorick7b7a0f02018-10-10 22:51:12160 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
Dirk Pranke9e20e8d2018-06-18 02:46:54161 '--gtest_shuffle',
162 ],
Dirk Pranke9e20e8d2018-06-18 02:46:54163 },
164 'Mac10.12 Tests': {
John Budorick7b7a0f02018-10-10 22:51:12165 # A subset of tests seem to cause WindowServer deaths on VMs.
166 # crbug.com/828031 et al.
Dirk Pranke9e20e8d2018-06-18 02:46:54167 'args': [
John Budorick7b7a0f02018-10-10 22:51:12168 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
Dirk Pranke9e20e8d2018-06-18 02:46:54169 '--gtest_shuffle',
170 ],
Dirk Pranke9e20e8d2018-06-18 02:46:54171 },
Robert Sesek2ce2c702018-10-18 18:46:29172 'Mac10.13 Tests': {
173 # A subset of tests seem to cause WindowServer deaths on VMs.
174 # crbug.com/828031 et al.
175 'args': [
176 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
177 '--gtest_shuffle',
178 ],
Robert Sesek2ce2c702018-10-18 18:46:29179 },
Dirk Pranke9e20e8d2018-06-18 02:46:54180 'Mac10.13 Tests (dbg)': {
John Budorick7b7a0f02018-10-10 22:51:12181 # A subset of tests seem to cause WindowServer deaths on VMs.
182 # crbug.com/828031 et al.
Dirk Pranke9e20e8d2018-06-18 02:46:54183 'args': [
John Budorick7b7a0f02018-10-10 22:51:12184 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
Dirk Pranke9e20e8d2018-06-18 02:46:54185 '--gtest_shuffle',
186 ],
Dirk Pranke9e20e8d2018-06-18 02:46:54187 },
John Budorickca14c76f62017-12-09 14:19:18188 # chromium.memory
John Budorick5052d552017-12-13 02:59:34189 'Linux ASan LSan Tests (1)': {
190 # These are very slow on the ASAN trybot for some reason.
191 # crbug.com/794372
192 'swarming': {
193 'shards': 30,
194 },
195 },
John Budorickca14c76f62017-12-09 14:19:18196 'Mac ASan 64 Tests (1)': {
Nico Weber0c2861b2018-12-14 18:05:16197 # A subset of tests seem to cause WindowServer deaths on VMs.
198 # crbug.com/828031 et al.
199 'args': [
200 '--test-launcher-filter-file=../../testing/buildbot/filters/mac_window_server_killers.browser_tests.filter',
201 '--gtest_shuffle',
202 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28203 'swarming': {
John Budorickca14c76f62017-12-09 14:19:18204 'shards': 20,
Kenneth Russelleb60cbd22017-12-05 07:54:28205 },
206 },
Takuto Ikuta54671d972018-07-19 19:06:35207 'Linux ChromiumOS MSan Tests': {
208 # These are very slow on the Chrome OS MSAN trybot for some reason.
209 # crbug.com/865455
210 'swarming': {
Ben Pastenea7166f32019-08-09 02:59:52211 'shards': 30,
Takuto Ikuta54671d972018-07-19 19:06:35212 },
213 },
214 'Linux Chromium OS ASan LSan Tests (1)': {
215 # These are very slow on the ASAN trybot for some reason.
216 # crbug.com/794372
217 'swarming': {
James Cook1380ad162018-10-25 00:51:19218 'shards': 31,
Takuto Ikuta54671d972018-07-19 19:06:35219 },
220 },
Kenneth Russell8ceeabf2017-12-11 17:53:28221 # chromium.win
Takuto Ikutaea000e92018-09-05 04:31:54222 'Win7 Tests (1)': {
223 # This is for slow test execution that often becomes a critical path of
224 # swarming jobs. crbug.com/868114
225 'swarming': {
226 'shards': 15,
227 },
228 },
Kenneth Russell8ceeabf2017-12-11 17:53:28229 'Win7 Tests (dbg)(1)': {
230 'swarming': {
231 'shards': 20,
232 },
233 },
Kenneth Russell6c83d212018-07-27 20:52:59234 'Win10 Tests x64': {
235 # crbug.com/868082
236 'args': [
237 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
238 ],
Takuto Ikutac9c269a2019-01-10 22:40:25239 'swarming': {
240 # This is for slow test execution that often becomes a critical path of
241 # swarming jobs. crbug.com/868114
242 'shards': 15,
243 }
Kenneth Russell6c83d212018-07-27 20:52:59244 },
Nico Weber0c2861b2018-12-14 18:05:16245 # client.v8.chromium
246 'Linux - Future (dbg)': {
247 'swarming': {
248 'shards': 10,
249 },
250 },
Kenneth Russelleb60cbd22017-12-05 07:54:28251 },
252 },
Kenneth Russelleb60cbd22017-12-05 07:54:28253 'cast_shell_browsertests': {
254 'modifications': {
255 'Cast Audio Linux': {
256 'args': [
257 '--enable-local-file-accesses',
258 '--ozone-platform=headless',
259 '--no-sandbox',
260 '--test-launcher-jobs=1',
261 ],
Colin Blundell629091a2018-07-10 14:50:28262 'swarming': {
Nico Weberda3f70302018-07-11 14:34:27263 'can_use_on_swarming_builders': False, # https://crbug.com/861753
Colin Blundell629091a2018-07-10 14:50:28264 },
Kenneth Russelleb60cbd22017-12-05 07:54:28265 },
266 'Cast Linux': {
267 'args': [
268 '--enable-local-file-accesses',
Alexis Hetu134decd2018-08-08 16:56:04269 '--ozone-platform=headless',
Kenneth Russelleb60cbd22017-12-05 07:54:28270 '--no-sandbox',
271 '--test-launcher-jobs=1',
272 ],
Colin Blundell629091a2018-07-10 14:50:28273 'swarming': {
Nico Weberda3f70302018-07-11 14:34:27274 'can_use_on_swarming_builders': False, # https://crbug.com/861753
Colin Blundell629091a2018-07-10 14:50:28275 },
Kenneth Russelleb60cbd22017-12-05 07:54:28276 },
277 },
278 },
Dirk Pranke1b767092017-12-07 04:44:23279 'checkbins': {
280 'remove_from': [
Stephen Martinis47d77132019-04-24 23:51:33281 'linux-archive-dbg',
282 'linux-archive-rel',
283 'mac-archive-dbg',
284 'mac-archive-rel',
Dirk Pranke1b767092017-12-07 04:44:23285 ],
286 },
Kenneth Russelleb60cbd22017-12-05 07:54:28287 'chrome_public_test_apk': {
John Budorick27d2d44e2019-05-20 20:26:09288 'remove_from': [
289 'android-asan', # https://crbug.com/964562
290 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28291 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:28292 # chromium.android
Yun Liu529e8fc2019-08-14 04:43:59293 'android-kitkat-arm-coverage-rel': {
Yun Liudab18e42019-07-31 16:38:26294 'swarming': {
295 'shards': 12,
296 }
297 },
John Budorick2232bb982018-05-18 17:50:07298 'android-kitkat-arm-rel': {
299 'swarming': {
300 'shards': 12,
301 },
302 },
Kenneth Russelleb60cbd22017-12-05 07:54:28303 'KitKat Phone Tester (dbg)': {
304 'swarming': {
305 'shards': 20,
306 },
307 },
Kenneth Russelleb60cbd22017-12-05 07:54:28308 'Marshmallow 64 bit Tester': {
309 'swarming': {
Kenneth Russelleb60cbd22017-12-05 07:54:28310 'shards': 14,
311 },
312 },
Ben Pastenec73e96e92018-07-12 01:40:35313 'Oreo Phone Tester': {
bsheedy01833462018-12-07 01:05:57314 # TODO(https://crbug.com/884413): Re-enable this once the tests are
315 # either passing or there is more capacity.
316 'experiment_percentage': 0,
Ben Pastenec73e96e92018-07-12 01:40:35317 },
John Budorick34009472018-04-03 17:38:44318 # chromium.swarm
319 'Android N5X Swarm': {
320 # TODO(crbug.com/731759): Enable this once we're confident that it
321 # passes.
322 'experiment_percentage': 100,
323 },
Kenneth Russelleb60cbd22017-12-05 07:54:28324 },
325 },
326 'chrome_public_test_vr_apk': {
Nico Weberb0b3f5862018-07-13 18:45:15327 'remove_from': [
bsheedy410dd7c2018-06-15 22:42:09328 # chromium.android
329 'KitKat Tablet Tester',
330 'Lollipop Tablet Tester',
331 'Marshmallow Tablet Tester',
John Budorick20f4fa8d2019-08-02 22:58:29332 # chromium.android.fyi
Haiyang Pan801fbaa32019-09-06 18:43:09333 'android-marshmallow-x86-fyi-rel',
John Budorick20f4fa8d2019-08-02 22:58:29334 'android-pie-x86-fyi-rel',
bsheedydf58b4e2018-11-01 19:42:16335 # chromium.clang
336 'ToTAndroid',
337 'ToTAndroidCFI',
John Budorick27d2d44e2019-05-20 20:26:09338 # chromium.memory
339 'android-asan', # https://crbug.com/964562
bsheedy410dd7c2018-06-15 22:42:09340 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28341 },
bsheedy75a4dd52018-11-27 23:24:30342 'chrome_public_test_vr_apk-vega': {
343 'modifications': {
344 # chromium.android
345 'Oreo Phone Tester': {
346 'swarming': {
347 'dimension_sets': [
348 {
349 'device_os': 'OVR1.180808.003',
350 'device_type': 'vega',
351 'os': 'Android',
352 },
353 ],
354 },
355 }
356 }
357 },
Takuto Ikuta1b749b902019-04-11 18:05:53358 'chromedriver_py_tests': {
359 'remove_from': [
360 # Timeout happens sometimes (crbug.com/951799).
361 'Win10 Tests x64',
362 'Win10 Tests x64 (dbg)',
363 ],
364 },
Kenneth Russelleb60cbd22017-12-05 07:54:28365 'components_unittests': {
Kenneth Russelleb60cbd22017-12-05 07:54:28366 'modifications': {
John Budorick5052d552017-12-13 02:59:34367 # chromium.memory
368 'Linux ASan LSan Tests (1)': {
369 # These are very slow on the ASAN trybot for some reason.
370 # crbug.com/794372
371 'swarming': {
372 'shards': 5,
373 },
374 },
Takuto Ikuta54671d972018-07-19 19:06:35375 'Linux Chromium OS ASan LSan Tests (1)': {
376 # These are very slow on the ASAN trybot for some reason.
377 # crbug.com/794372
378 'swarming': {
379 'shards': 5,
380 },
381 },
Kenneth Russelleb60cbd22017-12-05 07:54:28382 },
Wezcdafa7e2019-09-16 21:54:25383 'remove_from': [
384 # chromium.linux
385 'Fuchsia x64', # https://crbug.com/961457
386 ]
Kenneth Russelleb60cbd22017-12-05 07:54:28387 },
388 'content_browsertests': {
Brad Halla36886c2019-02-26 16:52:29389 'remove_from': [
390 # chromium.clang
391 'CrWinAsan(dll)', # https://crbug.com/935598
392 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28393 'modifications': {
Garrett Beaty42e802142019-03-11 22:03:42394 # chromium.android
395 'Lollipop Phone Tester': {
396 'swarming': {
Garrett Beatyf3c98282019-03-12 17:35:18397 'shards': 13,
Garrett Beaty42e802142019-03-11 22:03:42398 },
399 },
Kenneth Russellfbda3c532017-12-08 23:57:24400 # chromium.linux
401 'Cast Audio Linux': {
402 'args': [
Nico Weber02f30392018-07-16 18:39:43403 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24404 ],
Kenneth Russellfbda3c532017-12-08 23:57:24405 },
406 'Cast Linux': {
407 'args': [
Nico Weber02f30392018-07-16 18:39:43408 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24409 ],
Kenneth Russellfbda3c532017-12-08 23:57:24410 },
John Budorickf2283d72019-06-25 01:09:09411 # chromium.memory
412 'android-asan': {
413 'args': [
414 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.content_browsertests.filter',
415 ],
416 'swarming': {
417 'shards': 18,
418 },
419 },
Stephen Martinisc1fd43fd2018-06-04 22:04:18420 # chromium.win
421 'Win10 Tests x64 (dbg)': {
422 'experiment_percentage': 100,
Kenneth Russell6c83d212018-07-27 20:52:59423 # crbug.com/868082
424 'args': [
425 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
426 ],
427 },
428 'Win10 Tests x64': {
429 # crbug.com/868082
430 'args': [
431 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
432 ],
Stephen Martinisc1fd43fd2018-06-04 22:04:18433 },
Chris Cunninghame1a04ea2019-04-24 01:49:32434 'Linux ASan Tests (sandboxed)': {
435 'swarming': {
436 'shards': 2, # https://crbug.com/955853
437 },
438 },
Kenneth Russelleb60cbd22017-12-05 07:54:28439 },
440 },
Nico Weber81e16ace22018-06-30 02:58:47441 'content_shell_crash_test': {
Dirk Prankeb1c36b322018-07-11 02:42:00442 'modifications': {
443 # chromium.win
444 'Win10 Tests x64 (dbg)': {
445 'experiment_percentage': 100, # https://crbug.com/861730
446 },
447 },
Nico Weber81e16ace22018-06-30 02:58:47448 },
John Budorick27d2d44e2019-05-20 20:26:09449 'content_shell_test_apk': {
450 'remove_from': [
451 # chromium.memory
452 'android-asan', # https://crbug.com/964562
453 ],
454 },
Kenneth Russelleb60cbd22017-12-05 07:54:28455 'content_unittests': {
456 'modifications': {
John Budorick5052d552017-12-13 02:59:34457 # chromium.memory
458 'Linux ASan LSan Tests (1)': {
459 # These are slow on the ASAN trybot for some reason.
460 # crbug.com/794372
461 'swarming': {
462 'shards': 2,
463 },
464 },
Takuto Ikuta54671d972018-07-19 19:06:35465 'Linux ChromiumOS MSan Tests': {
466 # These are very slow on the Chrome OS MSAN trybot for some reason.
467 # crbug.com/865455
468 'swarming': {
469 'shards': 2,
470 },
471 },
Kenneth Russelleb60cbd22017-12-05 07:54:28472 },
473 },
Kenneth Russellc1a09302018-07-10 01:12:54474 'context_lost_tests': {
Brian Sheedye285c9b2019-07-15 21:42:46475 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
476 # exception once there is enough capacity to run these tests.
477 'remove_from': [
478 # chromium.gpu.fyi
479 'Android FYI Release (Pixel 2)',
480 ],
Kenneth Russellc1a09302018-07-10 01:12:54481 'modifications': {
482 'Mac FYI GPU ASAN Release': {
483 'args': [
484 '--is-asan',
485 ]
486 },
487 },
488 },
Kenneth Russellfbda3c532017-12-08 23:57:24489 'crashpad_tests': {
490 'remove_from': [
491 # chromium.clang
Nico Weber15a00d62018-05-16 17:11:48492 'linux-win_cross-rel', # https://crbug.com/762167
Vlad Tsyrklevich06a9a44f2019-07-24 19:14:39493 # https://crbug.com/crashpad/304
494 'Linux TSan Tests',
495 'ToTLinuxTSan',
496 # https://crbug.com/crashpad/306
497 'Linux CFI',
498 'CFI Linux ToT',
Kenneth Russellfbda3c532017-12-08 23:57:24499 ],
500 },
John Budorick5bc387fe2019-05-09 20:02:53501 'cronet_sizes': {
502 'modifications': {
503 'android-cronet-arm-dbg': {
504 'swarming': {
505 'dimension_sets': [
506 {
507 'device_os': None,
508 'device_type': None,
Takuto Ikuta5e459b12019-07-09 05:30:56509 'os': 'Ubuntu-16.04',
John Budorick5bc387fe2019-05-09 20:02:53510 },
511 ],
512 },
513 },
514 },
515 },
Zhenyao Moc307eeb72018-12-20 01:03:20516 'dawn_end2end_tests': {
517 'remove_from': [
518 # chromium.gpu.fyi
519 'Linux FYI Release (AMD R7 240)', # https://crbug.com/915430
520 ],
521 },
Brian Sheedye285c9b2019-07-15 21:42:46522 'depth_capture_tests': {
523 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
524 # exception once there is enough capacity to run these tests.
525 'remove_from': [
526 # chromium.gpu.fyi
527 'Android FYI Release (Pixel 2)',
528 ],
529 },
Joe Downing41486042018-10-18 22:44:44530 'extensions_browsertests': {
Brad Halla36886c2019-02-26 16:52:29531 'remove_from': [
532 # chromium.clang
533 'CrWinAsan(dll)', # https://crbug.com/935598
534 ],
Joe Downing41486042018-10-18 22:44:44535 'modifications': {
536 'Win10 Tests x64 (dbg)': {
537 'experiment_percentage': 100, # https://crbug.com/876615
538 },
539 },
540 },
Kenneth Russelleb60cbd22017-12-05 07:54:28541 'gin_unittests': {
542 'remove_from': [
Kenneth Russellfbda3c532017-12-08 23:57:24543 # chromium.clang
Nico Weber1394523f2018-06-06 15:58:47544 'ToTLinuxASan', # https://crbug.com/831667
John Budorickca14c76f62017-12-09 14:19:18545 # chromium.memory
Nico Weberd36959682018-04-12 03:33:46546 'Linux ASan LSan Tests (1)', # https://crbug.com/831667
Nico Weber1394523f2018-06-06 15:58:47547 'Linux Chromium OS ASan LSan Tests (1)', # https://crbug.com/831667
Kenneth Russelleb60cbd22017-12-05 07:54:28548 ],
549 },
550 'gl_tests': {
John Budorickca14c76f62017-12-09 14:19:18551 'remove_from': [
552 # chromium.clang
John Budorickca14c76f62017-12-09 14:19:18553 'CFI Linux ToT',
Kenneth Russell8a386d42018-06-02 09:48:01554 # chromium.gpu.fyi
Kenneth Russell8a386d42018-06-02 09:48:01555 'Android FYI Release (Nexus 5X)',
Morten Stenshorne615a8d02018-04-20 12:19:21556 # chromium.memory
Kenneth Russell55bbec52018-05-03 18:44:55557 # Can't run on MSAN because gl_tests uses the hardware driver,
558 # which isn't instrumented.
559 'Linux MSan Tests',
John Budorickca14c76f62017-12-09 14:19:18560 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28561 'modifications': {
Kenneth Russell1a515be2018-04-28 03:54:45562 # chromium.memory
Kenneth Russell1a515be2018-04-28 03:54:45563 # TODO(kbr): figure out a better way to specify blocks of
564 # arguments like this for tests on multiple machines.
565 'Linux ASan LSan Tests (1)': {
566 'args': [
567 '--use-gpu-in-tests',
568 '--no-xvfb',
569 ],
570 'swarming': {
571 'dimension_sets': [
572 {
573 'gpu': '10de:1cb3',
574 'os': 'Ubuntu',
575 'pool': 'Chrome-GPU',
576 },
577 ],
578 },
579 'use_xvfb': False,
580 },
581 'Linux ASan LSan Tests (1)': {
582 'args': [
583 '--use-gpu-in-tests',
584 '--no-xvfb',
585 ],
586 'swarming': {
587 'dimension_sets': [
588 {
589 'gpu': '10de:1cb3',
590 'os': 'Ubuntu',
591 'pool': 'Chrome-GPU',
592 },
593 ],
594 },
595 'use_xvfb': False,
596 },
597 'Linux CFI': {
598 'args': [
599 '--use-gpu-in-tests',
600 '--no-xvfb',
601 ],
602 'swarming': {
603 'dimension_sets': [
604 {
605 'gpu': '10de:1cb3',
606 'os': 'Ubuntu',
607 'pool': 'Chrome-GPU',
608 },
609 ],
610 },
611 'use_xvfb': False,
612 },
613 'Linux TSan Tests': {
614 'args': [
615 '--use-gpu-in-tests',
616 '--no-xvfb',
617 ],
618 'swarming': {
619 'dimension_sets': [
620 {
621 'gpu': '10de:1cb3',
622 'os': 'Ubuntu',
623 'pool': 'Chrome-GPU',
624 },
625 ],
626 },
627 'use_xvfb': False,
628 },
Kenneth Russelleb60cbd22017-12-05 07:54:28629 },
630 },
631 'gl_unittests': {
John Budorickca14c76f62017-12-09 14:19:18632 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:01633 # chromium.gpu.fyi
634 # On Android, these are already run on the main waterfall.
635 # Run them on the one-off Android FYI bots, though.
636 'Android FYI Release (Nexus 5X)',
637 # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219
638 'Linux FYI Release (AMD R7 240)',
John Budorickca14c76f62017-12-09 14:19:18639 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28640 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:28641 # chromium.clang
Kenneth Russellfbda3c532017-12-08 23:57:24642 'CFI Linux ToT': {
643 'args': [
644 '--use-gpu-in-tests',
645 '--no-xvfb',
646 ],
647 'swarming': {
648 'dimension_sets': [
649 {
650 'gpu': '10de:1cb3',
651 'os': 'Ubuntu',
652 'pool': 'Chrome-GPU',
653 },
654 ],
655 },
656 'use_xvfb': False,
657 },
Kenneth Russell8ceeabf2017-12-11 17:53:28658 # chromium.memory
John Budorickca14c76f62017-12-09 14:19:18659 'Linux CFI': {
660 'args': [
661 '--use-gpu-in-tests',
662 '--no-xvfb',
663 ],
664 'swarming': {
665 'dimension_sets': [
666 {
667 'gpu': '10de:1cb3',
668 'os': 'Ubuntu',
669 'pool': 'Chrome-GPU',
670 },
671 ],
672 },
673 'use_xvfb': False,
674 },
Kenneth Russelleb60cbd22017-12-05 07:54:28675 },
676 },
Nico Weber65338c02018-06-22 19:13:40677 'gl_unittests_ozone': {
678 'remove_from': [
679 # Can't run on MSAN because gl_unittests_ozone uses the hardware driver,
680 # which isn't instrumented.
681 'Linux ChromiumOS MSan Tests',
682 ],
683 },
Brian Sheedye285c9b2019-07-15 21:42:46684 'gpu_process_launch_tests': {
685 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
686 # exception once there is enough capacity to run these tests.
687 'remove_from': [
688 # chromium.gpu.fyi
689 'Android FYI Release (Pixel 2)',
690 ],
691 },
692 'hardware_accelerated_feature_tests': {
693 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
694 # exception once there is enough capacity to run these tests.
695 'remove_from': [
696 # chromium.gpu.fyi
697 'Android FYI Release (Pixel 2)',
698 ],
699 },
Brad Halla36886c2019-02-26 16:52:29700 'headless_browsertests': {
701 'remove_from': [
702 # chromium.clang
703 'CrWinAsan(dll)', # https://crbug.com/935598
704 ],
705 },
Kenneth Russell8a386d42018-06-02 09:48:01706 'info_collection_tests': {
707 'remove_from': [
708 # chromium.gpu.fyi
709 # The Mac ASAN swarming bot runs tests on two different GPU
710 # types, so we can't have one expected vendor ID / device ID.
711 'Mac FYI GPU ASAN Release',
712 # client.v8.fyi
713 'Android V8 FYI Release (Nexus 5X)',
714 'Linux V8 FYI Release (NVIDIA)',
Michael Achenbach5fdfc67b2018-12-13 13:26:35715 'Linux V8 FYI Release - pointer compression (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:01716 'Mac V8 FYI Release (Intel)',
717 'Win V8 FYI Release (NVIDIA)',
718 ],
719 },
Kenneth Russelleb60cbd22017-12-05 07:54:28720 'interactive_ui_tests': {
Brad Halla36886c2019-02-26 16:52:29721 'remove_from': [
722 # chromium.clang
723 'CrWinAsan(dll)', # https://crbug.com/935598
Ben Pastene352cf6c2019-04-22 23:53:49724 # chromium.fyi
725 # Not eough disk space in the VMs, crbug.com/913153
726 'chromeos-vm-code-coverage',
Brad Halla36886c2019-02-26 16:52:29727 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28728 'modifications': {
Nico Weberdae13cd92018-12-14 13:56:26729 # chromium.clang
730 'ToTLinuxTSan': {
731 # These are slow on the TSan bots for some reason, crbug.com/794372
732 'swarming': {
733 'shards': 6,
734 },
735 },
Kenneth Russell8ceeabf2017-12-11 17:53:28736 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:28737 'Win7 Tests (dbg)(1)': {
738 'swarming': {
739 'shards': 4,
740 },
741 },
John Budorickca14c76f62017-12-09 14:19:18742 # chromium.memory
743 'Linux ASan LSan Tests (1)': {
Nico Weber96a75a6942018-06-20 04:53:17744 # These are slow on the ASan trybot for some reason, crbug.com/794372
745 'swarming': {
746 'shards': 6,
747 },
748 },
749 'Linux TSan Tests': {
Nico Weberdae13cd92018-12-14 13:56:26750 # These are slow on the TSan bots for some reason, crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:18751 'swarming': {
John Budorick5052d552017-12-13 02:59:34752 'shards': 6,
John Budorickca14c76f62017-12-09 14:19:18753 },
754 },
Takuto Ikuta54671d972018-07-19 19:06:35755 'Linux ChromiumOS MSan Tests': {
756 # These are very slow on the Chrome OS MSAN trybot for some reason.
757 # crbug.com/865455
758 'swarming': {
759 'shards': 5,
760 },
761 },
Dirk Pranke8fd63c12017-12-10 18:06:27762 # client.v8.chromium
763 'Linux - Future (dbg)': {
764 'swarming': {
765 'shards': 3,
766 },
767 },
Greg Thompson3eb7e6522018-05-25 09:04:03768 # chromium.win; temporary, https://crbug.com/818832
769 'Win10 Tests x64 (dbg)': {
770 'experiment_percentage': 100,
771 },
Ben Pastene21277632019-06-04 15:12:28772 'linux-chromeos-google-rel': {
Ben Pastenef5006f02019-06-11 01:47:59773 # TODO(crbug.com/970649): Remove this filter.
774 'args': [
775 '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs',
776 ],
Ben Pastene21277632019-06-04 15:12:28777 },
Kenneth Russelleb60cbd22017-12-05 07:54:28778 },
779 },
John Budorickf00e5ff2019-06-11 21:21:06780 'ipc_tests': {
781 'modifications': {
782 'android-asan': {
783 'swarming': {
784 'shards': 2,
785 },
786 },
787 },
788 },
Brian Sheedye285c9b2019-07-15 21:42:46789 'maps_pixel_test': {
790 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
791 # exception once there is enough capacity to run these tests.
792 'remove_from': [
793 # chromium.gpu.fyi
794 'Android FYI Release (Pixel 2)',
795 ],
796 },
John Budorickf00e5ff2019-06-11 21:21:06797 'mojo_unittests': {
798 'modifications': {
799 'android-asan': {
800 'swarming': {
801 'shards': 2,
802 },
803 },
804 },
805 },
bsheedye9469572019-01-23 17:31:33806 'monochrome_public_test_ar_apk': {
807 'modifications': {
808 # chromium.android
809 # We need to match the Playstore version as well because AR tests fail on
810 # old versions of the Playstore.
811 'Oreo Phone Tester': {
Brian Sheedy2bcd16b2019-04-22 22:47:08812 'args': [
813 # ArCore is not installed as a system app on O, so we can install it
814 # normally instead of replacing the system version.
815 '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
816 ],
bsheedye9469572019-01-23 17:31:33817 'swarming': {
818 'dimension_sets': [
819 {
820 'device_os': 'OPR3.170623.008',
821 'device_playstore_version': '12.8.23-all',
822 'device_type': 'marlin',
823 'os': 'Android',
824 },
825 ],
826 },
827 },
Brian Sheedy2bcd16b2019-04-22 22:47:08828 'android-pie-arm64-dbg': {
829 'args': [
830 '--replace-system-package=com.google.ar.core,//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
831 ]
832 }
bsheedye9469572019-01-23 17:31:33833 },
834 },
Nico Weberd3096fb2018-06-07 17:50:15835 'nacl_helper_nonsfi_unittests': {
836 'remove_from': [
837 # chromium.memory
838 'Linux TSan Tests', # Sets enable_nacl=false.
839 ],
840 },
Kenneth Russellfbda3c532017-12-08 23:57:24841 'nacl_loader_unittests': {
842 'remove_from': [
Nico Weber48f187142018-06-01 15:16:35843 # chromium.clang
844 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false
Nico Weber3611ee802018-06-07 13:34:51845 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186
John Budorickca14c76f62017-12-09 14:19:18846 # chromium.memory
Nico Webera8fc38f72018-04-10 02:20:11847 'Linux TSan Tests', # The TSan bot sets enable_nacl=false
Nico Weber05d3e642018-05-31 16:59:48848 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false
Kenneth Russellfbda3c532017-12-08 23:57:24849 ],
850 },
Kenneth Russelleb60cbd22017-12-05 07:54:28851 'net_unittests': {
Kenneth Russellfbda3c532017-12-08 23:57:24852 'remove_from': [
Kenneth Russell8ceeabf2017-12-11 17:53:28853 # chromium.fyi
Fabrice de Gans-Riberia1541ca2019-01-09 20:05:46854 'fuchsia-fyi-arm64-rel', # https://crbug.com/877248
855 'fuchsia-fyi-x64-dbg', # https://crbug.com/844416
Kenneth Russellfbda3c532017-12-08 23:57:24856 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28857 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:24858 # chromium.clang
859 'ToTLinuxASan': {
Reid Kleckner6b836242018-04-18 17:37:33860 # TODO(crbug.com/794372): net_unittests is slow under ASan.
Kenneth Russellfbda3c532017-12-08 23:57:24861 'swarming': {
Reid Kleckner6b836242018-04-18 17:37:33862 'shards': 16,
Kenneth Russellfbda3c532017-12-08 23:57:24863 },
864 },
Nico Weberdae13cd92018-12-14 13:56:26865 'ToTLinuxTSan': {
866 'swarming': {
867 'shards': 4,
868 }
869 },
John Budorickca14c76f62017-12-09 14:19:18870 # chromium.memory
871 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:34872 # These are very slow on the ASAN trybot for some reason.
873 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:18874 'swarming': {
John Budorick5052d552017-12-13 02:59:34875 'shards': 16,
John Budorickca14c76f62017-12-09 14:19:18876 },
877 },
878 'Linux Chromium OS ASan LSan Tests (1)': {
Takuto Ikuta54671d972018-07-19 19:06:35879 # These are very slow on the ASAN trybot for some reason.
880 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:18881 'swarming': {
Sergey Berezinda3255c2018-03-16 00:34:02882 'shards': 8,
John Budorickca14c76f62017-12-09 14:19:18883 }
884 },
Takuto Ikuta54671d972018-07-19 19:06:35885 'Linux ChromiumOS MSan Tests': {
886 # These are very slow on the Chrome OS MSAN trybot for some reason.
887 # crbug.com/865455
888 'swarming': {
889 'shards': 2,
890 },
891 },
John Budorickca14c76f62017-12-09 14:19:18892 'Linux TSan Tests': {
893 'swarming': {
894 'shards': 4,
895 }
896 },
Ben Pastene8bf205b2018-06-13 04:00:33897 # The suite runs signficantly slower on linux dbg, so increase shards.
898 'Linux Tests (dbg)(1)': {
899 'swarming': {
900 'shards': 2,
901 },
902 },
Ben Pastene72943982019-07-23 22:53:41903 'chromeos-betty-google-rel': {
904 # TODO(crbug.com/986904): Remove this filter.
905 'args': [
906 '--gtest_filter=-NetworkQualityEstimatorTest.TestTCPSocketRTT',
907 ],
908 },
Ben Pastene8bf205b2018-06-13 04:00:33909 'linux-chromeos-dbg': {
910 'swarming': {
911 'shards': 2,
912 },
913 },
Kenneth Russelleb60cbd22017-12-05 07:54:28914 },
915 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:31916 'network_service_browser_tests': {
917 'remove_from': [
Nico Weberdae13cd92018-12-14 13:56:26918 # chromium.clang
Brad Halla36886c2019-02-26 16:52:29919 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weberdae13cd92018-12-14 13:56:26920 'ToTLinuxTSan', # https://crbug.com/368525
Nico Weber073af192018-06-21 19:22:17921 # chromium.memory
922 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
923 'Linux TSan Tests', # No capacity, https://crbug.com/852442
John Abd-El-Malek99b6f4a2018-06-11 23:08:31924 # chromium.win
Nico Weber17d2fcddb2018-06-14 18:28:19925 'Win7 Tests (1)', # For swarming capacity reasons.
926 'Win10 Tests x64 (dbg)', # Matches browser_tests.
John Abd-El-Malek69ae1492018-09-06 20:00:06927 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:06928 'Mac10.10 Tests',
929 'Mac10.11 Tests',
930 'Mac10.13 Tests',
931 'Mac10.13 Tests (dbg)',
932 'Mac ASan 64 Tests (1)',
933 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:06934 'ToTMacASan',
John Abd-El-Malek99b6f4a2018-06-11 23:08:31935 ],
Kenneth Russell6c83d212018-07-27 20:52:59936 'modifications': {
937 # chromium.win
938 'Win10 Tests x64': {
939 # crbug.com/868082
940 'args': [
941 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
942 ],
Takuto Ikutac9c269a2019-01-10 22:40:25943 # This is for slow test execution that often becomes a critical path of
944 # swarming jobs. crbug.com/868114
945 'swarming': {
946 'shards': 20,
947 },
Kenneth Russell6c83d212018-07-27 20:52:59948 },
949 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:31950 },
John Abd-El-Malek4782bd12018-06-12 01:08:21951 'network_service_components_browsertests': {
952 'remove_from': [
Nico Weber073af192018-06-21 19:22:17953 # chromium.memory
954 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
955 'Linux TSan Tests', # No capacity, https://crbug.com/852442
John Abd-El-Malek4782bd12018-06-12 01:08:21956 # chromium.win
Nico Weber17d2fcddb2018-06-14 18:28:19957 'Win7 Tests (1)', # For swarming capacity reasons.
958 'Win10 Tests x64 (dbg)', # Matches components_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:06959 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:06960 'Mac10.10 Tests',
961 'Mac10.11 Tests',
962 'Mac10.13 Tests',
963 'Mac10.13 Tests (dbg)',
964 'Mac ASan 64 Tests (1)',
965 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:06966 'ToTMacASan',
Nico Weber17d2fcddb2018-06-14 18:28:19967 ],
968 },
969 'network_service_content_browsertests': {
970 'remove_from': [
Nico Weber408a49a2018-12-14 21:00:10971 # chromium.clang
Brad Halla36886c2019-02-26 16:52:29972 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber408a49a2018-12-14 21:00:10973 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
Nico Weber073af192018-06-21 19:22:17974 # chromium.memory
975 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
976 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:19977 # chromium.win
978 'Win7 Tests (1)', # For swarming capacity reasons.
John Budorickd96ee6f2018-06-15 17:20:11979 'Win10 Tests x64 (dbg)', # flaky: https://crbug.com/852786
John Abd-El-Malek69ae1492018-09-06 20:00:06980 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:06981 'Mac10.10 Tests',
982 'Mac10.11 Tests',
983 'Mac10.13 Tests',
984 'Mac10.13 Tests (dbg)',
985 'Mac ASan 64 Tests (1)',
986 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:06987 'ToTMacASan',
John Abd-El-Malek4782bd12018-06-12 01:08:21988 ],
989 },
John Abd-El-Malek787a41a2018-06-12 18:10:53990 'network_service_extensions_browsertests': {
991 'remove_from': [
Brad Halla36886c2019-02-26 16:52:29992 # chromium.clang
993 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber073af192018-06-21 19:22:17994 # chromium.memory
995 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
996 'Linux TSan Tests', # No capacity, https://crbug.com/852442
John Abd-El-Malek787a41a2018-06-12 18:10:53997 # chromium.win
Nico Weber17d2fcddb2018-06-14 18:28:19998 'Win7 Tests (1)', # For swarming capacity reasons.
999 'Win10 Tests x64 (dbg)', # Matches extensions_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:061000 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061001 'Mac10.10 Tests',
1002 'Mac10.11 Tests',
1003 'Mac10.13 Tests',
1004 'Mac10.13 Tests (dbg)',
1005 'Mac ASan 64 Tests (1)',
1006 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061007 'ToTMacASan',
John Abd-El-Malek787a41a2018-06-12 18:10:531008 ],
1009 },
Brad Halla36886c2019-02-26 16:52:291010 'network_service_headless_browsertests': {
1011 'remove_from': [
1012 # chromium.clang
1013 'CrWinAsan(dll)', # https://crbug.com/935598
1014 ],
1015 },
John Abd-El-Malek787a41a2018-06-12 18:10:531016 'network_service_interactive_ui_tests': {
Nico Weber17d2fcddb2018-06-14 18:28:191017 'remove_from': [
Nico Weber408a49a2018-12-14 21:00:101018 # chromium.clang
Brad Halla36886c2019-02-26 16:52:291019 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber408a49a2018-12-14 21:00:101020 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
Nico Weber073af192018-06-21 19:22:171021 # chromium.memory
1022 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1023 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191024 # chromium.win
1025 'Win7 Tests (1)', # For swarming capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061026 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061027 'Mac10.10 Tests',
1028 'Mac10.11 Tests',
1029 'Mac10.13 Tests',
1030 'Mac10.13 Tests (dbg)',
1031 'Mac ASan 64 Tests (1)',
1032 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061033 'ToTMacASan',
Nico Weber17d2fcddb2018-06-14 18:28:191034 ],
John Abd-El-Malek787a41a2018-06-12 18:10:531035 'modifications': {
Nico Weber17d2fcddb2018-06-14 18:28:191036 # chromium.win
John Budorickd96ee6f2018-06-15 17:20:111037 'Win10 Tests x64 (dbg)': {
1038 'experiment_percentage': 100, # https://crbug.com/852786
John Abd-El-Malek787a41a2018-06-12 18:10:531039 },
1040 },
1041 },
John Abd-El-Malekfabfb072019-05-30 20:50:191042 'network_service_out_of_process_chrome_public_test_apk': {
John Abd-El-Malekfabfb072019-05-30 20:50:191043 'remove_from': [
John Budorickea475de2019-06-07 21:16:241044 # chromium.android
1045 'android-asan',
1046 # Don't run on trybots; waterfall is enough.
Yun Liu529e8fc2019-08-14 04:43:591047 'android-kitkat-arm-coverage-rel',
John Abd-El-Malekfabfb072019-05-30 20:50:191048 'android-kitkat-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311049 'android-marshmallow-arm64-rel',
1050 # No capacity for tablet testers.
1051 'KitKat Tablet Tester',
1052 'Lollipop Tablet Tester',
1053 'Marshmallow Tablet Tester',
John Abd-El-Malekfabfb072019-05-30 20:50:191054 ],
1055 },
1056 'network_service_out_of_process_components_browsertests': {
John Abd-El-Malekfabfb072019-05-30 20:50:191057 'remove_from': [
John Budorickea475de2019-06-07 21:16:241058 # chromium.android
1059 'android-asan',
1060 # Don't run on trybots; waterfall is enough.
Yun Liu529e8fc2019-08-14 04:43:591061 'android-kitkat-arm-coverage-rel',
John Abd-El-Malekfabfb072019-05-30 20:50:191062 'android-kitkat-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311063 'android-marshmallow-arm64-rel',
1064 # No capacity for tablet testers.
1065 'KitKat Tablet Tester',
1066 'Lollipop Tablet Tester',
1067 'Marshmallow Tablet Tester',
John Abd-El-Malekfabfb072019-05-30 20:50:191068 ],
1069 },
1070 'network_service_out_of_process_content_browsertests': {
John Abd-El-Malekfabfb072019-05-30 20:50:191071 'remove_from': [
John Budorickea475de2019-06-07 21:16:241072 # chromium.android
1073 'android-asan',
1074 # Don't run on trybots; waterfall is enough.
Yun Liu529e8fc2019-08-14 04:43:591075 'android-kitkat-arm-coverage-rel',
John Abd-El-Malekfabfb072019-05-30 20:50:191076 'android-kitkat-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311077 'android-marshmallow-arm64-rel',
1078 # No capacity for tablet testers.
1079 'KitKat Tablet Tester',
1080 'Lollipop Tablet Tester',
1081 'Marshmallow Tablet Tester',
John Abd-El-Malekfabfb072019-05-30 20:50:191082 ],
Haiyang Pand09889852019-08-10 00:26:181083 'modifications': {
1084 'android-pie-x86-fyi-rel': {
1085 'swarming': {
1086 'shards': 10,
1087 },
1088 },
1089 },
John Abd-El-Malekfabfb072019-05-30 20:50:191090 },
1091 'network_service_out_of_process_content_shell_test_apk': {
John Abd-El-Malekfabfb072019-05-30 20:50:191092 'remove_from': [
John Budorickea475de2019-06-07 21:16:241093 # chromium.android
1094 'android-asan',
1095 # Don't run on trybots; waterfall is enough.
Yun Liu529e8fc2019-08-14 04:43:591096 'android-kitkat-arm-coverage-rel',
John Abd-El-Malekfabfb072019-05-30 20:50:191097 'android-kitkat-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311098 'android-marshmallow-arm64-rel',
1099 # No capacity for tablet testers.
1100 'KitKat Tablet Tester',
1101 'Lollipop Tablet Tester',
1102 'Marshmallow Tablet Tester',
John Abd-El-Malekfabfb072019-05-30 20:50:191103 ],
1104 },
Tim Volodinedac7f5e2019-05-09 18:07:281105 'network_service_webview_instrumentation_test_apk': {
1106 # Only run these on the phone testers for now due to capacity.
1107 'remove_from': [
1108 # chromium.android
Yun Liu529e8fc2019-08-14 04:43:591109 'android-kitkat-arm-coverage-rel',
Tim Volodinedac7f5e2019-05-09 18:07:281110 'android-kitkat-arm-rel',
1111 'android-marshmallow-arm64-rel',
1112 'KitKat Tablet Tester',
1113 'Lollipop Tablet Tester',
1114 'Marshmallow Tablet Tester',
1115 'KitKat Phone Tester (dbg)',
1116 # chromium.memory
John Budorick27d2d44e2019-05-20 20:26:091117 'android-asan', # https://crbug.com/964562
Tim Volodinedac7f5e2019-05-09 18:07:281118 'Android CFI',
1119 # chromium.clang
1120 'ToTAndroid',
1121 'ToTAndroidCFI',
1122 ],
1123 },
kylecharbd5d5fe2019-07-19 21:50:581124 'non_viz_browser_tests': {
1125 'modifications': {
1126 # chromium.fyi
1127 'linux-chromeos-code-coverage': {
1128 'swarming': {
1129 'shards': 20,
1130 },
1131 },
1132 'linux-chromeos-google-rel': {
1133 # TODO(https://crbug.com/932269): Promote out of experiment when the
1134 # tests are green.
1135 'args': [
1136 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter',
1137 ],
1138 },
kylecharbd5d5fe2019-07-19 21:50:581139 # chromium.chromiumos
1140 'linux-chromeos-dbg': {
1141 'swarming': {
1142 'shards': 20,
1143 },
1144 },
1145 # chromium.memory
1146 'Linux ChromiumOS MSan Tests': {
1147 # These are very slow on the Chrome OS MSAN trybot for some reason.
1148 # crbug.com/865455
1149 'swarming': {
1150 'shards': 30,
1151 },
1152 },
1153 'Linux Chromium OS ASan LSan Tests (1)': {
1154 # These are very slow on the ASAN trybot for some reason.
1155 # crbug.com/794372
1156 'swarming': {
1157 'shards': 30,
1158 },
1159 },
1160 },
1161 },
1162 'non_viz_content_browsertests': {
1163 'modifications': {
1164 # chromium.memory
1165 'Linux Chromium OS ASan LSan Tests (1)': {
1166 # content_browsertests is slow on ASAN try bot. crbug.com/822461.
1167 'swarming': {
1168 'shards': 4,
1169 }
1170 },
1171 'Linux ChromiumOS MSan Tests': {
1172 # These are very slow on the Chrome OS MSAN trybot for some reason.
1173 # crbug.com/865455
1174 'swarming': {
1175 'shards': 2,
1176 },
1177 },
1178 },
1179 },
John Budorickea475de2019-06-07 21:16:241180 'nonperfetto_content_browsertests': {
1181 'remove_from': [
1182 'android-asan',
1183 ],
1184 },
Lukasz Anforowicz04bc6302018-11-19 19:04:281185 'not_site_per_process_webkit_layout_tests': {
1186 'remove_from': [
1187 # chromium.linux
1188 # TODO(dpranke): Should we be running this step on Linux Tests (dbg)(1)?
1189 'Linux Tests (dbg)(1)',
Takuto Ikuta515a46aa2019-06-19 23:36:511190
Stephen Martinis07a9f742019-03-20 19:16:561191 # chromium.mac. TODO(https://crbug.com/944117): Remove this.
John Budorick16810a02019-03-20 22:49:201192 'mac-dummy-rel',
Lukasz Anforowicz04bc6302018-11-19 19:04:281193 ],
Yuke Liaobc9ff982019-04-30 06:56:161194 'modifications': {
Yuke Liaoe05477b2019-07-22 18:18:411195 'Linux Tests': {
1196 "args": [
Sajjad Mirzad9edaf4e2019-07-26 02:28:421197 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
Yuke Liaoe05477b2019-07-22 18:18:411198 ],
1199 },
Yuke Liaobc9ff982019-04-30 06:56:161200 },
Lukasz Anforowicz04bc6302018-11-19 19:04:281201 },
Xi Cheng34ca4042018-02-23 00:10:121202 'notification_helper_unittests': {
1203 'remove_from': [
Hans Wennborg252643a2018-05-22 14:41:121204 # The test uses WinRT, which only exists in Windows 8 or above.
1205 # (https://crbug.com/813553)
1206 # chromium.win
Xi Cheng34ca4042018-02-23 00:10:121207 'Win 7 Tests x64 (1)',
Xi Cheng34ca4042018-02-23 00:10:121208 'Win7 Tests (1)',
1209 'Win7 Tests (dbg)(1)',
Hans Wennborg252643a2018-05-22 14:41:121210 # chromium.clang; all these bots run Windows 7.
Xi Cheng34ca4042018-02-23 00:10:121211 'ToTWin',
1212 'ToTWin(dbg)',
1213 'ToTWin(dll)',
inglorionb8e7a3ed2019-04-12 09:49:031214 'ToTWinOfficial',
Xi Cheng34ca4042018-02-23 00:10:121215 'ToTWin64',
1216 'ToTWin64(dbg)',
1217 'ToTWin64(dll)',
1218 'ToTWinCFI',
1219 'ToTWinCFI64',
Nico Weber6c23b352018-03-09 14:22:121220 'ToTWinLibcxx64',
Oksana Zhuravlova7f996212018-02-28 04:23:081221 'ToTWinThinLTO64',
Xi Cheng34ca4042018-02-23 00:10:121222 ],
1223 },
Ben Pastenee723b2f2019-05-31 19:10:271224 'ozone_unittests': {
1225 'modifications': {
1226 'chromeos-betty-google-rel': {
1227 'args': [
1228 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1229 ],
1230 },
1231 'linux-chromeos-google-rel': {
1232 'args': [
1233 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1234 ],
1235 },
1236 },
1237 },
Karen Qian385d2ca2019-03-19 21:49:581238 'perfetto_unittests': {
1239 'remove_from': [
John Budorickf2283d72019-06-25 01:09:091240 'android-asan',
Yun Liu022f4512019-06-10 23:14:041241 'android-code-coverage',
Yun Liu529e8fc2019-08-14 04:43:591242 'android-kitkat-arm-coverage-rel',
Karen Qian385d2ca2019-03-19 21:49:581243 'android-kitkat-arm-rel',
1244 'android-marshmallow-arm64-rel',
1245 'Android CFI',
1246 'KitKat Phone Tester (dbg)',
1247 'KitKat Tablet Tester',
1248 'Lollipop Phone Tester',
1249 'Lollipop Tablet Tester',
1250 'Marshmallow 64 bit Tester',
1251 'Marshmallow Tablet Tester',
1252 'Nougat Phone Tester',
1253 'ToTAndroid',
1254 'ToTAndroidCFI'
1255 ]
1256 },
Stephen Martinis54d64ad2018-09-21 22:16:201257 'performance_test_suite': {
1258 'modifications': {
1259 'Mac10.13 Tests (dbg)': {
1260 'args': [
1261 '--browser=debug',
1262 ],
1263 },
1264 'Win10 Tests x64 (dbg)': {
1265 'args': [
1266 '--browser=debug_x64',
1267 ],
1268 'experiment_percentage': 100,
1269 },
1270 'Win7 Tests (dbg)(1)': {
1271 'args': [
1272 '--browser=debug',
1273 ],
1274 },
1275 },
1276 },
Brian Sheedye6ea0ee2019-07-11 02:54:371277 'pixel_skia_gold_test': {
1278 'replacements': {
1279 # client.v8.fyi
1280 # The V8 builders pass the V8 revision for ${got_revision}, so instead
1281 # use ${got_cr_revision}, which is only set on the V8 bots.
1282 'Android V8 FYI Release (Nexus 5X)': {
1283 'args': {
1284 '--build-revision': '${got_cr_revision}',
1285 },
1286 },
1287 'Linux V8 FYI Release (NVIDIA)': {
1288 'args': {
1289 '--build-revision': '${got_cr_revision}',
1290 },
1291 },
1292 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
1293 'args': {
1294 '--build-revision': '${got_cr_revision}',
1295 },
1296 },
1297 'Mac V8 FYI Release (Intel)': {
1298 'args': {
1299 '--build-revision': '${got_cr_revision}',
1300 },
1301 },
1302 'Win V8 FYI Release (NVIDIA)': {
1303 'args': {
1304 '--build-revision': '${got_cr_revision}',
1305 },
1306 },
1307 },
1308 },
1309 'pixel_test':{
Takuto Ikuta35c85522019-06-04 16:55:461310 'modifications': {
1311 'Android Release (Nexus 5X)': {
1312 'swarming': {
1313 'shards': 2,
1314 },
1315 },
1316 },
Nico Weber128fd382018-06-14 23:29:271317 },
Brian Sheedy9653f152019-08-07 17:02:441318 'rendering_representative_perf_tests': {
1319 'modifications': {
1320 'Win10 FYI x64 Exp Release (Intel HD 630)': {
1321 'args': [
1322 '--browser=release_x64',
1323 ],
1324 },
1325 'Win10 FYI x64 Exp Release (NVIDIA)': {
1326 'args': [
1327 '--browser=release_x64',
1328 ],
1329 },
1330 'Win10 FYI x64 Release (Intel HD 630)': {
1331 'args': [
1332 '--browser=release_x64',
1333 ],
1334 },
1335 'Win10 FYI x64 Release (Intel UHD 630)': {
1336 'args': [
1337 '--browser=release_x64',
1338 ],
1339 },
1340 'Win10 FYI x64 Release (NVIDIA)': {
1341 'args': [
1342 '--browser=release_x64',
1343 ],
1344 },
1345 },
1346 },
John Budorickdce9d462019-03-23 00:25:381347 'sandbox_linux_unittests': {
1348 'modifications': {
1349 'Lollipop Phone Tester': {
1350 'args': [
1351 '--shard-timeout=300',
1352 ],
1353 },
1354 },
John Budorick3ebfdf852019-05-13 22:28:161355 'remove_from': [
1356 # chromium.memory
1357 'android-asan', # https://crbug.com/962650
1358 ],
John Budorickdce9d462019-03-23 00:25:381359 },
Kenneth Russelleb60cbd22017-12-05 07:54:281360 'services_unittests': {
John Budorickf69f56c572019-07-02 19:39:291361 'modifications': {
1362 'android-asan': {
1363 'args': [
1364 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.services_unittests.filter',
1365 ],
1366 },
1367 },
Kenneth Russelleb60cbd22017-12-05 07:54:281368 'remove_from': [
Kenneth Russellfbda3c532017-12-08 23:57:241369 # chromium.clang
Nico Weber15a00d62018-05-16 17:11:481370 'ToTLinuxMSan', # https://crbug.com/831676
Kenneth Russell8a386d42018-06-02 09:48:011371 # chromium.gpu.fyi
1372 # The face and barcode detection tests fail on the Mac Pros.
1373 'Mac Pro FYI Release (AMD)',
John Budorickca14c76f62017-12-09 14:19:181374 # chromium.memory
Nico Weberd36959682018-04-12 03:33:461375 'Linux ChromiumOS MSan Tests', # https://crbug.com/831676
1376 'Linux MSan Tests', # https://crbug.com/831676
Kenneth Russelleb60cbd22017-12-05 07:54:281377 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281378 },
Stephen Martinis54d64ad2018-09-21 22:16:201379 'swiftshader_unittests': {
1380 'remove_from': [
1381 # Save capacity on the hardware where we have only a few machines.
1382 'Mac FYI Experimental Release (Intel)',
1383 'Mac FYI Experimental Retina Release (AMD)',
1384 'Mac FYI Experimental Retina Release (NVIDIA)',
1385 'Mac Pro FYI Release (AMD)',
1386 ],
1387 },
Kenneth Russelleb60cbd22017-12-05 07:54:281388 'sync_integration_tests': {
Brad Halla36886c2019-02-26 16:52:291389 'remove_from': [
1390 # chromium.clang
1391 'CrWinAsan(dll)', # https://crbug.com/935598
1392 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281393 'modifications': {
Nico Weber8fbc2832018-12-14 16:00:571394 # chromium.clang
1395 'ToTLinuxTSan': {
1396 'swarming': {
1397 'shards': 6,
1398 },
1399 },
1400 # chromium.memory
1401 'Linux TSan Tests': {
1402 'swarming': {
1403 'shards': 6,
1404 },
1405 },
1406 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:281407 'Win7 Tests (dbg)(1)': {
1408 'swarming': {
1409 'shards': 2,
1410 },
1411 },
Stephen Martinis75ab55d2018-08-30 02:27:121412 'Win10 Tests x64 (dbg)': {
1413 'experiment_percentage': 100, # https://crbug.com/840369
1414 },
Kenneth Russelleb60cbd22017-12-05 07:54:281415 },
1416 },
Kenneth Russell8a386d42018-06-02 09:48:011417 'tab_capture_end2end_tests': {
Nico Webere89a3c92018-07-01 01:30:521418 # Run these only on Release bots.
Kenneth Russell8a386d42018-06-02 09:48:011419 'remove_from': [
1420 # chromium.gpu
1421 'Linux Debug (NVIDIA)',
1422 'Mac Debug (Intel)',
1423 'Mac Retina Debug (AMD)',
Kenneth Russell8a386d42018-06-02 09:48:011424 # chromium.gpu.fyi
Yuly Novikovbc1ccff2019-08-03 00:05:491425 'Win10 FYI x64 Debug (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:011426 'Win7 FYI Debug (AMD)',
Yuly Novikovf28f1eca2019-07-04 22:43:391427 # Disabled due to dbus crashes crbug.com/927465
Yuly Novikov5865ff72019-07-09 21:38:051428 'Linux FYI Release (Intel HD 630)',
Brian Sheedy4dd98432019-08-13 22:57:001429 'Linux FYI Release (Intel UHD 630)',
Yuly Novikov5865ff72019-07-09 21:38:051430 'Linux FYI Release (NVIDIA)',
Brian Sheedy22d051e2019-08-07 00:50:161431 'Linux FYI SkiaRenderer Vulkan (Intel HD 630)',
Yuly Novikov5865ff72019-07-09 21:38:051432 'Linux FYI SkiaRenderer Vulkan (NVIDIA)',
1433 'Linux Release (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:011434 ],
Emily Hanleyb64ac7c2018-05-25 13:36:551435 },
Kenneth Russelleb60cbd22017-12-05 07:54:281436 'telemetry_perf_unittests': {
1437 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:281438 # chromium.android
Yun Liu529e8fc2019-08-14 04:43:591439 'android-kitkat-arm-coverage-rel': {
Yun Liudab18e42019-07-31 16:38:261440 'args': [
1441 '--browser=android-chromium',
1442 '--device=android',
1443 ],
1444 'swarming': {
1445 'dimension_sets': [
1446 {
1447 'temp_band': '<30',
1448 },
1449 ],
1450 'shards': 15,
1451 },
1452 },
John Budorick2232bb982018-05-18 17:50:071453 'android-kitkat-arm-rel': {
1454 'args': [
1455 '--browser=android-chromium',
1456 '--device=android',
1457 ],
1458 'swarming': {
1459 'dimension_sets': [
1460 {
1461 'temp_band': '<30',
1462 },
1463 ],
John Budorick2232bb982018-05-18 17:50:071464 'shards': 15,
1465 },
1466 },
John Budorick8c4a989d2018-05-20 05:08:391467 'android-marshmallow-arm64-rel': {
1468 'args': [
1469 '--browser=android-chromium',
1470 '--device=android',
1471 ],
1472 'swarming': {
1473 'dimension_sets': [
1474 {
1475 'temp_band': '<30',
1476 },
1477 ],
John Budorick8c4a989d2018-05-20 05:08:391478 'shards': 15,
1479 },
1480 },
John Budorick5672ffd2018-09-07 18:25:581481 # chromium.fyi
1482 'linux-chromium-tests-staging-tests': {
1483 'args': [
1484 '--xvfb',
1485 '--jobs=1',
1486 ],
1487 },
Kenneth Russell8ceeabf2017-12-11 17:53:281488 # chromium.linux
Kenneth Russelleb60cbd22017-12-05 07:54:281489 'Linux Tests': {
1490 'args': [
1491 '--xvfb',
Ned Nguyene6e26042018-01-17 20:42:481492 '--jobs=1',
Kenneth Russelleb60cbd22017-12-05 07:54:281493 ],
1494 },
Juan Antonio Navarro Perez4899edf2019-03-14 13:05:351495 'Linux Tests (dbg)(1)': {
1496 'args': [
1497 '--xvfb',
1498 '--jobs=1',
1499 ],
1500 },
Takuto Ikutae6681382019-06-17 16:03:001501 'linux-trusty-rel': {
1502 'args': [
1503 '--xvfb',
1504 '--jobs=1',
1505 ],
1506 },
Kenneth Russell8ceeabf2017-12-11 17:53:281507 # chromium.mac
Kenneth Russelleb60cbd22017-12-05 07:54:281508 # Disable parallelism on all Mac bots.
1509 'Mac10.10 Tests': {
1510 'args': [
1511 '--jobs=1',
1512 ],
1513 },
1514 'Mac10.11 Tests': {
1515 'args': [
1516 '--jobs=1',
1517 ],
1518 },
1519 'Mac10.12 Tests': {
1520 'args': [
1521 '--jobs=1',
1522 ],
1523 },
Ned Nguyen6e6e5b32018-02-21 20:21:501524 'Win7 Tests (dbg)(1)': {
1525 'args': [
1526 '--jobs=1',
1527 ],
1528 'swarming': {
1529 'shards': 20,
1530 },
1531 'experiment_percentage': 100,
1532 },
Kenneth Russelleb60cbd22017-12-05 07:54:281533 },
1534 'remove_from': [
Garrett Beatyeef031a2019-02-28 01:55:411535 # crbug.com/936540
1536 'Mac10.10 Tests',
1537 'Mac10.11 Tests',
Shenghua Zhangbd6f1b22018-03-03 02:59:141538 'Mac10.13 Tests',
1539 'Mac10.13 Tests (dbg)',
Dirk Pranke8fd63c12017-12-10 18:06:271540 # client.v8.chromium
1541 'Linux - Future (dbg)',
Stephen Martinise701f5a2018-05-04 01:25:111542 # chromium.win
Takuto Ikuta9aa015d2019-04-15 23:33:291543 'Win10 Tests x64',
Stephen Martinise701f5a2018-05-04 01:25:111544 'Win10 Tests x64 (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:281545 ],
1546 },
Stephen Martinis54d64ad2018-09-21 22:16:201547 'telemetry_unittests': {
1548 'modifications': {
1549 'Win10 Tests x64 (dbg)': {
1550 'experiment_percentage': 100, # crbug.com/870673
1551 }
John Budorickc498fd3c2019-03-14 01:16:261552 },
1553 'remove_from': [
1554 # crbug.com/936540
1555 'Mac10.10 Tests',
1556 'Mac10.11 Tests',
Takuto Ikuta9aa015d2019-04-15 23:33:291557
1558 'Win10 Tests x64',
John Budorickc498fd3c2019-03-14 01:16:261559 ],
Stephen Martinis54d64ad2018-09-21 22:16:201560 },
Kenneth Russelleb60cbd22017-12-05 07:54:281561 'unit_tests': {
Kenneth Russelleb60cbd22017-12-05 07:54:281562 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:241563 # chromium.clang
1564 'ToTLinuxASan': {
1565 'swarming': {
1566 'shards': 2,
1567 },
John Budorickca14c76f62017-12-09 14:19:181568 },
Dirk Pranke20eae9a72017-12-09 18:12:141569 # chromium.memory
John Budorickf2283d72019-06-25 01:09:091570 'android-asan': {
1571 'args': [
1572 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.unit_tests.filter',
1573 ],
1574 },
John Budorickca14c76f62017-12-09 14:19:181575 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:341576 # These are slow on the ASAN trybot for some reason.
1577 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:181578 'swarming': {
John Budorick5052d552017-12-13 02:59:341579 'shards': 4,
John Budorickca14c76f62017-12-09 14:19:181580 },
1581 },
John Budorickca14c76f62017-12-09 14:19:181582 'Linux TSan Tests': {
1583 'swarming': {
1584 'shards': 2,
1585 },
1586 },
Takuto Ikuta54671d972018-07-19 19:06:351587 'Linux ChromiumOS MSan Tests': {
1588 # These are very slow on the Chrome OS MSAN trybot for some reason.
1589 # crbug.com/865455
1590 'swarming': {
1591 'shards': 2,
1592 },
1593 },
1594 'Linux Chromium OS ASan LSan Tests (1)': {
1595 # These are slow on the ASAN trybot for some reason.
1596 # crbug.com/794372
1597 'swarming': {
1598 'shards': 2,
1599 },
1600 },
Dirk Pranke20eae9a72017-12-09 18:12:141601 # chromium.swarm
1602 'Android N5X Swarm': {
1603 'swarming': {
1604 'shards': 8,
1605 },
1606 },
Ben Pastene21277632019-06-04 15:12:281607 'linux-chromeos-google-rel': {
Ben Pasteneacd71f72019-06-05 20:41:561608 'args': [
1609 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.unit_tests.filter',
1610 ],
Ben Pastene21277632019-06-04 15:12:281611 },
Kenneth Russelleb60cbd22017-12-05 07:54:281612 },
1613 },
Kenneth Russell8a386d42018-06-02 09:48:011614 'video_decode_accelerator_gl_unittest': {
1615 'remove_from': [
1616 # chromium.gpu.fyi
1617 # Windows Intel doesn't have the GL extensions to support this test.
Yuly Novikovbc1ccff2019-08-03 00:05:491618 'ANGLE GPU Win10 x64 Release (Intel HD 630)',
1619 'Optional Win10 x64 Release (Intel HD 630)',
1620 'Win10 FYI x64 Release (Intel HD 630)',
Brian Sheedyf9387db7b2019-08-05 19:26:101621 'Win10 FYI x64 Release (Intel UHD 630)',
Yuly Novikov5ff15502019-07-31 00:55:481622 'Win10 FYI x64 Exp Release (Intel HD 630)',
Kenneth Russell8a386d42018-06-02 09:48:011623 ],
1624 },
Kenneth Russelleb60cbd22017-12-05 07:54:281625 'viz_unittests': {
1626 'remove_from': [
Kenneth Russelleb60cbd22017-12-05 07:54:281627 # chromium.win
1628 'Win10 Tests x64',
1629 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281630 },
John Budorick20f4fa8d2019-08-02 22:58:291631 'vr_android_unittests': {
1632 'remove_from': [
1633 # chromium.android.fyi
Haiyang Pan801fbaa32019-09-06 18:43:091634 'android-marshmallow-x86-fyi-rel',
John Budorick20f4fa8d2019-08-02 22:58:291635 'android-pie-x86-fyi-rel',
1636 ],
1637 },
1638 'vr_common_unittests': {
1639 'remove_from': [
1640 # chromium.android.fyi
Haiyang Pan801fbaa32019-09-06 18:43:091641 'android-marshmallow-x86-fyi-rel',
John Budorick20f4fa8d2019-08-02 22:58:291642 'android-pie-x86-fyi-rel',
1643 ],
1644 },
Kenneth Russellfbda3c532017-12-08 23:57:241645 'vr_pixeltests': {
1646 'remove_from': [
John Budorick20f4fa8d2019-08-02 22:58:291647 # chromium.android.fyi
Haiyang Pan801fbaa32019-09-06 18:43:091648 'android-marshmallow-x86-fyi-rel',
John Budorick20f4fa8d2019-08-02 22:58:291649 'android-pie-x86-fyi-rel',
Kenneth Russell8ceeabf2017-12-11 17:53:281650 # chromium.fyi
Kenneth Russell8ceeabf2017-12-11 17:53:281651 'VR Linux',
Kenneth Russellfbda3c532017-12-08 23:57:241652 ],
1653 },
Nico Webere81999ee2018-07-01 23:52:431654 'wayland_client_perftests': {
1655 'remove_from': [
1656 'linux-chromeos-dbg', # https://crbug.com/859307
1657 ],
1658 },
John Budorick63357462019-02-27 23:02:511659 'webdriver_tests_suite': {
1660 'remove_from': [
1661 'Linux Tests', # https://crbug.com/929689, https://crbug.com/936557
1662 ],
1663 },
bsheedy048cbdb2019-02-04 20:32:051664 'webgl2_conformance_gl_passthrough_tests': {
1665 'remove_from': [
Yuly Novikov783ffa7b2019-03-28 00:22:491666 # Not enough capacity. https://crbug.com/946694
Yuly Novikovbc1ccff2019-08-03 00:05:491667 'ANGLE GPU Win10 x64 Release (Intel HD 630)',
bsheedy048cbdb2019-02-04 20:32:051668 ],
1669 },
Stephen Martinis54d64ad2018-09-21 22:16:201670 'webgl2_conformance_tests': {
1671 'remove_from': [
1672 # The Mac NVIDIA Retina bots don't have the capacity to run
1673 # this test suite on mac_optional_gpu_tests_rel.
1674 'Optional Mac Retina Release (NVIDIA)',
1675 ],
Kenneth Russell8a386d42018-06-02 09:48:011676 'modifications': {
Kenneth Russell8a386d42018-06-02 09:48:011677 'Mac FYI GPU ASAN Release': {
1678 'args': [
1679 '--is-asan',
1680 ]
1681 },
1682 },
1683 },
1684 'webgl_conformance_gl_passthrough_tests': {
1685 'remove_from': [
1686 # crbug.com/555545 and crbug.com/649824:
1687 # Disable webgl_conformance_gl_tests on some Win/AMD cards.
1688 # Always fails on older cards, flaky on newer cards.
1689 'Win7 FYI Debug (AMD)',
1690 'Win7 FYI Release (AMD)',
1691 ],
1692 },
Stephen Martinis54d64ad2018-09-21 22:16:201693 'webgl_conformance_tests': {
Kenneth Russell8a386d42018-06-02 09:48:011694 'modifications': {
Stephen Martinis54d64ad2018-09-21 22:16:201695 # On desktop platforms these don't take very long (~7 minutes),
1696 # but on Android they take ~30 minutes and we want to use more
1697 # shards than on desktop.
1698 # chromium.gpu
1699 'Android Release (Nexus 5X)': {
1700 'swarming': {
1701 'shards': 6,
1702 },
1703 },
Kenneth Russell8a386d42018-06-02 09:48:011704 'Mac FYI GPU ASAN Release': {
1705 'args': [
1706 '--is-asan',
1707 ]
1708 },
Ben Pastene52890ace2019-05-24 20:03:361709 'chromeos-amd64-generic-rel': {
Ben Pastene52890ace2019-05-24 20:03:361710 'swarming': {
1711 'shards': 6,
1712 },
1713 },
Kenneth Russell8a386d42018-06-02 09:48:011714 },
Ben Pastene1e9b93e2019-07-15 17:01:561715 'replacements': {
1716 'chromeos-kevin-rel-hw-tests': {
1717 # Replace VM args with the magic hostname that resolves to a CrOS
1718 # device in the test lab.
1719 'args': {
1720 '--remote': 'variable_chromeos_device_hostname',
1721 '--remote-ssh-port': None,
1722 },
1723 },
1724 },
Kenneth Russelle63e41f2019-04-09 02:45:281725 'remove_from': [
1726 # Too slow on this configuration, which is severely hardware
1727 # constrained. crbug.com/950690
1728 'Mac FYI Retina Debug (NVIDIA)',
1729 ],
Kenneth Russell8a386d42018-06-02 09:48:011730 },
Yuly Novikove27d1d22018-10-29 21:24:191731 'webgl_conformance_vulkan_passthrough_tests': {
1732 'remove_from': [
1733 'Win7 FYI Debug (AMD)',
1734 ],
1735 },
Kenneth Russelleb60cbd22017-12-05 07:54:281736 'webkit_layout_tests': {
1737 'remove_from': [
Kenneth Russellfbda3c532017-12-08 23:57:241738 # chromium.win
Dirk Prankec1083b42018-06-15 02:43:321739 'Win 7 Tests x64 (1)', # 64-bit win is unsupported by the layout tests.
Dirk Pranke15530fe2018-06-15 16:12:131740 'Win10 Tests x64 (dbg)',
Takuto Ikuta9aa015d2019-04-15 23:33:291741
Stephen Martinis07a9f742019-03-20 19:16:561742 # chromium.mac. TODO(https://crbug.com/944117): Remove this.
John Budorick16810a02019-03-20 22:49:201743 'mac-dummy-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:281744 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281745 'modifications': {
Kenneth Russell8ceeabf2017-12-11 17:53:281746 # chromium.fyi
Sergey Ulanov48e11772019-01-29 22:35:521747 'fuchsia-fyi-x64-rel': {
1748 'args': [
1749 '--platform=fuchsia',
1750 ],
Sergey Ulanovb7e2d522019-04-09 23:24:481751 'swarming': {
1752 'shards': 1,
1753 },
Sergey Ulanov48e11772019-01-29 22:35:521754 },
Arthur Hemery6e4ee5d2019-09-18 12:23:591755 'linux-bfcache-debug': {
Arthur Hemerye222d132019-08-07 15:32:171756 'args': [
1757 '--additional-driver-flag=--enable-features=BackForwardCache',
1758 ],
1759 },
Stephen McGruer54cac792018-08-30 15:02:321760 'linux-blink-animation-use-time-delta': {
1761 'args': [
1762 '--debug',
1763 ],
1764 },
Karen Qian738ddb302019-04-01 21:50:231765 'linux-blink-heap-concurrent-marking-tsan-rel': {
1766 'args': [
1767 '--release',
Omer Katzb83f98d2019-08-05 15:36:141768 '--additional-driver-flag=--enable-features=BlinkHeapConcurrentMarking',
Karen Qian738ddb302019-04-01 21:50:231769 ],
1770 },
Takashi Toyoshimaf0bd322b2019-09-09 10:58:371771 'linux-oor-cors-rel': {
1772 'args': [
1773 '--additional-driver-flag=--enable-features=OutOfBlinkCors',
1774 '--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/enable-features=OutOfBlinkCors'
1775 ],
1776 },
Dirk Pranke97f97ae62018-06-19 22:22:361777 'mac10.10-blink-rel-dummy': {
1778 'swarming': {
Robert Ma062007d2019-09-04 21:45:251779 'shards': 20,
Dirk Pranke97f97ae62018-06-19 22:22:361780 },
1781 },
1782 'mac10.11-blink-rel-dummy': {
1783 'swarming': {
Robert Ma062007d2019-09-04 21:45:251784 'shards': 20,
Dirk Pranke97f97ae62018-06-19 22:22:361785 },
1786 },
1787 'mac10.12-blink-rel-dummy': {
1788 'swarming': {
Robert Ma062007d2019-09-04 21:45:251789 'shards': 20,
Dirk Pranke97f97ae62018-06-19 22:22:361790 },
1791 },
Dirk Pranke97f97ae62018-06-19 22:22:361792 'mac10.13-blink-rel-dummy': {
1793 'swarming': {
Robert Ma062007d2019-09-04 21:45:251794 'shards': 20,
1795 },
1796 },
1797 'mac10.13_retina-blink-rel-dummy': {
1798 'swarming': {
1799 'shards': 20,
Dirk Pranke97f97ae62018-06-19 22:22:361800 },
1801 },
Philip Rogers639990262018-12-08 00:13:331802 'WebKit Linux composite_after_paint Dummy Builder': {
1803 'args': [
1804 '--additional-driver-flag=--enable-blink-features=CompositeAfterPaint',
1805 ],
1806 },
Scott Violet744e04662019-08-19 23:51:531807 'WebKit Linux layout_ng_disabled Builder': {
Kenneth Russell8ceeabf2017-12-11 17:53:281808 'args': [
Christian Biesinger0cc2b3152019-06-25 19:57:461809 '--additional-driver-flag=--disable-blink-features=LayoutNG',
Kenneth Russell8ceeabf2017-12-11 17:53:281810 ],
Kenneth Russell8ceeabf2017-12-11 17:53:281811 },
Kenneth Russell8ceeabf2017-12-11 17:53:281812 # chromium.linux
Sergey Ulanovb7e2d522019-04-09 23:24:481813 'Fuchsia x64': {
1814 'args': [
1815 '--platform=fuchsia',
1816 ],
1817 'swarming': {
1818 'shards': 1,
1819 },
1820 },
Kenneth Russelleb60cbd22017-12-05 07:54:281821 'Linux Tests': {
Yuke Liaoe05477b2019-07-22 18:18:411822 "args": [
Sajjad Mirzad9edaf4e2019-07-26 02:28:421823 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
Yuke Liaoe05477b2019-07-22 18:18:411824 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281825 },
Dirk Prankec1083b42018-06-15 02:43:321826 'Linux Tests (dbg)(1)': {
Dirk Pranke15530fe2018-06-15 16:12:131827 'args': [
1828 '--debug',
1829 ],
Dirk Prankec1083b42018-06-15 02:43:321830 'swarming': {
Dirk Prankec1083b42018-06-15 02:43:321831 'shards': 20,
1832 },
1833 },
Kenneth Russell8ceeabf2017-12-11 17:53:281834 # chromium.mac
Kenneth Russelleb60cbd22017-12-05 07:54:281835 'Mac10.10 Tests': {
1836 # TODO(kbr): this is essentially redundant.
1837 'swarming': {
1838 'dimension_sets': [
1839 {
1840 'gpu': 'none',
1841 'os': 'Mac-10.10.5',
1842 },
1843 ],
Robert Ma062007d2019-09-04 21:45:251844 'shards': 20,
Kenneth Russelleb60cbd22017-12-05 07:54:281845 },
1846 },
1847 'Mac10.11 Tests': {
1848 # TODO(kbr): this is essentially redundant.
1849 'swarming': {
1850 'dimension_sets': [
1851 {
1852 'gpu': 'none',
1853 'os': 'Mac-10.11.6',
1854 },
1855 ],
Robert Ma062007d2019-09-04 21:45:251856 'shards': 20,
Kenneth Russelleb60cbd22017-12-05 07:54:281857 },
1858 },
1859 'Mac10.12 Tests': {
Kenneth Russelleb60cbd22017-12-05 07:54:281860 'swarming': {
Robert Ma062007d2019-09-04 21:45:251861 'shards': 20,
Kenneth Russelleb60cbd22017-12-05 07:54:281862 },
1863 },
Dirk Pranke736e26f2018-04-07 01:54:301864 'Mac10.13 Tests': {
Dirk Prankec2917e92018-06-21 04:28:531865 'swarming': {
1866 'dimension_sets': [
1867 {
Kenneth Russellbd784832019-04-26 19:50:171868 # Run the layout tests on a consistent set of hardware
1869 # (Mac Minis).
Ben Pastene62e179d52018-08-16 21:22:091870 'gpu': '8086:0a2e',
Dirk Prankec2917e92018-06-21 04:28:531871 },
1872 ],
Robert Ma062007d2019-09-04 21:45:251873 'shards': 20,
Dirk Prankec2917e92018-06-21 04:28:531874 },
Dirk Pranke736e26f2018-04-07 01:54:301875 },
Dirk Pranke15530fe2018-06-15 16:12:131876 'Mac10.13 Tests (dbg)': {
1877 'args': [
1878 '--debug',
1879 ],
1880 },
Dirk Pranke81ff51c2017-12-09 19:24:281881 # chromium.webkit.
Takuto Ikuta97d3c902019-05-30 04:01:091882 'WebKit Linux ASAN': {
Dirk Pranke81ff51c2017-12-09 19:24:281883 'args': [
1884 '--additional-expectations',
Kent Tamura77578cc2018-11-25 22:33:431885 '../../third_party/blink/web_tests/ASANExpectations',
Dirk Pranke81ff51c2017-12-09 19:24:281886 '--time-out-ms',
1887 '48000',
1888 '--enable-sanitizer',
1889 ],
1890 'swarming': {
Dirk Pranke81ff51c2017-12-09 19:24:281891 'shards': 20,
1892 },
1893 },
Takuto Ikuta97d3c902019-05-30 04:01:091894 'WebKit Linux Leak': {
Dirk Pranke81ff51c2017-12-09 19:24:281895 'args': [
1896 '--additional-expectations',
Kent Tamura77578cc2018-11-25 22:33:431897 '../../third_party/blink/web_tests/LeakExpectations',
Dirk Pranke81ff51c2017-12-09 19:24:281898 '--time-out-ms',
1899 '48000',
1900 '--enable-leak-detection',
1901 ],
1902 'swarming': {
Dirk Pranke81ff51c2017-12-09 19:24:281903 'shards': 10,
1904 },
1905 },
Takuto Ikuta97d3c902019-05-30 04:01:091906 'WebKit Linux MSAN': {
Dirk Pranke81ff51c2017-12-09 19:24:281907 'args': [
1908 '--additional-expectations',
Kent Tamura77578cc2018-11-25 22:33:431909 '../../third_party/blink/web_tests/MSANExpectations',
Dirk Pranke81ff51c2017-12-09 19:24:281910 '--time-out-ms',
1911 '66000',
1912 '--enable-sanitizer',
1913 ],
1914 'swarming': {
Dirk Pranke81ff51c2017-12-09 19:24:281915 'expiration': 36000,
1916 'hard_timeout': 10800,
1917 'io_timeout': 3600,
1918 'shards': 20,
1919 },
1920 },
Kenneth Russell8ceeabf2017-12-11 17:53:281921 # chromium.win
Kenneth Russelleb60cbd22017-12-05 07:54:281922 'Win7 Tests (dbg)(1)': {
1923 'args': [
1924 '--debug',
1925 '--time-out-ms',
1926 '60000'
1927 ],
Dirk Pranke028aa922018-05-25 18:37:341928 'experiment_percentage': 100,
Kenneth Russelleb60cbd22017-12-05 07:54:281929 # TODO(kbr): the "Windows-7-SP1" Swarming dimension set is implicit,
1930 # from prefered_os_dimension in
1931 # tools/build/scripts/slave/recipe_modules/swarming/api.py. Ideally,
1932 # Swarming dimensions would be either specified for all testers on the
1933 # waterfall (and therefore, explicitly specified for all tests in the
1934 # generated JSON), or this would be removed, and the implicit one used.
1935 'swarming': {
1936 'dimension_sets': [
1937 {
1938 'os': 'Windows-7-SP1',
1939 }
1940 ],
1941 },
1942 },
Takuto Ikuta6017210f2019-04-17 02:46:351943 'Win10 Tests x64': {
1944 'args': [
1945 '--target',
1946 'Release_x64',
1947 ],
1948 },
Stephen Martinis1c5d6aa2018-04-17 03:11:251949 'Win10 Tests x64 (dbg)': {
1950 'args': [
1951 '--debug',
Stephen Martinis29afff32018-04-19 03:03:111952 '--target',
1953 'Debug_x64',
Stephen Martinis1c5d6aa2018-04-17 03:11:251954 ],
1955 },
John Budorickb1833612018-12-07 04:36:411956 # tryserver.chromium.android
1957 'android_blink_rel': {
1958 'args': [
John Budorick04e6d4b2018-12-07 21:08:421959 '--release',
John Budorickb1833612018-12-07 04:36:411960 '--android',
1961 # TODO(crbug.com/912120): Breakpad was entirely disabled on
1962 # Android. Remove this when it no longer affects Android crash
1963 # log handling.
1964 '--disable-breakpad',
1965 # TODO(crbug.com/875172): run on the real GPU since the
1966 # software fallback, SwiftShader, isn't yet for 32-bit ARM.
1967 '--additional-driver-flag=--use-gpu-in-tests',
1968 ],
1969 },
Tamer Tas0626ea02019-08-07 15:18:141970 # client.v8.fyi
1971 'V8 Blink Linux Debug': {
1972 'args': [
1973 '--debug',
1974 ],
1975 },
Tamer Tas1a4977a2019-08-08 09:21:551976 'V8 Blink Linux Future': {
1977 'args': [
1978 '--additional-driver-flag=--js-flags=--future',
1979 ],
1980 },
Kenneth Russelleb60cbd22017-12-05 07:54:281981 },
1982 },
Kenneth Russelleb60cbd22017-12-05 07:54:281983 'webkit_unit_tests': {
Dirk Pranke81ff51c2017-12-09 19:24:281984 'modifications': {
John Budorick5052d552017-12-13 02:59:341985 # chromium.memory
1986 'Linux ASan LSan Tests (1)': {
1987 # These are very slow on the ASAN trybot for some reason.
1988 # crbug.com/794372
1989 'swarming': {
1990 'shards': 5,
1991 },
1992 },
arthursonzogni26889d82018-05-29 17:18:161993 'Marshmallow 64 bit Tester': {
1994 # Increase timeout. See https://crbug.com/847229.
1995 'swarming': {
1996 'hard_timeout': 1200,
1997 },
1998 },
Dirk Pranke81ff51c2017-12-09 19:24:281999 },
John Budorick5bf43a62019-03-19 00:43:502000 'remove_from': [
2001 # Flakily fails on Win7. https://crbug.com/943372.
2002 'Win7 Tests (1)',
2003 'Win 7 Tests x64 (1)',
2004 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282005 },
rbpotter870db8942019-04-09 03:11:132006 'webui_html_imports_polyfill_browser_tests': {
2007 'remove_from': [
2008 # chromium.win
2009 'Win10 Tests x64 (dbg)', # Matches browser_tests.
2010 # chromium.clang
2011 'CrWinAsan(dll)', # https://crbug.com/935598
2012 ],
2013 },
Kenneth Russelleb60cbd22017-12-05 07:54:282014 'webview_instrumentation_test_apk': {
2015 'remove_from': [
Hans Wennborgeac4c36c2018-05-23 16:04:062016 # This test frequently fails on Android, https://crbug.com/824959
2017 # chromium.android
Yun Liu529e8fc2019-08-14 04:43:592018 'android-kitkat-arm-coverage-rel',
John Budorick2232bb982018-05-18 17:50:072019 'android-kitkat-arm-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:282020 'KitKat Phone Tester (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:282021 'KitKat Tablet Tester',
Kenneth Russell8ceeabf2017-12-11 17:53:282022 # chromium.android.fyi
Hans Wennborga0b11ebe2018-05-15 16:26:502023 # chromium.clang; matching chromium.android, the test fails on these.
Hans Wennborga0b11ebe2018-05-15 16:26:502024 'ToTAndroid',
John Budorick27d2d44e2019-05-20 20:26:092025 # chromium.memory
2026 'android-asan', # https://crbug.com/964562
Dirk Pranke20eae9a72017-12-09 18:12:142027 # On chromium.swarm, this should possibly be being run (or removed
2028 # from Android N5X Swarm).
2029 'Android N5 Swarm',
Kenneth Russelleb60cbd22017-12-05 07:54:282030 ],
Ben Pastenee17a8e92018-07-12 21:55:182031 'modifications': {
2032 'Oreo Phone Tester': {
Andrew Luo93c4a1e2019-08-30 05:26:302033 # TODO(crbug.com/997362): Enable this once it's passing.
bsheedy01833462018-12-07 01:05:572034 # TODO(https://crbug.com/884413): Re-enable this once the tests are
2035 # either passing or there is more capacity.
2036 'experiment_percentage': 0,
Ben Pastenee17a8e92018-07-12 21:55:182037 },
Andrew Luo93c4a1e2019-08-30 05:26:302038 'Android WebView O (dbg)': {
2039 #TODO(crbug.com/997362): Remove test filters once bug is resolved.
2040 'args': [
2041 '--test-launcher-filter-file=../../testing/buildbot/filters/android.webview_instrumentation_tests_oreo.filter',
2042 ],
2043 },
Andrew Luo70dcae72019-09-06 21:22:262044 'Android WebView P (dbg)': {
2045 #TODO(crbug.com/1001309): Remove test filters once bug is resolved.
2046 'args': [
2047 '--gtest-filter=-org.chromium.android_webview.test.AwAutofillTest.testJavascriptNotTriggerSelectControlChangeNotification',
2048 ],
2049 },
2050 },
2051 },
2052 'webview_instrumentation_test_apk_no_field_trial': {
2053 'modifications': {
2054 'Android WebView O (dbg)': {
2055 #TODO(crbug.com/997362): Remove test filters once bug is resolved.
2056 'args': [
2057 '--test-launcher-filter-file=../../testing/buildbot/filters/android.webview_instrumentation_tests_oreo.filter',
2058 ],
2059 },
2060 'Android WebView P (dbg)': {
2061 #TODO(crbug.com/1001309): Remove test filters once bug is resolved.
2062 'args': [
2063 '--gtest-filter=-org.chromium.android_webview.test.AwAutofillTest.testJavascriptNotTriggerSelectControlChangeNotification',
2064 ],
2065 },
Ben Pastenee17a8e92018-07-12 21:55:182066 },
Kenneth Russelleb60cbd22017-12-05 07:54:282067 },
bsheedy800f5062018-08-07 00:47:542068 'xr_browser_tests': {
2069 'remove_from': [
2070 # chromium.gpu.fyi
2071 # This exception probably needs to stay due to lack of capacity
2072 # on the Win AMD bots.
2073 'Win7 FYI Debug (AMD)',
Maggie Chen4fc29842018-08-07 19:12:482074 # Fails on the bot, http://crbug.com/868143
2075 'Win7 FYI Release (AMD)',
bsheedy800f5062018-08-07 00:47:542076 ],
2077 },
Kenneth Russelleb60cbd22017-12-05 07:54:282078}