blob: e9af8706c0a05fac26f443b075b9800bb0e5296f [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{
Andrew Luo38b311f2019-10-04 03:42:0919 'android_browsertests': {
20 'modifications': {
21 'android-pie-arm64-rel': {
Andrew Luobe83fd82019-12-19 03:07:5822 'args': [
23 '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001
24 ],
Andrew Luo38b311f2019-10-04 03:42:0925 },
Haiyang Pan08d09dc2020-04-01 16:11:2126 'android-pie-x86-rel': {
John Budorick191adfcd2020-01-29 18:19:0427 'args': [
28 '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001
29 ],
30 },
Andrew Luo38b311f2019-10-04 03:42:0931 },
32 },
Kenneth Russelleb60cbd22017-12-05 07:54:2833 'android_webview_unittests': {
34 'remove_from': [
John Budorick826d5ed2017-12-28 19:27:3235 # On chromium.android, these do not need to run prior to M.
Haiyang Pana3ff55ae2020-04-23 18:26:5436 'android-lollipop-arm-rel',
Yun Liu3e759dbb2019-11-01 19:25:5237 'android-code-coverage-native', # crbug/1018434
Kenneth Russelleb60cbd22017-12-05 07:54:2838 ],
Kenneth Russelleb60cbd22017-12-05 07:54:2839 },
Kenneth Russell8a386d42018-06-02 09:48:0140 'angle_end2end_tests': {
41 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:0142 # TODO(ynovikov) Investigate why the test breaks on older devices.
43 'Android FYI Release (Nexus 5)',
44 'Android FYI Release (Nexus 6)',
45 'Android FYI Release (Nexus 9)',
46 # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219
47 'Linux FYI Release (AMD R7 240)',
Yuly Novikovab7256232019-04-08 19:08:0948 # Temporarily disabled due to bad NVIDIA driver upgrade crbug.com/950542
49 'Linux FYI Debug (NVIDIA)',
50 'Linux FYI GPU TSAN Release',
jonrossfb1c61b72019-11-19 01:43:5951 # Disabling on RX 550 as we are currently qualifying the card and not
52 # checking for regressions. crbug.com/1025745
53 'Win10 FYI x64 Release (AMD RX 550)',
Kenneth Russell8a386d42018-06-02 09:48:0154 ],
55 },
56 'angle_perftests': {
57 'remove_from': [
Yuly Novikov04baee6d2018-12-21 21:22:2158 'Android FYI Release (Nexus 5)', # crbug.com/915429
Nico Weber521565b2018-07-12 22:50:1659 'Android FYI Release (Nexus 6)', # anglebug.com/2433
Yuly Novikovab7256232019-04-08 19:08:0960 'Linux FYI GPU TSAN Release', # crbug.com/950542
Kenneth Russell8a386d42018-06-02 09:48:0161 ],
62 },
Kenneth Russellfbda3c532017-12-08 23:57:2463 'angle_unittests': {
64 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:0165 # On Android, these are already run on the main waterfall.
Kenneth Russell8a386d42018-06-02 09:48:0166 'Android FYI Release (Nexus 5X)',
Kenneth Russellfbda3c532017-12-08 23:57:2467 ],
John Budorickca14c76f62017-12-09 14:19:1868 'modifications': {
69 'Linux ASan LSan Tests (1)': {
70 'swarming': {
71 'shards': 10,
72 },
73 },
74 },
Kenneth Russellfbda3c532017-12-08 23:57:2475 },
Saman Sami8e2eedaa2019-12-18 20:23:0776 'angle_white_box_tests': {
77 'remove_from': [
78 # https://crbug.com/1035178
79 'Win10 FYI x64 Release (AMD RX 550)',
80 # https://crbug.com/1035461
81 'Linux FYI GPU TSAN Release',
82 ],
83 },
John Chenaab16fc02020-03-03 06:35:4584 'blink_web_tests': {
85 'remove_from': [
86 'Win 7 Tests x64 (1)', # 64-bit win is unsupported by the layout tests.
87 'Win10 Tests x64 (dbg)',
88 ],
89 'modifications': {
90 'Fuchsia x64': {
91 'args': [
92 '--platform=fuchsia',
93 ],
94 'swarming': {
95 'shards': 1,
96 },
97 },
98 'Linux Tests': {
99 "args": [
100 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
101 ],
102 },
103 'Linux Tests (dbg)(1)': {
104 'args': [
105 '--debug',
106 ],
107 'swarming': {
108 'shards': 20,
109 },
110 },
111 'Mac10.10 Tests': {
112 # TODO(kbr): this is essentially redundant.
113 'swarming': {
114 'dimension_sets': [
115 {
116 'gpu': 'none',
117 'os': 'Mac-10.10.5',
118 },
119 ],
120 'shards': 25,
121 },
122 },
123 'Mac10.11 Tests': {
124 # TODO(kbr): this is essentially redundant.
125 'swarming': {
126 'dimension_sets': [
127 {
128 'gpu': 'none',
129 'os': 'Mac-10.11.6',
130 },
131 ],
132 'shards': 25,
133 },
134 },
135 'Mac10.12 Tests': {
136 'swarming': {
137 'shards': 25,
138 },
139 },
140 'Mac10.13 Tests': {
141 'swarming': {
142 'dimension_sets': [
143 {
144 # Run the layout tests on a consistent set of hardware
145 # (Mac Minis).
146 'gpu': '8086:0a2e',
147 },
148 ],
149 'shards': 25,
150 },
151 },
152 'Mac10.13 Tests (dbg)': {
153 'args': [
154 '--debug',
155 ],
John Budorickd3375fa2020-03-17 20:49:11156 'swarming': {
157 'shards': 25,
158 },
John Chenaab16fc02020-03-03 06:35:45159 },
160 'V8 Blink Linux Debug': {
161 'args': [
162 '--debug',
163 ],
164 },
165 'V8 Blink Linux Future': {
166 'args': [
167 '--additional-driver-flag=--js-flags=--future',
168 ],
169 },
170 'WebKit Linux ASAN': {
171 'args': [
172 '--additional-expectations',
173 '../../third_party/blink/web_tests/ASANExpectations',
174 '--time-out-ms',
175 '48000',
176 '--enable-sanitizer',
177 ],
178 'swarming': {
179 'shards': 20,
180 },
181 },
182 'WebKit Linux Leak': {
183 'args': [
184 '--additional-expectations',
185 '../../third_party/blink/web_tests/LeakExpectations',
186 '--time-out-ms',
187 '48000',
188 '--enable-leak-detection',
189 ],
190 'swarming': {
191 'shards': 10,
192 },
193 },
194 'WebKit Linux MSAN': {
195 'args': [
196 '--additional-expectations',
197 '../../third_party/blink/web_tests/MSANExpectations',
198 '--time-out-ms',
199 '66000',
200 '--enable-sanitizer',
201 ],
202 'swarming': {
203 'expiration': 36000,
204 'hard_timeout': 10800,
205 'io_timeout': 3600,
206 'shards': 20,
207 },
208 },
209 'WebKit Linux composite_after_paint Dummy Builder': {
210 'args': [
211 '--additional-driver-flag=--enable-blink-features=CompositeAfterPaint',
212 ],
213 },
214 'WebKit Linux layout_ng_disabled Builder': {
215 'args': [
216 '--additional-driver-flag=--disable-blink-features=LayoutNG',
217 ],
218 },
219 'Win10 Tests x64': {
220 'args': [
221 '--target',
222 'Release_x64',
223 ],
224 'swarming': {
225 "shards": 28
226 },
227 },
228 'Win10 Tests x64 (dbg)': {
229 'args': [
230 '--debug',
231 '--target',
232 'Debug_x64',
233 ],
234 },
235 'Win10 Tests x64 Code Coverage': {
236 'args': [
237 '--target',
238 'Release_x64',
239 ],
240 'swarming': {
241 "shards": 28
242 },
243 },
244 'Win7 Tests (dbg)(1)': {
245 'args': [
246 '--debug',
247 '--time-out-ms',
248 '60000'
249 ],
250 'experiment_percentage': 100,
251 # TODO(kbr): the "Windows-7-SP1" Swarming dimension set is implicit,
252 # from prefered_os_dimension in
253 # tools/build/scripts/slave/recipe_modules/swarming/api.py. Ideally,
254 # Swarming dimensions would be either specified for all testers on the
255 # waterfall (and therefore, explicitly specified for all tests in the
256 # generated JSON), or this would be removed, and the implicit one used.
257 'swarming': {
258 'dimension_sets': [
259 {
260 'os': 'Windows-7-SP1',
261 }
262 ],
263 },
264 },
265 # tryserver.chromium.android
266 'android_blink_rel': {
267 'args': [
268 '--release',
269 '--android',
270 # TODO(crbug.com/912120): Breakpad was entirely disabled on
271 # Android. Remove this when it no longer affects Android crash
272 # log handling.
273 '--disable-breakpad',
274 # TODO(crbug.com/875172): run on the real GPU since the
275 # software fallback, SwiftShader, isn't yet for 32-bit ARM.
276 '--additional-driver-flag=--use-gpu-in-tests',
277 ],
278 },
279 'devtools_frontend_linux_blink_light_rel': {
280 'args': [
281 'http/tests/devtools',
282 ],
283 'swarming': {
284 'shards': 4,
285 },
286 },
287 'fuchsia-fyi-x64-rel': {
288 'args': [
289 '--platform=fuchsia',
290 ],
291 'swarming': {
292 'shards': 1,
293 },
294 },
Mathias Carlen30968a62020-03-31 08:47:04295 'linux-autofill-assistant': {
296 'args': [
297 '--release',
298 ],
299 },
Yuzu Saijo9709bcc2020-03-18 09:12:20300 'linux-bfcache-rel': {
John Chenaab16fc02020-03-03 06:35:45301 'args': [
John Chenaab16fc02020-03-03 06:35:45302 '--additional-driver-flag=--enable-features=BackForwardCache',
303 '--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/enable-features=BackForwardCache',
304 ],
305 },
306 'linux-blink-animation-use-time-delta': {
307 'args': [
308 '--debug',
309 ],
310 },
311 'linux-blink-cors-rel': {
312 'args': [
313 '--additional-driver-flag=--disable-features=OutOfBlinkCors',
314 '--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/disable-features=OutOfBlinkCors',
315 ],
316 },
317 'linux-blink-heap-concurrent-marking-tsan-rel': {
318 'args': [
319 '--release',
320 '--additional-driver-flag=--enable-features=BlinkHeapConcurrentMarking',
321 ],
322 },
323 'linux-code-coverage': {
324 'args': [
325 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw',
326 ],
327 'swarming': {
328 'shards': 20,
329 },
330 },
Aaron Gable40f79aa2020-03-21 01:21:15331 'linux-layout-tests-edit-ng': {
332 'args': [
Yoshifumi Inouebebca262020-04-08 22:03:49333 '--additional-driver-flag=--enable-blink-features=EditingNG',
Aaron Gable40f79aa2020-03-21 01:21:15334 ],
335 },
John Chenaab16fc02020-03-03 06:35:45336 'linux-layout-tests-fragment-item': {
337 'args': [
338 '--additional-driver-flag=--enable-blink-features=LayoutNGFragmentItem',
339 ],
340 },
John Chenaab16fc02020-03-03 06:35:45341 'mac-rel': {
342 'swarming': {
343 'dimension_sets': [
344 {
345 # Run the layout tests on a consistent set of hardware
346 # (Mac Minis).
347 'gpu': '8086:0a2e',
348 },
349 ],
350 'shards': 25,
351 },
352 },
353 'mac10.10-blink-rel-dummy': {
354 'swarming': {
355 'shards': 20,
356 },
357 },
358 'mac10.11-blink-rel-dummy': {
359 'swarming': {
360 'shards': 20,
361 },
362 },
363 'mac10.12-blink-rel-dummy': {
364 'swarming': {
365 'shards': 20,
366 },
367 },
368 'mac10.13-blink-rel-dummy': {
369 'swarming': {
370 'shards': 20,
371 },
372 },
373 'mac10.13_retina-blink-rel-dummy': {
374 'swarming': {
375 'shards': 20,
376 },
377 },
378 'mac10.14-blink-rel-dummy': {
379 'swarming': {
380 'shards': 20,
381 },
382 },
383 },
384 },
Chong Gu9a2741732020-02-24 21:32:01385 'boringssl_crypto_tests': {
386 'remove_from': [
387 # https://crbug.com/1054545
Stephen Roeac495972020-02-25 23:32:41388 'Fuchsia ARM64',
Chong Gu9a2741732020-02-24 21:32:01389 ],
390 },
391 'boringssl_ssl_tests': {
392 'remove_from': [
393 # https://crbug.com/1054545
Stephen Roeac495972020-02-25 23:32:41394 'Fuchsia ARM64',
Chong Gu9a2741732020-02-24 21:32:01395 ],
396 },
John Budorickca995852019-06-26 16:55:55397 'breakpad_unittests': {
398 'modifications': {
399 'android-asan': {
400 'args': [
401 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.breakpad_unittests.filter',
402 ],
403 },
404 },
405 },
Kenneth Russelleb60cbd22017-12-05 07:54:28406 'browser_tests': {
Kenneth Russellfbda3c532017-12-08 23:57:24407 'remove_from': [
Brad Halla36886c2019-02-26 16:52:29408 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber3af4da72018-02-27 01:59:41409 'linux-win_cross-rel',
John Budorick80ec5d522020-01-22 23:27:08410 'mac-rel', # crbug.com/1042757
Nico Weberdae13cd92018-12-14 13:56:26411 'ToTLinuxTSan', # https://crbug.com/368525
John Budorick5ef11472019-12-18 22:02:33412 'Mac10.10 Tests', # https://crbug.com/828031
Aaron Gable30cda242020-01-22 21:02:58413 'Mac10.13 Tests', # https://crbug.com/1042757
Nico Weberd36959682018-04-12 03:33:46414 'Linux TSan Tests', # https://crbug.com/368525
Stephen Martinise701f5a2018-05-04 01:25:11415 'Win10 Tests x64 (dbg)',
Kenneth Russellfbda3c532017-12-08 23:57:24416 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28417 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:15418 'Linux - Future (dbg)': { # client.v8.chromium
Yuke Liaoea70f472019-12-19 06:03:36419 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15420 'shards': 10,
Yuke Liaoea70f472019-12-19 06:03:36421 },
422 },
Stephen Martinis1384ff92020-01-07 19:52:15423 'Linux ASan LSan Tests (1)': {
424 # These are very slow on the ASAN trybot for some reason.
425 # crbug.com/794372
Roberto Carrillo2c9ec972019-03-20 03:11:19426 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15427 'shards': 40,
Roberto Carrillo2c9ec972019-03-20 03:11:19428 },
429 },
Chris Cunningham1d0e9e12020-02-26 22:56:40430 'Linux ASan Tests (sandboxed)': {
431 'swarming': {
432 'shards': 12, # https://crbug.com/1056300
433 },
434 },
Stephen Martinis1384ff92020-01-07 19:52:15435 'Linux Chromium OS ASan LSan Tests (1)': {
436 # These are very slow on the ASAN trybot for some reason.
437 # crbug.com/794372
Roberto Carrillo5a5c98dc2019-10-30 22:33:51438 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15439 'shards': 31,
Roberto Carrillo5a5c98dc2019-10-30 22:33:51440 },
441 },
Stephen Martinis1384ff92020-01-07 19:52:15442 'Linux ChromiumOS MSan Tests': {
443 # These are very slow on the Chrome OS MSAN trybot for some reason.
444 # crbug.com/865455
Kenneth Russell56a3e862017-12-08 03:11:34445 'swarming': {
Pavol Marko45bedc82020-04-22 14:21:46446 'shards': 32,
Kenneth Russell56a3e862017-12-08 03:11:34447 },
448 },
John Budorick614f91a2020-03-30 20:34:55449 'Linux Tests (dbg)(1)': {
450 # crbug.com/1066161
451 'swarming': {
452 'shards': 20,
453 },
454 },
Stephen Martinis1384ff92020-01-07 19:52:15455 'Mac ASan 64 Tests (1)': {
Kenneth Russellfbda3c532017-12-08 23:57:24456 'swarming': {
John Budorick542f4762020-03-17 20:40:14457 'dimension_sets': [
458 {
459 # These shards are liable to time out when running on minis.
460 'cores': '8',
461 }
462 ],
Kenneth Russellfbda3c532017-12-08 23:57:24463 'shards': 20,
464 },
465 },
John Budorickd3375fa2020-03-17 20:49:11466 'Mac10.13 Tests (dbg)': {
467 'swarming': {
468 'shards': 20,
469 },
470 },
Stephen Martinis1384ff92020-01-07 19:52:15471 'ToTWin(dbg)': {
Kenneth Russelleb60cbd22017-12-05 07:54:28472 'swarming': {
John Budorickca14c76f62017-12-09 14:19:18473 'shards': 20,
Kenneth Russelleb60cbd22017-12-05 07:54:28474 },
475 },
Stephen Martinis1384ff92020-01-07 19:52:15476 'ToTWin64(dbg)': {
Kenneth Russell8ceeabf2017-12-11 17:53:28477 'swarming': {
478 'shards': 20,
479 },
480 },
Kenneth Russell6c83d212018-07-27 20:52:59481 'Win10 Tests x64': {
482 # crbug.com/868082
483 'args': [
484 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
485 ],
Takuto Ikutac9c269a2019-01-10 22:40:25486 'swarming': {
487 # This is for slow test execution that often becomes a critical path of
488 # swarming jobs. crbug.com/868114
489 'shards': 15,
490 }
Kenneth Russell6c83d212018-07-27 20:52:59491 },
Sajjad Mirza87e17b242020-01-22 18:49:07492 'Win10 Tests x64 Code Coverage': {
493 # crbug.com/868082
494 'args': [
495 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
496 ],
497 'swarming': {
498 # This is for slow test execution that often becomes a critical path of
499 # swarming jobs. crbug.com/868114
500 'shards': 15,
501 }
502 },
Stephen Martinis1384ff92020-01-07 19:52:15503 'Win7 Tests (1)': {
504 # This is for slow test execution that often becomes a critical path of
505 # swarming jobs. crbug.com/868114
506 'swarming': {
507 'shards': 15,
508 },
509 },
510 'Win7 Tests (dbg)(1)': {
Pavol Markoc579e072019-12-05 22:42:02511 'swarming': {
512 'shards': 20,
513 },
514 },
Stephen Martinis1384ff92020-01-07 19:52:15515 'linux-chromeos-chrome': {
516 # TODO(https://crbug.com/932269): Promote out of experiment when the
517 # tests are green.
518 'args': [
519 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter',
520 ],
521 },
522 'linux-chromeos-code-coverage': {
Nico Weber0c2861b2018-12-14 18:05:16523 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15524 'shards': 50,
525 },
526 },
527 'linux-chromeos-dbg': {
528 'swarming': {
529 'shards': 30,
530 },
531 },
532 'linux-chromeos-rel': {
533 'swarming': {
534 'shards': 20,
Stephanie Kime9008f72020-03-05 23:01:16535 'dimension_sets': [
536 {
537 'kvm': '1',
538 },
539 ],
Stephen Martinis1384ff92020-01-07 19:52:15540 },
541 },
542 'linux-code-coverage': {
Yuke Liao58e1d202020-03-20 23:02:01543 'args': [
544 '--no-sandbox',
545 ],
Stephen Martinis1384ff92020-01-07 19:52:15546 'swarming': {
547 'shards': 50,
548 },
549 },
550 'linux-trusty-rel': {
551 'args': [
John Budorick79ec9012020-01-08 21:56:31552 '--test-launcher-filter-file=../../testing/buildbot/filters/linux_trusty_rel.browser_tests.filter',
553 ],
Stephen Martinis1384ff92020-01-07 19:52:15554 },
555 'mac-code-coverage': {
Stephen Martinis1384ff92020-01-07 19:52:15556 'swarming': {
557 'shards': 15,
558 },
559 },
Stephen Martinis1384ff92020-01-07 19:52:15560 'win-asan': {
561 # browser_tests shards were reaching a timeout limit of 60 minutes on win-asan
562 # (https://crbug.com/1031096).
563 'swarming': {
564 'shards': 20,
Nico Weber0c2861b2018-12-14 18:05:16565 },
566 },
Kenneth Russelleb60cbd22017-12-05 07:54:28567 },
568 },
Chong Gu186858f92020-04-28 19:54:40569 'capture_unittests': {
570 'remove_from': [
571 'Fuchsia ARM64', # https://crbug.com/1075762
572 'Fuchsia x64', # https://crbug.com/1075762
573 ],
574 },
Erik Chen681dc0282019-11-26 22:54:49575 'cc_unittests': {
576 'modifications': {
577 'Linux TSan Tests': {
578 'swarming': {
579 'shards': 3,
580 },
581 },
John Budorickfa8f1da92020-01-15 18:11:38582 'android-marshmallow-x86-fyi-rel': {
583 # https://crbug.com/1039860
584 'args': [
585 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter',
586 ],
587 },
Haiyang Pan08d09dc2020-04-01 16:11:21588 'android-pie-x86-rel': {
John Budorickfa8f1da92020-01-15 18:11:38589 # https://crbug.com/1039860
590 'args': [
591 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter',
592 ],
593 },
Erik Chen681dc0282019-11-26 22:54:49594 },
Chong Gu00dbbbf2020-01-31 23:51:45595 'remove_from': [
Stephen Roeac495972020-02-25 23:32:41596 'Fuchsia ARM64', # https://crbug.com/1046552
Weza653d8a2020-04-21 13:37:53597 'Fuchsia x64', # https://crbug.com/1046552
Stephen Roe0b169132020-03-03 19:04:21598 'fuchsia-fyi-arm64-rel',
Chong Gu00dbbbf2020-01-31 23:51:45599 ],
Erik Chen681dc0282019-11-26 22:54:49600 },
Dirk Pranke1b767092017-12-07 04:44:23601 'checkbins': {
602 'remove_from': [
Stephen Martinis47d77132019-04-24 23:51:33603 'linux-archive-dbg',
604 'linux-archive-rel',
605 'mac-archive-dbg',
606 'mac-archive-rel',
Dirk Pranke1b767092017-12-07 04:44:23607 ],
608 },
Andrew Luod252791ac2019-10-15 00:28:13609 'chrome_java_test_pagecontroller_tests': {
610 'modifications': {
611 'android-pie-arm64-rel': {
612 'experiment_percentage': 100, # https://crbug.com/924194
613 },
614 },
615 },
Yun Liu7cfd28a2019-10-30 01:57:12616 'chrome_public_smoke_test': {
617 'remove_from': [
618 'android-code-coverage-native', # https://crbug.com/1018780
619 ],
620 },
Kenneth Russelleb60cbd22017-12-05 07:54:28621 'chrome_public_test_apk': {
John Budorick27d2d44e2019-05-20 20:26:09622 'remove_from': [
623 'android-asan', # https://crbug.com/964562
Yun Liu7cfd28a2019-10-30 01:57:12624 'android-code-coverage-native', # https://crbug.com/1018780
Haiyang Pana3ff55ae2020-04-23 18:26:54625 'android-lollipop-arm-rel', # https://crbug.com/1060245
John Budorick27d2d44e2019-05-20 20:26:09626 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28627 'modifications': {
Natalie Chouinard48afb4352020-04-17 21:30:32628 'Android CFI': {
629 'args': [
630 '--exclude-annotation',
631 'Feature=RenderTest', # https://crbug.com/1068294
632 ],
633 },
Kenneth Russelleb60cbd22017-12-05 07:54:28634 'Marshmallow 64 bit Tester': {
635 'swarming': {
Kenneth Russelleb60cbd22017-12-05 07:54:28636 'shards': 14,
637 },
638 },
Arthur Wang5dd7b07c2020-04-04 01:05:22639 'Marshmallow Tablet Tester': {
640 'args': [
641 '--timeout-scale',
642 '2.0',
643 ],
644 },
Ben Pastenec73e96e92018-07-12 01:40:35645 'Oreo Phone Tester': {
bsheedy01833462018-12-07 01:05:57646 # TODO(https://crbug.com/884413): Re-enable this once the tests are
647 # either passing or there is more capacity.
648 'experiment_percentage': 0,
Ben Pastenec73e96e92018-07-12 01:40:35649 },
Stephen Martinis1384ff92020-01-07 19:52:15650 'android-arm64-proguard-rel': {
651 'swarming': {
652 'shards': 25,
653 },
654 },
Haiyang Pan1ad3bb032020-04-24 23:52:03655 'android-lollipop-arm-rel-swarming': {
Brian Sheedy44a7a0032020-04-16 19:20:57656 'swarming': {
Brian Sheedy180c2dd2020-04-22 19:34:31657 'service_account': '[email protected]'
Brian Sheedy44a7a0032020-04-16 19:20:57658 },
659 },
Stephen Martinis1384ff92020-01-07 19:52:15660 'android-marshmallow-arm64-rel': {
661 'swarming': {
662 'shards': 25,
663 },
664 },
Brian Sheedy44a7a0032020-04-16 19:20:57665 'android-marshmallow-arm64-rel-swarming': {
666 'swarming': {
Brian Sheedy180c2dd2020-04-22 19:34:31667 'service_account': '[email protected]'
Brian Sheedy44a7a0032020-04-16 19:20:57668 },
669 },
Stephen Martinis1384ff92020-01-07 19:52:15670 'android-pie-arm64-rel': {
671 'args': [
672 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.chrome_public_test_apk.filter', # https://crbug.com/1010211
673 ],
Haiyang Pan43640ee2020-02-13 01:38:00674 },
Haiyang Pan08d09dc2020-04-01 16:11:21675 'android-pie-x86-rel': {
Haiyang Pan43640ee2020-02-13 01:38:00676 'args': [
Haiyang Pan71373072020-03-02 19:57:49677 '--avd-config=../../tools/android/avd/proto/generic_playstore_android28.textpb',
678 # https://crbug.com/1046059
Haiyang Pan43640ee2020-02-13 01:38:00679 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.chrome_public_test_apk.filter',
680 ],
Haiyang Pan71373072020-03-02 19:57:49681 'swarming': {
682 'named_caches': [
683 {
684 'name': 'avd_generic_playstore_android28',
685 'path': '.android',
686 },
687 {
688 'name': 'system_images_android_28_google_apis_playstore_x86',
689 'path': '.emulator_sdk',
690 },
691 ]
692 },
John Budorick34009472018-04-03 17:38:44693 },
Kenneth Russelleb60cbd22017-12-05 07:54:28694 },
695 },
696 'chrome_public_test_vr_apk': {
Nico Weberb0b3f5862018-07-13 18:45:15697 'remove_from': [
bsheedy410dd7c2018-06-15 22:42:09698 'Lollipop Tablet Tester',
699 'Marshmallow Tablet Tester',
Haiyang Pan801fbaa32019-09-06 18:43:09700 'android-marshmallow-x86-fyi-rel',
Haiyang Pan08d09dc2020-04-01 16:11:21701 'android-pie-x86-rel',
Andrew Luo38b311f2019-10-04 03:42:09702 'android-pie-arm64-rel', # https://crbug.com/1010211
bsheedydf58b4e2018-11-01 19:42:16703 'ToTAndroid',
704 'ToTAndroidCFI',
John Budorick27d2d44e2019-05-20 20:26:09705 'android-asan', # https://crbug.com/964562
Yun Liu7cfd28a2019-10-30 01:57:12706 'android-code-coverage-native', # https://crbug.com/1018780
bsheedy410dd7c2018-06-15 22:42:09707 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28708 },
bsheedy75a4dd52018-11-27 23:24:30709 'chrome_public_test_vr_apk-vega': {
710 'modifications': {
bsheedy75a4dd52018-11-27 23:24:30711 'Oreo Phone Tester': {
712 'swarming': {
713 'dimension_sets': [
714 {
715 'device_os': 'OVR1.180808.003',
716 'device_type': 'vega',
717 'os': 'Android',
718 },
719 ],
720 },
721 }
722 }
723 },
Takuto Ikuta1b749b902019-04-11 18:05:53724 'chromedriver_py_tests': {
725 'remove_from': [
726 # Timeout happens sometimes (crbug.com/951799).
Takuto Ikuta1b749b902019-04-11 18:05:53727 'Win10 Tests x64 (dbg)',
728 ],
729 },
Yun Liu3e759dbb2019-11-01 19:25:52730 'components_browsertests': {
731 'remove_from': [
732 'android-code-coverage-native', # crbug/1018434
733 ],
734 },
Kenneth Russelleb60cbd22017-12-05 07:54:28735 'components_unittests': {
Yun Liu3e759dbb2019-11-01 19:25:52736 'remove_from': [
Stephen Roeac495972020-02-25 23:32:41737 'Fuchsia ARM64', # https://crbug.com/961457
Yun Liu16394ab32019-11-19 16:37:57738 'Fuchsia x64', # https://crbug.com/961457
Yun Liu3e759dbb2019-11-01 19:25:52739 'android-code-coverage-native', # crbug/1018431
Kevin Marshallce2afe1b2019-12-06 00:49:21740 'fuchsia-fyi-arm64-rel', # https://crbug.com/961457
741 'fuchsia-fyi-x64-dbg', # https://crbug.com/961457
742 'fuchsia-fyi-x64-rel', # https://crbug.com/961457
Yun Liu3e759dbb2019-11-01 19:25:52743 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28744 'modifications': {
John Budorick5052d552017-12-13 02:59:34745 'Linux ASan LSan Tests (1)': {
746 # These are very slow on the ASAN trybot for some reason.
747 # crbug.com/794372
748 'swarming': {
749 'shards': 5,
750 },
751 },
Takuto Ikuta54671d972018-07-19 19:06:35752 'Linux Chromium OS ASan LSan Tests (1)': {
753 # These are very slow on the ASAN trybot for some reason.
754 # crbug.com/794372
755 'swarming': {
756 'shards': 5,
757 },
758 },
Erik Chen681dc0282019-11-26 22:54:49759 'Linux TSan Tests': {
760 'swarming': {
761 'shards': 2,
762 },
763 },
Omer Katz7d2be652020-01-22 18:13:46764 'linux-blink-heap-concurrent-marking-tsan-rel': {
765 'swarming': {
766 'shards': 2,
767 },
768 },
Kenneth Russelleb60cbd22017-12-05 07:54:28769 },
770 },
771 'content_browsertests': {
Brad Halla36886c2019-02-26 16:52:29772 'remove_from': [
Brad Halla36886c2019-02-26 16:52:29773 'CrWinAsan(dll)', # https://crbug.com/935598
Yun Liu42f79ea2019-11-19 01:21:18774 'android-code-coverage-native', # crbug/1018434
Haiyang Pan588e9232020-04-24 21:56:33775 # http://crbug.com/1032336: Temporarily remove due to high CQ traffic.
776 'android-lollipop-arm-rel',
Yuke Liaod7da81b2020-03-20 18:57:57777 # http://crbug.com/1060245#c30: due to low utility and capacity.
778 'android-marshmallow-arm64-rel',
Brad Halla36886c2019-02-26 16:52:29779 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28780 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:24781 'Cast Audio Linux': {
782 'args': [
Nico Weber02f30392018-07-16 18:39:43783 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24784 ],
Kenneth Russellfbda3c532017-12-08 23:57:24785 },
786 'Cast Linux': {
787 'args': [
Nico Weber02f30392018-07-16 18:39:43788 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24789 ],
Kenneth Russellfbda3c532017-12-08 23:57:24790 },
Erik Chenb681c8c2019-11-25 22:52:52791 'Linux ASan LSan Tests (1)': {
792 'swarming': {
793 'shards': 12,
794 },
795 },
Chris Cunninghame1a04ea2019-04-24 01:49:32796 'Linux ASan Tests (sandboxed)': {
797 'swarming': {
Stephen McGruer640f0c32020-02-14 15:29:40798 'shards': 4, # https://crbug.com/1051944
Chris Cunninghame1a04ea2019-04-24 01:49:32799 },
800 },
Erik Chen681dc0282019-11-26 22:54:49801 'Linux TSan Tests': {
802 'swarming': {
803 'shards': 15,
804 },
805 },
Stephen Martinis1384ff92020-01-07 19:52:15806 'Lollipop Phone Tester': {
807 'swarming': {
808 'shards': 13,
809 },
810 },
811 'Win10 Tests x64': {
812 # crbug.com/868082
813 'args': [
814 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
815 ],
816 },
817 'Win10 Tests x64 (dbg)': {
818 'experiment_percentage': 100,
819 # crbug.com/868082
820 'args': [
821 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
Stephen Martinis1384ff92020-01-07 19:52:15822 ],
823 },
Sajjad Mirza87e17b242020-01-22 18:49:07824 'Win10 Tests x64 Code Coverage': {
825 # crbug.com/868082
826 'args': [
827 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
828 ],
829 },
Stephen Martinis1384ff92020-01-07 19:52:15830 'android-arm64-proguard-rel': {
831 'swarming': {
832 'shards': 16,
833 },
834 },
835 'android-asan': {
836 'args': [
837 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.content_browsertests.filter',
838 ],
839 'swarming': {
840 'shards': 18,
841 },
842 },
Haiyang Pan32b83392020-03-14 01:38:46843 'android-lollipop-arm-rel': {
844 'swarming': {
845 'shards': 15,
846 },
847 },
Stephen Martinis1384ff92020-01-07 19:52:15848 'android-marshmallow-arm64-rel': {
849 'swarming': {
850 'shards': 16,
851 },
852 },
John Budoricka4e23882020-02-28 18:36:43853 'android-marshmallow-x86-fyi-rel': {
854 'args': [
855 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter',
856 ],
857 },
Haiyang Pan08d09dc2020-04-01 16:11:21858 'android-pie-x86-rel': {
John Budoricka4e23882020-02-28 18:36:43859 'args': [
860 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter',
861 ],
862 },
Omer Katz7d2be652020-01-22 18:13:46863 'linux-blink-heap-concurrent-marking-tsan-rel': {
864 'swarming': {
865 'shards': 4,
866 },
867 },
Stephen Martinis1384ff92020-01-07 19:52:15868 'linux-chromeos-code-coverage': {
869 'swarming': {
870 'shards': 12,
871 },
872 },
Albert J. Wong91f109652019-11-19 03:01:16873 'linux-chromeos-rel': {
874 'swarming': {
875 'shards': 3,
876 },
877 },
Yuke Liao79424e42020-01-06 21:00:11878 'linux-code-coverage': {
Yuke Liao58e1d202020-03-20 23:02:01879 'args': [
880 '--no-sandbox',
881 ],
Yuke Liao79424e42020-01-06 21:00:11882 'swarming': {
883 'shards': 12,
884 },
885 },
Kenneth Russelleb60cbd22017-12-05 07:54:28886 },
887 },
Nico Weber81e16ace22018-06-30 02:58:47888 'content_shell_crash_test': {
Dirk Prankeb1c36b322018-07-11 02:42:00889 'modifications': {
Dirk Prankeb1c36b322018-07-11 02:42:00890 'Win10 Tests x64 (dbg)': {
891 'experiment_percentage': 100, # https://crbug.com/861730
892 },
893 },
Nico Weber81e16ace22018-06-30 02:58:47894 },
John Budorick27d2d44e2019-05-20 20:26:09895 'content_shell_test_apk': {
896 'remove_from': [
John Budorick27d2d44e2019-05-20 20:26:09897 'android-asan', # https://crbug.com/964562
Yun Liu3e759dbb2019-11-01 19:25:52898 'android-code-coverage-native', # crbug/1018434
John Budorick27d2d44e2019-05-20 20:26:09899 ],
John Budorickee2e64f2020-03-02 20:19:10900 'modifications': {
901 'android-marshmallow-x86-fyi-rel': {
902 'args': [
903 '--gtest_filter=-ContentViewScrollingTest.testFling',
904 ],
905 },
Haiyang Pan08d09dc2020-04-01 16:11:21906 'android-pie-x86-rel': {
John Budorickee2e64f2020-03-02 20:19:10907 'args': [
908 '--gtest_filter=-ContentViewScrollingTest.testFling',
909 ],
910 },
911 },
John Budorick27d2d44e2019-05-20 20:26:09912 },
Kenneth Russelleb60cbd22017-12-05 07:54:28913 'content_unittests': {
Yun Liu42f79ea2019-11-19 01:21:18914 'remove_from': [
Yun Liu42f79ea2019-11-19 01:21:18915 'android-code-coverage-native', # crbug/1018434
916 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28917 'modifications': {
John Budorick5052d552017-12-13 02:59:34918 'Linux ASan LSan Tests (1)': {
919 # These are slow on the ASAN trybot for some reason.
920 # crbug.com/794372
921 'swarming': {
922 'shards': 2,
923 },
924 },
Takuto Ikuta54671d972018-07-19 19:06:35925 'Linux ChromiumOS MSan Tests': {
926 # These are very slow on the Chrome OS MSAN trybot for some reason.
927 # crbug.com/865455
928 'swarming': {
929 'shards': 2,
930 },
931 },
Kenneth Russelleb60cbd22017-12-05 07:54:28932 },
933 },
Kenneth Russellc1a09302018-07-10 01:12:54934 'context_lost_tests': {
Brian Sheedye285c9b2019-07-15 21:42:46935 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
936 # exception once there is enough capacity to run these tests.
937 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:46938 'Android FYI Release (Pixel 2)',
939 ],
Kenneth Russellc1a09302018-07-10 01:12:54940 'modifications': {
941 'Mac FYI GPU ASAN Release': {
942 'args': [
943 '--is-asan',
944 ]
945 },
Brian Sheedyfe61cdac2020-02-12 01:25:59946 'Win10 x64 Debug (NVIDIA)': {
947 'args': [
948 # TODO(https://crbug.com/1007013): Remove this flag when it's no
949 # longer necessary to figure out why the renderer process is hanging.
950 '--extra-browser-args=--no-sandbox',
951 ],
952 },
Kenneth Russellc1a09302018-07-10 01:12:54953 },
954 },
Kenneth Russellfbda3c532017-12-08 23:57:24955 'crashpad_tests': {
956 'remove_from': [
Nico Weber15a00d62018-05-16 17:11:48957 'linux-win_cross-rel', # https://crbug.com/762167
Vlad Tsyrklevich06a9a44f2019-07-24 19:14:39958 # https://crbug.com/crashpad/304
959 'Linux TSan Tests',
960 'ToTLinuxTSan',
961 # https://crbug.com/crashpad/306
962 'Linux CFI',
963 'CFI Linux ToT',
Kenneth Russellfbda3c532017-12-08 23:57:24964 ],
965 },
John Budorick5bc387fe2019-05-09 20:02:53966 'cronet_sizes': {
967 'modifications': {
968 'android-cronet-arm-dbg': {
969 'swarming': {
970 'dimension_sets': [
971 {
972 'device_os': None,
973 'device_type': None,
Takuto Ikuta5e459b12019-07-09 05:30:56974 'os': 'Ubuntu-16.04',
John Budorick5bc387fe2019-05-09 20:02:53975 },
976 ],
977 },
978 },
979 },
980 },
Zhenyao Moc307eeb72018-12-20 01:03:20981 'dawn_end2end_tests': {
982 'remove_from': [
Zhenyao Moc307eeb72018-12-20 01:03:20983 'Linux FYI Release (AMD R7 240)', # https://crbug.com/915430
984 ],
985 },
Brian Sheedye285c9b2019-07-15 21:42:46986 'depth_capture_tests': {
987 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
988 # exception once there is enough capacity to run these tests.
989 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:46990 'Android FYI Release (Pixel 2)',
991 ],
Brian Sheedyfe61cdac2020-02-12 01:25:59992 'modifications': {
993 'Win10 x64 Debug (NVIDIA)': {
994 'args': [
995 # TODO(https://crbug.com/1007013): Remove this flag when it's no
996 # longer necessary to figure out why the renderer process is hanging.
997 '--extra-browser-args=--no-sandbox',
998 ],
999 },
1000 },
Brian Sheedye285c9b2019-07-15 21:42:461001 },
Joe Downing41486042018-10-18 22:44:441002 'extensions_browsertests': {
Brad Halla36886c2019-02-26 16:52:291003 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291004 'CrWinAsan(dll)', # https://crbug.com/935598
1005 ],
Joe Downing41486042018-10-18 22:44:441006 'modifications': {
1007 'Win10 Tests x64 (dbg)': {
1008 'experiment_percentage': 100, # https://crbug.com/876615
1009 },
1010 },
1011 },
Kenneth Russelleb60cbd22017-12-05 07:54:281012 'gin_unittests': {
1013 'remove_from': [
Nico Weber1394523f2018-06-06 15:58:471014 'ToTLinuxASan', # https://crbug.com/831667
Nico Weberd36959682018-04-12 03:33:461015 'Linux ASan LSan Tests (1)', # https://crbug.com/831667
Nico Weber1394523f2018-06-06 15:58:471016 'Linux Chromium OS ASan LSan Tests (1)', # https://crbug.com/831667
Kenneth Russelleb60cbd22017-12-05 07:54:281017 ],
1018 },
Takuto Ikutaf5333252019-11-06 16:07:081019 'gl_tests': {
John Budorickca14c76f62017-12-09 14:19:181020 'remove_from': [
John Budorickca14c76f62017-12-09 14:19:181021 'CFI Linux ToT',
Kenneth Russell8a386d42018-06-02 09:48:011022 'Android FYI Release (Nexus 5X)',
Takuto Ikutaf5333252019-11-06 16:07:081023 # Can't run on MSAN because gl_tests uses the hardware driver,
Kenneth Russell55bbec52018-05-03 18:44:551024 # which isn't instrumented.
1025 'Linux MSan Tests',
John Budorickca14c76f62017-12-09 14:19:181026 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281027 'modifications': {
Kenneth Russell1a515be2018-04-28 03:54:451028 # TODO(kbr): figure out a better way to specify blocks of
1029 # arguments like this for tests on multiple machines.
1030 'Linux ASan LSan Tests (1)': {
1031 'args': [
1032 '--use-gpu-in-tests',
1033 '--no-xvfb',
1034 ],
1035 'swarming': {
1036 'dimension_sets': [
1037 {
1038 'gpu': '10de:1cb3',
1039 'os': 'Ubuntu',
Ben Pastenecb6cefc2020-03-05 19:48:461040 'pool': 'chromium.tests.gpu.template',
Kenneth Russell1a515be2018-04-28 03:54:451041 },
1042 ],
1043 },
1044 'use_xvfb': False,
1045 },
Kenneth Russell1a515be2018-04-28 03:54:451046 'Linux CFI': {
1047 'args': [
1048 '--use-gpu-in-tests',
1049 '--no-xvfb',
1050 ],
1051 'swarming': {
1052 'dimension_sets': [
1053 {
1054 'gpu': '10de:1cb3',
1055 'os': 'Ubuntu',
Ben Pastenecb6cefc2020-03-05 19:48:461056 'pool': 'chromium.tests.gpu.template',
Kenneth Russell1a515be2018-04-28 03:54:451057 },
1058 ],
1059 },
1060 'use_xvfb': False,
1061 },
1062 'Linux TSan Tests': {
1063 'args': [
1064 '--use-gpu-in-tests',
1065 '--no-xvfb',
1066 ],
1067 'swarming': {
1068 'dimension_sets': [
1069 {
1070 'gpu': '10de:1cb3',
1071 'os': 'Ubuntu',
Ben Pastenecb6cefc2020-03-05 19:48:461072 'pool': 'chromium.tests.gpu.template',
Kenneth Russell1a515be2018-04-28 03:54:451073 },
1074 ],
1075 },
1076 'use_xvfb': False,
1077 },
John Budorick79ec9012020-01-08 21:56:311078 'android-marshmallow-x86-fyi-rel': {
1079 'args': [
1080 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter',
1081 ],
1082 },
Andrew Luo38b311f2019-10-04 03:42:091083 'android-pie-arm64-rel': {
John Budorick79ec9012020-01-08 21:56:311084 'args': [
Andrew Luobe83fd82019-12-19 03:07:581085 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.gl_tests.filter', # https://crbug.com/1034007
1086 ],
Andrew Luo38b311f2019-10-04 03:42:091087 },
Haiyang Pan08d09dc2020-04-01 16:11:211088 'android-pie-x86-rel': {
John Budorick79ec9012020-01-08 21:56:311089 'args': [
1090 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter',
1091 ],
1092 },
Kenneth Russelleb60cbd22017-12-05 07:54:281093 },
1094 },
Takuto Ikutaf5333252019-11-06 16:07:081095 'gl_unittests': {
1096 'remove_from': [
Takuto Ikutaf5333252019-11-06 16:07:081097 # On Android, these are already run on the main waterfall.
1098 # Run them on the one-off Android FYI bots, though.
1099 'Android FYI Release (Nexus 5X)',
1100 # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219
1101 'Linux FYI Release (AMD R7 240)',
1102 ],
1103 'modifications': {
Takuto Ikutaf5333252019-11-06 16:07:081104 'CFI Linux ToT': {
1105 'args': [
1106 '--use-gpu-in-tests',
1107 '--no-xvfb',
1108 ],
1109 'swarming': {
1110 'dimension_sets': [
1111 {
1112 'gpu': '10de:1cb3',
1113 'os': 'Ubuntu',
Ben Pastenecb6cefc2020-03-05 19:48:461114 'pool': 'chromium.tests.gpu.template',
Takuto Ikutaf5333252019-11-06 16:07:081115 },
1116 ],
1117 },
1118 'use_xvfb': False,
1119 },
Takuto Ikutaf5333252019-11-06 16:07:081120 'Linux CFI': {
1121 'args': [
1122 '--use-gpu-in-tests',
1123 '--no-xvfb',
1124 ],
1125 'swarming': {
1126 'dimension_sets': [
1127 {
1128 'gpu': '10de:1cb3',
1129 'os': 'Ubuntu',
Ben Pastenecb6cefc2020-03-05 19:48:461130 'pool': 'chromium.tests.gpu.template',
Takuto Ikutaf5333252019-11-06 16:07:081131 },
1132 ],
1133 },
1134 'use_xvfb': False,
1135 },
1136 },
1137 },
1138 'gl_unittests_ozone': {
1139 'remove_from': [
1140 # Can't run on MSAN because gl_unittests_ozone uses the hardware driver,
1141 # which isn't instrumented.
1142 'Linux ChromiumOS MSan Tests',
1143 ],
1144 },
1145 'gpu_process_launch_tests': {
1146 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1147 # exception once there is enough capacity to run these tests.
1148 'remove_from': [
Takuto Ikutaf5333252019-11-06 16:07:081149 'Android FYI Release (Pixel 2)',
1150 ],
Brian Sheedyfe61cdac2020-02-12 01:25:591151 'modifications': {
1152 'Win10 x64 Debug (NVIDIA)': {
1153 'args': [
1154 # TODO(https://crbug.com/1007013): Remove this flag when it's no
1155 # longer necessary to figure out why the renderer process is hanging.
1156 '--extra-browser-args=--no-sandbox',
1157 ],
1158 },
1159 },
Takuto Ikutaf5333252019-11-06 16:07:081160 },
Brian Sheedye285c9b2019-07-15 21:42:461161 'hardware_accelerated_feature_tests': {
1162 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1163 # exception once there is enough capacity to run these tests.
1164 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:461165 'Android FYI Release (Pixel 2)',
1166 ],
1167 },
Brad Halla36886c2019-02-26 16:52:291168 'headless_browsertests': {
1169 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291170 'CrWinAsan(dll)', # https://crbug.com/935598
1171 ],
1172 },
Kenneth Russell8a386d42018-06-02 09:48:011173 'info_collection_tests': {
1174 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:011175 # The Mac ASAN swarming bot runs tests on two different GPU
1176 # types, so we can't have one expected vendor ID / device ID.
1177 'Mac FYI GPU ASAN Release',
Kenneth Russell8a386d42018-06-02 09:48:011178 'Android V8 FYI Release (Nexus 5X)',
1179 'Linux V8 FYI Release (NVIDIA)',
Michael Achenbach5fdfc67b2018-12-13 13:26:351180 'Linux V8 FYI Release - pointer compression (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:011181 'Mac V8 FYI Release (Intel)',
1182 'Win V8 FYI Release (NVIDIA)',
1183 ],
Brian Sheedyfe61cdac2020-02-12 01:25:591184 'modifications': {
1185 'Win10 x64 Debug (NVIDIA)': {
1186 'args': [
1187 # TODO(https://crbug.com/1007013): Remove this flag when it's no
1188 # longer necessary to figure out why the renderer process is hanging.
1189 '--extra-browser-args=--no-sandbox',
1190 ],
1191 },
1192 },
Kenneth Russell8a386d42018-06-02 09:48:011193 },
Kenneth Russelleb60cbd22017-12-05 07:54:281194 'interactive_ui_tests': {
Brad Halla36886c2019-02-26 16:52:291195 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291196 'CrWinAsan(dll)', # https://crbug.com/935598
1197 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281198 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:151199 'Linux - Future (dbg)': { # client.v8.chromium
Nico Weberdae13cd92018-12-14 13:56:261200 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:151201 'shards': 3,
Nico Weberdae13cd92018-12-14 13:56:261202 },
1203 },
John Budorickca14c76f62017-12-09 14:19:181204 'Linux ASan LSan Tests (1)': {
Nico Weber96a75a6942018-06-20 04:53:171205 # These are slow on the ASan trybot for some reason, crbug.com/794372
1206 'swarming': {
1207 'shards': 6,
1208 },
1209 },
Takuto Ikuta54671d972018-07-19 19:06:351210 'Linux ChromiumOS MSan Tests': {
1211 # These are very slow on the Chrome OS MSAN trybot for some reason.
1212 # crbug.com/865455
1213 'swarming': {
1214 'shards': 5,
1215 },
1216 },
Stephen Martinis1384ff92020-01-07 19:52:151217 'Linux TSan Tests': {
1218 # These are slow on the TSan bots for some reason, crbug.com/794372
Dirk Pranke8fd63c12017-12-10 18:06:271219 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:151220 'shards': 20,
Dirk Pranke8fd63c12017-12-10 18:06:271221 },
1222 },
Stephen Martinis1384ff92020-01-07 19:52:151223 'ToTLinuxTSan': {
1224 # These are slow on the TSan bots for some reason, crbug.com/794372
1225 'swarming': {
1226 'shards': 6,
1227 },
1228 },
Ian Struiksma07a90df2020-01-23 00:54:501229 'Win 7 Tests x64 (1)': {
1230 # These tests are continually flaky on Win7 bots, crbug.com/967588
1231 'args': [
1232 '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter',
1233 ],
1234 },
Stephen Martinis1384ff92020-01-07 19:52:151235 # temporary, https://crbug.com/818832
Greg Thompson3eb7e6522018-05-25 09:04:031236 'Win10 Tests x64 (dbg)': {
1237 'experiment_percentage': 100,
1238 },
Ian Struiksma07a90df2020-01-23 00:54:501239 'Win7 Tests (1)': {
1240 # These tests are continually flaky on Win7 bots, crbug.com/967588
1241 'args': [
1242 '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter',
1243 ],
1244 },
Stephen Martinis1384ff92020-01-07 19:52:151245 'Win7 Tests (dbg)(1)': {
Ian Struiksma07a90df2020-01-23 00:54:501246 # These tests are continually flaky on Win7 bots, crbug.com/967588
1247 'args': [
1248 '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter',
1249 ],
Stephen Martinis1384ff92020-01-07 19:52:151250 'swarming': {
1251 'shards': 4,
1252 },
1253 },
Ben Pastene8ef125e2019-12-10 01:46:291254 'linux-chromeos-chrome': {
1255 # TODO(crbug.com/970649): Remove this filter.
1256 'args': [
1257 '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs',
1258 ],
1259 },
Stephen Martinis1384ff92020-01-07 19:52:151260 'linux-chromeos-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:111261 'swarming': {
1262 'shards': 10,
1263 },
1264 },
Stephen Martinis1384ff92020-01-07 19:52:151265 'linux-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:111266 'swarming': {
1267 'shards': 10,
1268 },
1269 },
Kenneth Russelleb60cbd22017-12-05 07:54:281270 },
1271 },
John Budorickf00e5ff2019-06-11 21:21:061272 'ipc_tests': {
1273 'modifications': {
1274 'android-asan': {
1275 'swarming': {
1276 'shards': 2,
1277 },
1278 },
1279 },
1280 },
Brian Sheedye285c9b2019-07-15 21:42:461281 'maps_pixel_test': {
1282 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1283 # exception once there is enough capacity to run these tests.
1284 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:461285 'Android FYI Release (Pixel 2)',
1286 ],
Brian Sheedy44fd891b2019-10-03 20:07:541287 'replacements': {
Brian Sheedy44fd891b2019-10-03 20:07:541288 # The V8 builders pass the V8 revision for ${got_revision}, so instead
1289 # use ${got_cr_revision}, which is only set on the V8 bots.
1290 'Android V8 FYI Release (Nexus 5X)': {
1291 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321292 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541293 },
1294 },
1295 'Linux V8 FYI Release (NVIDIA)': {
1296 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321297 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541298 },
1299 },
1300 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
1301 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321302 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541303 },
1304 },
1305 'Mac V8 FYI Release (Intel)': {
1306 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321307 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541308 },
1309 },
1310 'Win V8 FYI Release (NVIDIA)': {
1311 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321312 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541313 },
1314 },
1315 },
Brian Sheedye285c9b2019-07-15 21:42:461316 },
Andrew Luo38b311f2019-10-04 03:42:091317 'media_unittests': {
1318 'modifications': {
John Budorickb5185112020-01-08 22:40:211319 'android-marshmallow-x86-fyi-rel': {
1320 'args': [
1321 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter',
1322 ],
1323 },
Andrew Luo38b311f2019-10-04 03:42:091324 'android-pie-arm64-rel': {
Andrew Luobe83fd82019-12-19 03:07:581325 'args': [
1326 '--gtest_filter=-AAudio/AudioOutputTest.Play200HzTone/0', # https://crbug.com/1034009
1327 ],
Andrew Luo38b311f2019-10-04 03:42:091328 },
Haiyang Pan08d09dc2020-04-01 16:11:211329 'android-pie-x86-rel': {
John Budorickb5185112020-01-08 22:40:211330 'args': [
1331 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter',
1332 ],
1333 },
Andrew Luo38b311f2019-10-04 03:42:091334 },
1335 },
John Budorickf00e5ff2019-06-11 21:21:061336 'mojo_unittests': {
1337 'modifications': {
1338 'android-asan': {
1339 'swarming': {
John Budorick5a29d7542019-10-11 20:56:441340 'shards': 5,
John Budorickf00e5ff2019-06-11 21:21:061341 },
1342 },
1343 },
1344 },
Erik Chend16d922d2019-12-10 04:37:141345 'monochrome_apk_checker': {
Ben Pastene521f8d62020-01-08 20:01:151346 'modifications': {
1347 'ToTAndroid': {
1348 'swarming': {
1349 'dimension_sets': [
1350 {
John Budorick838256a2020-02-29 01:29:071351 'cpu': 'x86-64',
Ben Pastene521f8d62020-01-08 20:01:151352 'device_os': None,
1353 'device_playstore_version': None,
1354 'device_type': None,
1355 'os': 'Ubuntu-16.04',
1356 },
1357 ],
1358 },
1359 },
1360 'android-arm64-proguard-rel': {
1361 'swarming': {
1362 'dimension_sets': [
1363 {
John Budorick838256a2020-02-29 01:29:071364 'cpu': 'x86-64',
Ben Pastene521f8d62020-01-08 20:01:151365 'device_os': None,
1366 'device_playstore_version': None,
1367 'device_type': None,
1368 'os': 'Ubuntu-16.04',
1369 },
1370 ],
1371 },
1372 },
1373 'android-pie-arm64-rel': {
1374 'swarming': {
1375 'dimension_sets': [
1376 {
John Budorick838256a2020-02-29 01:29:071377 'cpu': 'x86-64',
Ben Pastene521f8d62020-01-08 20:01:151378 'device_os': None,
1379 'device_os_flavor': None,
1380 'device_playstore_version': None,
1381 'device_type': None,
1382 'os': 'Ubuntu-16.04',
1383 },
1384 ],
1385 },
1386 },
1387 },
Erik Chend16d922d2019-12-10 04:37:141388 },
bsheedye9469572019-01-23 17:31:331389 'monochrome_public_test_ar_apk': {
1390 'modifications': {
Brian Sheedy12169aa2019-10-16 23:38:031391 'Nougat Phone Tester': {
1392 'args': [
1393 # ArCore is not installed as a system app on N, so we can install it
1394 # normally instead of replacing the system version.
1395 '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
1396 ],
1397 },
bsheedye9469572019-01-23 17:31:331398 # We need to match the Playstore version as well because AR tests fail on
1399 # old versions of the Playstore.
1400 'Oreo Phone Tester': {
Brian Sheedy2bcd16b2019-04-22 22:47:081401 'args': [
1402 # ArCore is not installed as a system app on O, so we can install it
1403 # normally instead of replacing the system version.
1404 '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
1405 ],
bsheedye9469572019-01-23 17:31:331406 'swarming': {
1407 'dimension_sets': [
1408 {
1409 'device_os': 'OPR3.170623.008',
1410 'device_playstore_version': '12.8.23-all',
1411 'device_type': 'marlin',
1412 'os': 'Android',
1413 },
1414 ],
1415 },
1416 },
Brian Sheedy2bcd16b2019-04-22 22:47:081417 'android-pie-arm64-dbg': {
1418 'args': [
1419 '--replace-system-package=com.google.ar.core,//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
1420 ]
1421 }
bsheedye9469572019-01-23 17:31:331422 },
1423 },
Nico Weberd3096fb2018-06-07 17:50:151424 'nacl_helper_nonsfi_unittests': {
1425 'remove_from': [
Nico Weberd3096fb2018-06-07 17:50:151426 'Linux TSan Tests', # Sets enable_nacl=false.
1427 ],
1428 },
Kenneth Russellfbda3c532017-12-08 23:57:241429 'nacl_loader_unittests': {
1430 'remove_from': [
Nico Weber48f187142018-06-01 15:16:351431 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false
Nico Weber3611ee802018-06-07 13:34:511432 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186
Nico Webera8fc38f72018-04-10 02:20:111433 'Linux TSan Tests', # The TSan bot sets enable_nacl=false
Nico Weber05d3e642018-05-31 16:59:481434 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false
Aaron Gable38265fe2020-04-09 23:49:071435 'Mac10.15 Tests', # All 10.15 builders set enable_nacl=false
Kenneth Russellfbda3c532017-12-08 23:57:241436 ],
1437 },
Kenneth Russelleb60cbd22017-12-05 07:54:281438 'net_unittests': {
Kenneth Russellfbda3c532017-12-08 23:57:241439 'remove_from': [
Stephen Roeac495972020-02-25 23:32:411440 'Fuchsia ARM64', # https://crbug.com/877248
Fabrice de Gans-Riberia1541ca2019-01-09 20:05:461441 'fuchsia-fyi-arm64-rel', # https://crbug.com/877248
1442 'fuchsia-fyi-x64-dbg', # https://crbug.com/844416
Kenneth Russellfbda3c532017-12-08 23:57:241443 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281444 'modifications': {
John Budorickca14c76f62017-12-09 14:19:181445 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:341446 # These are very slow on the ASAN trybot for some reason.
1447 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:181448 'swarming': {
John Budorick5052d552017-12-13 02:59:341449 'shards': 16,
John Budorickca14c76f62017-12-09 14:19:181450 },
1451 },
1452 'Linux Chromium OS ASan LSan Tests (1)': {
Takuto Ikuta54671d972018-07-19 19:06:351453 # These are very slow on the ASAN trybot for some reason.
1454 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:181455 'swarming': {
Sergey Berezinda3255c2018-03-16 00:34:021456 'shards': 8,
John Budorickca14c76f62017-12-09 14:19:181457 }
1458 },
Takuto Ikuta54671d972018-07-19 19:06:351459 'Linux ChromiumOS MSan Tests': {
1460 # These are very slow on the Chrome OS MSAN trybot for some reason.
1461 # crbug.com/865455
1462 'swarming': {
1463 'shards': 2,
1464 },
1465 },
John Budorickca14c76f62017-12-09 14:19:181466 'Linux TSan Tests': {
1467 'swarming': {
1468 'shards': 4,
1469 }
1470 },
Ben Pastene8bf205b2018-06-13 04:00:331471 # The suite runs signficantly slower on linux dbg, so increase shards.
1472 'Linux Tests (dbg)(1)': {
1473 'swarming': {
1474 'shards': 2,
1475 },
1476 },
Stephen Martinis1384ff92020-01-07 19:52:151477 'ToTLinuxASan': {
1478 # TODO(crbug.com/794372): net_unittests is slow under ASan.
1479 'swarming': {
1480 'shards': 16,
1481 },
1482 },
1483 'ToTLinuxTSan': {
1484 'swarming': {
1485 'shards': 4,
1486 }
1487 },
John Budorick7fde6b492020-01-29 17:43:501488 'android-marshmallow-x86-fyi-rel': {
1489 # crbug.com/1046060
1490 'args': [
1491 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter',
1492 ],
1493 },
Haiyang Pan08d09dc2020-04-01 16:11:211494 'android-pie-x86-rel': {
John Budorick7fde6b492020-01-29 17:43:501495 # crbug.com/1046060
1496 'args': [
1497 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter',
1498 ],
1499 },
Ben Pastene8ef125e2019-12-10 01:46:291500 'chromeos-betty-chrome': {
1501 # TODO(crbug.com/986904): Remove this filter.
1502 'args': [
1503 '--gtest_filter=-NetworkQualityEstimatorTest.TestTCPSocketRTT',
1504 ],
1505 },
Omer Katz7d2be652020-01-22 18:13:461506 'linux-blink-heap-concurrent-marking-tsan-rel': {
1507 'swarming': {
1508 'shards': 4,
1509 }
1510 },
Ben Pastene8bf205b2018-06-13 04:00:331511 'linux-chromeos-dbg': {
1512 'swarming': {
1513 'shards': 2,
1514 },
1515 },
Kenneth Russelleb60cbd22017-12-05 07:54:281516 },
1517 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:311518 'network_service_browser_tests': {
1519 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291520 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weberdae13cd92018-12-14 13:56:261521 'ToTLinuxTSan', # https://crbug.com/368525
Nico Weber073af192018-06-21 19:22:171522 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1523 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191524 'Win7 Tests (1)', # For swarming capacity reasons.
1525 'Win10 Tests x64 (dbg)', # Matches browser_tests.
John Abd-El-Malek69ae1492018-09-06 20:00:061526 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061527 'Mac10.10 Tests',
1528 'Mac10.11 Tests',
1529 'Mac10.13 Tests',
1530 'Mac10.13 Tests (dbg)',
1531 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061532 'ToTMacASan',
John Budorick80ec5d522020-01-22 23:27:081533 'mac-rel',
John Abd-El-Malek99b6f4a2018-06-11 23:08:311534 ],
Kenneth Russell6c83d212018-07-27 20:52:591535 'modifications': {
Kenneth Russell6c83d212018-07-27 20:52:591536 'Win10 Tests x64': {
1537 # crbug.com/868082
1538 'args': [
1539 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1540 ],
Takuto Ikutac9c269a2019-01-10 22:40:251541 # This is for slow test execution that often becomes a critical path of
1542 # swarming jobs. crbug.com/868114
1543 'swarming': {
1544 'shards': 20,
1545 },
Kenneth Russell6c83d212018-07-27 20:52:591546 },
Sajjad Mirza87e17b242020-01-22 18:49:071547 'Win10 Tests x64 Code Coverage': {
1548 # crbug.com/868082
1549 'args': [
1550 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1551 ],
1552 # This is for slow test execution that often becomes a critical path of
1553 # swarming jobs. crbug.com/868114
1554 'swarming': {
1555 'shards': 20,
1556 },
1557 },
Yuke Liao58e1d202020-03-20 23:02:011558 'linux-code-coverage': {
1559 'args': [
1560 '--no-sandbox',
1561 ],
1562 'swarming': {
1563 'shards': 20,
1564 },
1565 }
Kenneth Russell6c83d212018-07-27 20:52:591566 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:311567 },
John Abd-El-Malek4782bd12018-06-12 01:08:211568 'network_service_components_browsertests': {
1569 'remove_from': [
Nico Weber073af192018-06-21 19:22:171570 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1571 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191572 'Win7 Tests (1)', # For swarming capacity reasons.
1573 'Win10 Tests x64 (dbg)', # Matches components_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:061574 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061575 'Mac10.10 Tests',
1576 'Mac10.11 Tests',
1577 'Mac10.13 Tests',
1578 'Mac10.13 Tests (dbg)',
1579 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061580 'ToTMacASan',
John Budorick80ec5d522020-01-22 23:27:081581 'mac-rel',
Nico Weber17d2fcddb2018-06-14 18:28:191582 ],
1583 },
1584 'network_service_content_browsertests': {
1585 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291586 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber408a49a2018-12-14 21:00:101587 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
Nico Weber073af192018-06-21 19:22:171588 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1589 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191590 'Win7 Tests (1)', # For swarming capacity reasons.
John Budorickd96ee6f2018-06-15 17:20:111591 'Win10 Tests x64 (dbg)', # flaky: https://crbug.com/852786
John Abd-El-Malek69ae1492018-09-06 20:00:061592 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061593 'Mac10.10 Tests',
1594 'Mac10.11 Tests',
1595 'Mac10.13 Tests',
1596 'Mac10.13 Tests (dbg)',
1597 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061598 'ToTMacASan',
John Budorick80ec5d522020-01-22 23:27:081599 'mac-rel',
John Abd-El-Malek4782bd12018-06-12 01:08:211600 ],
1601 },
John Abd-El-Malek787a41a2018-06-12 18:10:531602 'network_service_extensions_browsertests': {
1603 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291604 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber073af192018-06-21 19:22:171605 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1606 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191607 'Win7 Tests (1)', # For swarming capacity reasons.
1608 'Win10 Tests x64 (dbg)', # Matches extensions_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:061609 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061610 'Mac10.10 Tests',
1611 'Mac10.11 Tests',
1612 'Mac10.13 Tests',
1613 'Mac10.13 Tests (dbg)',
1614 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061615 'ToTMacASan',
John Budorick80ec5d522020-01-22 23:27:081616 'mac-rel',
John Abd-El-Malek787a41a2018-06-12 18:10:531617 ],
1618 },
Brad Halla36886c2019-02-26 16:52:291619 'network_service_headless_browsertests': {
1620 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291621 'CrWinAsan(dll)', # https://crbug.com/935598
1622 ],
1623 },
John Abd-El-Malek787a41a2018-06-12 18:10:531624 'network_service_interactive_ui_tests': {
Nico Weber17d2fcddb2018-06-14 18:28:191625 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291626 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber408a49a2018-12-14 21:00:101627 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
Nico Weber073af192018-06-21 19:22:171628 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1629 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191630 'Win7 Tests (1)', # For swarming capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061631 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061632 'Mac10.10 Tests',
1633 'Mac10.11 Tests',
1634 'Mac10.13 Tests',
1635 'Mac10.13 Tests (dbg)',
1636 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061637 'ToTMacASan',
John Budorick80ec5d522020-01-22 23:27:081638 'mac-rel',
Nico Weber17d2fcddb2018-06-14 18:28:191639 ],
John Abd-El-Malek787a41a2018-06-12 18:10:531640 'modifications': {
John Budorickd96ee6f2018-06-15 17:20:111641 'Win10 Tests x64 (dbg)': {
1642 'experiment_percentage': 100, # https://crbug.com/852786
John Abd-El-Malek787a41a2018-06-12 18:10:531643 },
1644 },
1645 },
John Abd-El-Malekfabfb072019-05-30 20:50:191646 'network_service_out_of_process_chrome_public_test_apk': {
John Abd-El-Malekfabfb072019-05-30 20:50:191647 'remove_from': [
John Budorickea475de2019-06-07 21:16:241648 'android-asan',
1649 # Don't run on trybots; waterfall is enough.
Haiyang Pana3ff55ae2020-04-23 18:26:541650 'android-lollipop-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311651 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091652 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:311653 # No capacity for tablet testers.
Clark DuVall3ef939a2019-06-10 20:35:311654 'Lollipop Tablet Tester',
1655 'Marshmallow Tablet Tester',
Yun Liu2b1c1d82019-10-30 23:11:241656 'android-code-coverage-native', # https://crbug.com/1018780
John Abd-El-Malekfabfb072019-05-30 20:50:191657 ],
John Budorick20c71a0d2020-03-02 20:38:561658 'modifications': {
Haiyang Pan08d09dc2020-04-01 16:11:211659 'android-pie-x86-rel': {
John Budorick20c71a0d2020-03-02 20:38:561660 'args': [
Haiyang Pan9152d382020-03-03 07:39:411661 '--avd-config=../../tools/android/avd/proto/generic_playstore_android28.textpb',
1662 # https://crbug.com/1046059
John Budorick20c71a0d2020-03-02 20:38:561663 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.chrome_public_test_apk.filter',
1664 ],
Haiyang Pan9152d382020-03-03 07:39:411665 'swarming': {
1666 'named_caches': [
1667 {
1668 'name': 'avd_generic_playstore_android28',
1669 'path': '.android',
1670 },
1671 {
1672 'name': 'system_images_android_28_google_apis_playstore_x86',
1673 'path': '.emulator_sdk',
1674 },
1675 ]
1676 },
John Budorick20c71a0d2020-03-02 20:38:561677 },
1678 },
John Abd-El-Malekfabfb072019-05-30 20:50:191679 },
1680 'network_service_out_of_process_components_browsertests': {
John Abd-El-Malekfabfb072019-05-30 20:50:191681 'remove_from': [
John Budorickea475de2019-06-07 21:16:241682 'android-asan',
1683 # Don't run on trybots; waterfall is enough.
Haiyang Pana3ff55ae2020-04-23 18:26:541684 'android-lollipop-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311685 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091686 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:311687 # No capacity for tablet testers.
Clark DuVall3ef939a2019-06-10 20:35:311688 'Lollipop Tablet Tester',
1689 'Marshmallow Tablet Tester',
Yun Liu42f79ea2019-11-19 01:21:181690 'android-code-coverage-native', # crbug/1018434
John Abd-El-Malekfabfb072019-05-30 20:50:191691 ],
1692 },
1693 'network_service_out_of_process_content_browsertests': {
John Abd-El-Malekfabfb072019-05-30 20:50:191694 'remove_from': [
John Budorickea475de2019-06-07 21:16:241695 'android-asan',
1696 # Don't run on trybots; waterfall is enough.
Haiyang Pana3ff55ae2020-04-23 18:26:541697 'android-lollipop-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311698 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091699 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:311700 # No capacity for tablet testers.
Clark DuVall3ef939a2019-06-10 20:35:311701 'Lollipop Tablet Tester',
1702 'Marshmallow Tablet Tester',
Yun Liu42f79ea2019-11-19 01:21:181703 'android-code-coverage-native', # crbug/1018434
John Abd-El-Malekfabfb072019-05-30 20:50:191704 ],
Haiyang Pand09889852019-08-10 00:26:181705 'modifications': {
John Budorick20c71a0d2020-03-02 20:38:561706 'android-marshmallow-x86-fyi-rel': {
1707 'args': [
1708 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter',
1709 ],
1710 },
Haiyang Pan08d09dc2020-04-01 16:11:211711 'android-pie-x86-rel': {
John Budorick20c71a0d2020-03-02 20:38:561712 'args': [
1713 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter',
1714 ],
Haiyang Pand09889852019-08-10 00:26:181715 'swarming': {
1716 'shards': 10,
1717 },
1718 },
1719 },
John Abd-El-Malekfabfb072019-05-30 20:50:191720 },
1721 'network_service_out_of_process_content_shell_test_apk': {
John Abd-El-Malekfabfb072019-05-30 20:50:191722 'remove_from': [
John Budorickea475de2019-06-07 21:16:241723 'android-asan',
1724 # Don't run on trybots; waterfall is enough.
Haiyang Pana3ff55ae2020-04-23 18:26:541725 'android-lollipop-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311726 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091727 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:311728 # No capacity for tablet testers.
Clark DuVall3ef939a2019-06-10 20:35:311729 'Lollipop Tablet Tester',
1730 'Marshmallow Tablet Tester',
Yun Liu42f79ea2019-11-19 01:21:181731 'android-code-coverage-native', # crbug/1018434
John Abd-El-Malekfabfb072019-05-30 20:50:191732 ],
John Budorickee2e64f2020-03-02 20:19:101733 'modifications': {
1734 'android-marshmallow-x86-fyi-rel': {
1735 'args': [
1736 '--gtest_filter=-ContentViewScrollingTest.testFling',
1737 ],
1738 },
Haiyang Pan08d09dc2020-04-01 16:11:211739 'android-pie-x86-rel': {
John Budorickee2e64f2020-03-02 20:19:101740 'args': [
1741 '--gtest_filter=-ContentViewScrollingTest.testFling',
1742 ],
1743 },
1744 },
John Abd-El-Malekfabfb072019-05-30 20:50:191745 },
Tim Volodinedac7f5e2019-05-09 18:07:281746 'network_service_webview_instrumentation_test_apk': {
1747 # Only run these on the phone testers for now due to capacity.
1748 'remove_from': [
Haiyang Pana3ff55ae2020-04-23 18:26:541749 'android-lollipop-arm-rel',
Tim Volodinedac7f5e2019-05-09 18:07:281750 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091751 'android-pie-arm64-rel',
Tim Volodinedac7f5e2019-05-09 18:07:281752 'Lollipop Tablet Tester',
1753 'Marshmallow Tablet Tester',
John Budorick27d2d44e2019-05-20 20:26:091754 'android-asan', # https://crbug.com/964562
Tim Volodinedac7f5e2019-05-09 18:07:281755 'Android CFI',
Tim Volodinedac7f5e2019-05-09 18:07:281756 'ToTAndroid',
1757 'ToTAndroidCFI',
Yun Liu2b1c1d82019-10-30 23:11:241758 'android-code-coverage-native', # https://crbug.com/1018431
Tim Volodinedac7f5e2019-05-09 18:07:281759 ],
Haiyang Panfdd94332020-03-27 02:43:291760 'modifications': {
Haiyang Pan08d09dc2020-04-01 16:11:211761 'android-pie-x86-rel': {
Haiyang Panfdd94332020-03-27 02:43:291762 'args': [
1763 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_instrumentation_test_apk.filter',
1764 ],
1765 },
1766 },
Tim Volodinedac7f5e2019-05-09 18:07:281767 },
John Chenaab16fc02020-03-03 06:35:451768 'not_site_per_process_blink_web_tests': {
Lukasz Anforowicz04bc6302018-11-19 19:04:281769 'remove_from': [
Lukasz Anforowicz04bc6302018-11-19 19:04:281770 # TODO(dpranke): Should we be running this step on Linux Tests (dbg)(1)?
1771 'Linux Tests (dbg)(1)',
Lukasz Anforowicz04bc6302018-11-19 19:04:281772 ],
Yuke Liaobc9ff982019-04-30 06:56:161773 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:151774 'Linux Tests': {
1775 "args": [
1776 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
Stephen Martinis1384ff92020-01-07 19:52:151777 ],
1778 },
Yuke Liaoea70f472019-12-19 06:03:361779 'linux-code-coverage': {
1780 'args': [
1781 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw',
Yuke Liaoea70f472019-12-19 06:03:361782 ],
1783 'swarming': {
1784 'shards': 20,
1785 },
1786 },
Yuke Liaobc9ff982019-04-30 06:56:161787 },
Lukasz Anforowicz04bc6302018-11-19 19:04:281788 },
Xi Cheng34ca4042018-02-23 00:10:121789 'notification_helper_unittests': {
1790 'remove_from': [
Hans Wennborg252643a2018-05-22 14:41:121791 # The test uses WinRT, which only exists in Windows 8 or above.
1792 # (https://crbug.com/813553)
Xi Cheng34ca4042018-02-23 00:10:121793 'Win 7 Tests x64 (1)',
Xi Cheng34ca4042018-02-23 00:10:121794 'Win7 Tests (1)',
1795 'Win7 Tests (dbg)(1)',
Stephen Martinis1384ff92020-01-07 19:52:151796 # all these bots run Windows 7.
Xi Cheng34ca4042018-02-23 00:10:121797 'ToTWin',
1798 'ToTWin(dbg)',
1799 'ToTWin(dll)',
inglorionb8e7a3ed2019-04-12 09:49:031800 'ToTWinOfficial',
Xi Cheng34ca4042018-02-23 00:10:121801 'ToTWin64',
1802 'ToTWin64(dbg)',
1803 'ToTWin64(dll)',
1804 'ToTWinCFI',
1805 'ToTWinCFI64',
Oksana Zhuravlova7f996212018-02-28 04:23:081806 'ToTWinThinLTO64',
Xi Cheng34ca4042018-02-23 00:10:121807 ],
1808 },
Ben Pastenee723b2f2019-05-31 19:10:271809 'ozone_unittests': {
1810 'modifications': {
Ben Pastene8ef125e2019-12-10 01:46:291811 'chromeos-betty-chrome': {
1812 'args': [
1813 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1814 ],
1815 },
1816 'chromeos-betty-pi-arc-chrome': {
1817 'args': [
1818 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1819 ],
1820 },
1821 'linux-chromeos-chrome': {
1822 'args': [
1823 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1824 ],
1825 },
Ben Pastenee723b2f2019-05-31 19:10:271826 },
1827 },
Karen Qian385d2ca2019-03-19 21:49:581828 'perfetto_unittests': {
1829 'remove_from': [
John Budorickd3fa5992019-12-13 17:22:411830 'android-arm64-proguard-rel',
John Budorickf2283d72019-06-25 01:09:091831 'android-asan',
Yun Liu022f4512019-06-10 23:14:041832 'android-code-coverage',
Yun Liu7cfd28a2019-10-30 01:57:121833 'android-code-coverage-native',
Haiyang Pan32b83392020-03-14 01:38:461834 'android-lollipop-arm-rel',
Karen Qian385d2ca2019-03-19 21:49:581835 'android-marshmallow-arm64-rel',
John Budorickcaafa912020-01-10 01:14:321836 'android-marshmallow-x86-fyi-rel',
Andrew Luo38b311f2019-10-04 03:42:091837 'android-pie-arm64-rel',
Haiyang Pan08d09dc2020-04-01 16:11:211838 'android-pie-x86-rel',
Karen Qian385d2ca2019-03-19 21:49:581839 'Android CFI',
Karen Qian385d2ca2019-03-19 21:49:581840 'Lollipop Phone Tester',
1841 'Lollipop Tablet Tester',
1842 'Marshmallow 64 bit Tester',
1843 'Marshmallow Tablet Tester',
1844 'Nougat Phone Tester',
1845 'ToTAndroid',
1846 'ToTAndroidCFI'
1847 ]
1848 },
Stephen Martinis54d64ad2018-09-21 22:16:201849 'performance_test_suite': {
1850 'modifications': {
1851 'Mac10.13 Tests (dbg)': {
1852 'args': [
1853 '--browser=debug',
1854 ],
1855 },
1856 'Win10 Tests x64 (dbg)': {
1857 'args': [
1858 '--browser=debug_x64',
1859 ],
1860 'experiment_percentage': 100,
1861 },
1862 'Win7 Tests (dbg)(1)': {
1863 'args': [
1864 '--browser=debug',
1865 ],
1866 },
1867 },
1868 },
Brian Sheedye6ea0ee2019-07-11 02:54:371869 'pixel_skia_gold_test': {
1870 'replacements': {
Brian Sheedye6ea0ee2019-07-11 02:54:371871 # The V8 builders pass the V8 revision for ${got_revision}, so instead
1872 # use ${got_cr_revision}, which is only set on the V8 bots.
1873 'Android V8 FYI Release (Nexus 5X)': {
1874 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321875 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371876 },
1877 },
1878 'Linux V8 FYI Release (NVIDIA)': {
1879 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321880 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371881 },
1882 },
1883 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
1884 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321885 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371886 },
1887 },
1888 'Mac V8 FYI Release (Intel)': {
1889 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321890 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371891 },
1892 },
1893 'Win V8 FYI Release (NVIDIA)': {
1894 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321895 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371896 },
1897 },
1898 },
1899 },
1900 'pixel_test':{
Takuto Ikuta35c85522019-06-04 16:55:461901 'modifications': {
1902 'Android Release (Nexus 5X)': {
1903 'swarming': {
1904 'shards': 2,
1905 },
1906 },
1907 },
Nico Weber128fd382018-06-14 23:29:271908 },
Brian Sheedy9653f152019-08-07 17:02:441909 'rendering_representative_perf_tests': {
1910 'modifications': {
1911 'Win10 FYI x64 Exp Release (Intel HD 630)': {
1912 'args': [
1913 '--browser=release_x64',
1914 ],
1915 },
1916 'Win10 FYI x64 Exp Release (NVIDIA)': {
1917 'args': [
1918 '--browser=release_x64',
1919 ],
1920 },
1921 'Win10 FYI x64 Release (Intel HD 630)': {
1922 'args': [
1923 '--browser=release_x64',
1924 ],
1925 },
1926 'Win10 FYI x64 Release (Intel UHD 630)': {
1927 'args': [
1928 '--browser=release_x64',
1929 ],
1930 },
1931 'Win10 FYI x64 Release (NVIDIA)': {
1932 'args': [
1933 '--browser=release_x64',
1934 ],
1935 },
behdad26cf7e72019-12-18 13:57:301936 'Win10 x64 Release (NVIDIA)': {
1937 'args': [
1938 '--browser=release_x64',
1939 ],
1940 },
Brian Sheedy9653f152019-08-07 17:02:441941 },
1942 },
John Budorickdce9d462019-03-23 00:25:381943 'sandbox_linux_unittests': {
1944 'modifications': {
1945 'Lollipop Phone Tester': {
1946 'args': [
1947 '--shard-timeout=300',
1948 ],
1949 },
Haiyang Pan32b83392020-03-14 01:38:461950 'android-lollipop-arm-rel': {
1951 'args': [
1952 '--shard-timeout=300',
1953 ],
1954 },
John Budorick6e8e595b2020-01-27 18:15:581955 'android-marshmallow-x86-fyi-rel': {
1956 'args': [
1957 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.sandbox_linux_unittests.filter',
1958 ]
1959 },
Haiyang Pan08d09dc2020-04-01 16:11:211960 'android-pie-x86-rel': {
John Budorick191adfcd2020-01-29 18:19:041961 'args': [
1962 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.sandbox_linux_unittests.filter',
1963 ]
1964 },
John Budorickdce9d462019-03-23 00:25:381965 },
John Budorick3ebfdf852019-05-13 22:28:161966 'remove_from': [
John Budorick3ebfdf852019-05-13 22:28:161967 'android-asan', # https://crbug.com/962650
1968 ],
John Budorickdce9d462019-03-23 00:25:381969 },
Kenneth Russelleb60cbd22017-12-05 07:54:281970 'services_unittests': {
1971 'remove_from': [
Nico Weber15a00d62018-05-16 17:11:481972 'ToTLinuxMSan', # https://crbug.com/831676
Kenneth Russell8a386d42018-06-02 09:48:011973 # The face and barcode detection tests fail on the Mac Pros.
1974 'Mac Pro FYI Release (AMD)',
Nico Weberd36959682018-04-12 03:33:461975 'Linux ChromiumOS MSan Tests', # https://crbug.com/831676
1976 'Linux MSan Tests', # https://crbug.com/831676
Kenneth Russelleb60cbd22017-12-05 07:54:281977 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281978 },
jonross61a2cd22019-10-11 22:22:051979 'skia_renderer_gl_blink_web_tests': {
1980 'modifications': {
jonross61a2cd22019-10-11 22:22:051981 'Win10 FYI x64 SkiaRenderer GL (NVIDIA)': {
1982 'args': [
1983 '--target',
1984 'Release_x64',
1985 ],
1986 },
1987 },
1988 },
Stephen Martinis54d64ad2018-09-21 22:16:201989 'swiftshader_unittests': {
1990 'remove_from': [
1991 # Save capacity on the hardware where we have only a few machines.
1992 'Mac FYI Experimental Release (Intel)',
1993 'Mac FYI Experimental Retina Release (AMD)',
1994 'Mac FYI Experimental Retina Release (NVIDIA)',
1995 'Mac Pro FYI Release (AMD)',
1996 ],
1997 },
Kenneth Russelleb60cbd22017-12-05 07:54:281998 'sync_integration_tests': {
Brad Halla36886c2019-02-26 16:52:291999 'remove_from': [
Brad Halla36886c2019-02-26 16:52:292000 'CrWinAsan(dll)', # https://crbug.com/935598
2001 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282002 'modifications': {
Erik Chene84bc1c2019-11-25 23:23:522003 'Linux ASan LSan Tests (1)': {
2004 'swarming': {
2005 'shards': 4,
2006 },
2007 },
Nico Weber8fbc2832018-12-14 16:00:572008 'Linux TSan Tests': {
2009 'swarming': {
2010 'shards': 6,
2011 },
2012 },
Stephen Martinis1384ff92020-01-07 19:52:152013 'ToTLinuxTSan': {
Kenneth Russelleb60cbd22017-12-05 07:54:282014 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:152015 'shards': 6,
Kenneth Russelleb60cbd22017-12-05 07:54:282016 },
2017 },
Stephen Martinis75ab55d2018-08-30 02:27:122018 'Win10 Tests x64 (dbg)': {
2019 'experiment_percentage': 100, # https://crbug.com/840369
2020 },
Stephen Martinis1384ff92020-01-07 19:52:152021 'Win7 Tests (dbg)(1)': {
2022 'swarming': {
2023 'shards': 2,
2024 },
2025 },
2026 'linux-chromeos-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:112027 'swarming': {
2028 'shards': 4,
2029 },
2030 },
Stephen Martinis1384ff92020-01-07 19:52:152031 'linux-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:112032 'swarming': {
2033 'shards': 4,
2034 },
2035 },
Kenneth Russelleb60cbd22017-12-05 07:54:282036 },
2037 },
Kenneth Russell8a386d42018-06-02 09:48:012038 'tab_capture_end2end_tests': {
Nico Webere89a3c92018-07-01 01:30:522039 # Run these only on Release bots.
Kenneth Russell8a386d42018-06-02 09:48:012040 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:012041 'Linux Debug (NVIDIA)',
2042 'Mac Debug (Intel)',
2043 'Mac Retina Debug (AMD)',
Yuly Novikovbc1ccff2019-08-03 00:05:492044 'Win10 FYI x64 Debug (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:012045 'Win7 FYI Debug (AMD)',
Yuly Novikovf28f1eca2019-07-04 22:43:392046 # Disabled due to dbus crashes crbug.com/927465
Yuly Novikov5865ff72019-07-09 21:38:052047 'Linux FYI Release (Intel HD 630)',
Brian Sheedy4dd98432019-08-13 22:57:002048 'Linux FYI Release (Intel UHD 630)',
Yuly Novikov5865ff72019-07-09 21:38:052049 'Linux FYI Release (NVIDIA)',
Brian Sheedy22d051e2019-08-07 00:50:162050 'Linux FYI SkiaRenderer Vulkan (Intel HD 630)',
Yuly Novikov5865ff72019-07-09 21:38:052051 'Linux FYI SkiaRenderer Vulkan (NVIDIA)',
2052 'Linux Release (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:012053 ],
Emily Hanleyb64ac7c2018-05-25 13:36:552054 },
Kenneth Russelleb60cbd22017-12-05 07:54:282055 'telemetry_perf_unittests': {
2056 'modifications': {
Kenneth Russelleb60cbd22017-12-05 07:54:282057 'Linux Tests': {
2058 'args': [
2059 '--xvfb',
Ned Nguyene6e26042018-01-17 20:42:482060 '--jobs=1',
Kenneth Russelleb60cbd22017-12-05 07:54:282061 ],
2062 },
Juan Antonio Navarro Perez4899edf2019-03-14 13:05:352063 'Linux Tests (dbg)(1)': {
2064 'args': [
2065 '--xvfb',
2066 '--jobs=1',
2067 ],
2068 },
Kenneth Russelleb60cbd22017-12-05 07:54:282069 # Disable parallelism on all Mac bots.
2070 'Mac10.10 Tests': {
2071 'args': [
2072 '--jobs=1',
2073 ],
2074 },
2075 'Mac10.11 Tests': {
2076 'args': [
2077 '--jobs=1',
2078 ],
2079 },
2080 'Mac10.12 Tests': {
2081 'args': [
2082 '--jobs=1',
2083 ],
2084 },
Ned Nguyen6e6e5b32018-02-21 20:21:502085 'Win7 Tests (dbg)(1)': {
2086 'args': [
2087 '--jobs=1',
2088 ],
2089 'swarming': {
2090 'shards': 20,
2091 },
2092 'experiment_percentage': 100,
2093 },
Stephen Martinis1384ff92020-01-07 19:52:152094 'linux-chromium-tests-staging-tests': {
2095 'args': [
2096 '--xvfb',
2097 '--jobs=1',
2098 ],
2099 },
2100 'linux-trusty-rel': {
2101 'args': [
2102 '--xvfb',
2103 '--jobs=1',
2104 ],
2105 },
Kenneth Russelleb60cbd22017-12-05 07:54:282106 },
2107 'remove_from': [
Haiyang Pan0e39edf42020-04-28 19:29:012108 # There's no need to run telemetry_perf_unittests on both lollipop and
Erik Chen96894722019-11-21 20:03:392109 # marshmallow on the CQ. https://crbug.com/1026487.
2110 'android-marshmallow-arm64-rel',
Andrew Luobe83fd82019-12-19 03:07:582111 'android-pie-arm64-rel',
Garrett Beatyeef031a2019-02-28 01:55:412112 # crbug.com/936540
2113 'Mac10.10 Tests',
2114 'Mac10.11 Tests',
Shenghua Zhangbd6f1b232018-03-03 02:59:142115 'Mac10.13 Tests',
2116 'Mac10.13 Tests (dbg)',
Stephen Martinis1384ff92020-01-07 19:52:152117 'Linux - Future (dbg)', # client.v8.chromium
Takuto Ikuta9aa015d2019-04-15 23:33:292118 'Win10 Tests x64',
Stephen Martinise701f5a2018-05-04 01:25:112119 'Win10 Tests x64 (dbg)',
Sajjad Mirza87e17b242020-01-22 18:49:072120 'Win10 Tests x64 Code Coverage',
John Budorick80ec5d522020-01-22 23:27:082121 'mac-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:282122 ],
2123 },
Stephen Martinis54d64ad2018-09-21 22:16:202124 'telemetry_unittests': {
2125 'modifications': {
2126 'Win10 Tests x64 (dbg)': {
2127 'experiment_percentage': 100, # crbug.com/870673
2128 }
John Budorickc498fd3c2019-03-14 01:16:262129 },
2130 'remove_from': [
2131 # crbug.com/936540
2132 'Mac10.10 Tests',
2133 'Mac10.11 Tests',
Takuto Ikuta9aa015d2019-04-15 23:33:292134
2135 'Win10 Tests x64',
Sajjad Mirza87e17b242020-01-22 18:49:072136 'Win10 Tests x64 Code Coverage',
John Budorickc498fd3c2019-03-14 01:16:262137 ],
Stephen Martinis54d64ad2018-09-21 22:16:202138 },
Kenneth Russelleb60cbd22017-12-05 07:54:282139 'unit_tests': {
Yun Liu3e759dbb2019-11-01 19:25:522140 'remove_from': [
2141 'android-code-coverage-native', # crbug/1018434
Haiyang Pan0e39edf42020-04-28 19:29:012142 # There's no need to run unit_tests on both lollipop and marshmallow
Erik Chen96894722019-11-21 20:03:392143 # on the CQ. https://crbug.com/1026487.
2144 'android-marshmallow-arm64-rel',
Yun Liu3e759dbb2019-11-01 19:25:522145 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282146 'modifications': {
John Budorickca14c76f62017-12-09 14:19:182147 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:342148 # These are slow on the ASAN trybot for some reason.
2149 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:182150 'swarming': {
John Budorick5052d552017-12-13 02:59:342151 'shards': 4,
John Budorickca14c76f62017-12-09 14:19:182152 },
2153 },
Stephen Martinis1384ff92020-01-07 19:52:152154 'Linux Chromium OS ASan LSan Tests (1)': {
2155 # These are slow on the ASAN trybot for some reason.
2156 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:182157 'swarming': {
2158 'shards': 2,
2159 },
2160 },
Takuto Ikuta54671d972018-07-19 19:06:352161 'Linux ChromiumOS MSan Tests': {
2162 # These are very slow on the Chrome OS MSAN trybot for some reason.
2163 # crbug.com/865455
2164 'swarming': {
2165 'shards': 2,
2166 },
2167 },
Stephen Martinis1384ff92020-01-07 19:52:152168 'Linux TSan Tests': {
Takuto Ikuta54671d972018-07-19 19:06:352169 'swarming': {
2170 'shards': 2,
2171 },
2172 },
Stephen Martinis1384ff92020-01-07 19:52:152173 'ToTLinuxASan': {
Dirk Pranke20eae9a72017-12-09 18:12:142174 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:152175 'shards': 2,
Dirk Pranke20eae9a72017-12-09 18:12:142176 },
2177 },
Stephen Martinis1384ff92020-01-07 19:52:152178 'android-asan': {
2179 'args': [
2180 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.unit_tests.filter',
2181 ],
2182 },
Takuto Ikuta527cdff2020-01-29 08:04:272183 'android-marshmallow-arm64-rel-swarming': {
2184 'swarming': {
2185 'shards': 8,
2186 },
2187 },
Stephen Martinis1384ff92020-01-07 19:52:152188 'android-pie-arm64-rel': {
2189 'experiment_percentage': 100, # https://crbug.com/1010211
2190 },
2191 'linux-chromeos-chrome': {
2192 'args': [
2193 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.unit_tests.filter',
2194 ],
2195 },
Ben Pasteneacd57392019-10-31 02:13:252196 'linux-chromeos-dbg': {
2197 'swarming': {
2198 'shards': 2,
2199 },
2200 },
Erik Chend063aef72019-11-18 19:13:102201 'linux-chromeos-rel': {
2202 'swarming': {
2203 'shards': 2,
2204 },
2205 },
Kenneth Russelleb60cbd22017-12-05 07:54:282206 },
2207 },
Chong Gu4602f4d2020-02-20 03:43:072208 'url_unittests': {
2209 'remove_from': [
2210 # crbug.com/1054240
Stephen Roeac495972020-02-25 23:32:412211 'Fuchsia ARM64',
Chong Gu4602f4d2020-02-20 03:43:072212 ],
2213 },
Kenneth Russell8a386d42018-06-02 09:48:012214 'video_decode_accelerator_gl_unittest': {
2215 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:012216 # Windows Intel doesn't have the GL extensions to support this test.
Yuly Novikovbc1ccff2019-08-03 00:05:492217 'ANGLE GPU Win10 x64 Release (Intel HD 630)',
2218 'Optional Win10 x64 Release (Intel HD 630)',
2219 'Win10 FYI x64 Release (Intel HD 630)',
Brian Sheedyf9387db7b2019-08-05 19:26:102220 'Win10 FYI x64 Release (Intel UHD 630)',
Yuly Novikov5ff15502019-07-31 00:55:482221 'Win10 FYI x64 Exp Release (Intel HD 630)',
Kenneth Russell8a386d42018-06-02 09:48:012222 ],
2223 },
Tom Anderson76eff052020-04-01 21:28:522224 'views_unittests_wayland': {
2225 'modifications': {
2226 'Linux Ozone Tester (Wayland)': {
2227 'args': [
2228 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_views_unittests.filter',
2229 ],
2230 },
2231 },
2232 },
2233 'views_unittests_x11': {
2234 'modifications': {
2235 'Linux Ozone Tester (X11)': {
2236 'args': [
2237 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.x11_views_unittests.filter',
2238 ],
2239 },
2240 },
2241 },
John Budorickd02c429de2020-01-10 19:02:212242 'viz_unittests': {
2243 'modifications': {
2244 'android-marshmallow-x86-fyi-rel': {
John Budorickafd548b2020-01-14 20:45:092245 'args': [
John Budorickd02c429de2020-01-10 19:02:212246 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.viz_unittests.filter',
2247 ],
2248 },
Haiyang Pan08d09dc2020-04-01 16:11:212249 'android-pie-x86-rel': {
John Budorickafd548b2020-01-14 20:45:092250 'args': [
John Budorickd02c429de2020-01-10 19:02:212251 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.viz_unittests.filter',
2252 ],
2253 },
2254 },
2255 },
John Budorick20f4fa8d2019-08-02 22:58:292256 'vr_android_unittests': {
2257 'remove_from': [
Haiyang Pan801fbaa32019-09-06 18:43:092258 'android-marshmallow-x86-fyi-rel',
Haiyang Pan08d09dc2020-04-01 16:11:212259 'android-pie-x86-rel',
Yun Liu3e759dbb2019-11-01 19:25:522260 'android-code-coverage-native', # crbug/1018434
John Budorick20f4fa8d2019-08-02 22:58:292261 ],
2262 },
2263 'vr_common_unittests': {
2264 'remove_from': [
Haiyang Pan801fbaa32019-09-06 18:43:092265 'android-marshmallow-x86-fyi-rel',
Haiyang Pan08d09dc2020-04-01 16:11:212266 'android-pie-x86-rel',
Yun Liu3e759dbb2019-11-01 19:25:522267 'android-code-coverage-native', # crbug/1018431
John Budorick20f4fa8d2019-08-02 22:58:292268 ],
2269 },
Kenneth Russellfbda3c532017-12-08 23:57:242270 'vr_pixeltests': {
2271 'remove_from': [
Haiyang Pan801fbaa32019-09-06 18:43:092272 'android-marshmallow-x86-fyi-rel',
Haiyang Pan08d09dc2020-04-01 16:11:212273 'android-pie-x86-rel',
Kenneth Russell8ceeabf2017-12-11 17:53:282274 'VR Linux',
Yun Liu3e759dbb2019-11-01 19:25:522275 'android-code-coverage-native', # crbug/1018431
Alex Cooper29432cf2020-01-09 01:12:062276 # These tests fail on Win7, and given that We don't support VR there,
2277 # these tests are unnecessary there.
2278 # chromium.win
2279 'Win 7 Tests x64 (1)',
2280 'Win7 Tests (1)',
2281 'Win7 Tests (dbg)(1)',
Kenneth Russellfbda3c532017-12-08 23:57:242282 ],
2283 },
Nico Webere81999ee2018-07-01 23:52:432284 'wayland_client_perftests': {
2285 'remove_from': [
2286 'linux-chromeos-dbg', # https://crbug.com/859307
2287 ],
2288 },
John Budorick63357462019-02-27 23:02:512289 'webdriver_tests_suite': {
2290 'remove_from': [
2291 'Linux Tests', # https://crbug.com/929689, https://crbug.com/936557
2292 ],
2293 },
bsheedy048cbdb2019-02-04 20:32:052294 'webgl2_conformance_gl_passthrough_tests': {
2295 'remove_from': [
Yuly Novikov783ffa7b2019-03-28 00:22:492296 # Not enough capacity. https://crbug.com/946694
Yuly Novikovbc1ccff2019-08-03 00:05:492297 'ANGLE GPU Win10 x64 Release (Intel HD 630)',
Geoff Lang1fede152019-10-10 23:03:442298 # Not enough capacity. https://crbug.com/982294
2299 'Mac Pro FYI Release (AMD)',
2300 'Mac FYI Retina Release (NVIDIA)',
bsheedy048cbdb2019-02-04 20:32:052301 ],
2302 },
John Budorick82e61dfb2019-12-10 04:36:092303 'webgl2_conformance_validating_tests': {
Stephen Martinis54d64ad2018-09-21 22:16:202304 'remove_from': [
2305 # The Mac NVIDIA Retina bots don't have the capacity to run
2306 # this test suite on mac_optional_gpu_tests_rel.
2307 'Optional Mac Retina Release (NVIDIA)',
2308 ],
Kenneth Russell8a386d42018-06-02 09:48:012309 'modifications': {
Kenneth Russell8a386d42018-06-02 09:48:012310 'Mac FYI GPU ASAN Release': {
2311 'args': [
2312 '--is-asan',
2313 ]
2314 },
2315 },
2316 },
2317 'webgl_conformance_gl_passthrough_tests': {
2318 'remove_from': [
2319 # crbug.com/555545 and crbug.com/649824:
2320 # Disable webgl_conformance_gl_tests on some Win/AMD cards.
2321 # Always fails on older cards, flaky on newer cards.
2322 'Win7 FYI Debug (AMD)',
2323 'Win7 FYI Release (AMD)',
Zhenyao Mo23286742019-09-20 00:11:002324 # crbug.com/1005814
2325 'Win10 FYI x64 Release (AMD RX 550)',
Kenneth Russell8a386d42018-06-02 09:48:012326 ],
2327 },
Stephen Martinis54d64ad2018-09-21 22:16:202328 'webgl_conformance_tests': {
Kenneth Russell8a386d42018-06-02 09:48:012329 'modifications': {
Stephen Martinis54d64ad2018-09-21 22:16:202330 # On desktop platforms these don't take very long (~7 minutes),
2331 # but on Android they take ~30 minutes and we want to use more
2332 # shards than on desktop.
Stephen Martinis54d64ad2018-09-21 22:16:202333 'Android Release (Nexus 5X)': {
2334 'swarming': {
2335 'shards': 6,
2336 },
2337 },
Ben Pastene52890ace2019-05-24 20:03:362338 'chromeos-amd64-generic-rel': {
Ben Pastene52890ace2019-05-24 20:03:362339 'swarming': {
Brian Sheedydb0417e2019-12-11 01:14:202340 'shards': 12,
Ben Pastene52890ace2019-05-24 20:03:362341 },
2342 },
Kenneth Russell8a386d42018-06-02 09:48:012343 },
Ben Pastene1e9b93e2019-07-15 17:01:562344 'replacements': {
2345 'chromeos-kevin-rel-hw-tests': {
2346 # Replace VM args with the magic hostname that resolves to a CrOS
2347 # device in the test lab.
2348 'args': {
2349 '--remote': 'variable_chromeos_device_hostname',
2350 '--remote-ssh-port': None,
2351 },
2352 },
2353 },
Kenneth Russelle63e41f2019-04-09 02:45:282354 'remove_from': [
2355 # Too slow on this configuration, which is severely hardware
2356 # constrained. crbug.com/950690
2357 'Mac FYI Retina Debug (NVIDIA)',
2358 ],
Kenneth Russell8a386d42018-06-02 09:48:012359 },
John Budorick82e61dfb2019-12-10 04:36:092360 'webgl_conformance_validating_tests': {
2361 'modifications': {
2362 'Mac FYI GPU ASAN Release': {
2363 'args': [
2364 '--is-asan',
2365 ]
2366 },
2367 },
2368 },
Yuly Novikove27d1d22018-10-29 21:24:192369 'webgl_conformance_vulkan_passthrough_tests': {
2370 'remove_from': [
2371 'Win7 FYI Debug (AMD)',
2372 ],
2373 },
Kenneth Russelleb60cbd22017-12-05 07:54:282374 'webkit_unit_tests': {
Yun Liu16394ab32019-11-19 16:37:572375 'remove_from': [
2376 # Flakily fails on Win7. https://crbug.com/943372.
2377 'Win7 Tests (1)',
2378 'Win 7 Tests x64 (1)',
Yun Liu16394ab32019-11-19 16:37:572379 'android-code-coverage-native', # crbug/1018431
2380 ],
Dirk Pranke81ff51c2017-12-09 19:24:282381 'modifications': {
John Budorick5052d552017-12-13 02:59:342382 'Linux ASan LSan Tests (1)': {
2383 # These are very slow on the ASAN trybot for some reason.
2384 # crbug.com/794372
2385 'swarming': {
2386 'shards': 5,
2387 },
2388 },
Erik Chen681dc0282019-11-26 22:54:492389 'Linux TSan Tests': {
2390 'swarming': {
2391 'shards': 2,
2392 },
2393 },
arthursonzogni26889d82018-05-29 17:18:162394 'Marshmallow 64 bit Tester': {
2395 # Increase timeout. See https://crbug.com/847229.
2396 'swarming': {
2397 'hard_timeout': 1200,
2398 },
2399 },
Omer Katz7d2be652020-01-22 18:13:462400 'linux-blink-heap-concurrent-marking-tsan-rel': {
2401 'swarming': {
2402 'shards': 2,
2403 },
2404 },
Dirk Pranke81ff51c2017-12-09 19:24:282405 },
Kenneth Russelleb60cbd22017-12-05 07:54:282406 },
2407 'webview_instrumentation_test_apk': {
2408 'remove_from': [
Hans Wennborgeac4c36c2018-05-23 16:04:062409 # This test frequently fails on Android, https://crbug.com/824959
Haiyang Pana3ff55ae2020-04-23 18:26:542410 'android-lollipop-arm-rel',
Stephen Martinis1384ff92020-01-07 19:52:152411 # matching android builders, the test fails on these.
Hans Wennborga0b11ebe2018-05-15 16:26:502412 'ToTAndroid',
John Budorick27d2d44e2019-05-20 20:26:092413 'android-asan', # https://crbug.com/964562
Dirk Pranke20eae9a72017-12-09 18:12:142414 # On chromium.swarm, this should possibly be being run (or removed
Takuto Ikuta527cdff2020-01-29 08:04:272415 # from android-marshmallow-arm64-rel-swarming).
Haiyang Pan1ad3bb032020-04-24 23:52:032416 'android-lollipop-arm-rel-swarming',
Yun Liu7cfd28a2019-10-30 01:57:122417 'android-code-coverage-native', # https://crbug.com/1018431
Kenneth Russelleb60cbd22017-12-05 07:54:282418 ],
Ben Pastenee17a8e92018-07-12 21:55:182419 'modifications': {
Andrew Luof08500ae2020-01-10 01:24:452420 # chromium.android.fyi
2421 'Android WebView P FYI (rel)': {
2422 'args': [
2423 '--annotation',
2424 'DisabledTest,FlakyTest' # Monitor status of disabled tests.
2425 ],
2426 },
Ben Pastenee17a8e92018-07-12 21:55:182427 'Oreo Phone Tester': {
Andrew Luo93c4a1e2019-08-30 05:26:302428 # TODO(crbug.com/997362): Enable this once it's passing.
bsheedy01833462018-12-07 01:05:572429 # TODO(https://crbug.com/884413): Re-enable this once the tests are
2430 # either passing or there is more capacity.
2431 'experiment_percentage': 0,
Ben Pastenee17a8e92018-07-12 21:55:182432 },
Haiyang Pan08d09dc2020-04-01 16:11:212433 'android-pie-x86-rel': {
Haiyang Panfdd94332020-03-27 02:43:292434 'args': [
2435 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_instrumentation_test_apk.filter',
2436 ],
2437 },
Ben Pastenee17a8e92018-07-12 21:55:182438 },
Kenneth Russelleb60cbd22017-12-05 07:54:282439 },
bsheedy800f5062018-08-07 00:47:542440 'xr_browser_tests': {
2441 'remove_from': [
Stephen Martinis1384ff92020-01-07 19:52:152442 # Randomly hangs indefinitely https://crbug.com/1018896.
2443 'Win10 FYI x64 Release (AMD RX 550)',
bsheedy800f5062018-08-07 00:47:542444 # This exception probably needs to stay due to lack of capacity
2445 # on the Win AMD bots.
2446 'Win7 FYI Debug (AMD)',
Maggie Chen4fc29842018-08-07 19:12:482447 # Fails on the bot, http://crbug.com/868143
2448 'Win7 FYI Release (AMD)',
bsheedy800f5062018-08-07 00:47:542449 ],
2450 },
Kenneth Russelleb60cbd22017-12-05 07:54:282451}