blob: bc2e5700c4d8b691a60bf278b589fe0df20d7d41 [file] [log] [blame]
Kenneth Russelleb60cbd22017-12-05 07:54:281# Copyright 2017 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# This is a .pyl, or "Python Literal", file. You can treat it just like a
6# .json file, with the following exceptions:
7# * all keys must be quoted (use single quotes, please);
8# * comments are allowed, using '#' syntax; and
9# * trailing commas are allowed.
10
11# Exceptions to the common test suites can only include removal from
12# particular bots, and modifications on particular bots. By design,
13# it's not possible to add one-off tests to bots. Instead they have to
14# be added to one of the test suites in test_suites.pyl.
15#
16# The goal is to drive the number of exceptions to zero, to make all
17# the bots behave similarly.
18{
Andrew Luo38b311f2019-10-04 03:42:0919 'android_browsertests': {
20 'modifications': {
21 'android-pie-arm64-rel': {
Andrew Luobe83fd82019-12-19 03:07:5822 'args': [
23 '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001
24 ],
Andrew Luo38b311f2019-10-04 03:42:0925 },
Haiyang Pan08d09dc2020-04-01 16:11:2126 'android-pie-x86-rel': {
John Budorick191adfcd2020-01-29 18:19:0427 'args': [
28 '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001
29 ],
30 },
Andrew Luo38b311f2019-10-04 03:42:0931 },
32 },
Kenneth Russelleb60cbd22017-12-05 07:54:2833 'android_webview_unittests': {
34 'remove_from': [
John Budorick826d5ed2017-12-28 19:27:3235 # On chromium.android, these do not need to run prior to M.
Haiyang Pana3ff55ae2020-04-23 18:26:5436 'android-lollipop-arm-rel',
Yun Liu3e759dbb2019-11-01 19:25:5237 'android-code-coverage-native', # crbug/1018434
Kenneth Russelleb60cbd22017-12-05 07:54:2838 ],
Kenneth Russelleb60cbd22017-12-05 07:54:2839 },
Kenneth Russell8a386d42018-06-02 09:48:0140 'angle_end2end_tests': {
41 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:0142 # TODO(ynovikov) Investigate why the test breaks on older devices.
43 'Android FYI Release (Nexus 5)',
44 'Android FYI Release (Nexus 6)',
45 'Android FYI Release (Nexus 9)',
46 # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219
47 'Linux FYI Release (AMD R7 240)',
Yuly Novikovab7256232019-04-08 19:08:0948 # Temporarily disabled due to bad NVIDIA driver upgrade crbug.com/950542
49 'Linux FYI Debug (NVIDIA)',
50 'Linux FYI GPU TSAN Release',
jonrossfb1c61b72019-11-19 01:43:5951 # Disabling on RX 550 as we are currently qualifying the card and not
52 # checking for regressions. crbug.com/1025745
53 'Win10 FYI x64 Release (AMD RX 550)',
Kenneth Russell8a386d42018-06-02 09:48:0154 ],
55 },
56 'angle_perftests': {
57 'remove_from': [
Yuly Novikov04baee6d2018-12-21 21:22:2158 'Android FYI Release (Nexus 5)', # crbug.com/915429
Nico Weber521565b2018-07-12 22:50:1659 'Android FYI Release (Nexus 6)', # anglebug.com/2433
Yuly Novikovab7256232019-04-08 19:08:0960 'Linux FYI GPU TSAN Release', # crbug.com/950542
Kenneth Russell8a386d42018-06-02 09:48:0161 ],
62 },
Kenneth Russellfbda3c532017-12-08 23:57:2463 'angle_unittests': {
64 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:0165 # On Android, these are already run on the main waterfall.
Kenneth Russell8a386d42018-06-02 09:48:0166 'Android FYI Release (Nexus 5X)',
Kenneth Russellfbda3c532017-12-08 23:57:2467 ],
John Budorickca14c76f62017-12-09 14:19:1868 'modifications': {
69 'Linux ASan LSan Tests (1)': {
70 'swarming': {
71 'shards': 10,
72 },
73 },
74 },
Kenneth Russellfbda3c532017-12-08 23:57:2475 },
Saman Sami8e2eedaa2019-12-18 20:23:0776 'angle_white_box_tests': {
77 'remove_from': [
78 # https://crbug.com/1035178
79 'Win10 FYI x64 Release (AMD RX 550)',
80 # https://crbug.com/1035461
81 'Linux FYI GPU TSAN Release',
82 ],
83 },
John Chenaab16fc02020-03-03 06:35:4584 'blink_web_tests': {
85 'remove_from': [
86 'Win 7 Tests x64 (1)', # 64-bit win is unsupported by the layout tests.
87 'Win10 Tests x64 (dbg)',
88 ],
89 'modifications': {
90 'Fuchsia x64': {
91 'args': [
92 '--platform=fuchsia',
93 ],
94 'swarming': {
95 'shards': 1,
96 },
97 },
98 'Linux Tests': {
99 "args": [
100 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
101 ],
102 },
103 'Linux Tests (dbg)(1)': {
104 'args': [
105 '--debug',
106 ],
107 'swarming': {
108 'shards': 20,
109 },
110 },
111 'Mac10.10 Tests': {
112 # TODO(kbr): this is essentially redundant.
113 'swarming': {
114 'dimension_sets': [
115 {
116 'gpu': 'none',
117 'os': 'Mac-10.10.5',
118 },
119 ],
120 'shards': 25,
121 },
122 },
123 'Mac10.11 Tests': {
124 # TODO(kbr): this is essentially redundant.
125 'swarming': {
126 'dimension_sets': [
127 {
128 'gpu': 'none',
129 'os': 'Mac-10.11.6',
130 },
131 ],
132 'shards': 25,
133 },
134 },
135 'Mac10.12 Tests': {
136 'swarming': {
137 'shards': 25,
138 },
139 },
140 'Mac10.13 Tests': {
141 'swarming': {
142 'dimension_sets': [
143 {
144 # Run the layout tests on a consistent set of hardware
145 # (Mac Minis).
146 'gpu': '8086:0a2e',
147 },
148 ],
149 'shards': 25,
150 },
151 },
152 'Mac10.13 Tests (dbg)': {
153 'args': [
154 '--debug',
155 ],
John Budorickd3375fa2020-03-17 20:49:11156 'swarming': {
157 'shards': 25,
158 },
John Chenaab16fc02020-03-03 06:35:45159 },
160 'V8 Blink Linux Debug': {
161 'args': [
162 '--debug',
163 ],
164 },
165 'V8 Blink Linux Future': {
166 'args': [
167 '--additional-driver-flag=--js-flags=--future',
168 ],
169 },
170 'WebKit Linux ASAN': {
171 'args': [
172 '--additional-expectations',
173 '../../third_party/blink/web_tests/ASANExpectations',
174 '--time-out-ms',
175 '48000',
176 '--enable-sanitizer',
177 ],
178 'swarming': {
179 'shards': 20,
180 },
181 },
182 'WebKit Linux Leak': {
183 'args': [
184 '--additional-expectations',
185 '../../third_party/blink/web_tests/LeakExpectations',
186 '--time-out-ms',
187 '48000',
188 '--enable-leak-detection',
189 ],
190 'swarming': {
191 'shards': 10,
192 },
193 },
194 'WebKit Linux MSAN': {
195 'args': [
196 '--additional-expectations',
197 '../../third_party/blink/web_tests/MSANExpectations',
198 '--time-out-ms',
199 '66000',
200 '--enable-sanitizer',
201 ],
202 'swarming': {
203 'expiration': 36000,
204 'hard_timeout': 10800,
205 'io_timeout': 3600,
206 'shards': 20,
207 },
208 },
209 'WebKit Linux composite_after_paint Dummy Builder': {
210 'args': [
211 '--additional-driver-flag=--enable-blink-features=CompositeAfterPaint',
212 ],
213 },
214 'WebKit Linux layout_ng_disabled Builder': {
215 'args': [
216 '--additional-driver-flag=--disable-blink-features=LayoutNG',
217 ],
218 },
219 'Win10 Tests x64': {
220 'args': [
221 '--target',
222 'Release_x64',
223 ],
224 'swarming': {
225 "shards": 28
226 },
227 },
228 'Win10 Tests x64 (dbg)': {
229 'args': [
230 '--debug',
231 '--target',
232 'Debug_x64',
233 ],
234 },
235 'Win10 Tests x64 Code Coverage': {
236 'args': [
237 '--target',
238 'Release_x64',
239 ],
240 'swarming': {
241 "shards": 28
242 },
243 },
244 'Win7 Tests (dbg)(1)': {
245 'args': [
246 '--debug',
247 '--time-out-ms',
248 '60000'
249 ],
250 'experiment_percentage': 100,
251 # TODO(kbr): the "Windows-7-SP1" Swarming dimension set is implicit,
252 # from prefered_os_dimension in
253 # tools/build/scripts/slave/recipe_modules/swarming/api.py. Ideally,
254 # Swarming dimensions would be either specified for all testers on the
255 # waterfall (and therefore, explicitly specified for all tests in the
256 # generated JSON), or this would be removed, and the implicit one used.
257 'swarming': {
258 'dimension_sets': [
259 {
260 'os': 'Windows-7-SP1',
261 }
262 ],
263 },
264 },
265 # tryserver.chromium.android
266 'android_blink_rel': {
267 'args': [
268 '--release',
269 '--android',
270 # TODO(crbug.com/912120): Breakpad was entirely disabled on
271 # Android. Remove this when it no longer affects Android crash
272 # log handling.
273 '--disable-breakpad',
274 # TODO(crbug.com/875172): run on the real GPU since the
275 # software fallback, SwiftShader, isn't yet for 32-bit ARM.
276 '--additional-driver-flag=--use-gpu-in-tests',
277 ],
278 },
279 'devtools_frontend_linux_blink_light_rel': {
280 'args': [
281 'http/tests/devtools',
282 ],
283 'swarming': {
284 'shards': 4,
285 },
286 },
287 'fuchsia-fyi-x64-rel': {
288 'args': [
289 '--platform=fuchsia',
290 ],
291 'swarming': {
292 'shards': 1,
293 },
294 },
Mathias Carlen30968a62020-03-31 08:47:04295 'linux-autofill-assistant': {
296 'args': [
297 '--release',
298 ],
299 },
Yuzu Saijo9709bcc2020-03-18 09:12:20300 'linux-bfcache-rel': {
John Chenaab16fc02020-03-03 06:35:45301 'args': [
John Chenaab16fc02020-03-03 06:35:45302 '--additional-driver-flag=--enable-features=BackForwardCache',
303 '--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/enable-features=BackForwardCache',
304 ],
305 },
306 'linux-blink-animation-use-time-delta': {
307 'args': [
308 '--debug',
309 ],
310 },
311 'linux-blink-cors-rel': {
312 'args': [
313 '--additional-driver-flag=--disable-features=OutOfBlinkCors',
314 '--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/disable-features=OutOfBlinkCors',
315 ],
316 },
317 'linux-blink-heap-concurrent-marking-tsan-rel': {
318 'args': [
319 '--release',
320 '--additional-driver-flag=--enable-features=BlinkHeapConcurrentMarking',
321 ],
322 },
323 'linux-code-coverage': {
324 'args': [
325 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw',
326 ],
327 'swarming': {
328 'shards': 20,
329 },
330 },
Aaron Gable40f79aa2020-03-21 01:21:15331 'linux-layout-tests-edit-ng': {
332 'args': [
Yoshifumi Inouebebca262020-04-08 22:03:49333 '--additional-driver-flag=--enable-blink-features=EditingNG',
Aaron Gable40f79aa2020-03-21 01:21:15334 ],
335 },
John Chenaab16fc02020-03-03 06:35:45336 'linux-layout-tests-fragment-item': {
337 'args': [
338 '--additional-driver-flag=--enable-blink-features=LayoutNGFragmentItem',
339 ],
340 },
John Chenaab16fc02020-03-03 06:35:45341 'mac-rel': {
342 'swarming': {
343 'dimension_sets': [
344 {
345 # Run the layout tests on a consistent set of hardware
346 # (Mac Minis).
347 'gpu': '8086:0a2e',
348 },
349 ],
350 'shards': 25,
351 },
352 },
353 'mac10.10-blink-rel-dummy': {
354 'swarming': {
355 'shards': 20,
356 },
357 },
358 'mac10.11-blink-rel-dummy': {
359 'swarming': {
360 'shards': 20,
361 },
362 },
363 'mac10.12-blink-rel-dummy': {
364 'swarming': {
365 'shards': 20,
366 },
367 },
368 'mac10.13-blink-rel-dummy': {
369 'swarming': {
370 'shards': 20,
371 },
372 },
373 'mac10.13_retina-blink-rel-dummy': {
374 'swarming': {
375 'shards': 20,
376 },
377 },
378 'mac10.14-blink-rel-dummy': {
379 'swarming': {
380 'shards': 20,
381 },
382 },
383 },
384 },
Chong Gu9a2741732020-02-24 21:32:01385 'boringssl_crypto_tests': {
386 'remove_from': [
387 # https://crbug.com/1054545
Stephen Roeac495972020-02-25 23:32:41388 'Fuchsia ARM64',
Chong Gu9a2741732020-02-24 21:32:01389 ],
390 },
391 'boringssl_ssl_tests': {
392 'remove_from': [
393 # https://crbug.com/1054545
Stephen Roeac495972020-02-25 23:32:41394 'Fuchsia ARM64',
Chong Gu9a2741732020-02-24 21:32:01395 ],
396 },
John Budorickca995852019-06-26 16:55:55397 'breakpad_unittests': {
398 'modifications': {
399 'android-asan': {
400 'args': [
401 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.breakpad_unittests.filter',
402 ],
403 },
404 },
405 },
Kenneth Russelleb60cbd22017-12-05 07:54:28406 'browser_tests': {
Kenneth Russellfbda3c532017-12-08 23:57:24407 'remove_from': [
Brad Halla36886c2019-02-26 16:52:29408 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber3af4da72018-02-27 01:59:41409 'linux-win_cross-rel',
John Budorick80ec5d522020-01-22 23:27:08410 'mac-rel', # crbug.com/1042757
Nico Weberdae13cd92018-12-14 13:56:26411 'ToTLinuxTSan', # https://crbug.com/368525
John Budorick5ef11472019-12-18 22:02:33412 'Mac10.10 Tests', # https://crbug.com/828031
Aaron Gable30cda242020-01-22 21:02:58413 'Mac10.13 Tests', # https://crbug.com/1042757
Nico Weberd36959682018-04-12 03:33:46414 'Linux TSan Tests', # https://crbug.com/368525
Stephen Martinise701f5a2018-05-04 01:25:11415 'Win10 Tests x64 (dbg)',
Kenneth Russellfbda3c532017-12-08 23:57:24416 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28417 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:15418 'Linux - Future (dbg)': { # client.v8.chromium
Yuke Liaoea70f472019-12-19 06:03:36419 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15420 'shards': 10,
Yuke Liaoea70f472019-12-19 06:03:36421 },
422 },
Stephen Martinis1384ff92020-01-07 19:52:15423 'Linux ASan LSan Tests (1)': {
424 # These are very slow on the ASAN trybot for some reason.
425 # crbug.com/794372
Roberto Carrillo2c9ec972019-03-20 03:11:19426 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15427 'shards': 40,
Roberto Carrillo2c9ec972019-03-20 03:11:19428 },
429 },
Chris Cunningham1d0e9e12020-02-26 22:56:40430 'Linux ASan Tests (sandboxed)': {
431 'swarming': {
432 'shards': 12, # https://crbug.com/1056300
433 },
434 },
Stephen Martinis1384ff92020-01-07 19:52:15435 'Linux Chromium OS ASan LSan Tests (1)': {
436 # These are very slow on the ASAN trybot for some reason.
437 # crbug.com/794372
Roberto Carrillo5a5c98dc2019-10-30 22:33:51438 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15439 'shards': 31,
Roberto Carrillo5a5c98dc2019-10-30 22:33:51440 },
441 },
Stephen Martinis1384ff92020-01-07 19:52:15442 'Linux ChromiumOS MSan Tests': {
443 # These are very slow on the Chrome OS MSAN trybot for some reason.
444 # crbug.com/865455
Kenneth Russell56a3e862017-12-08 03:11:34445 'swarming': {
Pavol Marko45bedc82020-04-22 14:21:46446 'shards': 32,
Kenneth Russell56a3e862017-12-08 03:11:34447 },
448 },
John Budorick614f91a2020-03-30 20:34:55449 'Linux Tests (dbg)(1)': {
450 # crbug.com/1066161
451 'swarming': {
452 'shards': 20,
453 },
454 },
Stephen Martinis1384ff92020-01-07 19:52:15455 'Mac ASan 64 Tests (1)': {
Kenneth Russellfbda3c532017-12-08 23:57:24456 'swarming': {
John Budorick542f4762020-03-17 20:40:14457 'dimension_sets': [
458 {
459 # These shards are liable to time out when running on minis.
460 'cores': '8',
461 }
462 ],
Kenneth Russellfbda3c532017-12-08 23:57:24463 'shards': 20,
464 },
465 },
John Budorickd3375fa2020-03-17 20:49:11466 'Mac10.13 Tests (dbg)': {
467 'swarming': {
468 'shards': 20,
469 },
470 },
Stephen Martinis1384ff92020-01-07 19:52:15471 'ToTWin(dbg)': {
Kenneth Russelleb60cbd22017-12-05 07:54:28472 'swarming': {
John Budorickca14c76f62017-12-09 14:19:18473 'shards': 20,
Kenneth Russelleb60cbd22017-12-05 07:54:28474 },
475 },
Stephen Martinis1384ff92020-01-07 19:52:15476 'ToTWin64(dbg)': {
Kenneth Russell8ceeabf2017-12-11 17:53:28477 'swarming': {
478 'shards': 20,
479 },
480 },
Kenneth Russell6c83d212018-07-27 20:52:59481 'Win10 Tests x64': {
482 # crbug.com/868082
483 'args': [
484 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
485 ],
Takuto Ikutac9c269a2019-01-10 22:40:25486 'swarming': {
487 # This is for slow test execution that often becomes a critical path of
488 # swarming jobs. crbug.com/868114
489 'shards': 15,
490 }
Kenneth Russell6c83d212018-07-27 20:52:59491 },
Sajjad Mirza87e17b242020-01-22 18:49:07492 'Win10 Tests x64 Code Coverage': {
493 # crbug.com/868082
494 'args': [
495 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
496 ],
497 'swarming': {
498 # This is for slow test execution that often becomes a critical path of
499 # swarming jobs. crbug.com/868114
500 'shards': 15,
501 }
502 },
Stephen Martinis1384ff92020-01-07 19:52:15503 'Win7 Tests (1)': {
504 # This is for slow test execution that often becomes a critical path of
505 # swarming jobs. crbug.com/868114
506 'swarming': {
507 'shards': 15,
508 },
509 },
510 'Win7 Tests (dbg)(1)': {
Pavol Markoc579e072019-12-05 22:42:02511 'swarming': {
512 'shards': 20,
513 },
514 },
Stephen Martinis1384ff92020-01-07 19:52:15515 'linux-chromeos-chrome': {
516 # TODO(https://crbug.com/932269): Promote out of experiment when the
517 # tests are green.
518 'args': [
519 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter',
520 ],
521 },
522 'linux-chromeos-code-coverage': {
Nico Weber0c2861b2018-12-14 18:05:16523 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15524 'shards': 50,
525 },
526 },
527 'linux-chromeos-dbg': {
528 'swarming': {
529 'shards': 30,
530 },
531 },
532 'linux-chromeos-rel': {
533 'swarming': {
534 'shards': 20,
Stephanie Kime9008f72020-03-05 23:01:16535 'dimension_sets': [
536 {
537 'kvm': '1',
538 },
539 ],
Stephen Martinis1384ff92020-01-07 19:52:15540 },
541 },
542 'linux-code-coverage': {
Yuke Liao58e1d202020-03-20 23:02:01543 'args': [
544 '--no-sandbox',
545 ],
Stephen Martinis1384ff92020-01-07 19:52:15546 'swarming': {
547 'shards': 50,
548 },
549 },
550 'linux-trusty-rel': {
551 'args': [
John Budorick79ec9012020-01-08 21:56:31552 '--test-launcher-filter-file=../../testing/buildbot/filters/linux_trusty_rel.browser_tests.filter',
553 ],
Stephen Martinis1384ff92020-01-07 19:52:15554 },
555 'mac-code-coverage': {
Stephen Martinis1384ff92020-01-07 19:52:15556 'swarming': {
557 'shards': 15,
558 },
559 },
Stephen Martinis1384ff92020-01-07 19:52:15560 'win-asan': {
561 # browser_tests shards were reaching a timeout limit of 60 minutes on win-asan
562 # (https://crbug.com/1031096).
563 'swarming': {
564 'shards': 20,
Nico Weber0c2861b2018-12-14 18:05:16565 },
566 },
Kenneth Russelleb60cbd22017-12-05 07:54:28567 },
568 },
Chong Gu066fbf12020-05-02 05:26:08569 'cacheinvalidation_unittests': {
570 'remove_from': [
571 'Fuchsia ARM64', # https://crbug.com/1077462
572 'Fuchsia x64', # https://crbug.com/1077462
573 ],
574 },
Chong Gu186858f92020-04-28 19:54:40575 'capture_unittests': {
576 'remove_from': [
577 'Fuchsia ARM64', # https://crbug.com/1075762
578 'Fuchsia x64', # https://crbug.com/1075762
579 ],
580 },
Erik Chen681dc0282019-11-26 22:54:49581 'cc_unittests': {
582 'modifications': {
583 'Linux TSan Tests': {
584 'swarming': {
585 'shards': 3,
586 },
587 },
John Budorickfa8f1da92020-01-15 18:11:38588 'android-marshmallow-x86-fyi-rel': {
589 # https://crbug.com/1039860
590 'args': [
591 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter',
592 ],
593 },
Haiyang Pan08d09dc2020-04-01 16:11:21594 'android-pie-x86-rel': {
John Budorickfa8f1da92020-01-15 18:11:38595 # https://crbug.com/1039860
596 'args': [
597 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter',
598 ],
599 },
Erik Chen681dc0282019-11-26 22:54:49600 },
Chong Gu00dbbbf2020-01-31 23:51:45601 'remove_from': [
Stephen Roeac495972020-02-25 23:32:41602 'Fuchsia ARM64', # https://crbug.com/1046552
Weza653d8a2020-04-21 13:37:53603 'Fuchsia x64', # https://crbug.com/1046552
Chong Gu00dbbbf2020-01-31 23:51:45604 ],
Erik Chen681dc0282019-11-26 22:54:49605 },
Dirk Pranke1b767092017-12-07 04:44:23606 'checkbins': {
607 'remove_from': [
Stephen Martinis47d77132019-04-24 23:51:33608 'linux-archive-dbg',
609 'linux-archive-rel',
610 'mac-archive-dbg',
611 'mac-archive-rel',
Dirk Pranke1b767092017-12-07 04:44:23612 ],
613 },
Andrew Luod252791ac2019-10-15 00:28:13614 'chrome_java_test_pagecontroller_tests': {
615 'modifications': {
616 'android-pie-arm64-rel': {
617 'experiment_percentage': 100, # https://crbug.com/924194
618 },
619 },
620 },
Yun Liu7cfd28a2019-10-30 01:57:12621 'chrome_public_smoke_test': {
622 'remove_from': [
623 'android-code-coverage-native', # https://crbug.com/1018780
624 ],
625 },
Kenneth Russelleb60cbd22017-12-05 07:54:28626 'chrome_public_test_apk': {
John Budorick27d2d44e2019-05-20 20:26:09627 'remove_from': [
628 'android-asan', # https://crbug.com/964562
Yun Liu7cfd28a2019-10-30 01:57:12629 'android-code-coverage-native', # https://crbug.com/1018780
Haiyang Pana3ff55ae2020-04-23 18:26:54630 'android-lollipop-arm-rel', # https://crbug.com/1060245
John Budorick27d2d44e2019-05-20 20:26:09631 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28632 'modifications': {
Natalie Chouinard48afb4352020-04-17 21:30:32633 'Android CFI': {
634 'args': [
635 '--exclude-annotation',
636 'Feature=RenderTest', # https://crbug.com/1068294
637 ],
638 },
Kenneth Russelleb60cbd22017-12-05 07:54:28639 'Marshmallow 64 bit Tester': {
640 'swarming': {
Kenneth Russelleb60cbd22017-12-05 07:54:28641 'shards': 14,
642 },
643 },
Arthur Wang5dd7b07c2020-04-04 01:05:22644 'Marshmallow Tablet Tester': {
645 'args': [
646 '--timeout-scale',
647 '2.0',
648 ],
649 },
Ben Pastenec73e96e92018-07-12 01:40:35650 'Oreo Phone Tester': {
bsheedy01833462018-12-07 01:05:57651 # TODO(https://crbug.com/884413): Re-enable this once the tests are
652 # either passing or there is more capacity.
653 'experiment_percentage': 0,
Ben Pastenec73e96e92018-07-12 01:40:35654 },
Stephen Martinis1384ff92020-01-07 19:52:15655 'android-arm64-proguard-rel': {
656 'swarming': {
657 'shards': 25,
658 },
659 },
Haiyang Pan1ad3bb032020-04-24 23:52:03660 'android-lollipop-arm-rel-swarming': {
Brian Sheedy44a7a0032020-04-16 19:20:57661 'swarming': {
Brian Sheedy180c2dd2020-04-22 19:34:31662 'service_account': '[email protected]'
Brian Sheedy44a7a0032020-04-16 19:20:57663 },
664 },
Stephen Martinis1384ff92020-01-07 19:52:15665 'android-marshmallow-arm64-rel': {
666 'swarming': {
667 'shards': 25,
668 },
669 },
Brian Sheedy44a7a0032020-04-16 19:20:57670 'android-marshmallow-arm64-rel-swarming': {
671 'swarming': {
Brian Sheedy180c2dd2020-04-22 19:34:31672 'service_account': '[email protected]'
Brian Sheedy44a7a0032020-04-16 19:20:57673 },
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 'Lollipop Tablet Tester',
704 'Marshmallow Tablet Tester',
Haiyang Pan801fbaa32019-09-06 18:43:09705 'android-marshmallow-x86-fyi-rel',
Haiyang Pan08d09dc2020-04-01 16:11:21706 'android-pie-x86-rel',
Andrew Luo38b311f2019-10-04 03:42:09707 'android-pie-arm64-rel', # https://crbug.com/1010211
bsheedydf58b4e2018-11-01 19:42:16708 'ToTAndroid',
709 'ToTAndroidCFI',
John Budorick27d2d44e2019-05-20 20:26:09710 'android-asan', # https://crbug.com/964562
Yun Liu7cfd28a2019-10-30 01:57:12711 'android-code-coverage-native', # https://crbug.com/1018780
bsheedy410dd7c2018-06-15 22:42:09712 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28713 },
bsheedy75a4dd52018-11-27 23:24:30714 'chrome_public_test_vr_apk-vega': {
715 'modifications': {
bsheedy75a4dd52018-11-27 23:24:30716 'Oreo Phone Tester': {
717 'swarming': {
718 'dimension_sets': [
719 {
720 'device_os': 'OVR1.180808.003',
721 'device_type': 'vega',
722 'os': 'Android',
723 },
724 ],
725 },
726 }
727 }
728 },
Takuto Ikuta1b749b902019-04-11 18:05:53729 'chromedriver_py_tests': {
730 'remove_from': [
731 # Timeout happens sometimes (crbug.com/951799).
Takuto Ikuta1b749b902019-04-11 18:05:53732 'Win10 Tests x64 (dbg)',
733 ],
734 },
Yun Liu3e759dbb2019-11-01 19:25:52735 'components_browsertests': {
736 'remove_from': [
737 'android-code-coverage-native', # crbug/1018434
738 ],
739 },
Kenneth Russelleb60cbd22017-12-05 07:54:28740 'components_unittests': {
Yun Liu3e759dbb2019-11-01 19:25:52741 'remove_from': [
Stephen Roeac495972020-02-25 23:32:41742 'Fuchsia ARM64', # https://crbug.com/961457
Yun Liu16394ab32019-11-19 16:37:57743 'Fuchsia x64', # https://crbug.com/961457
Yun Liu3e759dbb2019-11-01 19:25:52744 'android-code-coverage-native', # crbug/1018431
Kevin Marshallce2afe1b2019-12-06 00:49:21745 'fuchsia-fyi-arm64-rel', # https://crbug.com/961457
746 'fuchsia-fyi-x64-dbg', # https://crbug.com/961457
747 'fuchsia-fyi-x64-rel', # https://crbug.com/961457
Yun Liu3e759dbb2019-11-01 19:25:52748 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28749 'modifications': {
John Budorick5052d552017-12-13 02:59:34750 'Linux ASan LSan Tests (1)': {
751 # These are very slow on the ASAN trybot for some reason.
752 # crbug.com/794372
753 'swarming': {
754 'shards': 5,
755 },
756 },
Takuto Ikuta54671d972018-07-19 19:06:35757 'Linux Chromium OS ASan LSan Tests (1)': {
758 # These are very slow on the ASAN trybot for some reason.
759 # crbug.com/794372
760 'swarming': {
761 'shards': 5,
762 },
763 },
Erik Chen681dc0282019-11-26 22:54:49764 'Linux TSan Tests': {
765 'swarming': {
766 'shards': 2,
767 },
768 },
Omer Katz7d2be652020-01-22 18:13:46769 'linux-blink-heap-concurrent-marking-tsan-rel': {
770 'swarming': {
771 'shards': 2,
772 },
773 },
Kenneth Russelleb60cbd22017-12-05 07:54:28774 },
775 },
776 'content_browsertests': {
Brad Halla36886c2019-02-26 16:52:29777 'remove_from': [
Brad Halla36886c2019-02-26 16:52:29778 'CrWinAsan(dll)', # https://crbug.com/935598
Yun Liu42f79ea2019-11-19 01:21:18779 'android-code-coverage-native', # crbug/1018434
Yuke Liaod7da81b2020-03-20 18:57:57780 # http://crbug.com/1060245#c30: due to low utility and capacity.
781 'android-marshmallow-arm64-rel',
Brad Halla36886c2019-02-26 16:52:29782 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28783 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:24784 'Cast Audio Linux': {
785 'args': [
Nico Weber02f30392018-07-16 18:39:43786 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24787 ],
Kenneth Russellfbda3c532017-12-08 23:57:24788 },
789 'Cast Linux': {
790 'args': [
Nico Weber02f30392018-07-16 18:39:43791 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24792 ],
Kenneth Russellfbda3c532017-12-08 23:57:24793 },
Erik Chenb681c8c2019-11-25 22:52:52794 'Linux ASan LSan Tests (1)': {
795 'swarming': {
796 'shards': 12,
797 },
798 },
Chris Cunninghame1a04ea2019-04-24 01:49:32799 'Linux ASan Tests (sandboxed)': {
800 'swarming': {
Stephen McGruer640f0c32020-02-14 15:29:40801 'shards': 4, # https://crbug.com/1051944
Chris Cunninghame1a04ea2019-04-24 01:49:32802 },
803 },
Erik Chen681dc0282019-11-26 22:54:49804 'Linux TSan Tests': {
805 'swarming': {
806 'shards': 15,
807 },
808 },
Stephen Martinis1384ff92020-01-07 19:52:15809 'Lollipop Phone Tester': {
810 'swarming': {
811 'shards': 13,
812 },
813 },
814 'Win10 Tests x64': {
815 # crbug.com/868082
816 'args': [
817 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
818 ],
819 },
820 'Win10 Tests x64 (dbg)': {
821 'experiment_percentage': 100,
822 # crbug.com/868082
823 'args': [
824 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
Stephen Martinis1384ff92020-01-07 19:52:15825 ],
826 },
Sajjad Mirza87e17b242020-01-22 18:49:07827 'Win10 Tests x64 Code Coverage': {
828 # crbug.com/868082
829 'args': [
830 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
831 ],
832 },
Stephen Martinis1384ff92020-01-07 19:52:15833 'android-arm64-proguard-rel': {
834 'swarming': {
835 'shards': 16,
836 },
837 },
838 'android-asan': {
839 'args': [
840 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.content_browsertests.filter',
841 ],
842 'swarming': {
843 'shards': 18,
844 },
845 },
Haiyang Pan32b83392020-03-14 01:38:46846 'android-lollipop-arm-rel': {
847 'swarming': {
848 'shards': 15,
849 },
850 },
Stephen Martinis1384ff92020-01-07 19:52:15851 'android-marshmallow-arm64-rel': {
852 'swarming': {
853 'shards': 16,
854 },
855 },
John Budoricka4e23882020-02-28 18:36:43856 'android-marshmallow-x86-fyi-rel': {
857 'args': [
858 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter',
859 ],
860 },
Haiyang Pan08d09dc2020-04-01 16:11:21861 'android-pie-x86-rel': {
John Budoricka4e23882020-02-28 18:36:43862 'args': [
863 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter',
864 ],
865 },
Omer Katz7d2be652020-01-22 18:13:46866 'linux-blink-heap-concurrent-marking-tsan-rel': {
867 'swarming': {
868 'shards': 4,
869 },
870 },
Stephen Martinis1384ff92020-01-07 19:52:15871 'linux-chromeos-code-coverage': {
872 'swarming': {
873 'shards': 12,
874 },
875 },
Albert J. Wong91f109652019-11-19 03:01:16876 'linux-chromeos-rel': {
877 'swarming': {
878 'shards': 3,
879 },
880 },
Yuke Liao79424e42020-01-06 21:00:11881 'linux-code-coverage': {
Yuke Liao58e1d202020-03-20 23:02:01882 'args': [
883 '--no-sandbox',
884 ],
Yuke Liao79424e42020-01-06 21:00:11885 'swarming': {
886 'shards': 12,
887 },
888 },
Kenneth Russelleb60cbd22017-12-05 07:54:28889 },
890 },
Maksim Sisov6058ba72020-05-04 10:29:13891 'content_browsertests_wayland': {
892 'modifications': {
893 'Linux Ozone Tester (Wayland)': {
894 'args': [
895 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_content_browsertests.filter',
896 ],
897 },
898 },
899 },
900 'content_browsertests_x11': {
901 'modifications': {
902 'Linux Ozone Tester (X11)': {
903 'args': [
904 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.x11_content_browsertests.filter',
905 ],
906 },
907 },
908 },
Nico Weber81e16ace22018-06-30 02:58:47909 'content_shell_crash_test': {
Dirk Prankeb1c36b322018-07-11 02:42:00910 'modifications': {
Dirk Prankeb1c36b322018-07-11 02:42:00911 'Win10 Tests x64 (dbg)': {
912 'experiment_percentage': 100, # https://crbug.com/861730
913 },
914 },
Nico Weber81e16ace22018-06-30 02:58:47915 },
John Budorick27d2d44e2019-05-20 20:26:09916 'content_shell_test_apk': {
917 'remove_from': [
John Budorick27d2d44e2019-05-20 20:26:09918 'android-asan', # https://crbug.com/964562
Yun Liu3e759dbb2019-11-01 19:25:52919 'android-code-coverage-native', # crbug/1018434
John Budorick27d2d44e2019-05-20 20:26:09920 ],
John Budorickee2e64f2020-03-02 20:19:10921 'modifications': {
922 'android-marshmallow-x86-fyi-rel': {
923 'args': [
924 '--gtest_filter=-ContentViewScrollingTest.testFling',
925 ],
926 },
Haiyang Pan08d09dc2020-04-01 16:11:21927 'android-pie-x86-rel': {
John Budorickee2e64f2020-03-02 20:19:10928 'args': [
929 '--gtest_filter=-ContentViewScrollingTest.testFling',
930 ],
931 },
932 },
John Budorick27d2d44e2019-05-20 20:26:09933 },
Kenneth Russelleb60cbd22017-12-05 07:54:28934 'content_unittests': {
Yun Liu42f79ea2019-11-19 01:21:18935 'remove_from': [
Yun Liu42f79ea2019-11-19 01:21:18936 'android-code-coverage-native', # crbug/1018434
937 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28938 'modifications': {
John Budorick5052d552017-12-13 02:59:34939 'Linux ASan LSan Tests (1)': {
940 # These are slow on the ASAN trybot for some reason.
941 # crbug.com/794372
942 'swarming': {
943 'shards': 2,
944 },
945 },
Takuto Ikuta54671d972018-07-19 19:06:35946 'Linux ChromiumOS MSan Tests': {
947 # These are very slow on the Chrome OS MSAN trybot for some reason.
948 # crbug.com/865455
949 'swarming': {
950 'shards': 2,
951 },
952 },
Kenneth Russelleb60cbd22017-12-05 07:54:28953 },
954 },
Kenneth Russellc1a09302018-07-10 01:12:54955 'context_lost_tests': {
Brian Sheedye285c9b2019-07-15 21:42:46956 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
957 # exception once there is enough capacity to run these tests.
958 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:46959 'Android FYI Release (Pixel 2)',
960 ],
Kenneth Russellc1a09302018-07-10 01:12:54961 'modifications': {
962 'Mac FYI GPU ASAN Release': {
963 'args': [
964 '--is-asan',
965 ]
966 },
Brian Sheedyfe61cdac2020-02-12 01:25:59967 'Win10 x64 Debug (NVIDIA)': {
968 'args': [
969 # TODO(https://crbug.com/1007013): Remove this flag when it's no
970 # longer necessary to figure out why the renderer process is hanging.
971 '--extra-browser-args=--no-sandbox',
972 ],
973 },
Kenneth Russellc1a09302018-07-10 01:12:54974 },
975 },
Kenneth Russellfbda3c532017-12-08 23:57:24976 'crashpad_tests': {
977 'remove_from': [
Nico Weber15a00d62018-05-16 17:11:48978 'linux-win_cross-rel', # https://crbug.com/762167
Vlad Tsyrklevich06a9a44f2019-07-24 19:14:39979 # https://crbug.com/crashpad/304
980 'Linux TSan Tests',
981 'ToTLinuxTSan',
982 # https://crbug.com/crashpad/306
983 'Linux CFI',
984 'CFI Linux ToT',
Kenneth Russellfbda3c532017-12-08 23:57:24985 ],
986 },
John Budorick5bc387fe2019-05-09 20:02:53987 'cronet_sizes': {
988 'modifications': {
989 'android-cronet-arm-dbg': {
990 'swarming': {
991 'dimension_sets': [
992 {
993 'device_os': None,
994 'device_type': None,
Takuto Ikuta5e459b12019-07-09 05:30:56995 'os': 'Ubuntu-16.04',
John Budorick5bc387fe2019-05-09 20:02:53996 },
997 ],
998 },
999 },
1000 },
1001 },
Zhenyao Moc307eeb72018-12-20 01:03:201002 'dawn_end2end_tests': {
1003 'remove_from': [
Zhenyao Moc307eeb72018-12-20 01:03:201004 'Linux FYI Release (AMD R7 240)', # https://crbug.com/915430
1005 ],
1006 },
Brian Sheedye285c9b2019-07-15 21:42:461007 'depth_capture_tests': {
1008 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1009 # exception once there is enough capacity to run these tests.
1010 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:461011 'Android FYI Release (Pixel 2)',
1012 ],
Brian Sheedyfe61cdac2020-02-12 01:25:591013 'modifications': {
1014 'Win10 x64 Debug (NVIDIA)': {
1015 'args': [
1016 # TODO(https://crbug.com/1007013): Remove this flag when it's no
1017 # longer necessary to figure out why the renderer process is hanging.
1018 '--extra-browser-args=--no-sandbox',
1019 ],
1020 },
1021 },
Brian Sheedye285c9b2019-07-15 21:42:461022 },
Chong Gu066fbf12020-05-02 05:26:081023 'display_unittests': {
1024 'remove_from': [
1025 'Fuchsia ARM64', # https://crbug.com/1077462
1026 'Fuchsia x64', # https://crbug.com/1077462
1027 ],
1028 },
Joe Downing41486042018-10-18 22:44:441029 'extensions_browsertests': {
Brad Halla36886c2019-02-26 16:52:291030 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291031 'CrWinAsan(dll)', # https://crbug.com/935598
1032 ],
Joe Downing41486042018-10-18 22:44:441033 'modifications': {
1034 'Win10 Tests x64 (dbg)': {
1035 'experiment_percentage': 100, # https://crbug.com/876615
1036 },
1037 },
1038 },
Kenneth Russelleb60cbd22017-12-05 07:54:281039 'gin_unittests': {
1040 'remove_from': [
Nico Weber1394523f2018-06-06 15:58:471041 'ToTLinuxASan', # https://crbug.com/831667
Nico Weberd36959682018-04-12 03:33:461042 'Linux ASan LSan Tests (1)', # https://crbug.com/831667
Nico Weber1394523f2018-06-06 15:58:471043 'Linux Chromium OS ASan LSan Tests (1)', # https://crbug.com/831667
Kenneth Russelleb60cbd22017-12-05 07:54:281044 ],
1045 },
Takuto Ikutaf5333252019-11-06 16:07:081046 'gl_tests': {
John Budorickca14c76f62017-12-09 14:19:181047 'remove_from': [
John Budorickca14c76f62017-12-09 14:19:181048 'CFI Linux ToT',
Kenneth Russell8a386d42018-06-02 09:48:011049 'Android FYI Release (Nexus 5X)',
Takuto Ikutaf5333252019-11-06 16:07:081050 # Can't run on MSAN because gl_tests uses the hardware driver,
Kenneth Russell55bbec52018-05-03 18:44:551051 # which isn't instrumented.
1052 'Linux MSan Tests',
John Budorickca14c76f62017-12-09 14:19:181053 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281054 'modifications': {
Kenneth Russell1a515be2018-04-28 03:54:451055 # TODO(kbr): figure out a better way to specify blocks of
1056 # arguments like this for tests on multiple machines.
1057 'Linux ASan LSan Tests (1)': {
1058 'args': [
1059 '--use-gpu-in-tests',
1060 '--no-xvfb',
1061 ],
1062 'swarming': {
1063 'dimension_sets': [
1064 {
1065 'gpu': '10de:1cb3',
1066 'os': 'Ubuntu',
Ben Pastenecb6cefc2020-03-05 19:48:461067 'pool': 'chromium.tests.gpu.template',
Kenneth Russell1a515be2018-04-28 03:54:451068 },
1069 ],
1070 },
1071 'use_xvfb': False,
1072 },
Kenneth Russell1a515be2018-04-28 03:54:451073 'Linux CFI': {
1074 'args': [
1075 '--use-gpu-in-tests',
1076 '--no-xvfb',
1077 ],
1078 'swarming': {
1079 'dimension_sets': [
1080 {
1081 'gpu': '10de:1cb3',
1082 'os': 'Ubuntu',
Ben Pastenecb6cefc2020-03-05 19:48:461083 'pool': 'chromium.tests.gpu.template',
Kenneth Russell1a515be2018-04-28 03:54:451084 },
1085 ],
1086 },
1087 'use_xvfb': False,
1088 },
1089 'Linux TSan Tests': {
1090 'args': [
1091 '--use-gpu-in-tests',
1092 '--no-xvfb',
1093 ],
1094 'swarming': {
1095 'dimension_sets': [
1096 {
1097 'gpu': '10de:1cb3',
1098 'os': 'Ubuntu',
Ben Pastenecb6cefc2020-03-05 19:48:461099 'pool': 'chromium.tests.gpu.template',
Kenneth Russell1a515be2018-04-28 03:54:451100 },
1101 ],
1102 },
1103 'use_xvfb': False,
1104 },
John Budorick79ec9012020-01-08 21:56:311105 'android-marshmallow-x86-fyi-rel': {
1106 'args': [
1107 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter',
1108 ],
1109 },
Andrew Luo38b311f2019-10-04 03:42:091110 'android-pie-arm64-rel': {
John Budorick79ec9012020-01-08 21:56:311111 'args': [
Andrew Luobe83fd82019-12-19 03:07:581112 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.gl_tests.filter', # https://crbug.com/1034007
1113 ],
Andrew Luo38b311f2019-10-04 03:42:091114 },
Haiyang Pan08d09dc2020-04-01 16:11:211115 'android-pie-x86-rel': {
John Budorick79ec9012020-01-08 21:56:311116 'args': [
1117 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter',
1118 ],
1119 },
Kenneth Russelleb60cbd22017-12-05 07:54:281120 },
1121 },
Takuto Ikutaf5333252019-11-06 16:07:081122 'gl_unittests': {
1123 'remove_from': [
Takuto Ikutaf5333252019-11-06 16:07:081124 # On Android, these are already run on the main waterfall.
1125 # Run them on the one-off Android FYI bots, though.
1126 'Android FYI Release (Nexus 5X)',
1127 # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219
1128 'Linux FYI Release (AMD R7 240)',
1129 ],
1130 'modifications': {
Takuto Ikutaf5333252019-11-06 16:07:081131 'CFI Linux ToT': {
1132 'args': [
1133 '--use-gpu-in-tests',
1134 '--no-xvfb',
1135 ],
1136 'swarming': {
1137 'dimension_sets': [
1138 {
1139 'gpu': '10de:1cb3',
1140 'os': 'Ubuntu',
Ben Pastenecb6cefc2020-03-05 19:48:461141 'pool': 'chromium.tests.gpu.template',
Takuto Ikutaf5333252019-11-06 16:07:081142 },
1143 ],
1144 },
1145 'use_xvfb': False,
1146 },
Takuto Ikutaf5333252019-11-06 16:07:081147 'Linux CFI': {
1148 'args': [
1149 '--use-gpu-in-tests',
1150 '--no-xvfb',
1151 ],
1152 'swarming': {
1153 'dimension_sets': [
1154 {
1155 'gpu': '10de:1cb3',
1156 'os': 'Ubuntu',
Ben Pastenecb6cefc2020-03-05 19:48:461157 'pool': 'chromium.tests.gpu.template',
Takuto Ikutaf5333252019-11-06 16:07:081158 },
1159 ],
1160 },
1161 'use_xvfb': False,
1162 },
1163 },
1164 },
1165 'gl_unittests_ozone': {
1166 'remove_from': [
1167 # Can't run on MSAN because gl_unittests_ozone uses the hardware driver,
1168 # which isn't instrumented.
1169 'Linux ChromiumOS MSan Tests',
1170 ],
1171 },
1172 'gpu_process_launch_tests': {
1173 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1174 # exception once there is enough capacity to run these tests.
1175 'remove_from': [
Takuto Ikutaf5333252019-11-06 16:07:081176 'Android FYI Release (Pixel 2)',
1177 ],
Brian Sheedyfe61cdac2020-02-12 01:25:591178 'modifications': {
1179 'Win10 x64 Debug (NVIDIA)': {
1180 'args': [
1181 # TODO(https://crbug.com/1007013): Remove this flag when it's no
1182 # longer necessary to figure out why the renderer process is hanging.
1183 '--extra-browser-args=--no-sandbox',
1184 ],
1185 },
1186 },
Takuto Ikutaf5333252019-11-06 16:07:081187 },
Brian Sheedye285c9b2019-07-15 21:42:461188 'hardware_accelerated_feature_tests': {
1189 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1190 # exception once there is enough capacity to run these tests.
1191 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:461192 'Android FYI Release (Pixel 2)',
1193 ],
1194 },
Brad Halla36886c2019-02-26 16:52:291195 'headless_browsertests': {
1196 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291197 'CrWinAsan(dll)', # https://crbug.com/935598
1198 ],
1199 },
Kenneth Russell8a386d42018-06-02 09:48:011200 'info_collection_tests': {
1201 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:011202 # The Mac ASAN swarming bot runs tests on two different GPU
1203 # types, so we can't have one expected vendor ID / device ID.
1204 'Mac FYI GPU ASAN Release',
Kenneth Russell8a386d42018-06-02 09:48:011205 'Android V8 FYI Release (Nexus 5X)',
1206 'Linux V8 FYI Release (NVIDIA)',
Michael Achenbach5fdfc67b2018-12-13 13:26:351207 'Linux V8 FYI Release - pointer compression (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:011208 'Mac V8 FYI Release (Intel)',
1209 'Win V8 FYI Release (NVIDIA)',
1210 ],
Brian Sheedyfe61cdac2020-02-12 01:25:591211 'modifications': {
1212 'Win10 x64 Debug (NVIDIA)': {
1213 'args': [
1214 # TODO(https://crbug.com/1007013): Remove this flag when it's no
1215 # longer necessary to figure out why the renderer process is hanging.
1216 '--extra-browser-args=--no-sandbox',
1217 ],
1218 },
1219 },
Kenneth Russell8a386d42018-06-02 09:48:011220 },
Kenneth Russelleb60cbd22017-12-05 07:54:281221 'interactive_ui_tests': {
Brad Halla36886c2019-02-26 16:52:291222 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291223 'CrWinAsan(dll)', # https://crbug.com/935598
1224 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281225 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:151226 'Linux - Future (dbg)': { # client.v8.chromium
Nico Weberdae13cd92018-12-14 13:56:261227 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:151228 'shards': 3,
Nico Weberdae13cd92018-12-14 13:56:261229 },
1230 },
John Budorickca14c76f62017-12-09 14:19:181231 'Linux ASan LSan Tests (1)': {
Nico Weber96a75a6942018-06-20 04:53:171232 # These are slow on the ASan trybot for some reason, crbug.com/794372
1233 'swarming': {
1234 'shards': 6,
1235 },
1236 },
Takuto Ikuta54671d972018-07-19 19:06:351237 'Linux ChromiumOS MSan Tests': {
1238 # These are very slow on the Chrome OS MSAN trybot for some reason.
1239 # crbug.com/865455
1240 'swarming': {
1241 'shards': 5,
1242 },
1243 },
Stephen Martinis1384ff92020-01-07 19:52:151244 'Linux TSan Tests': {
1245 # These are slow on the TSan bots for some reason, crbug.com/794372
Dirk Pranke8fd63c12017-12-10 18:06:271246 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:151247 'shards': 20,
Dirk Pranke8fd63c12017-12-10 18:06:271248 },
1249 },
Stephen Martinis1384ff92020-01-07 19:52:151250 'ToTLinuxTSan': {
1251 # These are slow on the TSan bots for some reason, crbug.com/794372
1252 'swarming': {
1253 'shards': 6,
1254 },
1255 },
Ian Struiksma07a90df2020-01-23 00:54:501256 'Win 7 Tests x64 (1)': {
1257 # These tests are continually flaky on Win7 bots, crbug.com/967588
1258 'args': [
1259 '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter',
1260 ],
1261 },
Stephen Martinis1384ff92020-01-07 19:52:151262 # temporary, https://crbug.com/818832
Greg Thompson3eb7e6522018-05-25 09:04:031263 'Win10 Tests x64 (dbg)': {
1264 'experiment_percentage': 100,
1265 },
Ian Struiksma07a90df2020-01-23 00:54:501266 'Win7 Tests (1)': {
1267 # These tests are continually flaky on Win7 bots, crbug.com/967588
1268 'args': [
1269 '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter',
1270 ],
1271 },
Stephen Martinis1384ff92020-01-07 19:52:151272 'Win7 Tests (dbg)(1)': {
Ian Struiksma07a90df2020-01-23 00:54:501273 # These tests are continually flaky on Win7 bots, crbug.com/967588
1274 'args': [
1275 '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter',
1276 ],
Stephen Martinis1384ff92020-01-07 19:52:151277 'swarming': {
1278 'shards': 4,
1279 },
1280 },
Ben Pastene8ef125e2019-12-10 01:46:291281 'linux-chromeos-chrome': {
1282 # TODO(crbug.com/970649): Remove this filter.
1283 'args': [
1284 '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs',
1285 ],
1286 },
Stephen Martinis1384ff92020-01-07 19:52:151287 'linux-chromeos-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:111288 'swarming': {
1289 'shards': 10,
1290 },
1291 },
Stephen Martinis1384ff92020-01-07 19:52:151292 'linux-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:111293 'swarming': {
1294 'shards': 10,
1295 },
1296 },
Kenneth Russelleb60cbd22017-12-05 07:54:281297 },
1298 },
John Budorickf00e5ff2019-06-11 21:21:061299 'ipc_tests': {
1300 'modifications': {
1301 'android-asan': {
1302 'swarming': {
1303 'shards': 2,
1304 },
1305 },
1306 },
1307 },
Brian Sheedye285c9b2019-07-15 21:42:461308 'maps_pixel_test': {
1309 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1310 # exception once there is enough capacity to run these tests.
1311 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:461312 'Android FYI Release (Pixel 2)',
1313 ],
Brian Sheedy44fd891b2019-10-03 20:07:541314 'replacements': {
Brian Sheedy44fd891b2019-10-03 20:07:541315 # The V8 builders pass the V8 revision for ${got_revision}, so instead
1316 # use ${got_cr_revision}, which is only set on the V8 bots.
1317 'Android V8 FYI Release (Nexus 5X)': {
1318 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321319 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541320 },
1321 },
1322 'Linux V8 FYI Release (NVIDIA)': {
1323 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321324 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541325 },
1326 },
1327 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
1328 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321329 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541330 },
1331 },
1332 'Mac V8 FYI Release (Intel)': {
1333 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321334 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541335 },
1336 },
1337 'Win V8 FYI Release (NVIDIA)': {
1338 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321339 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541340 },
1341 },
1342 },
Brian Sheedye285c9b2019-07-15 21:42:461343 },
Andrew Luo38b311f2019-10-04 03:42:091344 'media_unittests': {
1345 'modifications': {
John Budorickb5185112020-01-08 22:40:211346 'android-marshmallow-x86-fyi-rel': {
1347 'args': [
1348 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter',
1349 ],
1350 },
Andrew Luo38b311f2019-10-04 03:42:091351 'android-pie-arm64-rel': {
Andrew Luobe83fd82019-12-19 03:07:581352 'args': [
1353 '--gtest_filter=-AAudio/AudioOutputTest.Play200HzTone/0', # https://crbug.com/1034009
1354 ],
Andrew Luo38b311f2019-10-04 03:42:091355 },
Haiyang Pan08d09dc2020-04-01 16:11:211356 'android-pie-x86-rel': {
John Budorickb5185112020-01-08 22:40:211357 'args': [
1358 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter',
1359 ],
1360 },
Andrew Luo38b311f2019-10-04 03:42:091361 },
1362 },
John Budorickf00e5ff2019-06-11 21:21:061363 'mojo_unittests': {
1364 'modifications': {
1365 'android-asan': {
1366 'swarming': {
John Budorick5a29d7542019-10-11 20:56:441367 'shards': 5,
John Budorickf00e5ff2019-06-11 21:21:061368 },
1369 },
1370 },
1371 },
Erik Chend16d922d2019-12-10 04:37:141372 'monochrome_apk_checker': {
Ben Pastene521f8d62020-01-08 20:01:151373 'modifications': {
1374 'ToTAndroid': {
1375 'swarming': {
1376 'dimension_sets': [
1377 {
John Budorick838256a2020-02-29 01:29:071378 'cpu': 'x86-64',
Ben Pastene521f8d62020-01-08 20:01:151379 'device_os': None,
1380 'device_playstore_version': None,
1381 'device_type': None,
1382 'os': 'Ubuntu-16.04',
1383 },
1384 ],
1385 },
1386 },
1387 'android-arm64-proguard-rel': {
1388 'swarming': {
1389 'dimension_sets': [
1390 {
John Budorick838256a2020-02-29 01:29:071391 'cpu': 'x86-64',
Ben Pastene521f8d62020-01-08 20:01:151392 'device_os': None,
1393 'device_playstore_version': None,
1394 'device_type': None,
1395 'os': 'Ubuntu-16.04',
1396 },
1397 ],
1398 },
1399 },
1400 'android-pie-arm64-rel': {
1401 'swarming': {
1402 'dimension_sets': [
1403 {
John Budorick838256a2020-02-29 01:29:071404 'cpu': 'x86-64',
Ben Pastene521f8d62020-01-08 20:01:151405 'device_os': None,
1406 'device_os_flavor': None,
1407 'device_playstore_version': None,
1408 'device_type': None,
1409 'os': 'Ubuntu-16.04',
1410 },
1411 ],
1412 },
1413 },
1414 },
Erik Chend16d922d2019-12-10 04:37:141415 },
bsheedye9469572019-01-23 17:31:331416 'monochrome_public_test_ar_apk': {
1417 'modifications': {
Brian Sheedy12169aa2019-10-16 23:38:031418 'Nougat Phone Tester': {
1419 'args': [
1420 # ArCore is not installed as a system app on N, so we can install it
1421 # normally instead of replacing the system version.
1422 '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
1423 ],
1424 },
bsheedye9469572019-01-23 17:31:331425 # We need to match the Playstore version as well because AR tests fail on
1426 # old versions of the Playstore.
1427 'Oreo Phone Tester': {
Brian Sheedy2bcd16b2019-04-22 22:47:081428 'args': [
1429 # ArCore is not installed as a system app on O, so we can install it
1430 # normally instead of replacing the system version.
1431 '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
1432 ],
bsheedye9469572019-01-23 17:31:331433 'swarming': {
1434 'dimension_sets': [
1435 {
1436 'device_os': 'OPR3.170623.008',
1437 'device_playstore_version': '12.8.23-all',
1438 'device_type': 'marlin',
1439 'os': 'Android',
1440 },
1441 ],
1442 },
1443 },
Brian Sheedy2bcd16b2019-04-22 22:47:081444 'android-pie-arm64-dbg': {
1445 'args': [
1446 '--replace-system-package=com.google.ar.core,//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
1447 ]
1448 }
bsheedye9469572019-01-23 17:31:331449 },
1450 },
Nico Weberd3096fb2018-06-07 17:50:151451 'nacl_helper_nonsfi_unittests': {
1452 'remove_from': [
Nico Weberd3096fb2018-06-07 17:50:151453 'Linux TSan Tests', # Sets enable_nacl=false.
1454 ],
1455 },
Kenneth Russellfbda3c532017-12-08 23:57:241456 'nacl_loader_unittests': {
1457 'remove_from': [
Nico Weber48f187142018-06-01 15:16:351458 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false
Nico Weber3611ee802018-06-07 13:34:511459 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186
Nico Webera8fc38f72018-04-10 02:20:111460 'Linux TSan Tests', # The TSan bot sets enable_nacl=false
Nico Weber05d3e642018-05-31 16:59:481461 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false
Aaron Gable38265fe2020-04-09 23:49:071462 'Mac10.15 Tests', # All 10.15 builders set enable_nacl=false
Kenneth Russellfbda3c532017-12-08 23:57:241463 ],
1464 },
Kenneth Russelleb60cbd22017-12-05 07:54:281465 'net_unittests': {
Kenneth Russellfbda3c532017-12-08 23:57:241466 'remove_from': [
Stephen Roeac495972020-02-25 23:32:411467 'Fuchsia ARM64', # https://crbug.com/877248
Fabrice de Gans-Riberia1541ca2019-01-09 20:05:461468 'fuchsia-fyi-x64-dbg', # https://crbug.com/844416
Kenneth Russellfbda3c532017-12-08 23:57:241469 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281470 'modifications': {
John Budorickca14c76f62017-12-09 14:19:181471 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:341472 # These are very slow on the ASAN trybot for some reason.
1473 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:181474 'swarming': {
John Budorick5052d552017-12-13 02:59:341475 'shards': 16,
John Budorickca14c76f62017-12-09 14:19:181476 },
1477 },
1478 'Linux Chromium OS ASan LSan Tests (1)': {
Takuto Ikuta54671d972018-07-19 19:06:351479 # These are very slow on the ASAN trybot for some reason.
1480 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:181481 'swarming': {
Sergey Berezinda3255c2018-03-16 00:34:021482 'shards': 8,
John Budorickca14c76f62017-12-09 14:19:181483 }
1484 },
Takuto Ikuta54671d972018-07-19 19:06:351485 'Linux ChromiumOS MSan Tests': {
1486 # These are very slow on the Chrome OS MSAN trybot for some reason.
1487 # crbug.com/865455
1488 'swarming': {
1489 'shards': 2,
1490 },
1491 },
John Budorickca14c76f62017-12-09 14:19:181492 'Linux TSan Tests': {
1493 'swarming': {
1494 'shards': 4,
1495 }
1496 },
Ben Pastene8bf205b2018-06-13 04:00:331497 # The suite runs signficantly slower on linux dbg, so increase shards.
1498 'Linux Tests (dbg)(1)': {
1499 'swarming': {
1500 'shards': 2,
1501 },
1502 },
Stephen Martinis1384ff92020-01-07 19:52:151503 'ToTLinuxASan': {
1504 # TODO(crbug.com/794372): net_unittests is slow under ASan.
1505 'swarming': {
1506 'shards': 16,
1507 },
1508 },
1509 'ToTLinuxTSan': {
1510 'swarming': {
1511 'shards': 4,
1512 }
1513 },
John Budorick7fde6b492020-01-29 17:43:501514 'android-marshmallow-x86-fyi-rel': {
1515 # crbug.com/1046060
1516 'args': [
1517 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter',
1518 ],
1519 },
Haiyang Pan08d09dc2020-04-01 16:11:211520 'android-pie-x86-rel': {
John Budorick7fde6b492020-01-29 17:43:501521 # crbug.com/1046060
1522 'args': [
1523 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter',
1524 ],
1525 },
Ben Pastene8ef125e2019-12-10 01:46:291526 'chromeos-betty-chrome': {
1527 # TODO(crbug.com/986904): Remove this filter.
1528 'args': [
1529 '--gtest_filter=-NetworkQualityEstimatorTest.TestTCPSocketRTT',
1530 ],
1531 },
Omer Katz7d2be652020-01-22 18:13:461532 'linux-blink-heap-concurrent-marking-tsan-rel': {
1533 'swarming': {
1534 'shards': 4,
1535 }
1536 },
Ben Pastene8bf205b2018-06-13 04:00:331537 'linux-chromeos-dbg': {
1538 'swarming': {
1539 'shards': 2,
1540 },
1541 },
Kenneth Russelleb60cbd22017-12-05 07:54:281542 },
1543 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:311544 'network_service_browser_tests': {
1545 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291546 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weberdae13cd92018-12-14 13:56:261547 'ToTLinuxTSan', # https://crbug.com/368525
Nico Weber073af192018-06-21 19:22:171548 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1549 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191550 'Win7 Tests (1)', # For swarming capacity reasons.
1551 'Win10 Tests x64 (dbg)', # Matches browser_tests.
John Abd-El-Malek69ae1492018-09-06 20:00:061552 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061553 'Mac10.10 Tests',
1554 'Mac10.11 Tests',
1555 'Mac10.13 Tests',
1556 'Mac10.13 Tests (dbg)',
1557 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061558 'ToTMacASan',
John Budorick80ec5d522020-01-22 23:27:081559 'mac-rel',
John Abd-El-Malek99b6f4a2018-06-11 23:08:311560 ],
Kenneth Russell6c83d212018-07-27 20:52:591561 'modifications': {
Kenneth Russell6c83d212018-07-27 20:52:591562 'Win10 Tests x64': {
1563 # crbug.com/868082
1564 'args': [
1565 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1566 ],
Takuto Ikutac9c269a2019-01-10 22:40:251567 # This is for slow test execution that often becomes a critical path of
1568 # swarming jobs. crbug.com/868114
1569 'swarming': {
1570 'shards': 20,
1571 },
Kenneth Russell6c83d212018-07-27 20:52:591572 },
Sajjad Mirza87e17b242020-01-22 18:49:071573 'Win10 Tests x64 Code Coverage': {
1574 # crbug.com/868082
1575 'args': [
1576 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1577 ],
1578 # This is for slow test execution that often becomes a critical path of
1579 # swarming jobs. crbug.com/868114
1580 'swarming': {
1581 'shards': 20,
1582 },
1583 },
Yuke Liao58e1d202020-03-20 23:02:011584 'linux-code-coverage': {
1585 'args': [
1586 '--no-sandbox',
1587 ],
1588 'swarming': {
1589 'shards': 20,
1590 },
1591 }
Kenneth Russell6c83d212018-07-27 20:52:591592 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:311593 },
John Abd-El-Malek4782bd12018-06-12 01:08:211594 'network_service_components_browsertests': {
1595 'remove_from': [
Nico Weber073af192018-06-21 19:22:171596 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1597 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191598 'Win7 Tests (1)', # For swarming capacity reasons.
1599 'Win10 Tests x64 (dbg)', # Matches components_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:061600 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061601 'Mac10.10 Tests',
1602 'Mac10.11 Tests',
1603 'Mac10.13 Tests',
1604 'Mac10.13 Tests (dbg)',
1605 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061606 'ToTMacASan',
John Budorick80ec5d522020-01-22 23:27:081607 'mac-rel',
Nico Weber17d2fcddb2018-06-14 18:28:191608 ],
1609 },
1610 'network_service_content_browsertests': {
1611 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291612 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber408a49a2018-12-14 21:00:101613 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
Nico Weber073af192018-06-21 19:22:171614 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1615 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191616 'Win7 Tests (1)', # For swarming capacity reasons.
John Budorickd96ee6f2018-06-15 17:20:111617 'Win10 Tests x64 (dbg)', # flaky: https://crbug.com/852786
John Abd-El-Malek69ae1492018-09-06 20:00:061618 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061619 'Mac10.10 Tests',
1620 'Mac10.11 Tests',
1621 'Mac10.13 Tests',
1622 'Mac10.13 Tests (dbg)',
1623 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061624 'ToTMacASan',
John Budorick80ec5d522020-01-22 23:27:081625 'mac-rel',
John Abd-El-Malek4782bd12018-06-12 01:08:211626 ],
1627 },
John Abd-El-Malek787a41a2018-06-12 18:10:531628 'network_service_extensions_browsertests': {
1629 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291630 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber073af192018-06-21 19:22:171631 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1632 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191633 'Win7 Tests (1)', # For swarming capacity reasons.
1634 'Win10 Tests x64 (dbg)', # Matches extensions_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:061635 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061636 'Mac10.10 Tests',
1637 'Mac10.11 Tests',
1638 'Mac10.13 Tests',
1639 'Mac10.13 Tests (dbg)',
1640 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061641 'ToTMacASan',
John Budorick80ec5d522020-01-22 23:27:081642 'mac-rel',
John Abd-El-Malek787a41a2018-06-12 18:10:531643 ],
1644 },
Brad Halla36886c2019-02-26 16:52:291645 'network_service_headless_browsertests': {
1646 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291647 'CrWinAsan(dll)', # https://crbug.com/935598
1648 ],
1649 },
John Abd-El-Malek787a41a2018-06-12 18:10:531650 'network_service_interactive_ui_tests': {
Nico Weber17d2fcddb2018-06-14 18:28:191651 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291652 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber408a49a2018-12-14 21:00:101653 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
Nico Weber073af192018-06-21 19:22:171654 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1655 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191656 'Win7 Tests (1)', # For swarming capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061657 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061658 'Mac10.10 Tests',
1659 'Mac10.11 Tests',
1660 'Mac10.13 Tests',
1661 'Mac10.13 Tests (dbg)',
1662 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061663 'ToTMacASan',
John Budorick80ec5d522020-01-22 23:27:081664 'mac-rel',
Nico Weber17d2fcddb2018-06-14 18:28:191665 ],
John Abd-El-Malek787a41a2018-06-12 18:10:531666 'modifications': {
John Budorickd96ee6f2018-06-15 17:20:111667 'Win10 Tests x64 (dbg)': {
1668 'experiment_percentage': 100, # https://crbug.com/852786
John Abd-El-Malek787a41a2018-06-12 18:10:531669 },
1670 },
1671 },
John Abd-El-Malekfabfb072019-05-30 20:50:191672 'network_service_out_of_process_chrome_public_test_apk': {
John Abd-El-Malekfabfb072019-05-30 20:50:191673 'remove_from': [
John Budorickea475de2019-06-07 21:16:241674 'android-asan',
1675 # Don't run on trybots; waterfall is enough.
Haiyang Pana3ff55ae2020-04-23 18:26:541676 'android-lollipop-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311677 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091678 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:311679 # No capacity for tablet testers.
Clark DuVall3ef939a2019-06-10 20:35:311680 'Lollipop Tablet Tester',
1681 'Marshmallow Tablet Tester',
Yun Liu2b1c1d82019-10-30 23:11:241682 'android-code-coverage-native', # https://crbug.com/1018780
John Abd-El-Malekfabfb072019-05-30 20:50:191683 ],
John Budorick20c71a0d2020-03-02 20:38:561684 'modifications': {
Haiyang Pan08d09dc2020-04-01 16:11:211685 'android-pie-x86-rel': {
John Budorick20c71a0d2020-03-02 20:38:561686 'args': [
Haiyang Pan9152d382020-03-03 07:39:411687 '--avd-config=../../tools/android/avd/proto/generic_playstore_android28.textpb',
1688 # https://crbug.com/1046059
John Budorick20c71a0d2020-03-02 20:38:561689 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.chrome_public_test_apk.filter',
1690 ],
Haiyang Pan9152d382020-03-03 07:39:411691 'swarming': {
1692 'named_caches': [
1693 {
1694 'name': 'avd_generic_playstore_android28',
1695 'path': '.android',
1696 },
1697 {
1698 'name': 'system_images_android_28_google_apis_playstore_x86',
1699 'path': '.emulator_sdk',
1700 },
1701 ]
1702 },
John Budorick20c71a0d2020-03-02 20:38:561703 },
1704 },
John Abd-El-Malekfabfb072019-05-30 20:50:191705 },
1706 'network_service_out_of_process_components_browsertests': {
John Abd-El-Malekfabfb072019-05-30 20:50:191707 'remove_from': [
John Budorickea475de2019-06-07 21:16:241708 'android-asan',
1709 # Don't run on trybots; waterfall is enough.
Haiyang Pana3ff55ae2020-04-23 18:26:541710 'android-lollipop-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311711 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091712 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:311713 # No capacity for tablet testers.
Clark DuVall3ef939a2019-06-10 20:35:311714 'Lollipop Tablet Tester',
1715 'Marshmallow Tablet Tester',
Yun Liu42f79ea2019-11-19 01:21:181716 'android-code-coverage-native', # crbug/1018434
John Abd-El-Malekfabfb072019-05-30 20:50:191717 ],
1718 },
1719 'network_service_out_of_process_content_browsertests': {
John Abd-El-Malekfabfb072019-05-30 20:50:191720 'remove_from': [
John Budorickea475de2019-06-07 21:16:241721 'android-asan',
1722 # Don't run on trybots; waterfall is enough.
Haiyang Pana3ff55ae2020-04-23 18:26:541723 'android-lollipop-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311724 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091725 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:311726 # No capacity for tablet testers.
Clark DuVall3ef939a2019-06-10 20:35:311727 'Lollipop Tablet Tester',
1728 'Marshmallow Tablet Tester',
Yun Liu42f79ea2019-11-19 01:21:181729 'android-code-coverage-native', # crbug/1018434
John Abd-El-Malekfabfb072019-05-30 20:50:191730 ],
Haiyang Pand09889852019-08-10 00:26:181731 'modifications': {
John Budorick20c71a0d2020-03-02 20:38:561732 'android-marshmallow-x86-fyi-rel': {
1733 'args': [
1734 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter',
1735 ],
1736 },
Haiyang Pan08d09dc2020-04-01 16:11:211737 'android-pie-x86-rel': {
John Budorick20c71a0d2020-03-02 20:38:561738 'args': [
1739 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter',
1740 ],
Haiyang Pand09889852019-08-10 00:26:181741 'swarming': {
1742 'shards': 10,
1743 },
1744 },
1745 },
John Abd-El-Malekfabfb072019-05-30 20:50:191746 },
1747 'network_service_out_of_process_content_shell_test_apk': {
John Abd-El-Malekfabfb072019-05-30 20:50:191748 'remove_from': [
John Budorickea475de2019-06-07 21:16:241749 'android-asan',
1750 # Don't run on trybots; waterfall is enough.
Haiyang Pana3ff55ae2020-04-23 18:26:541751 'android-lollipop-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311752 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091753 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:311754 # No capacity for tablet testers.
Clark DuVall3ef939a2019-06-10 20:35:311755 'Lollipop Tablet Tester',
1756 'Marshmallow Tablet Tester',
Yun Liu42f79ea2019-11-19 01:21:181757 'android-code-coverage-native', # crbug/1018434
John Abd-El-Malekfabfb072019-05-30 20:50:191758 ],
John Budorickee2e64f2020-03-02 20:19:101759 'modifications': {
1760 'android-marshmallow-x86-fyi-rel': {
1761 'args': [
1762 '--gtest_filter=-ContentViewScrollingTest.testFling',
1763 ],
1764 },
Haiyang Pan08d09dc2020-04-01 16:11:211765 'android-pie-x86-rel': {
John Budorickee2e64f2020-03-02 20:19:101766 'args': [
1767 '--gtest_filter=-ContentViewScrollingTest.testFling',
1768 ],
1769 },
1770 },
John Abd-El-Malekfabfb072019-05-30 20:50:191771 },
Tim Volodinedac7f5e2019-05-09 18:07:281772 'network_service_webview_instrumentation_test_apk': {
1773 # Only run these on the phone testers for now due to capacity.
1774 'remove_from': [
Haiyang Pana3ff55ae2020-04-23 18:26:541775 'android-lollipop-arm-rel',
Tim Volodinedac7f5e2019-05-09 18:07:281776 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091777 'android-pie-arm64-rel',
Tim Volodinedac7f5e2019-05-09 18:07:281778 'Lollipop Tablet Tester',
1779 'Marshmallow Tablet Tester',
John Budorick27d2d44e2019-05-20 20:26:091780 'android-asan', # https://crbug.com/964562
Tim Volodinedac7f5e2019-05-09 18:07:281781 'Android CFI',
Tim Volodinedac7f5e2019-05-09 18:07:281782 'ToTAndroid',
1783 'ToTAndroidCFI',
Yun Liu2b1c1d82019-10-30 23:11:241784 'android-code-coverage-native', # https://crbug.com/1018431
Tim Volodinedac7f5e2019-05-09 18:07:281785 ],
Haiyang Panfdd94332020-03-27 02:43:291786 'modifications': {
Haiyang Pan08d09dc2020-04-01 16:11:211787 'android-pie-x86-rel': {
Haiyang Panfdd94332020-03-27 02:43:291788 'args': [
1789 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_instrumentation_test_apk.filter',
1790 ],
1791 },
1792 },
Tim Volodinedac7f5e2019-05-09 18:07:281793 },
John Chenaab16fc02020-03-03 06:35:451794 'not_site_per_process_blink_web_tests': {
Lukasz Anforowicz04bc6302018-11-19 19:04:281795 'remove_from': [
Lukasz Anforowicz04bc6302018-11-19 19:04:281796 # TODO(dpranke): Should we be running this step on Linux Tests (dbg)(1)?
1797 'Linux Tests (dbg)(1)',
Lukasz Anforowicz04bc6302018-11-19 19:04:281798 ],
Yuke Liaobc9ff982019-04-30 06:56:161799 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:151800 'Linux Tests': {
1801 "args": [
1802 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
Stephen Martinis1384ff92020-01-07 19:52:151803 ],
1804 },
Yuke Liaoea70f472019-12-19 06:03:361805 'linux-code-coverage': {
1806 'args': [
1807 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw',
Yuke Liaoea70f472019-12-19 06:03:361808 ],
1809 'swarming': {
1810 'shards': 20,
1811 },
1812 },
Yuke Liaobc9ff982019-04-30 06:56:161813 },
Lukasz Anforowicz04bc6302018-11-19 19:04:281814 },
Xi Cheng34ca4042018-02-23 00:10:121815 'notification_helper_unittests': {
1816 'remove_from': [
Hans Wennborg252643a2018-05-22 14:41:121817 # The test uses WinRT, which only exists in Windows 8 or above.
1818 # (https://crbug.com/813553)
Xi Cheng34ca4042018-02-23 00:10:121819 'Win 7 Tests x64 (1)',
Xi Cheng34ca4042018-02-23 00:10:121820 'Win7 Tests (1)',
1821 'Win7 Tests (dbg)(1)',
Stephen Martinis1384ff92020-01-07 19:52:151822 # all these bots run Windows 7.
Xi Cheng34ca4042018-02-23 00:10:121823 'ToTWin',
1824 'ToTWin(dbg)',
1825 'ToTWin(dll)',
inglorionb8e7a3ed2019-04-12 09:49:031826 'ToTWinOfficial',
Xi Cheng34ca4042018-02-23 00:10:121827 'ToTWin64',
1828 'ToTWin64(dbg)',
1829 'ToTWin64(dll)',
1830 'ToTWinCFI',
1831 'ToTWinCFI64',
Oksana Zhuravlova7f996212018-02-28 04:23:081832 'ToTWinThinLTO64',
Xi Cheng34ca4042018-02-23 00:10:121833 ],
1834 },
Ben Pastenee723b2f2019-05-31 19:10:271835 'ozone_unittests': {
1836 'modifications': {
Ben Pastene8ef125e2019-12-10 01:46:291837 'chromeos-betty-chrome': {
1838 'args': [
1839 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1840 ],
1841 },
1842 'chromeos-betty-pi-arc-chrome': {
1843 'args': [
1844 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1845 ],
1846 },
1847 'linux-chromeos-chrome': {
1848 'args': [
1849 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1850 ],
1851 },
Ben Pastenee723b2f2019-05-31 19:10:271852 },
1853 },
Karen Qian385d2ca2019-03-19 21:49:581854 'perfetto_unittests': {
1855 'remove_from': [
John Budorickd3fa5992019-12-13 17:22:411856 'android-arm64-proguard-rel',
John Budorickf2283d72019-06-25 01:09:091857 'android-asan',
Yun Liu022f4512019-06-10 23:14:041858 'android-code-coverage',
Yun Liu7cfd28a2019-10-30 01:57:121859 'android-code-coverage-native',
Haiyang Pan32b83392020-03-14 01:38:461860 'android-lollipop-arm-rel',
Karen Qian385d2ca2019-03-19 21:49:581861 'android-marshmallow-arm64-rel',
John Budorickcaafa912020-01-10 01:14:321862 'android-marshmallow-x86-fyi-rel',
Andrew Luo38b311f2019-10-04 03:42:091863 'android-pie-arm64-rel',
Haiyang Pan08d09dc2020-04-01 16:11:211864 'android-pie-x86-rel',
Karen Qian385d2ca2019-03-19 21:49:581865 'Android CFI',
Karen Qian385d2ca2019-03-19 21:49:581866 'Lollipop Phone Tester',
1867 'Lollipop Tablet Tester',
1868 'Marshmallow 64 bit Tester',
1869 'Marshmallow Tablet Tester',
1870 'Nougat Phone Tester',
1871 'ToTAndroid',
1872 'ToTAndroidCFI'
1873 ]
1874 },
Stephen Martinis54d64ad2018-09-21 22:16:201875 'performance_test_suite': {
1876 'modifications': {
1877 'Mac10.13 Tests (dbg)': {
1878 'args': [
1879 '--browser=debug',
1880 ],
1881 },
1882 'Win10 Tests x64 (dbg)': {
1883 'args': [
1884 '--browser=debug_x64',
1885 ],
1886 'experiment_percentage': 100,
1887 },
1888 'Win7 Tests (dbg)(1)': {
1889 'args': [
1890 '--browser=debug',
1891 ],
1892 },
1893 },
1894 },
Brian Sheedye6ea0ee2019-07-11 02:54:371895 'pixel_skia_gold_test': {
1896 'replacements': {
Brian Sheedye6ea0ee2019-07-11 02:54:371897 # The V8 builders pass the V8 revision for ${got_revision}, so instead
1898 # use ${got_cr_revision}, which is only set on the V8 bots.
1899 'Android V8 FYI Release (Nexus 5X)': {
1900 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321901 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371902 },
1903 },
1904 'Linux V8 FYI Release (NVIDIA)': {
1905 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321906 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371907 },
1908 },
1909 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
1910 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321911 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371912 },
1913 },
1914 'Mac V8 FYI Release (Intel)': {
1915 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321916 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371917 },
1918 },
1919 'Win V8 FYI Release (NVIDIA)': {
1920 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321921 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371922 },
1923 },
1924 },
1925 },
1926 'pixel_test':{
Takuto Ikuta35c85522019-06-04 16:55:461927 'modifications': {
1928 'Android Release (Nexus 5X)': {
1929 'swarming': {
1930 'shards': 2,
1931 },
1932 },
1933 },
Nico Weber128fd382018-06-14 23:29:271934 },
Brian Sheedy9653f152019-08-07 17:02:441935 'rendering_representative_perf_tests': {
1936 'modifications': {
1937 'Win10 FYI x64 Exp Release (Intel HD 630)': {
1938 'args': [
1939 '--browser=release_x64',
1940 ],
1941 },
1942 'Win10 FYI x64 Exp Release (NVIDIA)': {
1943 'args': [
1944 '--browser=release_x64',
1945 ],
1946 },
1947 'Win10 FYI x64 Release (Intel HD 630)': {
1948 'args': [
1949 '--browser=release_x64',
1950 ],
1951 },
1952 'Win10 FYI x64 Release (Intel UHD 630)': {
1953 'args': [
1954 '--browser=release_x64',
1955 ],
1956 },
1957 'Win10 FYI x64 Release (NVIDIA)': {
1958 'args': [
1959 '--browser=release_x64',
1960 ],
1961 },
behdad26cf7e72019-12-18 13:57:301962 'Win10 x64 Release (NVIDIA)': {
1963 'args': [
1964 '--browser=release_x64',
1965 ],
1966 },
behdadf08933582020-05-04 14:00:081967 'Win10 x64 Release (NVIDIA) Code Coverage': {
1968 'args': [
1969 '--browser=release_x64',
1970 ],
1971 },
Brian Sheedy9653f152019-08-07 17:02:441972 },
1973 },
John Budorickdce9d462019-03-23 00:25:381974 'sandbox_linux_unittests': {
1975 'modifications': {
1976 'Lollipop Phone Tester': {
1977 'args': [
1978 '--shard-timeout=300',
1979 ],
1980 },
Haiyang Pan32b83392020-03-14 01:38:461981 'android-lollipop-arm-rel': {
1982 'args': [
1983 '--shard-timeout=300',
1984 ],
1985 },
John Budorick6e8e595b2020-01-27 18:15:581986 'android-marshmallow-x86-fyi-rel': {
1987 'args': [
1988 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.sandbox_linux_unittests.filter',
1989 ]
1990 },
Haiyang Pan08d09dc2020-04-01 16:11:211991 'android-pie-x86-rel': {
John Budorick191adfcd2020-01-29 18:19:041992 'args': [
1993 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.sandbox_linux_unittests.filter',
1994 ]
1995 },
John Budorickdce9d462019-03-23 00:25:381996 },
John Budorick3ebfdf852019-05-13 22:28:161997 'remove_from': [
John Budorick3ebfdf852019-05-13 22:28:161998 'android-asan', # https://crbug.com/962650
1999 ],
John Budorickdce9d462019-03-23 00:25:382000 },
Kenneth Russelleb60cbd22017-12-05 07:54:282001 'services_unittests': {
2002 'remove_from': [
Nico Weber15a00d62018-05-16 17:11:482003 'ToTLinuxMSan', # https://crbug.com/831676
Kenneth Russell8a386d42018-06-02 09:48:012004 # The face and barcode detection tests fail on the Mac Pros.
2005 'Mac Pro FYI Release (AMD)',
Nico Weberd36959682018-04-12 03:33:462006 'Linux ChromiumOS MSan Tests', # https://crbug.com/831676
2007 'Linux MSan Tests', # https://crbug.com/831676
Kenneth Russelleb60cbd22017-12-05 07:54:282008 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282009 },
jonross61a2cd22019-10-11 22:22:052010 'skia_renderer_gl_blink_web_tests': {
2011 'modifications': {
jonross61a2cd22019-10-11 22:22:052012 'Win10 FYI x64 SkiaRenderer GL (NVIDIA)': {
2013 'args': [
2014 '--target',
2015 'Release_x64',
2016 ],
2017 },
2018 },
2019 },
Chong Gu066fbf12020-05-02 05:26:082020 'storage_unittests': {
2021 'remove_from': [
2022 'Fuchsia ARM64', # https://crbug.com/1077462
2023 'Fuchsia x64', # https://crbug.com/1077462
2024 ],
2025 },
Stephen Martinis54d64ad2018-09-21 22:16:202026 'swiftshader_unittests': {
2027 'remove_from': [
2028 # Save capacity on the hardware where we have only a few machines.
2029 'Mac FYI Experimental Release (Intel)',
2030 'Mac FYI Experimental Retina Release (AMD)',
2031 'Mac FYI Experimental Retina Release (NVIDIA)',
2032 'Mac Pro FYI Release (AMD)',
2033 ],
2034 },
Kenneth Russelleb60cbd22017-12-05 07:54:282035 'sync_integration_tests': {
Brad Halla36886c2019-02-26 16:52:292036 'remove_from': [
Brad Halla36886c2019-02-26 16:52:292037 'CrWinAsan(dll)', # https://crbug.com/935598
2038 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282039 'modifications': {
Erik Chene84bc1c2019-11-25 23:23:522040 'Linux ASan LSan Tests (1)': {
2041 'swarming': {
2042 'shards': 4,
2043 },
2044 },
Nico Weber8fbc2832018-12-14 16:00:572045 'Linux TSan Tests': {
2046 'swarming': {
2047 'shards': 6,
2048 },
2049 },
Stephen Martinis1384ff92020-01-07 19:52:152050 'ToTLinuxTSan': {
Kenneth Russelleb60cbd22017-12-05 07:54:282051 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:152052 'shards': 6,
Kenneth Russelleb60cbd22017-12-05 07:54:282053 },
2054 },
Stephen Martinis75ab55d2018-08-30 02:27:122055 'Win10 Tests x64 (dbg)': {
2056 'experiment_percentage': 100, # https://crbug.com/840369
2057 },
Stephen Martinis1384ff92020-01-07 19:52:152058 'Win7 Tests (dbg)(1)': {
2059 'swarming': {
2060 'shards': 2,
2061 },
2062 },
2063 'linux-chromeos-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:112064 'swarming': {
2065 'shards': 4,
2066 },
2067 },
Stephen Martinis1384ff92020-01-07 19:52:152068 'linux-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:112069 'swarming': {
2070 'shards': 4,
2071 },
2072 },
Kenneth Russelleb60cbd22017-12-05 07:54:282073 },
2074 },
Kenneth Russell8a386d42018-06-02 09:48:012075 'tab_capture_end2end_tests': {
Nico Webere89a3c92018-07-01 01:30:522076 # Run these only on Release bots.
Kenneth Russell8a386d42018-06-02 09:48:012077 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:012078 'Linux Debug (NVIDIA)',
2079 'Mac Debug (Intel)',
2080 'Mac Retina Debug (AMD)',
Yuly Novikovbc1ccff2019-08-03 00:05:492081 'Win10 FYI x64 Debug (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:012082 'Win7 FYI Debug (AMD)',
Yuly Novikovf28f1eca2019-07-04 22:43:392083 # Disabled due to dbus crashes crbug.com/927465
Yuly Novikov5865ff72019-07-09 21:38:052084 'Linux FYI Release (Intel HD 630)',
Brian Sheedy4dd98432019-08-13 22:57:002085 'Linux FYI Release (Intel UHD 630)',
Yuly Novikov5865ff72019-07-09 21:38:052086 'Linux FYI Release (NVIDIA)',
Brian Sheedy22d051e2019-08-07 00:50:162087 'Linux FYI SkiaRenderer Vulkan (Intel HD 630)',
Yuly Novikov5865ff72019-07-09 21:38:052088 'Linux FYI SkiaRenderer Vulkan (NVIDIA)',
2089 'Linux Release (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:012090 ],
Emily Hanleyb64ac7c2018-05-25 13:36:552091 },
Kenneth Russelleb60cbd22017-12-05 07:54:282092 'telemetry_perf_unittests': {
2093 'modifications': {
Kenneth Russelleb60cbd22017-12-05 07:54:282094 'Linux Tests': {
2095 'args': [
2096 '--xvfb',
Ned Nguyene6e26042018-01-17 20:42:482097 '--jobs=1',
Kenneth Russelleb60cbd22017-12-05 07:54:282098 ],
2099 },
Juan Antonio Navarro Perez4899edf2019-03-14 13:05:352100 'Linux Tests (dbg)(1)': {
2101 'args': [
2102 '--xvfb',
2103 '--jobs=1',
2104 ],
2105 },
Kenneth Russelleb60cbd22017-12-05 07:54:282106 # Disable parallelism on all Mac bots.
2107 'Mac10.10 Tests': {
2108 'args': [
2109 '--jobs=1',
2110 ],
2111 },
2112 'Mac10.11 Tests': {
2113 'args': [
2114 '--jobs=1',
2115 ],
2116 },
2117 'Mac10.12 Tests': {
2118 'args': [
2119 '--jobs=1',
2120 ],
2121 },
Ned Nguyen6e6e5b32018-02-21 20:21:502122 'Win7 Tests (dbg)(1)': {
2123 'args': [
2124 '--jobs=1',
2125 ],
2126 'swarming': {
2127 'shards': 20,
2128 },
2129 'experiment_percentage': 100,
2130 },
Stephen Martinis1384ff92020-01-07 19:52:152131 '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': [
Haiyang Pan0e39edf42020-04-28 19:29:012145 # There's no need to run telemetry_perf_unittests on both lollipop and
Erik Chen96894722019-11-21 20:03:392146 # 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
Haiyang Pan0e39edf42020-04-28 19:29:012179 # There's no need to run unit_tests on both lollipop and marshmallow
Erik Chen96894722019-11-21 20:03:392180 # 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
Haiyang Pana3ff55ae2020-04-23 18:26:542447 'android-lollipop-arm-rel',
Stephen Martinis1384ff92020-01-07 19:52:152448 # matching android builders, the test fails on these.
Hans Wennborga0b11ebe2018-05-15 16:26:502449 'ToTAndroid',
John Budorick27d2d44e2019-05-20 20:26:092450 'android-asan', # https://crbug.com/964562
Dirk Pranke20eae9a72017-12-09 18:12:142451 # On chromium.swarm, this should possibly be being run (or removed
Takuto Ikuta527cdff2020-01-29 08:04:272452 # from android-marshmallow-arm64-rel-swarming).
Haiyang Pan1ad3bb032020-04-24 23:52:032453 'android-lollipop-arm-rel-swarming',
Yun Liu7cfd28a2019-10-30 01:57:122454 'android-code-coverage-native', # https://crbug.com/1018431
Kenneth Russelleb60cbd22017-12-05 07:54:282455 ],
Ben Pastenee17a8e92018-07-12 21:55:182456 'modifications': {
Andrew Luof08500ae2020-01-10 01:24:452457 # chromium.android.fyi
2458 'Android WebView P FYI (rel)': {
2459 'args': [
2460 '--annotation',
2461 'DisabledTest,FlakyTest' # Monitor status of disabled tests.
2462 ],
2463 },
Ben Pastenee17a8e92018-07-12 21:55:182464 'Oreo Phone Tester': {
Andrew Luo93c4a1e2019-08-30 05:26:302465 # TODO(crbug.com/997362): Enable this once it's passing.
bsheedy01833462018-12-07 01:05:572466 # TODO(https://crbug.com/884413): Re-enable this once the tests are
2467 # either passing or there is more capacity.
2468 'experiment_percentage': 0,
Ben Pastenee17a8e92018-07-12 21:55:182469 },
Haiyang Pan08d09dc2020-04-01 16:11:212470 'android-pie-x86-rel': {
Haiyang Panfdd94332020-03-27 02:43:292471 'args': [
2472 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_instrumentation_test_apk.filter',
2473 ],
2474 },
Ben Pastenee17a8e92018-07-12 21:55:182475 },
Kenneth Russelleb60cbd22017-12-05 07:54:282476 },
bsheedy800f5062018-08-07 00:47:542477 'xr_browser_tests': {
2478 'remove_from': [
Stephen Martinis1384ff92020-01-07 19:52:152479 # Randomly hangs indefinitely https://crbug.com/1018896.
2480 'Win10 FYI x64 Release (AMD RX 550)',
bsheedy800f5062018-08-07 00:47:542481 # This exception probably needs to stay due to lack of capacity
2482 # on the Win AMD bots.
2483 'Win7 FYI Debug (AMD)',
Maggie Chen4fc29842018-08-07 19:12:482484 # Fails on the bot, http://crbug.com/868143
2485 'Win7 FYI Release (AMD)',
bsheedy800f5062018-08-07 00:47:542486 ],
2487 },
Kenneth Russelleb60cbd22017-12-05 07:54:282488}