blob: 6af3315cd9ca92b3840943415833a2d04ba5dd4c [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.
John Budorick2232bb982018-05-18 17:50:0736 'android-kitkat-arm-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:2837 'KitKat Phone Tester (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:2838 'KitKat Tablet Tester',
Yun Liu3e759dbb2019-11-01 19:25:5239 'android-code-coverage-native', # crbug/1018434
Kenneth Russelleb60cbd22017-12-05 07:54:2840 ],
Kenneth Russelleb60cbd22017-12-05 07:54:2841 },
Kenneth Russell8a386d42018-06-02 09:48:0142 'angle_end2end_tests': {
43 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:0144 # TODO(ynovikov) Investigate why the test breaks on older devices.
45 'Android FYI Release (Nexus 5)',
46 'Android FYI Release (Nexus 6)',
47 'Android FYI Release (Nexus 9)',
48 # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219
49 'Linux FYI Release (AMD R7 240)',
Yuly Novikovab7256232019-04-08 19:08:0950 # Temporarily disabled due to bad NVIDIA driver upgrade crbug.com/950542
51 'Linux FYI Debug (NVIDIA)',
52 'Linux FYI GPU TSAN Release',
jonrossfb1c61b72019-11-19 01:43:5953 # Disabling on RX 550 as we are currently qualifying the card and not
54 # checking for regressions. crbug.com/1025745
55 'Win10 FYI x64 Release (AMD RX 550)',
Kenneth Russell8a386d42018-06-02 09:48:0156 ],
57 },
58 'angle_perftests': {
59 'remove_from': [
Yuly Novikov04baee6d2018-12-21 21:22:2160 'Android FYI Release (Nexus 5)', # crbug.com/915429
Nico Weber521565b2018-07-12 22:50:1661 'Android FYI Release (Nexus 6)', # anglebug.com/2433
Yuly Novikovab7256232019-04-08 19:08:0962 'Linux FYI GPU TSAN Release', # crbug.com/950542
Kenneth Russell8a386d42018-06-02 09:48:0163 ],
64 },
Kenneth Russellfbda3c532017-12-08 23:57:2465 'angle_unittests': {
66 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:0167 # On Android, these are already run on the main waterfall.
Kenneth Russell8a386d42018-06-02 09:48:0168 'Android FYI Release (Nexus 5X)',
Kenneth Russellfbda3c532017-12-08 23:57:2469 ],
John Budorickca14c76f62017-12-09 14:19:1870 'modifications': {
71 'Linux ASan LSan Tests (1)': {
72 'swarming': {
73 'shards': 10,
74 },
75 },
76 },
Kenneth Russellfbda3c532017-12-08 23:57:2477 },
Saman Sami8e2eedaa2019-12-18 20:23:0778 'angle_white_box_tests': {
79 'remove_from': [
80 # https://crbug.com/1035178
81 'Win10 FYI x64 Release (AMD RX 550)',
82 # https://crbug.com/1035461
83 'Linux FYI GPU TSAN Release',
84 ],
85 },
John Chenaab16fc02020-03-03 06:35:4586 'blink_web_tests': {
87 'remove_from': [
88 'Win 7 Tests x64 (1)', # 64-bit win is unsupported by the layout tests.
89 'Win10 Tests x64 (dbg)',
90 ],
91 'modifications': {
92 'Fuchsia x64': {
93 'args': [
94 '--platform=fuchsia',
95 ],
96 'swarming': {
97 'shards': 1,
98 },
99 },
100 'Linux Tests': {
101 "args": [
102 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
103 ],
104 },
105 'Linux Tests (dbg)(1)': {
106 'args': [
107 '--debug',
108 ],
109 'swarming': {
110 'shards': 20,
111 },
112 },
113 'Mac10.10 Tests': {
114 # TODO(kbr): this is essentially redundant.
115 'swarming': {
116 'dimension_sets': [
117 {
118 'gpu': 'none',
119 'os': 'Mac-10.10.5',
120 },
121 ],
122 'shards': 25,
123 },
124 },
125 'Mac10.11 Tests': {
126 # TODO(kbr): this is essentially redundant.
127 'swarming': {
128 'dimension_sets': [
129 {
130 'gpu': 'none',
131 'os': 'Mac-10.11.6',
132 },
133 ],
134 'shards': 25,
135 },
136 },
137 'Mac10.12 Tests': {
138 'swarming': {
139 'shards': 25,
140 },
141 },
142 'Mac10.13 Tests': {
143 'swarming': {
144 'dimension_sets': [
145 {
146 # Run the layout tests on a consistent set of hardware
147 # (Mac Minis).
148 'gpu': '8086:0a2e',
149 },
150 ],
151 'shards': 25,
152 },
153 },
154 'Mac10.13 Tests (dbg)': {
155 'args': [
156 '--debug',
157 ],
John Budorickd3375fa2020-03-17 20:49:11158 'swarming': {
159 'shards': 25,
160 },
John Chenaab16fc02020-03-03 06:35:45161 },
162 'V8 Blink Linux Debug': {
163 'args': [
164 '--debug',
165 ],
166 },
167 'V8 Blink Linux Future': {
168 'args': [
169 '--additional-driver-flag=--js-flags=--future',
170 ],
171 },
172 'WebKit Linux ASAN': {
173 'args': [
174 '--additional-expectations',
175 '../../third_party/blink/web_tests/ASANExpectations',
176 '--time-out-ms',
177 '48000',
178 '--enable-sanitizer',
179 ],
180 'swarming': {
181 'shards': 20,
182 },
183 },
184 'WebKit Linux Leak': {
185 'args': [
186 '--additional-expectations',
187 '../../third_party/blink/web_tests/LeakExpectations',
188 '--time-out-ms',
189 '48000',
190 '--enable-leak-detection',
191 ],
192 'swarming': {
193 'shards': 10,
194 },
195 },
196 'WebKit Linux MSAN': {
197 'args': [
198 '--additional-expectations',
199 '../../third_party/blink/web_tests/MSANExpectations',
200 '--time-out-ms',
201 '66000',
202 '--enable-sanitizer',
203 ],
204 'swarming': {
205 'expiration': 36000,
206 'hard_timeout': 10800,
207 'io_timeout': 3600,
208 'shards': 20,
209 },
210 },
211 'WebKit Linux composite_after_paint Dummy Builder': {
212 'args': [
213 '--additional-driver-flag=--enable-blink-features=CompositeAfterPaint',
214 ],
215 },
216 'WebKit Linux layout_ng_disabled Builder': {
217 'args': [
218 '--additional-driver-flag=--disable-blink-features=LayoutNG',
219 ],
220 },
221 'Win10 Tests x64': {
222 'args': [
223 '--target',
224 'Release_x64',
225 ],
226 'swarming': {
227 "shards": 28
228 },
229 },
230 'Win10 Tests x64 (dbg)': {
231 'args': [
232 '--debug',
233 '--target',
234 'Debug_x64',
235 ],
236 },
237 'Win10 Tests x64 Code Coverage': {
238 'args': [
239 '--target',
240 'Release_x64',
241 ],
242 'swarming': {
243 "shards": 28
244 },
245 },
246 'Win7 Tests (dbg)(1)': {
247 'args': [
248 '--debug',
249 '--time-out-ms',
250 '60000'
251 ],
252 'experiment_percentage': 100,
253 # TODO(kbr): the "Windows-7-SP1" Swarming dimension set is implicit,
254 # from prefered_os_dimension in
255 # tools/build/scripts/slave/recipe_modules/swarming/api.py. Ideally,
256 # Swarming dimensions would be either specified for all testers on the
257 # waterfall (and therefore, explicitly specified for all tests in the
258 # generated JSON), or this would be removed, and the implicit one used.
259 'swarming': {
260 'dimension_sets': [
261 {
262 'os': 'Windows-7-SP1',
263 }
264 ],
265 },
266 },
267 # tryserver.chromium.android
268 'android_blink_rel': {
269 'args': [
270 '--release',
271 '--android',
272 # TODO(crbug.com/912120): Breakpad was entirely disabled on
273 # Android. Remove this when it no longer affects Android crash
274 # log handling.
275 '--disable-breakpad',
276 # TODO(crbug.com/875172): run on the real GPU since the
277 # software fallback, SwiftShader, isn't yet for 32-bit ARM.
278 '--additional-driver-flag=--use-gpu-in-tests',
279 ],
280 },
281 'devtools_frontend_linux_blink_light_rel': {
282 'args': [
283 'http/tests/devtools',
284 ],
285 'swarming': {
286 'shards': 4,
287 },
288 },
289 'fuchsia-fyi-x64-rel': {
290 'args': [
291 '--platform=fuchsia',
292 ],
293 'swarming': {
294 'shards': 1,
295 },
296 },
Mathias Carlen30968a62020-03-31 08:47:04297 'linux-autofill-assistant': {
298 'args': [
299 '--release',
300 ],
301 },
Yuzu Saijo9709bcc2020-03-18 09:12:20302 'linux-bfcache-rel': {
John Chenaab16fc02020-03-03 06:35:45303 'args': [
John Chenaab16fc02020-03-03 06:35:45304 '--additional-driver-flag=--enable-features=BackForwardCache',
305 '--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/enable-features=BackForwardCache',
306 ],
307 },
308 'linux-blink-animation-use-time-delta': {
309 'args': [
310 '--debug',
311 ],
312 },
313 'linux-blink-cors-rel': {
314 'args': [
315 '--additional-driver-flag=--disable-features=OutOfBlinkCors',
316 '--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/disable-features=OutOfBlinkCors',
317 ],
318 },
319 'linux-blink-heap-concurrent-marking-tsan-rel': {
320 'args': [
321 '--release',
322 '--additional-driver-flag=--enable-features=BlinkHeapConcurrentMarking',
323 ],
324 },
325 'linux-code-coverage': {
326 'args': [
327 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw',
328 ],
329 'swarming': {
330 'shards': 20,
331 },
332 },
Aaron Gable40f79aa2020-03-21 01:21:15333 'linux-layout-tests-edit-ng': {
334 'args': [
Yoshifumi Inouebebca262020-04-08 22:03:49335 '--additional-driver-flag=--enable-blink-features=EditingNG',
Aaron Gable40f79aa2020-03-21 01:21:15336 ],
337 },
John Chenaab16fc02020-03-03 06:35:45338 'linux-layout-tests-fragment-item': {
339 'args': [
340 '--additional-driver-flag=--enable-blink-features=LayoutNGFragmentItem',
341 ],
342 },
John Chenaab16fc02020-03-03 06:35:45343 'mac-rel': {
344 'swarming': {
345 'dimension_sets': [
346 {
347 # Run the layout tests on a consistent set of hardware
348 # (Mac Minis).
349 'gpu': '8086:0a2e',
350 },
351 ],
352 'shards': 25,
353 },
354 },
355 'mac10.10-blink-rel-dummy': {
356 'swarming': {
357 'shards': 20,
358 },
359 },
360 'mac10.11-blink-rel-dummy': {
361 'swarming': {
362 'shards': 20,
363 },
364 },
365 'mac10.12-blink-rel-dummy': {
366 'swarming': {
367 'shards': 20,
368 },
369 },
370 'mac10.13-blink-rel-dummy': {
371 'swarming': {
372 'shards': 20,
373 },
374 },
375 'mac10.13_retina-blink-rel-dummy': {
376 'swarming': {
377 'shards': 20,
378 },
379 },
380 'mac10.14-blink-rel-dummy': {
381 'swarming': {
382 'shards': 20,
383 },
384 },
385 },
386 },
Chong Gu9a2741732020-02-24 21:32:01387 'boringssl_crypto_tests': {
388 'remove_from': [
389 # https://crbug.com/1054545
Stephen Roeac495972020-02-25 23:32:41390 'Fuchsia ARM64',
Chong Gu9a2741732020-02-24 21:32:01391 ],
392 },
393 'boringssl_ssl_tests': {
394 'remove_from': [
395 # https://crbug.com/1054545
Stephen Roeac495972020-02-25 23:32:41396 'Fuchsia ARM64',
Chong Gu9a2741732020-02-24 21:32:01397 ],
398 },
John Budorickca995852019-06-26 16:55:55399 'breakpad_unittests': {
400 'modifications': {
401 'android-asan': {
402 'args': [
403 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.breakpad_unittests.filter',
404 ],
405 },
406 },
407 },
Kenneth Russelleb60cbd22017-12-05 07:54:28408 'browser_tests': {
Kenneth Russellfbda3c532017-12-08 23:57:24409 'remove_from': [
Brad Halla36886c2019-02-26 16:52:29410 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber3af4da72018-02-27 01:59:41411 'linux-win_cross-rel',
John Budorick80ec5d522020-01-22 23:27:08412 'mac-rel', # crbug.com/1042757
Nico Weberdae13cd92018-12-14 13:56:26413 'ToTLinuxTSan', # https://crbug.com/368525
John Budorick5ef11472019-12-18 22:02:33414 'Mac10.10 Tests', # https://crbug.com/828031
Aaron Gable30cda242020-01-22 21:02:58415 'Mac10.13 Tests', # https://crbug.com/1042757
Nico Weberd36959682018-04-12 03:33:46416 'Linux TSan Tests', # https://crbug.com/368525
Stephen Martinise701f5a2018-05-04 01:25:11417 'Win10 Tests x64 (dbg)',
Kenneth Russellfbda3c532017-12-08 23:57:24418 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28419 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:15420 'Linux - Future (dbg)': { # client.v8.chromium
Yuke Liaoea70f472019-12-19 06:03:36421 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15422 'shards': 10,
Yuke Liaoea70f472019-12-19 06:03:36423 },
424 },
Stephen Martinis1384ff92020-01-07 19:52:15425 'Linux ASan LSan Tests (1)': {
426 # These are very slow on the ASAN trybot for some reason.
427 # crbug.com/794372
Roberto Carrillo2c9ec972019-03-20 03:11:19428 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15429 'shards': 40,
Roberto Carrillo2c9ec972019-03-20 03:11:19430 },
431 },
Chris Cunningham1d0e9e12020-02-26 22:56:40432 'Linux ASan Tests (sandboxed)': {
433 'swarming': {
434 'shards': 12, # https://crbug.com/1056300
435 },
436 },
Stephen Martinis1384ff92020-01-07 19:52:15437 'Linux Chromium OS ASan LSan Tests (1)': {
438 # These are very slow on the ASAN trybot for some reason.
439 # crbug.com/794372
Roberto Carrillo5a5c98dc2019-10-30 22:33:51440 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15441 'shards': 31,
Roberto Carrillo5a5c98dc2019-10-30 22:33:51442 },
443 },
Stephen Martinis1384ff92020-01-07 19:52:15444 'Linux ChromiumOS MSan Tests': {
445 # These are very slow on the Chrome OS MSAN trybot for some reason.
446 # crbug.com/865455
Kenneth Russell56a3e862017-12-08 03:11:34447 'swarming': {
Ben Pasteneacd57392019-10-31 02:13:25448 'shards': 30,
Kenneth Russell56a3e862017-12-08 03:11:34449 },
450 },
John Budorick614f91a2020-03-30 20:34:55451 'Linux Tests (dbg)(1)': {
452 # crbug.com/1066161
453 'swarming': {
454 'shards': 20,
455 },
456 },
Stephen Martinis1384ff92020-01-07 19:52:15457 'Mac ASan 64 Tests (1)': {
Kenneth Russellfbda3c532017-12-08 23:57:24458 'swarming': {
John Budorick542f4762020-03-17 20:40:14459 'dimension_sets': [
460 {
461 # These shards are liable to time out when running on minis.
462 'cores': '8',
463 }
464 ],
Kenneth Russellfbda3c532017-12-08 23:57:24465 'shards': 20,
466 },
467 },
John Budorickd3375fa2020-03-17 20:49:11468 'Mac10.13 Tests (dbg)': {
469 'swarming': {
470 'shards': 20,
471 },
472 },
Stephen Martinis1384ff92020-01-07 19:52:15473 'ToTWin(dbg)': {
Kenneth Russelleb60cbd22017-12-05 07:54:28474 'swarming': {
John Budorickca14c76f62017-12-09 14:19:18475 'shards': 20,
Kenneth Russelleb60cbd22017-12-05 07:54:28476 },
477 },
Stephen Martinis1384ff92020-01-07 19:52:15478 'ToTWin64(dbg)': {
Kenneth Russell8ceeabf2017-12-11 17:53:28479 'swarming': {
480 'shards': 20,
481 },
482 },
Kenneth Russell6c83d212018-07-27 20:52:59483 'Win10 Tests x64': {
484 # crbug.com/868082
485 'args': [
486 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
487 ],
Takuto Ikutac9c269a2019-01-10 22:40:25488 'swarming': {
489 # This is for slow test execution that often becomes a critical path of
490 # swarming jobs. crbug.com/868114
491 'shards': 15,
492 }
Kenneth Russell6c83d212018-07-27 20:52:59493 },
Sajjad Mirza87e17b242020-01-22 18:49:07494 'Win10 Tests x64 Code Coverage': {
495 # crbug.com/868082
496 'args': [
497 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
498 ],
499 'swarming': {
500 # This is for slow test execution that often becomes a critical path of
501 # swarming jobs. crbug.com/868114
502 'shards': 15,
503 }
504 },
Stephen Martinis1384ff92020-01-07 19:52:15505 'Win7 Tests (1)': {
506 # This is for slow test execution that often becomes a critical path of
507 # swarming jobs. crbug.com/868114
508 'swarming': {
509 'shards': 15,
510 },
511 },
512 'Win7 Tests (dbg)(1)': {
Pavol Markoc579e072019-12-05 22:42:02513 'swarming': {
514 'shards': 20,
515 },
516 },
Stephen Martinis1384ff92020-01-07 19:52:15517 'linux-chromeos-chrome': {
518 # TODO(https://crbug.com/932269): Promote out of experiment when the
519 # tests are green.
520 'args': [
521 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter',
522 ],
523 },
524 'linux-chromeos-code-coverage': {
Nico Weber0c2861b2018-12-14 18:05:16525 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15526 'shards': 50,
527 },
528 },
529 'linux-chromeos-dbg': {
530 'swarming': {
531 'shards': 30,
532 },
533 },
534 'linux-chromeos-rel': {
535 'swarming': {
536 'shards': 20,
Stephanie Kime9008f72020-03-05 23:01:16537 'dimension_sets': [
538 {
539 'kvm': '1',
540 },
541 ],
Stephen Martinis1384ff92020-01-07 19:52:15542 },
543 },
544 'linux-code-coverage': {
Yuke Liao58e1d202020-03-20 23:02:01545 'args': [
546 '--no-sandbox',
547 ],
Stephen Martinis1384ff92020-01-07 19:52:15548 'swarming': {
549 'shards': 50,
550 },
551 },
552 'linux-trusty-rel': {
553 'args': [
John Budorick79ec9012020-01-08 21:56:31554 '--test-launcher-filter-file=../../testing/buildbot/filters/linux_trusty_rel.browser_tests.filter',
555 ],
Stephen Martinis1384ff92020-01-07 19:52:15556 },
557 'mac-code-coverage': {
Stephen Martinis1384ff92020-01-07 19:52:15558 'swarming': {
559 'shards': 15,
560 },
561 },
Stephen Martinis1384ff92020-01-07 19:52:15562 'win-asan': {
563 # browser_tests shards were reaching a timeout limit of 60 minutes on win-asan
564 # (https://crbug.com/1031096).
565 'swarming': {
566 'shards': 20,
Nico Weber0c2861b2018-12-14 18:05:16567 },
568 },
Kenneth Russelleb60cbd22017-12-05 07:54:28569 },
570 },
Erik Chen681dc0282019-11-26 22:54:49571 'cc_unittests': {
572 'modifications': {
573 'Linux TSan Tests': {
574 'swarming': {
575 'shards': 3,
576 },
577 },
John Budorickfa8f1da92020-01-15 18:11:38578 'android-marshmallow-x86-fyi-rel': {
579 # https://crbug.com/1039860
580 'args': [
581 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter',
582 ],
583 },
Haiyang Pan08d09dc2020-04-01 16:11:21584 'android-pie-x86-rel': {
John Budorickfa8f1da92020-01-15 18:11:38585 # https://crbug.com/1039860
586 'args': [
587 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter',
588 ],
589 },
Erik Chen681dc0282019-11-26 22:54:49590 },
Chong Gu00dbbbf2020-01-31 23:51:45591 'remove_from': [
Stephen Roeac495972020-02-25 23:32:41592 'Fuchsia ARM64', # https://crbug.com/1046552
Weza653d8a2020-04-21 13:37:53593 'Fuchsia x64', # https://crbug.com/1046552
Stephen Roe0b169132020-03-03 19:04:21594 'fuchsia-fyi-arm64-rel',
Chong Gu00dbbbf2020-01-31 23:51:45595 ],
Erik Chen681dc0282019-11-26 22:54:49596 },
Dirk Pranke1b767092017-12-07 04:44:23597 'checkbins': {
598 'remove_from': [
Stephen Martinis47d77132019-04-24 23:51:33599 'linux-archive-dbg',
600 'linux-archive-rel',
601 'mac-archive-dbg',
602 'mac-archive-rel',
Dirk Pranke1b767092017-12-07 04:44:23603 ],
604 },
Andrew Luod252791ac2019-10-15 00:28:13605 'chrome_java_test_pagecontroller_tests': {
606 'modifications': {
607 'android-pie-arm64-rel': {
608 'experiment_percentage': 100, # https://crbug.com/924194
609 },
610 },
611 },
Yun Liu7cfd28a2019-10-30 01:57:12612 'chrome_public_smoke_test': {
613 'remove_from': [
614 'android-code-coverage-native', # https://crbug.com/1018780
615 ],
616 },
Kenneth Russelleb60cbd22017-12-05 07:54:28617 'chrome_public_test_apk': {
John Budorick27d2d44e2019-05-20 20:26:09618 'remove_from': [
619 'android-asan', # https://crbug.com/964562
Yun Liu7cfd28a2019-10-30 01:57:12620 'android-code-coverage-native', # https://crbug.com/1018780
Haiyang Pan32f35f18d2020-03-10 17:38:38621 'android-kitkat-arm-rel', # https://crbug.com/1060245
John Budorick27d2d44e2019-05-20 20:26:09622 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28623 'modifications': {
Natalie Chouinard48afb4352020-04-17 21:30:32624 'Android CFI': {
625 'args': [
626 '--exclude-annotation',
627 'Feature=RenderTest', # https://crbug.com/1068294
628 ],
629 },
Kenneth Russelleb60cbd22017-12-05 07:54:28630 'KitKat Phone Tester (dbg)': {
631 'swarming': {
632 'shards': 20,
633 },
634 },
Kenneth Russelleb60cbd22017-12-05 07:54:28635 'Marshmallow 64 bit Tester': {
636 'swarming': {
Kenneth Russelleb60cbd22017-12-05 07:54:28637 'shards': 14,
638 },
639 },
Arthur Wang5dd7b07c2020-04-04 01:05:22640 'Marshmallow Tablet Tester': {
641 'args': [
642 '--timeout-scale',
643 '2.0',
644 ],
645 },
Ben Pastenec73e96e92018-07-12 01:40:35646 'Oreo Phone Tester': {
bsheedy01833462018-12-07 01:05:57647 # TODO(https://crbug.com/884413): Re-enable this once the tests are
648 # either passing or there is more capacity.
649 'experiment_percentage': 0,
Ben Pastenec73e96e92018-07-12 01:40:35650 },
Stephen Martinis1384ff92020-01-07 19:52:15651 'android-arm64-proguard-rel': {
652 'swarming': {
653 'shards': 25,
654 },
655 },
Brian Sheedy44a7a0032020-04-16 19:20:57656 'android-kitkat-arm-rel-swarming': {
657 'swarming': {
658 # TODO(crbug.com/1071301): Switch to -dev Gold account once it's
659 # available.
660 'service_account': 'chromium-tester-dev@chops-service-accounts.iam.gserviceaccount.com'
661 },
662 },
Stephen Martinis1384ff92020-01-07 19:52:15663 'android-marshmallow-arm64-rel': {
664 'swarming': {
665 'shards': 25,
666 },
667 },
Brian Sheedy44a7a0032020-04-16 19:20:57668 'android-marshmallow-arm64-rel-swarming': {
669 'swarming': {
670 # TODO(crbug.com/1071301): Switch to -dev Gold account once it's
671 # available.
672 'service_account': 'chromium-tester-dev@chops-service-accounts.iam.gserviceaccount.com'
673 },
674 },
Stephen Martinis1384ff92020-01-07 19:52:15675 'android-pie-arm64-rel': {
676 'args': [
677 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.chrome_public_test_apk.filter', # https://crbug.com/1010211
678 ],
Haiyang Pan43640ee2020-02-13 01:38:00679 },
Haiyang Pan08d09dc2020-04-01 16:11:21680 'android-pie-x86-rel': {
Haiyang Pan43640ee2020-02-13 01:38:00681 'args': [
Haiyang Pan71373072020-03-02 19:57:49682 '--avd-config=../../tools/android/avd/proto/generic_playstore_android28.textpb',
683 # https://crbug.com/1046059
Haiyang Pan43640ee2020-02-13 01:38:00684 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.chrome_public_test_apk.filter',
685 ],
Haiyang Pan71373072020-03-02 19:57:49686 'swarming': {
687 'named_caches': [
688 {
689 'name': 'avd_generic_playstore_android28',
690 'path': '.android',
691 },
692 {
693 'name': 'system_images_android_28_google_apis_playstore_x86',
694 'path': '.emulator_sdk',
695 },
696 ]
697 },
John Budorick34009472018-04-03 17:38:44698 },
Kenneth Russelleb60cbd22017-12-05 07:54:28699 },
700 },
701 'chrome_public_test_vr_apk': {
Nico Weberb0b3f5862018-07-13 18:45:15702 'remove_from': [
bsheedy410dd7c2018-06-15 22:42:09703 'KitKat Tablet Tester',
704 'Lollipop Tablet Tester',
705 'Marshmallow Tablet Tester',
Haiyang Pan801fbaa32019-09-06 18:43:09706 'android-marshmallow-x86-fyi-rel',
Haiyang Pan08d09dc2020-04-01 16:11:21707 'android-pie-x86-rel',
Andrew Luo38b311f2019-10-04 03:42:09708 'android-pie-arm64-rel', # https://crbug.com/1010211
bsheedydf58b4e2018-11-01 19:42:16709 'ToTAndroid',
710 'ToTAndroidCFI',
John Budorick27d2d44e2019-05-20 20:26:09711 'android-asan', # https://crbug.com/964562
Yun Liu7cfd28a2019-10-30 01:57:12712 'android-code-coverage-native', # https://crbug.com/1018780
bsheedy410dd7c2018-06-15 22:42:09713 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28714 },
bsheedy75a4dd52018-11-27 23:24:30715 'chrome_public_test_vr_apk-vega': {
716 'modifications': {
bsheedy75a4dd52018-11-27 23:24:30717 'Oreo Phone Tester': {
718 'swarming': {
719 'dimension_sets': [
720 {
721 'device_os': 'OVR1.180808.003',
722 'device_type': 'vega',
723 'os': 'Android',
724 },
725 ],
726 },
727 }
728 }
729 },
Takuto Ikuta1b749b902019-04-11 18:05:53730 'chromedriver_py_tests': {
731 'remove_from': [
732 # Timeout happens sometimes (crbug.com/951799).
Takuto Ikuta1b749b902019-04-11 18:05:53733 'Win10 Tests x64 (dbg)',
734 ],
735 },
Yun Liu3e759dbb2019-11-01 19:25:52736 'components_browsertests': {
737 'remove_from': [
738 'android-code-coverage-native', # crbug/1018434
739 ],
740 },
Kenneth Russelleb60cbd22017-12-05 07:54:28741 'components_unittests': {
Yun Liu3e759dbb2019-11-01 19:25:52742 'remove_from': [
Stephen Roeac495972020-02-25 23:32:41743 'Fuchsia ARM64', # https://crbug.com/961457
Yun Liu16394ab32019-11-19 16:37:57744 'Fuchsia x64', # https://crbug.com/961457
Yun Liu3e759dbb2019-11-01 19:25:52745 'android-code-coverage-native', # crbug/1018431
Kevin Marshallce2afe1b2019-12-06 00:49:21746 'fuchsia-fyi-arm64-rel', # https://crbug.com/961457
747 'fuchsia-fyi-x64-dbg', # https://crbug.com/961457
748 'fuchsia-fyi-x64-rel', # https://crbug.com/961457
Yun Liu3e759dbb2019-11-01 19:25:52749 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28750 'modifications': {
John Budorick5052d552017-12-13 02:59:34751 'Linux ASan LSan Tests (1)': {
752 # These are very slow on the ASAN trybot for some reason.
753 # crbug.com/794372
754 'swarming': {
755 'shards': 5,
756 },
757 },
Takuto Ikuta54671d972018-07-19 19:06:35758 'Linux Chromium OS ASan LSan Tests (1)': {
759 # These are very slow on the ASAN trybot for some reason.
760 # crbug.com/794372
761 'swarming': {
762 'shards': 5,
763 },
764 },
Erik Chen681dc0282019-11-26 22:54:49765 'Linux TSan Tests': {
766 'swarming': {
767 'shards': 2,
768 },
769 },
Omer Katz7d2be652020-01-22 18:13:46770 'linux-blink-heap-concurrent-marking-tsan-rel': {
771 'swarming': {
772 'shards': 2,
773 },
774 },
Kenneth Russelleb60cbd22017-12-05 07:54:28775 },
776 },
777 'content_browsertests': {
Brad Halla36886c2019-02-26 16:52:29778 'remove_from': [
Brad Halla36886c2019-02-26 16:52:29779 'CrWinAsan(dll)', # https://crbug.com/935598
Yun Liu42f79ea2019-11-19 01:21:18780 'android-code-coverage-native', # crbug/1018434
Yuke Liaod7da81b2020-03-20 18:57:57781 # http://crbug.com/1060245#c30: due to low utility and capacity.
782 'android-marshmallow-arm64-rel',
Brad Halla36886c2019-02-26 16:52:29783 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28784 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:24785 'Cast Audio Linux': {
786 'args': [
Nico Weber02f30392018-07-16 18:39:43787 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24788 ],
Kenneth Russellfbda3c532017-12-08 23:57:24789 },
790 'Cast Linux': {
791 'args': [
Nico Weber02f30392018-07-16 18:39:43792 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24793 ],
Kenneth Russellfbda3c532017-12-08 23:57:24794 },
Erik Chenb681c8c2019-11-25 22:52:52795 'Linux ASan LSan Tests (1)': {
796 'swarming': {
797 'shards': 12,
798 },
799 },
Chris Cunninghame1a04ea2019-04-24 01:49:32800 'Linux ASan Tests (sandboxed)': {
801 'swarming': {
Stephen McGruer640f0c32020-02-14 15:29:40802 'shards': 4, # https://crbug.com/1051944
Chris Cunninghame1a04ea2019-04-24 01:49:32803 },
804 },
Erik Chen681dc0282019-11-26 22:54:49805 'Linux TSan Tests': {
806 'swarming': {
807 'shards': 15,
808 },
809 },
Stephen Martinis1384ff92020-01-07 19:52:15810 'Lollipop Phone Tester': {
811 'swarming': {
812 'shards': 13,
813 },
814 },
815 'Win10 Tests x64': {
816 # crbug.com/868082
817 'args': [
818 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
819 ],
820 },
821 'Win10 Tests x64 (dbg)': {
822 'experiment_percentage': 100,
823 # crbug.com/868082
824 'args': [
825 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
Stephen Martinis1384ff92020-01-07 19:52:15826 ],
827 },
Sajjad Mirza87e17b242020-01-22 18:49:07828 'Win10 Tests x64 Code Coverage': {
829 # crbug.com/868082
830 'args': [
831 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
832 ],
833 },
Stephen Martinis1384ff92020-01-07 19:52:15834 'android-arm64-proguard-rel': {
835 'swarming': {
836 'shards': 16,
837 },
838 },
839 'android-asan': {
840 'args': [
841 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.content_browsertests.filter',
842 ],
843 'swarming': {
844 'shards': 18,
845 },
846 },
847 'android-kitkat-arm-rel': {
848 'swarming': {
849 'shards': 15,
850 },
851 },
Haiyang Pan32b83392020-03-14 01:38:46852 'android-lollipop-arm-rel': {
853 'swarming': {
854 'shards': 15,
855 },
856 },
Stephen Martinis1384ff92020-01-07 19:52:15857 'android-marshmallow-arm64-rel': {
858 'swarming': {
859 'shards': 16,
860 },
861 },
John Budoricka4e23882020-02-28 18:36:43862 'android-marshmallow-x86-fyi-rel': {
863 'args': [
864 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter',
865 ],
866 },
Haiyang Pan08d09dc2020-04-01 16:11:21867 'android-pie-x86-rel': {
John Budoricka4e23882020-02-28 18:36:43868 'args': [
869 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter',
870 ],
871 },
Omer Katz7d2be652020-01-22 18:13:46872 'linux-blink-heap-concurrent-marking-tsan-rel': {
873 'swarming': {
874 'shards': 4,
875 },
876 },
Stephen Martinis1384ff92020-01-07 19:52:15877 'linux-chromeos-code-coverage': {
878 'swarming': {
879 'shards': 12,
880 },
881 },
Albert J. Wong91f109652019-11-19 03:01:16882 'linux-chromeos-rel': {
883 'swarming': {
884 'shards': 3,
885 },
886 },
Yuke Liao79424e42020-01-06 21:00:11887 'linux-code-coverage': {
Yuke Liao58e1d202020-03-20 23:02:01888 'args': [
889 '--no-sandbox',
890 ],
Yuke Liao79424e42020-01-06 21:00:11891 'swarming': {
892 'shards': 12,
893 },
894 },
Kenneth Russelleb60cbd22017-12-05 07:54:28895 },
896 },
Nico Weber81e16ace22018-06-30 02:58:47897 'content_shell_crash_test': {
Dirk Prankeb1c36b322018-07-11 02:42:00898 'modifications': {
Dirk Prankeb1c36b322018-07-11 02:42:00899 'Win10 Tests x64 (dbg)': {
900 'experiment_percentage': 100, # https://crbug.com/861730
901 },
902 },
Nico Weber81e16ace22018-06-30 02:58:47903 },
John Budorick27d2d44e2019-05-20 20:26:09904 'content_shell_test_apk': {
905 'remove_from': [
John Budorick27d2d44e2019-05-20 20:26:09906 'android-asan', # https://crbug.com/964562
Yun Liu3e759dbb2019-11-01 19:25:52907 'android-code-coverage-native', # crbug/1018434
John Budorick27d2d44e2019-05-20 20:26:09908 ],
John Budorickee2e64f2020-03-02 20:19:10909 'modifications': {
910 'android-marshmallow-x86-fyi-rel': {
911 'args': [
912 '--gtest_filter=-ContentViewScrollingTest.testFling',
913 ],
914 },
Haiyang Pan08d09dc2020-04-01 16:11:21915 'android-pie-x86-rel': {
John Budorickee2e64f2020-03-02 20:19:10916 'args': [
917 '--gtest_filter=-ContentViewScrollingTest.testFling',
918 ],
919 },
920 },
John Budorick27d2d44e2019-05-20 20:26:09921 },
Kenneth Russelleb60cbd22017-12-05 07:54:28922 'content_unittests': {
Yun Liu42f79ea2019-11-19 01:21:18923 'remove_from': [
Yun Liu42f79ea2019-11-19 01:21:18924 'android-code-coverage-native', # crbug/1018434
925 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28926 'modifications': {
John Budorick5052d552017-12-13 02:59:34927 'Linux ASan LSan Tests (1)': {
928 # These are slow on the ASAN trybot for some reason.
929 # crbug.com/794372
930 'swarming': {
931 'shards': 2,
932 },
933 },
Takuto Ikuta54671d972018-07-19 19:06:35934 'Linux ChromiumOS MSan Tests': {
935 # These are very slow on the Chrome OS MSAN trybot for some reason.
936 # crbug.com/865455
937 'swarming': {
938 'shards': 2,
939 },
940 },
Kenneth Russelleb60cbd22017-12-05 07:54:28941 },
942 },
Kenneth Russellc1a09302018-07-10 01:12:54943 'context_lost_tests': {
Brian Sheedye285c9b2019-07-15 21:42:46944 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
945 # exception once there is enough capacity to run these tests.
946 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:46947 'Android FYI Release (Pixel 2)',
948 ],
Kenneth Russellc1a09302018-07-10 01:12:54949 'modifications': {
950 'Mac FYI GPU ASAN Release': {
951 'args': [
952 '--is-asan',
953 ]
954 },
Brian Sheedyfe61cdac2020-02-12 01:25:59955 'Win10 x64 Debug (NVIDIA)': {
956 'args': [
957 # TODO(https://crbug.com/1007013): Remove this flag when it's no
958 # longer necessary to figure out why the renderer process is hanging.
959 '--extra-browser-args=--no-sandbox',
960 ],
961 },
Kenneth Russellc1a09302018-07-10 01:12:54962 },
963 },
Kenneth Russellfbda3c532017-12-08 23:57:24964 'crashpad_tests': {
965 'remove_from': [
Nico Weber15a00d62018-05-16 17:11:48966 'linux-win_cross-rel', # https://crbug.com/762167
Vlad Tsyrklevich06a9a44f2019-07-24 19:14:39967 # https://crbug.com/crashpad/304
968 'Linux TSan Tests',
969 'ToTLinuxTSan',
970 # https://crbug.com/crashpad/306
971 'Linux CFI',
972 'CFI Linux ToT',
Kenneth Russellfbda3c532017-12-08 23:57:24973 ],
974 },
John Budorick5bc387fe2019-05-09 20:02:53975 'cronet_sizes': {
976 'modifications': {
977 'android-cronet-arm-dbg': {
978 'swarming': {
979 'dimension_sets': [
980 {
981 'device_os': None,
982 'device_type': None,
Takuto Ikuta5e459b12019-07-09 05:30:56983 'os': 'Ubuntu-16.04',
John Budorick5bc387fe2019-05-09 20:02:53984 },
985 ],
986 },
987 },
988 },
989 },
Zhenyao Moc307eeb72018-12-20 01:03:20990 'dawn_end2end_tests': {
991 'remove_from': [
Zhenyao Moc307eeb72018-12-20 01:03:20992 'Linux FYI Release (AMD R7 240)', # https://crbug.com/915430
993 ],
994 },
Brian Sheedye285c9b2019-07-15 21:42:46995 'depth_capture_tests': {
996 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
997 # exception once there is enough capacity to run these tests.
998 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:46999 'Android FYI Release (Pixel 2)',
1000 ],
Brian Sheedyfe61cdac2020-02-12 01:25:591001 'modifications': {
1002 'Win10 x64 Debug (NVIDIA)': {
1003 'args': [
1004 # TODO(https://crbug.com/1007013): Remove this flag when it's no
1005 # longer necessary to figure out why the renderer process is hanging.
1006 '--extra-browser-args=--no-sandbox',
1007 ],
1008 },
1009 },
Brian Sheedye285c9b2019-07-15 21:42:461010 },
Joe Downing41486042018-10-18 22:44:441011 'extensions_browsertests': {
Brad Halla36886c2019-02-26 16:52:291012 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291013 'CrWinAsan(dll)', # https://crbug.com/935598
1014 ],
Joe Downing41486042018-10-18 22:44:441015 'modifications': {
1016 'Win10 Tests x64 (dbg)': {
1017 'experiment_percentage': 100, # https://crbug.com/876615
1018 },
1019 },
1020 },
Kenneth Russelleb60cbd22017-12-05 07:54:281021 'gin_unittests': {
1022 'remove_from': [
Nico Weber1394523f2018-06-06 15:58:471023 'ToTLinuxASan', # https://crbug.com/831667
Nico Weberd36959682018-04-12 03:33:461024 'Linux ASan LSan Tests (1)', # https://crbug.com/831667
Nico Weber1394523f2018-06-06 15:58:471025 'Linux Chromium OS ASan LSan Tests (1)', # https://crbug.com/831667
Kenneth Russelleb60cbd22017-12-05 07:54:281026 ],
1027 },
Takuto Ikutaf5333252019-11-06 16:07:081028 'gl_tests': {
John Budorickca14c76f62017-12-09 14:19:181029 'remove_from': [
John Budorickca14c76f62017-12-09 14:19:181030 'CFI Linux ToT',
Kenneth Russell8a386d42018-06-02 09:48:011031 'Android FYI Release (Nexus 5X)',
Takuto Ikutaf5333252019-11-06 16:07:081032 # Can't run on MSAN because gl_tests uses the hardware driver,
Kenneth Russell55bbec52018-05-03 18:44:551033 # which isn't instrumented.
1034 'Linux MSan Tests',
John Budorickca14c76f62017-12-09 14:19:181035 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281036 'modifications': {
Kenneth Russell1a515be2018-04-28 03:54:451037 # TODO(kbr): figure out a better way to specify blocks of
1038 # arguments like this for tests on multiple machines.
1039 'Linux ASan LSan Tests (1)': {
1040 'args': [
1041 '--use-gpu-in-tests',
1042 '--no-xvfb',
1043 ],
1044 'swarming': {
1045 'dimension_sets': [
1046 {
1047 'gpu': '10de:1cb3',
1048 'os': 'Ubuntu',
Ben Pastenecb6cefc2020-03-05 19:48:461049 'pool': 'chromium.tests.gpu.template',
Kenneth Russell1a515be2018-04-28 03:54:451050 },
1051 ],
1052 },
1053 'use_xvfb': False,
1054 },
Kenneth Russell1a515be2018-04-28 03:54:451055 'Linux CFI': {
1056 'args': [
1057 '--use-gpu-in-tests',
1058 '--no-xvfb',
1059 ],
1060 'swarming': {
1061 'dimension_sets': [
1062 {
1063 'gpu': '10de:1cb3',
1064 'os': 'Ubuntu',
Ben Pastenecb6cefc2020-03-05 19:48:461065 'pool': 'chromium.tests.gpu.template',
Kenneth Russell1a515be2018-04-28 03:54:451066 },
1067 ],
1068 },
1069 'use_xvfb': False,
1070 },
1071 'Linux TSan Tests': {
1072 'args': [
1073 '--use-gpu-in-tests',
1074 '--no-xvfb',
1075 ],
1076 'swarming': {
1077 'dimension_sets': [
1078 {
1079 'gpu': '10de:1cb3',
1080 'os': 'Ubuntu',
Ben Pastenecb6cefc2020-03-05 19:48:461081 'pool': 'chromium.tests.gpu.template',
Kenneth Russell1a515be2018-04-28 03:54:451082 },
1083 ],
1084 },
1085 'use_xvfb': False,
1086 },
John Budorick79ec9012020-01-08 21:56:311087 'android-marshmallow-x86-fyi-rel': {
1088 'args': [
1089 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter',
1090 ],
1091 },
Andrew Luo38b311f2019-10-04 03:42:091092 'android-pie-arm64-rel': {
John Budorick79ec9012020-01-08 21:56:311093 'args': [
Andrew Luobe83fd82019-12-19 03:07:581094 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.gl_tests.filter', # https://crbug.com/1034007
1095 ],
Andrew Luo38b311f2019-10-04 03:42:091096 },
Haiyang Pan08d09dc2020-04-01 16:11:211097 'android-pie-x86-rel': {
John Budorick79ec9012020-01-08 21:56:311098 'args': [
1099 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter',
1100 ],
1101 },
Kenneth Russelleb60cbd22017-12-05 07:54:281102 },
1103 },
Takuto Ikutaf5333252019-11-06 16:07:081104 'gl_unittests': {
1105 'remove_from': [
Takuto Ikutaf5333252019-11-06 16:07:081106 # On Android, these are already run on the main waterfall.
1107 # Run them on the one-off Android FYI bots, though.
1108 'Android FYI Release (Nexus 5X)',
1109 # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219
1110 'Linux FYI Release (AMD R7 240)',
1111 ],
1112 'modifications': {
Takuto Ikutaf5333252019-11-06 16:07:081113 'CFI Linux ToT': {
1114 'args': [
1115 '--use-gpu-in-tests',
1116 '--no-xvfb',
1117 ],
1118 'swarming': {
1119 'dimension_sets': [
1120 {
1121 'gpu': '10de:1cb3',
1122 'os': 'Ubuntu',
Ben Pastenecb6cefc2020-03-05 19:48:461123 'pool': 'chromium.tests.gpu.template',
Takuto Ikutaf5333252019-11-06 16:07:081124 },
1125 ],
1126 },
1127 'use_xvfb': False,
1128 },
Takuto Ikutaf5333252019-11-06 16:07:081129 'Linux CFI': {
1130 'args': [
1131 '--use-gpu-in-tests',
1132 '--no-xvfb',
1133 ],
1134 'swarming': {
1135 'dimension_sets': [
1136 {
1137 'gpu': '10de:1cb3',
1138 'os': 'Ubuntu',
Ben Pastenecb6cefc2020-03-05 19:48:461139 'pool': 'chromium.tests.gpu.template',
Takuto Ikutaf5333252019-11-06 16:07:081140 },
1141 ],
1142 },
1143 'use_xvfb': False,
1144 },
1145 },
1146 },
1147 'gl_unittests_ozone': {
1148 'remove_from': [
1149 # Can't run on MSAN because gl_unittests_ozone uses the hardware driver,
1150 # which isn't instrumented.
1151 'Linux ChromiumOS MSan Tests',
1152 ],
1153 },
Takuto Ikutaf5333252019-11-06 16:07:081154 'gpu_process_launch_tests': {
1155 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1156 # exception once there is enough capacity to run these tests.
1157 'remove_from': [
Takuto Ikutaf5333252019-11-06 16:07:081158 'Android FYI Release (Pixel 2)',
1159 ],
Brian Sheedyfe61cdac2020-02-12 01:25:591160 'modifications': {
1161 'Win10 x64 Debug (NVIDIA)': {
1162 'args': [
1163 # TODO(https://crbug.com/1007013): Remove this flag when it's no
1164 # longer necessary to figure out why the renderer process is hanging.
1165 '--extra-browser-args=--no-sandbox',
1166 ],
1167 },
1168 },
Takuto Ikutaf5333252019-11-06 16:07:081169 },
Brian Sheedye285c9b2019-07-15 21:42:461170 'hardware_accelerated_feature_tests': {
1171 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1172 # exception once there is enough capacity to run these tests.
1173 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:461174 'Android FYI Release (Pixel 2)',
1175 ],
1176 },
Brad Halla36886c2019-02-26 16:52:291177 'headless_browsertests': {
1178 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291179 'CrWinAsan(dll)', # https://crbug.com/935598
1180 ],
1181 },
Kenneth Russell8a386d42018-06-02 09:48:011182 'info_collection_tests': {
1183 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:011184 # The Mac ASAN swarming bot runs tests on two different GPU
1185 # types, so we can't have one expected vendor ID / device ID.
1186 'Mac FYI GPU ASAN Release',
Kenneth Russell8a386d42018-06-02 09:48:011187 'Android V8 FYI Release (Nexus 5X)',
1188 'Linux V8 FYI Release (NVIDIA)',
Michael Achenbach5fdfc67b2018-12-13 13:26:351189 'Linux V8 FYI Release - pointer compression (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:011190 'Mac V8 FYI Release (Intel)',
1191 'Win V8 FYI Release (NVIDIA)',
1192 ],
Brian Sheedyfe61cdac2020-02-12 01:25:591193 'modifications': {
1194 'Win10 x64 Debug (NVIDIA)': {
1195 'args': [
1196 # TODO(https://crbug.com/1007013): Remove this flag when it's no
1197 # longer necessary to figure out why the renderer process is hanging.
1198 '--extra-browser-args=--no-sandbox',
1199 ],
1200 },
1201 },
Kenneth Russell8a386d42018-06-02 09:48:011202 },
Kenneth Russelleb60cbd22017-12-05 07:54:281203 'interactive_ui_tests': {
Brad Halla36886c2019-02-26 16:52:291204 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291205 'CrWinAsan(dll)', # https://crbug.com/935598
1206 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281207 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:151208 'Linux - Future (dbg)': { # client.v8.chromium
Nico Weberdae13cd92018-12-14 13:56:261209 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:151210 'shards': 3,
Nico Weberdae13cd92018-12-14 13:56:261211 },
1212 },
John Budorickca14c76f62017-12-09 14:19:181213 'Linux ASan LSan Tests (1)': {
Nico Weber96a75a6942018-06-20 04:53:171214 # These are slow on the ASan trybot for some reason, crbug.com/794372
1215 'swarming': {
1216 'shards': 6,
1217 },
1218 },
Takuto Ikuta54671d972018-07-19 19:06:351219 'Linux ChromiumOS MSan Tests': {
1220 # These are very slow on the Chrome OS MSAN trybot for some reason.
1221 # crbug.com/865455
1222 'swarming': {
1223 'shards': 5,
1224 },
1225 },
Stephen Martinis1384ff92020-01-07 19:52:151226 'Linux TSan Tests': {
1227 # These are slow on the TSan bots for some reason, crbug.com/794372
Dirk Pranke8fd63c12017-12-10 18:06:271228 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:151229 'shards': 20,
Dirk Pranke8fd63c12017-12-10 18:06:271230 },
1231 },
Stephen Martinis1384ff92020-01-07 19:52:151232 'ToTLinuxTSan': {
1233 # These are slow on the TSan bots for some reason, crbug.com/794372
1234 'swarming': {
1235 'shards': 6,
1236 },
1237 },
Ian Struiksma07a90df2020-01-23 00:54:501238 'Win 7 Tests x64 (1)': {
1239 # These tests are continually flaky on Win7 bots, crbug.com/967588
1240 'args': [
1241 '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter',
1242 ],
1243 },
Stephen Martinis1384ff92020-01-07 19:52:151244 # temporary, https://crbug.com/818832
Greg Thompson3eb7e6522018-05-25 09:04:031245 'Win10 Tests x64 (dbg)': {
1246 'experiment_percentage': 100,
1247 },
Ian Struiksma07a90df2020-01-23 00:54:501248 'Win7 Tests (1)': {
1249 # These tests are continually flaky on Win7 bots, crbug.com/967588
1250 'args': [
1251 '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter',
1252 ],
1253 },
Stephen Martinis1384ff92020-01-07 19:52:151254 'Win7 Tests (dbg)(1)': {
Ian Struiksma07a90df2020-01-23 00:54:501255 # These tests are continually flaky on Win7 bots, crbug.com/967588
1256 'args': [
1257 '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter',
1258 ],
Stephen Martinis1384ff92020-01-07 19:52:151259 'swarming': {
1260 'shards': 4,
1261 },
1262 },
Ben Pastene8ef125e2019-12-10 01:46:291263 'linux-chromeos-chrome': {
1264 # TODO(crbug.com/970649): Remove this filter.
1265 'args': [
1266 '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs',
1267 ],
1268 },
Stephen Martinis1384ff92020-01-07 19:52:151269 'linux-chromeos-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:111270 'swarming': {
1271 'shards': 10,
1272 },
1273 },
Stephen Martinis1384ff92020-01-07 19:52:151274 'linux-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:111275 'swarming': {
1276 'shards': 10,
1277 },
1278 },
Kenneth Russelleb60cbd22017-12-05 07:54:281279 },
1280 },
John Budorickf00e5ff2019-06-11 21:21:061281 'ipc_tests': {
1282 'modifications': {
1283 'android-asan': {
1284 'swarming': {
1285 'shards': 2,
1286 },
1287 },
1288 },
1289 },
Brian Sheedye285c9b2019-07-15 21:42:461290 'maps_pixel_test': {
1291 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1292 # exception once there is enough capacity to run these tests.
1293 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:461294 'Android FYI Release (Pixel 2)',
1295 ],
Brian Sheedy44fd891b2019-10-03 20:07:541296 'replacements': {
Brian Sheedy44fd891b2019-10-03 20:07:541297 # The V8 builders pass the V8 revision for ${got_revision}, so instead
1298 # use ${got_cr_revision}, which is only set on the V8 bots.
1299 'Android V8 FYI Release (Nexus 5X)': {
1300 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321301 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541302 },
1303 },
1304 'Linux V8 FYI Release (NVIDIA)': {
1305 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321306 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541307 },
1308 },
1309 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
1310 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321311 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541312 },
1313 },
1314 'Mac V8 FYI Release (Intel)': {
1315 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321316 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541317 },
1318 },
1319 'Win V8 FYI Release (NVIDIA)': {
1320 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321321 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541322 },
1323 },
1324 },
Brian Sheedye285c9b2019-07-15 21:42:461325 },
Andrew Luo38b311f2019-10-04 03:42:091326 'media_unittests': {
1327 'modifications': {
John Budorickb5185112020-01-08 22:40:211328 'android-marshmallow-x86-fyi-rel': {
1329 'args': [
1330 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter',
1331 ],
1332 },
Andrew Luo38b311f2019-10-04 03:42:091333 'android-pie-arm64-rel': {
Andrew Luobe83fd82019-12-19 03:07:581334 'args': [
1335 '--gtest_filter=-AAudio/AudioOutputTest.Play200HzTone/0', # https://crbug.com/1034009
1336 ],
Andrew Luo38b311f2019-10-04 03:42:091337 },
Haiyang Pan08d09dc2020-04-01 16:11:211338 'android-pie-x86-rel': {
John Budorickb5185112020-01-08 22:40:211339 'args': [
1340 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter',
1341 ],
1342 },
Andrew Luo38b311f2019-10-04 03:42:091343 },
1344 },
John Budorickf00e5ff2019-06-11 21:21:061345 'mojo_unittests': {
1346 'modifications': {
1347 'android-asan': {
1348 'swarming': {
John Budorick5a29d7542019-10-11 20:56:441349 'shards': 5,
John Budorickf00e5ff2019-06-11 21:21:061350 },
1351 },
1352 },
1353 },
Erik Chend16d922d2019-12-10 04:37:141354 'monochrome_apk_checker': {
Ben Pastene521f8d62020-01-08 20:01:151355 'modifications': {
1356 'ToTAndroid': {
1357 'swarming': {
1358 'dimension_sets': [
1359 {
John Budorick838256a2020-02-29 01:29:071360 'cpu': 'x86-64',
Ben Pastene521f8d62020-01-08 20:01:151361 'device_os': None,
1362 'device_playstore_version': None,
1363 'device_type': None,
1364 'os': 'Ubuntu-16.04',
1365 },
1366 ],
1367 },
1368 },
1369 'android-arm64-proguard-rel': {
1370 'swarming': {
1371 'dimension_sets': [
1372 {
John Budorick838256a2020-02-29 01:29:071373 'cpu': 'x86-64',
Ben Pastene521f8d62020-01-08 20:01:151374 'device_os': None,
1375 'device_playstore_version': None,
1376 'device_type': None,
1377 'os': 'Ubuntu-16.04',
1378 },
1379 ],
1380 },
1381 },
1382 'android-pie-arm64-rel': {
1383 'swarming': {
1384 'dimension_sets': [
1385 {
John Budorick838256a2020-02-29 01:29:071386 'cpu': 'x86-64',
Ben Pastene521f8d62020-01-08 20:01:151387 'device_os': None,
1388 'device_os_flavor': None,
1389 'device_playstore_version': None,
1390 'device_type': None,
1391 'os': 'Ubuntu-16.04',
1392 },
1393 ],
1394 },
1395 },
1396 },
Erik Chend16d922d2019-12-10 04:37:141397 'remove_from': [
1398 # Don't run on trybots, which don't use proguard.
1399 # https://crbug.com/1029936.
1400 'android-kitkat-arm-rel',
1401 ],
1402 },
bsheedye9469572019-01-23 17:31:331403 'monochrome_public_test_ar_apk': {
1404 'modifications': {
Brian Sheedy12169aa2019-10-16 23:38:031405 'Nougat Phone Tester': {
1406 'args': [
1407 # ArCore is not installed as a system app on N, so we can install it
1408 # normally instead of replacing the system version.
1409 '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
1410 ],
1411 },
bsheedye9469572019-01-23 17:31:331412 # We need to match the Playstore version as well because AR tests fail on
1413 # old versions of the Playstore.
1414 'Oreo Phone Tester': {
Brian Sheedy2bcd16b2019-04-22 22:47:081415 'args': [
1416 # ArCore is not installed as a system app on O, so we can install it
1417 # normally instead of replacing the system version.
1418 '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
1419 ],
bsheedye9469572019-01-23 17:31:331420 'swarming': {
1421 'dimension_sets': [
1422 {
1423 'device_os': 'OPR3.170623.008',
1424 'device_playstore_version': '12.8.23-all',
1425 'device_type': 'marlin',
1426 'os': 'Android',
1427 },
1428 ],
1429 },
1430 },
Brian Sheedy2bcd16b2019-04-22 22:47:081431 'android-pie-arm64-dbg': {
1432 'args': [
1433 '--replace-system-package=com.google.ar.core,//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
1434 ]
1435 }
bsheedye9469572019-01-23 17:31:331436 },
1437 },
Nico Weberd3096fb2018-06-07 17:50:151438 'nacl_helper_nonsfi_unittests': {
1439 'remove_from': [
Nico Weberd3096fb2018-06-07 17:50:151440 'Linux TSan Tests', # Sets enable_nacl=false.
1441 ],
1442 },
Kenneth Russellfbda3c532017-12-08 23:57:241443 'nacl_loader_unittests': {
1444 'remove_from': [
Nico Weber48f187142018-06-01 15:16:351445 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false
Nico Weber3611ee802018-06-07 13:34:511446 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186
Nico Webera8fc38f72018-04-10 02:20:111447 'Linux TSan Tests', # The TSan bot sets enable_nacl=false
Nico Weber05d3e642018-05-31 16:59:481448 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false
Aaron Gable38265fe2020-04-09 23:49:071449 'Mac10.15 Tests', # All 10.15 builders set enable_nacl=false
Kenneth Russellfbda3c532017-12-08 23:57:241450 ],
1451 },
Kenneth Russelleb60cbd22017-12-05 07:54:281452 'net_unittests': {
Kenneth Russellfbda3c532017-12-08 23:57:241453 'remove_from': [
Stephen Roeac495972020-02-25 23:32:411454 'Fuchsia ARM64', # https://crbug.com/877248
Fabrice de Gans-Riberia1541ca2019-01-09 20:05:461455 'fuchsia-fyi-arm64-rel', # https://crbug.com/877248
1456 'fuchsia-fyi-x64-dbg', # https://crbug.com/844416
Kenneth Russellfbda3c532017-12-08 23:57:241457 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281458 'modifications': {
John Budorickca14c76f62017-12-09 14:19:181459 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:341460 # These are very slow on the ASAN trybot for some reason.
1461 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:181462 'swarming': {
John Budorick5052d552017-12-13 02:59:341463 'shards': 16,
John Budorickca14c76f62017-12-09 14:19:181464 },
1465 },
1466 'Linux Chromium OS ASan LSan Tests (1)': {
Takuto Ikuta54671d972018-07-19 19:06:351467 # These are very slow on the ASAN trybot for some reason.
1468 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:181469 'swarming': {
Sergey Berezinda3255c2018-03-16 00:34:021470 'shards': 8,
John Budorickca14c76f62017-12-09 14:19:181471 }
1472 },
Takuto Ikuta54671d972018-07-19 19:06:351473 'Linux ChromiumOS MSan Tests': {
1474 # These are very slow on the Chrome OS MSAN trybot for some reason.
1475 # crbug.com/865455
1476 'swarming': {
1477 'shards': 2,
1478 },
1479 },
John Budorickca14c76f62017-12-09 14:19:181480 'Linux TSan Tests': {
1481 'swarming': {
1482 'shards': 4,
1483 }
1484 },
Ben Pastene8bf205b2018-06-13 04:00:331485 # The suite runs signficantly slower on linux dbg, so increase shards.
1486 'Linux Tests (dbg)(1)': {
1487 'swarming': {
1488 'shards': 2,
1489 },
1490 },
Stephen Martinis1384ff92020-01-07 19:52:151491 'ToTLinuxASan': {
1492 # TODO(crbug.com/794372): net_unittests is slow under ASan.
1493 'swarming': {
1494 'shards': 16,
1495 },
1496 },
1497 'ToTLinuxTSan': {
1498 'swarming': {
1499 'shards': 4,
1500 }
1501 },
John Budorick7fde6b492020-01-29 17:43:501502 'android-marshmallow-x86-fyi-rel': {
1503 # crbug.com/1046060
1504 'args': [
1505 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter',
1506 ],
1507 },
Haiyang Pan08d09dc2020-04-01 16:11:211508 'android-pie-x86-rel': {
John Budorick7fde6b492020-01-29 17:43:501509 # crbug.com/1046060
1510 'args': [
1511 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter',
1512 ],
1513 },
Ben Pastene8ef125e2019-12-10 01:46:291514 'chromeos-betty-chrome': {
1515 # TODO(crbug.com/986904): Remove this filter.
1516 'args': [
1517 '--gtest_filter=-NetworkQualityEstimatorTest.TestTCPSocketRTT',
1518 ],
1519 },
Omer Katz7d2be652020-01-22 18:13:461520 'linux-blink-heap-concurrent-marking-tsan-rel': {
1521 'swarming': {
1522 'shards': 4,
1523 }
1524 },
Ben Pastene8bf205b2018-06-13 04:00:331525 'linux-chromeos-dbg': {
1526 'swarming': {
1527 'shards': 2,
1528 },
1529 },
Kenneth Russelleb60cbd22017-12-05 07:54:281530 },
1531 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:311532 'network_service_browser_tests': {
1533 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291534 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weberdae13cd92018-12-14 13:56:261535 'ToTLinuxTSan', # https://crbug.com/368525
Nico Weber073af192018-06-21 19:22:171536 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1537 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191538 'Win7 Tests (1)', # For swarming capacity reasons.
1539 'Win10 Tests x64 (dbg)', # Matches browser_tests.
John Abd-El-Malek69ae1492018-09-06 20:00:061540 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061541 'Mac10.10 Tests',
1542 'Mac10.11 Tests',
1543 'Mac10.13 Tests',
1544 'Mac10.13 Tests (dbg)',
1545 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061546 'ToTMacASan',
John Budorick80ec5d522020-01-22 23:27:081547 'mac-rel',
John Abd-El-Malek99b6f4a2018-06-11 23:08:311548 ],
Kenneth Russell6c83d212018-07-27 20:52:591549 'modifications': {
Kenneth Russell6c83d212018-07-27 20:52:591550 'Win10 Tests x64': {
1551 # crbug.com/868082
1552 'args': [
1553 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1554 ],
Takuto Ikutac9c269a2019-01-10 22:40:251555 # This is for slow test execution that often becomes a critical path of
1556 # swarming jobs. crbug.com/868114
1557 'swarming': {
1558 'shards': 20,
1559 },
Kenneth Russell6c83d212018-07-27 20:52:591560 },
Sajjad Mirza87e17b242020-01-22 18:49:071561 'Win10 Tests x64 Code Coverage': {
1562 # crbug.com/868082
1563 'args': [
1564 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1565 ],
1566 # This is for slow test execution that often becomes a critical path of
1567 # swarming jobs. crbug.com/868114
1568 'swarming': {
1569 'shards': 20,
1570 },
1571 },
Yuke Liao58e1d202020-03-20 23:02:011572 'linux-code-coverage': {
1573 'args': [
1574 '--no-sandbox',
1575 ],
1576 'swarming': {
1577 'shards': 20,
1578 },
1579 }
Kenneth Russell6c83d212018-07-27 20:52:591580 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:311581 },
John Abd-El-Malek4782bd12018-06-12 01:08:211582 'network_service_components_browsertests': {
1583 'remove_from': [
Nico Weber073af192018-06-21 19:22:171584 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1585 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191586 'Win7 Tests (1)', # For swarming capacity reasons.
1587 'Win10 Tests x64 (dbg)', # Matches components_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:061588 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061589 'Mac10.10 Tests',
1590 'Mac10.11 Tests',
1591 'Mac10.13 Tests',
1592 'Mac10.13 Tests (dbg)',
1593 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061594 'ToTMacASan',
John Budorick80ec5d522020-01-22 23:27:081595 'mac-rel',
Nico Weber17d2fcddb2018-06-14 18:28:191596 ],
1597 },
1598 'network_service_content_browsertests': {
1599 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291600 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber408a49a2018-12-14 21:00:101601 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
Nico Weber073af192018-06-21 19:22:171602 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1603 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191604 'Win7 Tests (1)', # For swarming capacity reasons.
John Budorickd96ee6f2018-06-15 17:20:111605 'Win10 Tests x64 (dbg)', # flaky: https://crbug.com/852786
John Abd-El-Malek69ae1492018-09-06 20:00:061606 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061607 'Mac10.10 Tests',
1608 'Mac10.11 Tests',
1609 'Mac10.13 Tests',
1610 'Mac10.13 Tests (dbg)',
1611 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061612 'ToTMacASan',
John Budorick80ec5d522020-01-22 23:27:081613 'mac-rel',
John Abd-El-Malek4782bd12018-06-12 01:08:211614 ],
1615 },
John Abd-El-Malek787a41a2018-06-12 18:10:531616 'network_service_extensions_browsertests': {
1617 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291618 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber073af192018-06-21 19:22:171619 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1620 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191621 'Win7 Tests (1)', # For swarming capacity reasons.
1622 'Win10 Tests x64 (dbg)', # Matches extensions_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:061623 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061624 'Mac10.10 Tests',
1625 'Mac10.11 Tests',
1626 'Mac10.13 Tests',
1627 'Mac10.13 Tests (dbg)',
1628 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061629 'ToTMacASan',
John Budorick80ec5d522020-01-22 23:27:081630 'mac-rel',
John Abd-El-Malek787a41a2018-06-12 18:10:531631 ],
1632 },
Brad Halla36886c2019-02-26 16:52:291633 'network_service_headless_browsertests': {
1634 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291635 'CrWinAsan(dll)', # https://crbug.com/935598
1636 ],
1637 },
John Abd-El-Malek787a41a2018-06-12 18:10:531638 'network_service_interactive_ui_tests': {
Nico Weber17d2fcddb2018-06-14 18:28:191639 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291640 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber408a49a2018-12-14 21:00:101641 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
Nico Weber073af192018-06-21 19:22:171642 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1643 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191644 'Win7 Tests (1)', # For swarming capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061645 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061646 'Mac10.10 Tests',
1647 'Mac10.11 Tests',
1648 'Mac10.13 Tests',
1649 'Mac10.13 Tests (dbg)',
1650 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061651 'ToTMacASan',
John Budorick80ec5d522020-01-22 23:27:081652 'mac-rel',
Nico Weber17d2fcddb2018-06-14 18:28:191653 ],
John Abd-El-Malek787a41a2018-06-12 18:10:531654 'modifications': {
John Budorickd96ee6f2018-06-15 17:20:111655 'Win10 Tests x64 (dbg)': {
1656 'experiment_percentage': 100, # https://crbug.com/852786
John Abd-El-Malek787a41a2018-06-12 18:10:531657 },
1658 },
1659 },
John Abd-El-Malekfabfb072019-05-30 20:50:191660 'network_service_out_of_process_chrome_public_test_apk': {
John Abd-El-Malekfabfb072019-05-30 20:50:191661 'remove_from': [
John Budorickea475de2019-06-07 21:16:241662 'android-asan',
1663 # Don't run on trybots; waterfall is enough.
John Abd-El-Malekfabfb072019-05-30 20:50:191664 'android-kitkat-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311665 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091666 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:311667 # No capacity for tablet testers.
1668 'KitKat Tablet Tester',
1669 'Lollipop Tablet Tester',
1670 'Marshmallow Tablet Tester',
Yun Liu2b1c1d82019-10-30 23:11:241671 'android-code-coverage-native', # https://crbug.com/1018780
John Abd-El-Malekfabfb072019-05-30 20:50:191672 ],
John Budorick20c71a0d2020-03-02 20:38:561673 'modifications': {
Haiyang Pan08d09dc2020-04-01 16:11:211674 'android-pie-x86-rel': {
John Budorick20c71a0d2020-03-02 20:38:561675 'args': [
Haiyang Pan9152d382020-03-03 07:39:411676 '--avd-config=../../tools/android/avd/proto/generic_playstore_android28.textpb',
1677 # https://crbug.com/1046059
John Budorick20c71a0d2020-03-02 20:38:561678 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.chrome_public_test_apk.filter',
1679 ],
Haiyang Pan9152d382020-03-03 07:39:411680 'swarming': {
1681 'named_caches': [
1682 {
1683 'name': 'avd_generic_playstore_android28',
1684 'path': '.android',
1685 },
1686 {
1687 'name': 'system_images_android_28_google_apis_playstore_x86',
1688 'path': '.emulator_sdk',
1689 },
1690 ]
1691 },
John Budorick20c71a0d2020-03-02 20:38:561692 },
1693 },
John Abd-El-Malekfabfb072019-05-30 20:50:191694 },
1695 'network_service_out_of_process_components_browsertests': {
John Abd-El-Malekfabfb072019-05-30 20:50:191696 'remove_from': [
John Budorickea475de2019-06-07 21:16:241697 'android-asan',
1698 # Don't run on trybots; waterfall is enough.
John Abd-El-Malekfabfb072019-05-30 20:50:191699 'android-kitkat-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311700 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091701 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:311702 # No capacity for tablet testers.
1703 'KitKat Tablet Tester',
1704 'Lollipop Tablet Tester',
1705 'Marshmallow Tablet Tester',
Yun Liu42f79ea2019-11-19 01:21:181706 'android-code-coverage-native', # crbug/1018434
John Abd-El-Malekfabfb072019-05-30 20:50:191707 ],
1708 },
1709 'network_service_out_of_process_content_browsertests': {
John Abd-El-Malekfabfb072019-05-30 20:50:191710 'remove_from': [
John Budorickea475de2019-06-07 21:16:241711 'android-asan',
1712 # Don't run on trybots; waterfall is enough.
John Abd-El-Malekfabfb072019-05-30 20:50:191713 'android-kitkat-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311714 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091715 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:311716 # No capacity for tablet testers.
1717 'KitKat Tablet Tester',
1718 'Lollipop Tablet Tester',
1719 'Marshmallow Tablet Tester',
Yun Liu42f79ea2019-11-19 01:21:181720 'android-code-coverage-native', # crbug/1018434
John Abd-El-Malekfabfb072019-05-30 20:50:191721 ],
Haiyang Pand09889852019-08-10 00:26:181722 'modifications': {
John Budorick20c71a0d2020-03-02 20:38:561723 'android-marshmallow-x86-fyi-rel': {
1724 'args': [
1725 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter',
1726 ],
1727 },
Haiyang Pan08d09dc2020-04-01 16:11:211728 'android-pie-x86-rel': {
John Budorick20c71a0d2020-03-02 20:38:561729 'args': [
1730 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter',
1731 ],
Haiyang Pand09889852019-08-10 00:26:181732 'swarming': {
1733 'shards': 10,
1734 },
1735 },
1736 },
John Abd-El-Malekfabfb072019-05-30 20:50:191737 },
1738 'network_service_out_of_process_content_shell_test_apk': {
John Abd-El-Malekfabfb072019-05-30 20:50:191739 'remove_from': [
John Budorickea475de2019-06-07 21:16:241740 'android-asan',
1741 # Don't run on trybots; waterfall is enough.
John Abd-El-Malekfabfb072019-05-30 20:50:191742 'android-kitkat-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311743 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091744 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:311745 # No capacity for tablet testers.
1746 'KitKat Tablet Tester',
1747 'Lollipop Tablet Tester',
1748 'Marshmallow Tablet Tester',
Yun Liu42f79ea2019-11-19 01:21:181749 'android-code-coverage-native', # crbug/1018434
John Abd-El-Malekfabfb072019-05-30 20:50:191750 ],
John Budorickee2e64f2020-03-02 20:19:101751 'modifications': {
1752 'android-marshmallow-x86-fyi-rel': {
1753 'args': [
1754 '--gtest_filter=-ContentViewScrollingTest.testFling',
1755 ],
1756 },
Haiyang Pan08d09dc2020-04-01 16:11:211757 'android-pie-x86-rel': {
John Budorickee2e64f2020-03-02 20:19:101758 'args': [
1759 '--gtest_filter=-ContentViewScrollingTest.testFling',
1760 ],
1761 },
1762 },
John Abd-El-Malekfabfb072019-05-30 20:50:191763 },
Tim Volodinedac7f5e2019-05-09 18:07:281764 'network_service_webview_instrumentation_test_apk': {
1765 # Only run these on the phone testers for now due to capacity.
1766 'remove_from': [
Tim Volodinedac7f5e2019-05-09 18:07:281767 'android-kitkat-arm-rel',
1768 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091769 'android-pie-arm64-rel',
Tim Volodinedac7f5e2019-05-09 18:07:281770 'KitKat Tablet Tester',
1771 'Lollipop Tablet Tester',
1772 'Marshmallow Tablet Tester',
1773 'KitKat Phone Tester (dbg)',
John Budorick27d2d44e2019-05-20 20:26:091774 'android-asan', # https://crbug.com/964562
Tim Volodinedac7f5e2019-05-09 18:07:281775 'Android CFI',
Tim Volodinedac7f5e2019-05-09 18:07:281776 'ToTAndroid',
1777 'ToTAndroidCFI',
Yun Liu2b1c1d82019-10-30 23:11:241778 'android-code-coverage-native', # https://crbug.com/1018431
Tim Volodinedac7f5e2019-05-09 18:07:281779 ],
Haiyang Panfdd94332020-03-27 02:43:291780 'modifications': {
Haiyang Pan08d09dc2020-04-01 16:11:211781 'android-pie-x86-rel': {
Haiyang Panfdd94332020-03-27 02:43:291782 'args': [
1783 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_instrumentation_test_apk.filter',
1784 ],
1785 },
1786 },
Tim Volodinedac7f5e2019-05-09 18:07:281787 },
John Chenaab16fc02020-03-03 06:35:451788 'not_site_per_process_blink_web_tests': {
Lukasz Anforowicz04bc6302018-11-19 19:04:281789 'remove_from': [
Lukasz Anforowicz04bc6302018-11-19 19:04:281790 # TODO(dpranke): Should we be running this step on Linux Tests (dbg)(1)?
1791 'Linux Tests (dbg)(1)',
Lukasz Anforowicz04bc6302018-11-19 19:04:281792 ],
Yuke Liaobc9ff982019-04-30 06:56:161793 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:151794 'Linux Tests': {
1795 "args": [
1796 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
Stephen Martinis1384ff92020-01-07 19:52:151797 ],
1798 },
Yuke Liaoea70f472019-12-19 06:03:361799 'linux-code-coverage': {
1800 'args': [
1801 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw',
Yuke Liaoea70f472019-12-19 06:03:361802 ],
1803 'swarming': {
1804 'shards': 20,
1805 },
1806 },
Yuke Liaobc9ff982019-04-30 06:56:161807 },
Lukasz Anforowicz04bc6302018-11-19 19:04:281808 },
Xi Cheng34ca4042018-02-23 00:10:121809 'notification_helper_unittests': {
1810 'remove_from': [
Hans Wennborg252643a2018-05-22 14:41:121811 # The test uses WinRT, which only exists in Windows 8 or above.
1812 # (https://crbug.com/813553)
Xi Cheng34ca4042018-02-23 00:10:121813 'Win 7 Tests x64 (1)',
Xi Cheng34ca4042018-02-23 00:10:121814 'Win7 Tests (1)',
1815 'Win7 Tests (dbg)(1)',
Stephen Martinis1384ff92020-01-07 19:52:151816 # all these bots run Windows 7.
Xi Cheng34ca4042018-02-23 00:10:121817 'ToTWin',
1818 'ToTWin(dbg)',
1819 'ToTWin(dll)',
inglorionb8e7a3ed2019-04-12 09:49:031820 'ToTWinOfficial',
Xi Cheng34ca4042018-02-23 00:10:121821 'ToTWin64',
1822 'ToTWin64(dbg)',
1823 'ToTWin64(dll)',
1824 'ToTWinCFI',
1825 'ToTWinCFI64',
Oksana Zhuravlova7f996212018-02-28 04:23:081826 'ToTWinThinLTO64',
Xi Cheng34ca4042018-02-23 00:10:121827 ],
1828 },
Ben Pastenee723b2f2019-05-31 19:10:271829 'ozone_unittests': {
1830 'modifications': {
Ben Pastene8ef125e2019-12-10 01:46:291831 'chromeos-betty-chrome': {
1832 'args': [
1833 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1834 ],
1835 },
1836 'chromeos-betty-pi-arc-chrome': {
1837 'args': [
1838 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1839 ],
1840 },
1841 'linux-chromeos-chrome': {
1842 'args': [
1843 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1844 ],
1845 },
Ben Pastenee723b2f2019-05-31 19:10:271846 },
1847 },
Karen Qian385d2ca2019-03-19 21:49:581848 'perfetto_unittests': {
1849 'remove_from': [
John Budorickd3fa5992019-12-13 17:22:411850 'android-arm64-proguard-rel',
John Budorickf2283d72019-06-25 01:09:091851 'android-asan',
Yun Liu022f4512019-06-10 23:14:041852 'android-code-coverage',
Yun Liu7cfd28a2019-10-30 01:57:121853 'android-code-coverage-native',
Karen Qian385d2ca2019-03-19 21:49:581854 'android-kitkat-arm-rel',
Haiyang Pan32b83392020-03-14 01:38:461855 'android-lollipop-arm-rel',
Karen Qian385d2ca2019-03-19 21:49:581856 'android-marshmallow-arm64-rel',
John Budorickcaafa912020-01-10 01:14:321857 'android-marshmallow-x86-fyi-rel',
Andrew Luo38b311f2019-10-04 03:42:091858 'android-pie-arm64-rel',
Haiyang Pan08d09dc2020-04-01 16:11:211859 'android-pie-x86-rel',
Karen Qian385d2ca2019-03-19 21:49:581860 'Android CFI',
1861 'KitKat Phone Tester (dbg)',
1862 'KitKat Tablet Tester',
1863 'Lollipop Phone Tester',
1864 'Lollipop Tablet Tester',
1865 'Marshmallow 64 bit Tester',
1866 'Marshmallow Tablet Tester',
1867 'Nougat Phone Tester',
1868 'ToTAndroid',
1869 'ToTAndroidCFI'
1870 ]
1871 },
Stephen Martinis54d64ad2018-09-21 22:16:201872 'performance_test_suite': {
1873 'modifications': {
1874 'Mac10.13 Tests (dbg)': {
1875 'args': [
1876 '--browser=debug',
1877 ],
1878 },
1879 'Win10 Tests x64 (dbg)': {
1880 'args': [
1881 '--browser=debug_x64',
1882 ],
1883 'experiment_percentage': 100,
1884 },
1885 'Win7 Tests (dbg)(1)': {
1886 'args': [
1887 '--browser=debug',
1888 ],
1889 },
1890 },
1891 },
Brian Sheedye6ea0ee2019-07-11 02:54:371892 'pixel_skia_gold_test': {
1893 'replacements': {
Brian Sheedye6ea0ee2019-07-11 02:54:371894 # The V8 builders pass the V8 revision for ${got_revision}, so instead
1895 # use ${got_cr_revision}, which is only set on the V8 bots.
1896 'Android V8 FYI Release (Nexus 5X)': {
1897 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321898 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371899 },
1900 },
1901 'Linux V8 FYI Release (NVIDIA)': {
1902 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321903 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371904 },
1905 },
1906 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
1907 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321908 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371909 },
1910 },
1911 'Mac V8 FYI Release (Intel)': {
1912 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321913 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371914 },
1915 },
1916 'Win V8 FYI Release (NVIDIA)': {
1917 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321918 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371919 },
1920 },
1921 },
1922 },
1923 'pixel_test':{
Takuto Ikuta35c85522019-06-04 16:55:461924 'modifications': {
1925 'Android Release (Nexus 5X)': {
1926 'swarming': {
1927 'shards': 2,
1928 },
1929 },
1930 },
Nico Weber128fd382018-06-14 23:29:271931 },
Brian Sheedy9653f152019-08-07 17:02:441932 'rendering_representative_perf_tests': {
1933 'modifications': {
1934 'Win10 FYI x64 Exp Release (Intel HD 630)': {
1935 'args': [
1936 '--browser=release_x64',
1937 ],
1938 },
1939 'Win10 FYI x64 Exp Release (NVIDIA)': {
1940 'args': [
1941 '--browser=release_x64',
1942 ],
1943 },
1944 'Win10 FYI x64 Release (Intel HD 630)': {
1945 'args': [
1946 '--browser=release_x64',
1947 ],
1948 },
1949 'Win10 FYI x64 Release (Intel UHD 630)': {
1950 'args': [
1951 '--browser=release_x64',
1952 ],
1953 },
1954 'Win10 FYI x64 Release (NVIDIA)': {
1955 'args': [
1956 '--browser=release_x64',
1957 ],
1958 },
behdad26cf7e72019-12-18 13:57:301959 'Win10 x64 Release (NVIDIA)': {
1960 'args': [
1961 '--browser=release_x64',
1962 ],
1963 },
Brian Sheedy9653f152019-08-07 17:02:441964 },
1965 },
John Budorickdce9d462019-03-23 00:25:381966 'sandbox_linux_unittests': {
1967 'modifications': {
1968 'Lollipop Phone Tester': {
1969 'args': [
1970 '--shard-timeout=300',
1971 ],
1972 },
Haiyang Pan32b83392020-03-14 01:38:461973 'android-lollipop-arm-rel': {
1974 'args': [
1975 '--shard-timeout=300',
1976 ],
1977 },
John Budorick6e8e595b2020-01-27 18:15:581978 'android-marshmallow-x86-fyi-rel': {
1979 'args': [
1980 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.sandbox_linux_unittests.filter',
1981 ]
1982 },
Haiyang Pan08d09dc2020-04-01 16:11:211983 'android-pie-x86-rel': {
John Budorick191adfcd2020-01-29 18:19:041984 'args': [
1985 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.sandbox_linux_unittests.filter',
1986 ]
1987 },
John Budorickdce9d462019-03-23 00:25:381988 },
John Budorick3ebfdf852019-05-13 22:28:161989 'remove_from': [
John Budorick3ebfdf852019-05-13 22:28:161990 'android-asan', # https://crbug.com/962650
1991 ],
John Budorickdce9d462019-03-23 00:25:381992 },
Kenneth Russelleb60cbd22017-12-05 07:54:281993 'services_unittests': {
1994 'remove_from': [
Nico Weber15a00d62018-05-16 17:11:481995 'ToTLinuxMSan', # https://crbug.com/831676
Kenneth Russell8a386d42018-06-02 09:48:011996 # The face and barcode detection tests fail on the Mac Pros.
1997 'Mac Pro FYI Release (AMD)',
Nico Weberd36959682018-04-12 03:33:461998 'Linux ChromiumOS MSan Tests', # https://crbug.com/831676
1999 'Linux MSan Tests', # https://crbug.com/831676
Kenneth Russelleb60cbd22017-12-05 07:54:282000 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282001 },
jonross61a2cd22019-10-11 22:22:052002 'skia_renderer_gl_blink_web_tests': {
2003 'modifications': {
jonross61a2cd22019-10-11 22:22:052004 'Win10 FYI x64 SkiaRenderer GL (NVIDIA)': {
2005 'args': [
2006 '--target',
2007 'Release_x64',
2008 ],
2009 },
2010 },
2011 },
Stephen Martinis54d64ad2018-09-21 22:16:202012 'swiftshader_unittests': {
2013 'remove_from': [
2014 # Save capacity on the hardware where we have only a few machines.
2015 'Mac FYI Experimental Release (Intel)',
2016 'Mac FYI Experimental Retina Release (AMD)',
2017 'Mac FYI Experimental Retina Release (NVIDIA)',
2018 'Mac Pro FYI Release (AMD)',
2019 ],
2020 },
Kenneth Russelleb60cbd22017-12-05 07:54:282021 'sync_integration_tests': {
Brad Halla36886c2019-02-26 16:52:292022 'remove_from': [
Brad Halla36886c2019-02-26 16:52:292023 'CrWinAsan(dll)', # https://crbug.com/935598
2024 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282025 'modifications': {
Erik Chene84bc1c2019-11-25 23:23:522026 'Linux ASan LSan Tests (1)': {
2027 'swarming': {
2028 'shards': 4,
2029 },
2030 },
Nico Weber8fbc2832018-12-14 16:00:572031 'Linux TSan Tests': {
2032 'swarming': {
2033 'shards': 6,
2034 },
2035 },
Stephen Martinis1384ff92020-01-07 19:52:152036 'ToTLinuxTSan': {
Kenneth Russelleb60cbd22017-12-05 07:54:282037 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:152038 'shards': 6,
Kenneth Russelleb60cbd22017-12-05 07:54:282039 },
2040 },
Stephen Martinis75ab55d2018-08-30 02:27:122041 'Win10 Tests x64 (dbg)': {
2042 'experiment_percentage': 100, # https://crbug.com/840369
2043 },
Stephen Martinis1384ff92020-01-07 19:52:152044 'Win7 Tests (dbg)(1)': {
2045 'swarming': {
2046 'shards': 2,
2047 },
2048 },
2049 'linux-chromeos-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:112050 'swarming': {
2051 'shards': 4,
2052 },
2053 },
Stephen Martinis1384ff92020-01-07 19:52:152054 'linux-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:112055 'swarming': {
2056 'shards': 4,
2057 },
2058 },
Kenneth Russelleb60cbd22017-12-05 07:54:282059 },
2060 },
Kenneth Russell8a386d42018-06-02 09:48:012061 'tab_capture_end2end_tests': {
Nico Webere89a3c92018-07-01 01:30:522062 # Run these only on Release bots.
Kenneth Russell8a386d42018-06-02 09:48:012063 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:012064 'Linux Debug (NVIDIA)',
2065 'Mac Debug (Intel)',
2066 'Mac Retina Debug (AMD)',
Yuly Novikovbc1ccff2019-08-03 00:05:492067 'Win10 FYI x64 Debug (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:012068 'Win7 FYI Debug (AMD)',
Yuly Novikovf28f1eca2019-07-04 22:43:392069 # Disabled due to dbus crashes crbug.com/927465
Yuly Novikov5865ff72019-07-09 21:38:052070 'Linux FYI Release (Intel HD 630)',
Brian Sheedy4dd98432019-08-13 22:57:002071 'Linux FYI Release (Intel UHD 630)',
Yuly Novikov5865ff72019-07-09 21:38:052072 'Linux FYI Release (NVIDIA)',
Brian Sheedy22d051e2019-08-07 00:50:162073 'Linux FYI SkiaRenderer Vulkan (Intel HD 630)',
Yuly Novikov5865ff72019-07-09 21:38:052074 'Linux FYI SkiaRenderer Vulkan (NVIDIA)',
2075 'Linux Release (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:012076 ],
Emily Hanleyb64ac7c2018-05-25 13:36:552077 },
Kenneth Russelleb60cbd22017-12-05 07:54:282078 'telemetry_perf_unittests': {
2079 'modifications': {
Kenneth Russelleb60cbd22017-12-05 07:54:282080 'Linux Tests': {
2081 'args': [
2082 '--xvfb',
Ned Nguyene6e26042018-01-17 20:42:482083 '--jobs=1',
Kenneth Russelleb60cbd22017-12-05 07:54:282084 ],
2085 },
Juan Antonio Navarro Perez4899edf2019-03-14 13:05:352086 'Linux Tests (dbg)(1)': {
2087 'args': [
2088 '--xvfb',
2089 '--jobs=1',
2090 ],
2091 },
Kenneth Russelleb60cbd22017-12-05 07:54:282092 # Disable parallelism on all Mac bots.
2093 'Mac10.10 Tests': {
2094 'args': [
2095 '--jobs=1',
2096 ],
2097 },
2098 'Mac10.11 Tests': {
2099 'args': [
2100 '--jobs=1',
2101 ],
2102 },
2103 'Mac10.12 Tests': {
2104 'args': [
2105 '--jobs=1',
2106 ],
2107 },
Ned Nguyen6e6e5b32018-02-21 20:21:502108 'Win7 Tests (dbg)(1)': {
2109 'args': [
2110 '--jobs=1',
2111 ],
2112 'swarming': {
2113 'shards': 20,
2114 },
2115 'experiment_percentage': 100,
2116 },
Stephen Martinis1384ff92020-01-07 19:52:152117 'android-kitkat-arm-rel': {
2118 'args': [
2119 '--browser=android-chromium',
2120 '--device=android',
2121 ],
2122 'swarming': {
2123 'dimension_sets': [
2124 {
2125 'temp_band': '<30',
2126 },
2127 ],
2128 'shards': 15,
2129 },
2130 },
2131 'linux-chromium-tests-staging-tests': {
2132 'args': [
2133 '--xvfb',
2134 '--jobs=1',
2135 ],
2136 },
2137 'linux-trusty-rel': {
2138 'args': [
2139 '--xvfb',
2140 '--jobs=1',
2141 ],
2142 },
Kenneth Russelleb60cbd22017-12-05 07:54:282143 },
2144 'remove_from': [
Erik Chen96894722019-11-21 20:03:392145 # There's no need to run telemetry_perf_unittests on both kitkat and
2146 # marshmallow on the CQ. https://crbug.com/1026487.
2147 'android-marshmallow-arm64-rel',
Andrew Luobe83fd82019-12-19 03:07:582148 'android-pie-arm64-rel',
Garrett Beatyeef031a2019-02-28 01:55:412149 # crbug.com/936540
2150 'Mac10.10 Tests',
2151 'Mac10.11 Tests',
Shenghua Zhangbd6f1b232018-03-03 02:59:142152 'Mac10.13 Tests',
2153 'Mac10.13 Tests (dbg)',
Stephen Martinis1384ff92020-01-07 19:52:152154 'Linux - Future (dbg)', # client.v8.chromium
Takuto Ikuta9aa015d2019-04-15 23:33:292155 'Win10 Tests x64',
Stephen Martinise701f5a2018-05-04 01:25:112156 'Win10 Tests x64 (dbg)',
Sajjad Mirza87e17b242020-01-22 18:49:072157 'Win10 Tests x64 Code Coverage',
John Budorick80ec5d522020-01-22 23:27:082158 'mac-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:282159 ],
2160 },
Stephen Martinis54d64ad2018-09-21 22:16:202161 'telemetry_unittests': {
2162 'modifications': {
2163 'Win10 Tests x64 (dbg)': {
2164 'experiment_percentage': 100, # crbug.com/870673
2165 }
John Budorickc498fd3c2019-03-14 01:16:262166 },
2167 'remove_from': [
2168 # crbug.com/936540
2169 'Mac10.10 Tests',
2170 'Mac10.11 Tests',
Takuto Ikuta9aa015d2019-04-15 23:33:292171
2172 'Win10 Tests x64',
Sajjad Mirza87e17b242020-01-22 18:49:072173 'Win10 Tests x64 Code Coverage',
John Budorickc498fd3c2019-03-14 01:16:262174 ],
Stephen Martinis54d64ad2018-09-21 22:16:202175 },
Kenneth Russelleb60cbd22017-12-05 07:54:282176 'unit_tests': {
Yun Liu3e759dbb2019-11-01 19:25:522177 'remove_from': [
2178 'android-code-coverage-native', # crbug/1018434
Erik Chen96894722019-11-21 20:03:392179 # There's no need to run unit_tests on both kitkat and marshmallow
2180 # on the CQ. https://crbug.com/1026487.
2181 'android-marshmallow-arm64-rel',
Yun Liu3e759dbb2019-11-01 19:25:522182 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282183 'modifications': {
John Budorickca14c76f62017-12-09 14:19:182184 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:342185 # These are slow on the ASAN trybot for some reason.
2186 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:182187 'swarming': {
John Budorick5052d552017-12-13 02:59:342188 'shards': 4,
John Budorickca14c76f62017-12-09 14:19:182189 },
2190 },
Stephen Martinis1384ff92020-01-07 19:52:152191 'Linux Chromium OS ASan LSan Tests (1)': {
2192 # These are slow on the ASAN trybot for some reason.
2193 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:182194 'swarming': {
2195 'shards': 2,
2196 },
2197 },
Takuto Ikuta54671d972018-07-19 19:06:352198 'Linux ChromiumOS MSan Tests': {
2199 # These are very slow on the Chrome OS MSAN trybot for some reason.
2200 # crbug.com/865455
2201 'swarming': {
2202 'shards': 2,
2203 },
2204 },
Stephen Martinis1384ff92020-01-07 19:52:152205 'Linux TSan Tests': {
Takuto Ikuta54671d972018-07-19 19:06:352206 'swarming': {
2207 'shards': 2,
2208 },
2209 },
Stephen Martinis1384ff92020-01-07 19:52:152210 'ToTLinuxASan': {
Dirk Pranke20eae9a72017-12-09 18:12:142211 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:152212 'shards': 2,
Dirk Pranke20eae9a72017-12-09 18:12:142213 },
2214 },
Stephen Martinis1384ff92020-01-07 19:52:152215 'android-asan': {
2216 'args': [
2217 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.unit_tests.filter',
2218 ],
2219 },
Takuto Ikuta527cdff2020-01-29 08:04:272220 'android-marshmallow-arm64-rel-swarming': {
2221 'swarming': {
2222 'shards': 8,
2223 },
2224 },
Stephen Martinis1384ff92020-01-07 19:52:152225 'android-pie-arm64-rel': {
2226 'experiment_percentage': 100, # https://crbug.com/1010211
2227 },
2228 'linux-chromeos-chrome': {
2229 'args': [
2230 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.unit_tests.filter',
2231 ],
2232 },
Ben Pasteneacd57392019-10-31 02:13:252233 'linux-chromeos-dbg': {
2234 'swarming': {
2235 'shards': 2,
2236 },
2237 },
Erik Chend063aef72019-11-18 19:13:102238 'linux-chromeos-rel': {
2239 'swarming': {
2240 'shards': 2,
2241 },
2242 },
Kenneth Russelleb60cbd22017-12-05 07:54:282243 },
2244 },
Chong Gu4602f4d2020-02-20 03:43:072245 'url_unittests': {
2246 'remove_from': [
2247 # crbug.com/1054240
Stephen Roeac495972020-02-25 23:32:412248 'Fuchsia ARM64',
Chong Gu4602f4d2020-02-20 03:43:072249 ],
2250 },
Kenneth Russell8a386d42018-06-02 09:48:012251 'video_decode_accelerator_gl_unittest': {
2252 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:012253 # Windows Intel doesn't have the GL extensions to support this test.
Yuly Novikovbc1ccff2019-08-03 00:05:492254 'ANGLE GPU Win10 x64 Release (Intel HD 630)',
2255 'Optional Win10 x64 Release (Intel HD 630)',
2256 'Win10 FYI x64 Release (Intel HD 630)',
Brian Sheedyf9387db7b2019-08-05 19:26:102257 'Win10 FYI x64 Release (Intel UHD 630)',
Yuly Novikov5ff15502019-07-31 00:55:482258 'Win10 FYI x64 Exp Release (Intel HD 630)',
Kenneth Russell8a386d42018-06-02 09:48:012259 ],
2260 },
Tom Anderson76eff052020-04-01 21:28:522261 'views_unittests_wayland': {
2262 'modifications': {
2263 'Linux Ozone Tester (Wayland)': {
2264 'args': [
2265 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_views_unittests.filter',
2266 ],
2267 },
2268 },
2269 },
2270 'views_unittests_x11': {
2271 'modifications': {
2272 'Linux Ozone Tester (X11)': {
2273 'args': [
2274 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.x11_views_unittests.filter',
2275 ],
2276 },
2277 },
2278 },
John Budorickd02c429de2020-01-10 19:02:212279 'viz_unittests': {
2280 'modifications': {
2281 'android-marshmallow-x86-fyi-rel': {
John Budorickafd548b2020-01-14 20:45:092282 'args': [
John Budorickd02c429de2020-01-10 19:02:212283 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.viz_unittests.filter',
2284 ],
2285 },
Haiyang Pan08d09dc2020-04-01 16:11:212286 'android-pie-x86-rel': {
John Budorickafd548b2020-01-14 20:45:092287 'args': [
John Budorickd02c429de2020-01-10 19:02:212288 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.viz_unittests.filter',
2289 ],
2290 },
2291 },
2292 },
John Budorick20f4fa8d2019-08-02 22:58:292293 'vr_android_unittests': {
2294 'remove_from': [
Haiyang Pan801fbaa32019-09-06 18:43:092295 'android-marshmallow-x86-fyi-rel',
Haiyang Pan08d09dc2020-04-01 16:11:212296 'android-pie-x86-rel',
Yun Liu3e759dbb2019-11-01 19:25:522297 'android-code-coverage-native', # crbug/1018434
John Budorick20f4fa8d2019-08-02 22:58:292298 ],
2299 },
2300 'vr_common_unittests': {
2301 'remove_from': [
Haiyang Pan801fbaa32019-09-06 18:43:092302 'android-marshmallow-x86-fyi-rel',
Haiyang Pan08d09dc2020-04-01 16:11:212303 'android-pie-x86-rel',
Yun Liu3e759dbb2019-11-01 19:25:522304 'android-code-coverage-native', # crbug/1018431
John Budorick20f4fa8d2019-08-02 22:58:292305 ],
2306 },
Kenneth Russellfbda3c532017-12-08 23:57:242307 'vr_pixeltests': {
2308 'remove_from': [
Haiyang Pan801fbaa32019-09-06 18:43:092309 'android-marshmallow-x86-fyi-rel',
Haiyang Pan08d09dc2020-04-01 16:11:212310 'android-pie-x86-rel',
Kenneth Russell8ceeabf2017-12-11 17:53:282311 'VR Linux',
Yun Liu3e759dbb2019-11-01 19:25:522312 'android-code-coverage-native', # crbug/1018431
Alex Cooper29432cf2020-01-09 01:12:062313 # These tests fail on Win7, and given that We don't support VR there,
2314 # these tests are unnecessary there.
2315 # chromium.win
2316 'Win 7 Tests x64 (1)',
2317 'Win7 Tests (1)',
2318 'Win7 Tests (dbg)(1)',
Kenneth Russellfbda3c532017-12-08 23:57:242319 ],
2320 },
Nico Webere81999ee2018-07-01 23:52:432321 'wayland_client_perftests': {
2322 'remove_from': [
2323 'linux-chromeos-dbg', # https://crbug.com/859307
2324 ],
2325 },
John Budorick63357462019-02-27 23:02:512326 'webdriver_tests_suite': {
2327 'remove_from': [
2328 'Linux Tests', # https://crbug.com/929689, https://crbug.com/936557
2329 ],
2330 },
bsheedy048cbdb2019-02-04 20:32:052331 'webgl2_conformance_gl_passthrough_tests': {
2332 'remove_from': [
Yuly Novikov783ffa7b2019-03-28 00:22:492333 # Not enough capacity. https://crbug.com/946694
Yuly Novikovbc1ccff2019-08-03 00:05:492334 'ANGLE GPU Win10 x64 Release (Intel HD 630)',
Geoff Lang1fede152019-10-10 23:03:442335 # Not enough capacity. https://crbug.com/982294
2336 'Mac Pro FYI Release (AMD)',
2337 'Mac FYI Retina Release (NVIDIA)',
bsheedy048cbdb2019-02-04 20:32:052338 ],
2339 },
John Budorick82e61dfb2019-12-10 04:36:092340 'webgl2_conformance_validating_tests': {
Stephen Martinis54d64ad2018-09-21 22:16:202341 'remove_from': [
2342 # The Mac NVIDIA Retina bots don't have the capacity to run
2343 # this test suite on mac_optional_gpu_tests_rel.
2344 'Optional Mac Retina Release (NVIDIA)',
2345 ],
Kenneth Russell8a386d42018-06-02 09:48:012346 'modifications': {
Kenneth Russell8a386d42018-06-02 09:48:012347 'Mac FYI GPU ASAN Release': {
2348 'args': [
2349 '--is-asan',
2350 ]
2351 },
2352 },
2353 },
2354 'webgl_conformance_gl_passthrough_tests': {
2355 'remove_from': [
2356 # crbug.com/555545 and crbug.com/649824:
2357 # Disable webgl_conformance_gl_tests on some Win/AMD cards.
2358 # Always fails on older cards, flaky on newer cards.
2359 'Win7 FYI Debug (AMD)',
2360 'Win7 FYI Release (AMD)',
Zhenyao Mo23286742019-09-20 00:11:002361 # crbug.com/1005814
2362 'Win10 FYI x64 Release (AMD RX 550)',
Kenneth Russell8a386d42018-06-02 09:48:012363 ],
2364 },
Stephen Martinis54d64ad2018-09-21 22:16:202365 'webgl_conformance_tests': {
Kenneth Russell8a386d42018-06-02 09:48:012366 'modifications': {
Stephen Martinis54d64ad2018-09-21 22:16:202367 # On desktop platforms these don't take very long (~7 minutes),
2368 # but on Android they take ~30 minutes and we want to use more
2369 # shards than on desktop.
Stephen Martinis54d64ad2018-09-21 22:16:202370 'Android Release (Nexus 5X)': {
2371 'swarming': {
2372 'shards': 6,
2373 },
2374 },
Ben Pastene52890ace2019-05-24 20:03:362375 'chromeos-amd64-generic-rel': {
Ben Pastene52890ace2019-05-24 20:03:362376 'swarming': {
Brian Sheedydb0417e2019-12-11 01:14:202377 'shards': 12,
Ben Pastene52890ace2019-05-24 20:03:362378 },
2379 },
Kenneth Russell8a386d42018-06-02 09:48:012380 },
Ben Pastene1e9b93e2019-07-15 17:01:562381 'replacements': {
2382 'chromeos-kevin-rel-hw-tests': {
2383 # Replace VM args with the magic hostname that resolves to a CrOS
2384 # device in the test lab.
2385 'args': {
2386 '--remote': 'variable_chromeos_device_hostname',
2387 '--remote-ssh-port': None,
2388 },
2389 },
2390 },
Kenneth Russelle63e41f2019-04-09 02:45:282391 'remove_from': [
2392 # Too slow on this configuration, which is severely hardware
2393 # constrained. crbug.com/950690
2394 'Mac FYI Retina Debug (NVIDIA)',
2395 ],
Kenneth Russell8a386d42018-06-02 09:48:012396 },
John Budorick82e61dfb2019-12-10 04:36:092397 'webgl_conformance_validating_tests': {
2398 'modifications': {
2399 'Mac FYI GPU ASAN Release': {
2400 'args': [
2401 '--is-asan',
2402 ]
2403 },
2404 },
2405 },
Yuly Novikove27d1d22018-10-29 21:24:192406 'webgl_conformance_vulkan_passthrough_tests': {
2407 'remove_from': [
2408 'Win7 FYI Debug (AMD)',
2409 ],
2410 },
Kenneth Russelleb60cbd22017-12-05 07:54:282411 'webkit_unit_tests': {
Yun Liu16394ab32019-11-19 16:37:572412 'remove_from': [
2413 # Flakily fails on Win7. https://crbug.com/943372.
2414 'Win7 Tests (1)',
2415 'Win 7 Tests x64 (1)',
Yun Liu16394ab32019-11-19 16:37:572416 'android-code-coverage-native', # crbug/1018431
2417 ],
Dirk Pranke81ff51c2017-12-09 19:24:282418 'modifications': {
John Budorick5052d552017-12-13 02:59:342419 'Linux ASan LSan Tests (1)': {
2420 # These are very slow on the ASAN trybot for some reason.
2421 # crbug.com/794372
2422 'swarming': {
2423 'shards': 5,
2424 },
2425 },
Erik Chen681dc0282019-11-26 22:54:492426 'Linux TSan Tests': {
2427 'swarming': {
2428 'shards': 2,
2429 },
2430 },
arthursonzogni26889d82018-05-29 17:18:162431 'Marshmallow 64 bit Tester': {
2432 # Increase timeout. See https://crbug.com/847229.
2433 'swarming': {
2434 'hard_timeout': 1200,
2435 },
2436 },
Omer Katz7d2be652020-01-22 18:13:462437 'linux-blink-heap-concurrent-marking-tsan-rel': {
2438 'swarming': {
2439 'shards': 2,
2440 },
2441 },
Dirk Pranke81ff51c2017-12-09 19:24:282442 },
Kenneth Russelleb60cbd22017-12-05 07:54:282443 },
2444 'webview_instrumentation_test_apk': {
2445 'remove_from': [
Hans Wennborgeac4c36c2018-05-23 16:04:062446 # This test frequently fails on Android, https://crbug.com/824959
John Budorick2232bb982018-05-18 17:50:072447 'android-kitkat-arm-rel',
Kenneth Russelleb60cbd22017-12-05 07:54:282448 'KitKat Phone Tester (dbg)',
Kenneth Russelleb60cbd22017-12-05 07:54:282449 'KitKat Tablet Tester',
Stephen Martinis1384ff92020-01-07 19:52:152450 # matching android builders, the test fails on these.
Hans Wennborga0b11ebe2018-05-15 16:26:502451 'ToTAndroid',
John Budorick27d2d44e2019-05-20 20:26:092452 'android-asan', # https://crbug.com/964562
Dirk Pranke20eae9a72017-12-09 18:12:142453 # On chromium.swarm, this should possibly be being run (or removed
Takuto Ikuta527cdff2020-01-29 08:04:272454 # from android-marshmallow-arm64-rel-swarming).
2455 'android-kitkat-arm-rel-swarming',
Yun Liu7cfd28a2019-10-30 01:57:122456 'android-code-coverage-native', # https://crbug.com/1018431
Kenneth Russelleb60cbd22017-12-05 07:54:282457 ],
Ben Pastenee17a8e92018-07-12 21:55:182458 'modifications': {
Andrew Luof08500ae2020-01-10 01:24:452459 # chromium.android.fyi
2460 'Android WebView P FYI (rel)': {
2461 'args': [
2462 '--annotation',
2463 'DisabledTest,FlakyTest' # Monitor status of disabled tests.
2464 ],
2465 },
Ben Pastenee17a8e92018-07-12 21:55:182466 'Oreo Phone Tester': {
Andrew Luo93c4a1e2019-08-30 05:26:302467 # TODO(crbug.com/997362): Enable this once it's passing.
bsheedy01833462018-12-07 01:05:572468 # TODO(https://crbug.com/884413): Re-enable this once the tests are
2469 # either passing or there is more capacity.
2470 'experiment_percentage': 0,
Ben Pastenee17a8e92018-07-12 21:55:182471 },
Haiyang Pan08d09dc2020-04-01 16:11:212472 'android-pie-x86-rel': {
Haiyang Panfdd94332020-03-27 02:43:292473 'args': [
2474 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_instrumentation_test_apk.filter',
2475 ],
2476 },
Ben Pastenee17a8e92018-07-12 21:55:182477 },
Kenneth Russelleb60cbd22017-12-05 07:54:282478 },
bsheedy800f5062018-08-07 00:47:542479 'xr_browser_tests': {
2480 'remove_from': [
Stephen Martinis1384ff92020-01-07 19:52:152481 # Randomly hangs indefinitely https://crbug.com/1018896.
2482 'Win10 FYI x64 Release (AMD RX 550)',
bsheedy800f5062018-08-07 00:47:542483 # This exception probably needs to stay due to lack of capacity
2484 # on the Win AMD bots.
2485 'Win7 FYI Debug (AMD)',
Maggie Chen4fc29842018-08-07 19:12:482486 # Fails on the bot, http://crbug.com/868143
2487 'Win7 FYI Release (AMD)',
bsheedy800f5062018-08-07 00:47:542488 ],
2489 },
Kenneth Russelleb60cbd22017-12-05 07:54:282490}