blob: 50c7e3fb9e6d96bab26d27b9ca9b8f2b2ba8725c [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 'mac10.10-blink-rel-dummy': {
342 'swarming': {
343 'shards': 20,
344 },
345 },
346 'mac10.11-blink-rel-dummy': {
347 'swarming': {
348 'shards': 20,
349 },
350 },
351 'mac10.12-blink-rel-dummy': {
352 'swarming': {
353 'shards': 20,
354 },
355 },
356 'mac10.13-blink-rel-dummy': {
357 'swarming': {
358 'shards': 20,
359 },
360 },
361 'mac10.13_retina-blink-rel-dummy': {
362 'swarming': {
363 'shards': 20,
364 },
365 },
366 'mac10.14-blink-rel-dummy': {
367 'swarming': {
368 'shards': 20,
369 },
370 },
371 },
372 },
Chong Gu9a2741732020-02-24 21:32:01373 'boringssl_crypto_tests': {
374 'remove_from': [
375 # https://crbug.com/1054545
Stephen Roeac495972020-02-25 23:32:41376 'Fuchsia ARM64',
Chong Gu9a2741732020-02-24 21:32:01377 ],
378 },
379 'boringssl_ssl_tests': {
380 'remove_from': [
381 # https://crbug.com/1054545
Stephen Roeac495972020-02-25 23:32:41382 'Fuchsia ARM64',
Chong Gu9a2741732020-02-24 21:32:01383 ],
384 },
John Budorickca995852019-06-26 16:55:55385 'breakpad_unittests': {
386 'modifications': {
387 'android-asan': {
388 'args': [
389 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.breakpad_unittests.filter',
390 ],
391 },
392 },
393 },
Kenneth Russelleb60cbd22017-12-05 07:54:28394 'browser_tests': {
Kenneth Russellfbda3c532017-12-08 23:57:24395 'remove_from': [
Brad Halla36886c2019-02-26 16:52:29396 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber3af4da72018-02-27 01:59:41397 'linux-win_cross-rel',
Nico Weberdae13cd92018-12-14 13:56:26398 'ToTLinuxTSan', # https://crbug.com/368525
John Budorick5ef11472019-12-18 22:02:33399 'Mac10.10 Tests', # https://crbug.com/828031
Aaron Gable30cda242020-01-22 21:02:58400 'Mac10.13 Tests', # https://crbug.com/1042757
Nico Weberd36959682018-04-12 03:33:46401 'Linux TSan Tests', # https://crbug.com/368525
Stephen Martinise701f5a2018-05-04 01:25:11402 'Win10 Tests x64 (dbg)',
Kenneth Russellfbda3c532017-12-08 23:57:24403 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28404 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:15405 'Linux - Future (dbg)': { # client.v8.chromium
Yuke Liaoea70f472019-12-19 06:03:36406 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15407 'shards': 10,
Yuke Liaoea70f472019-12-19 06:03:36408 },
409 },
Stephen Martinis1384ff92020-01-07 19:52:15410 'Linux ASan LSan Tests (1)': {
411 # These are very slow on the ASAN trybot for some reason.
412 # crbug.com/794372
Roberto Carrillo2c9ec972019-03-20 03:11:19413 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15414 'shards': 40,
Roberto Carrillo2c9ec972019-03-20 03:11:19415 },
416 },
Chris Cunningham1d0e9e12020-02-26 22:56:40417 'Linux ASan Tests (sandboxed)': {
418 'swarming': {
419 'shards': 12, # https://crbug.com/1056300
420 },
421 },
Stephen Martinis1384ff92020-01-07 19:52:15422 'Linux Chromium OS ASan LSan Tests (1)': {
423 # These are very slow on the ASAN trybot for some reason.
424 # crbug.com/794372
Roberto Carrillo5a5c98dc2019-10-30 22:33:51425 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15426 'shards': 31,
Roberto Carrillo5a5c98dc2019-10-30 22:33:51427 },
428 },
Stephen Martinis1384ff92020-01-07 19:52:15429 'Linux ChromiumOS MSan Tests': {
430 # These are very slow on the Chrome OS MSAN trybot for some reason.
431 # crbug.com/865455
Kenneth Russell56a3e862017-12-08 03:11:34432 'swarming': {
Pavol Marko45bedc82020-04-22 14:21:46433 'shards': 32,
Kenneth Russell56a3e862017-12-08 03:11:34434 },
435 },
John Budorick614f91a2020-03-30 20:34:55436 'Linux Tests (dbg)(1)': {
437 # crbug.com/1066161
438 'swarming': {
439 'shards': 20,
440 },
441 },
Stephen Martinis1384ff92020-01-07 19:52:15442 'Mac ASan 64 Tests (1)': {
Kenneth Russellfbda3c532017-12-08 23:57:24443 'swarming': {
John Budorick542f4762020-03-17 20:40:14444 'dimension_sets': [
445 {
446 # These shards are liable to time out when running on minis.
447 'cores': '8',
448 }
449 ],
Kenneth Russellfbda3c532017-12-08 23:57:24450 'shards': 20,
451 },
452 },
John Budorickd3375fa2020-03-17 20:49:11453 'Mac10.13 Tests (dbg)': {
454 'swarming': {
455 'shards': 20,
456 },
457 },
Stephen Martinis1384ff92020-01-07 19:52:15458 'ToTWin(dbg)': {
Kenneth Russelleb60cbd22017-12-05 07:54:28459 'swarming': {
John Budorickca14c76f62017-12-09 14:19:18460 'shards': 20,
Kenneth Russelleb60cbd22017-12-05 07:54:28461 },
462 },
Stephen Martinis1384ff92020-01-07 19:52:15463 'ToTWin64(dbg)': {
Kenneth Russell8ceeabf2017-12-11 17:53:28464 'swarming': {
465 'shards': 20,
466 },
467 },
Kenneth Russell6c83d212018-07-27 20:52:59468 'Win10 Tests x64': {
469 # crbug.com/868082
470 'args': [
471 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
472 ],
Takuto Ikutac9c269a2019-01-10 22:40:25473 'swarming': {
474 # This is for slow test execution that often becomes a critical path of
475 # swarming jobs. crbug.com/868114
476 'shards': 15,
477 }
Kenneth Russell6c83d212018-07-27 20:52:59478 },
Sajjad Mirza87e17b242020-01-22 18:49:07479 'Win10 Tests x64 Code Coverage': {
480 # crbug.com/868082
481 'args': [
482 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
483 ],
484 'swarming': {
485 # This is for slow test execution that often becomes a critical path of
486 # swarming jobs. crbug.com/868114
487 'shards': 15,
488 }
489 },
Stephen Martinis1384ff92020-01-07 19:52:15490 'Win7 Tests (1)': {
491 # This is for slow test execution that often becomes a critical path of
492 # swarming jobs. crbug.com/868114
493 'swarming': {
494 'shards': 15,
495 },
496 },
497 'Win7 Tests (dbg)(1)': {
Pavol Markoc579e072019-12-05 22:42:02498 'swarming': {
499 'shards': 20,
500 },
501 },
Stephen Martinis1384ff92020-01-07 19:52:15502 'linux-chromeos-chrome': {
503 # TODO(https://crbug.com/932269): Promote out of experiment when the
504 # tests are green.
505 'args': [
506 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter',
507 ],
508 },
509 'linux-chromeos-code-coverage': {
Nico Weber0c2861b2018-12-14 18:05:16510 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15511 'shards': 50,
512 },
513 },
514 'linux-chromeos-dbg': {
515 'swarming': {
516 'shards': 30,
517 },
518 },
519 'linux-chromeos-rel': {
520 'swarming': {
521 'shards': 20,
Stephanie Kime9008f72020-03-05 23:01:16522 'dimension_sets': [
523 {
524 'kvm': '1',
525 },
526 ],
Stephen Martinis1384ff92020-01-07 19:52:15527 },
528 },
529 'linux-code-coverage': {
Yuke Liao58e1d202020-03-20 23:02:01530 'args': [
531 '--no-sandbox',
532 ],
Stephen Martinis1384ff92020-01-07 19:52:15533 'swarming': {
534 'shards': 50,
535 },
536 },
537 'linux-trusty-rel': {
538 'args': [
John Budorick79ec9012020-01-08 21:56:31539 '--test-launcher-filter-file=../../testing/buildbot/filters/linux_trusty_rel.browser_tests.filter',
540 ],
Stephen Martinis1384ff92020-01-07 19:52:15541 },
542 'mac-code-coverage': {
Stephen Martinis1384ff92020-01-07 19:52:15543 'swarming': {
544 'shards': 15,
545 },
546 },
Stephen Martinis1384ff92020-01-07 19:52:15547 'win-asan': {
548 # browser_tests shards were reaching a timeout limit of 60 minutes on win-asan
549 # (https://crbug.com/1031096).
550 'swarming': {
551 'shards': 20,
Nico Weber0c2861b2018-12-14 18:05:16552 },
553 },
Kenneth Russelleb60cbd22017-12-05 07:54:28554 },
555 },
Chong Gu066fbf12020-05-02 05:26:08556 'cacheinvalidation_unittests': {
557 'remove_from': [
558 'Fuchsia ARM64', # https://crbug.com/1077462
559 'Fuchsia x64', # https://crbug.com/1077462
560 ],
561 },
Chong Gu186858f92020-04-28 19:54:40562 'capture_unittests': {
563 'remove_from': [
564 'Fuchsia ARM64', # https://crbug.com/1075762
565 'Fuchsia x64', # https://crbug.com/1075762
566 ],
567 },
Erik Chen681dc0282019-11-26 22:54:49568 'cc_unittests': {
569 'modifications': {
570 'Linux TSan Tests': {
571 'swarming': {
572 'shards': 3,
573 },
574 },
John Budorickfa8f1da92020-01-15 18:11:38575 'android-marshmallow-x86-fyi-rel': {
576 # https://crbug.com/1039860
577 'args': [
578 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter',
579 ],
580 },
Haiyang Pan08d09dc2020-04-01 16:11:21581 'android-pie-x86-rel': {
John Budorickfa8f1da92020-01-15 18:11:38582 # https://crbug.com/1039860
583 'args': [
584 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter',
585 ],
586 },
Erik Chen681dc0282019-11-26 22:54:49587 },
Chong Gu00dbbbf2020-01-31 23:51:45588 'remove_from': [
Stephen Roeac495972020-02-25 23:32:41589 'Fuchsia ARM64', # https://crbug.com/1046552
Weza653d8a2020-04-21 13:37:53590 'Fuchsia x64', # https://crbug.com/1046552
Chong Gu00dbbbf2020-01-31 23:51:45591 ],
Erik Chen681dc0282019-11-26 22:54:49592 },
Dirk Pranke1b767092017-12-07 04:44:23593 'checkbins': {
594 'remove_from': [
Stephen Martinis47d77132019-04-24 23:51:33595 'linux-archive-dbg',
596 'linux-archive-rel',
597 'mac-archive-dbg',
598 'mac-archive-rel',
Dirk Pranke1b767092017-12-07 04:44:23599 ],
600 },
Andrew Luod252791ac2019-10-15 00:28:13601 'chrome_java_test_pagecontroller_tests': {
602 'modifications': {
603 'android-pie-arm64-rel': {
604 'experiment_percentage': 100, # https://crbug.com/924194
605 },
606 },
607 },
Yun Liu7cfd28a2019-10-30 01:57:12608 'chrome_public_smoke_test': {
609 'remove_from': [
610 'android-code-coverage-native', # https://crbug.com/1018780
611 ],
612 },
Kenneth Russelleb60cbd22017-12-05 07:54:28613 'chrome_public_test_apk': {
John Budorick27d2d44e2019-05-20 20:26:09614 'remove_from': [
615 'android-asan', # https://crbug.com/964562
Yun Liu7cfd28a2019-10-30 01:57:12616 'android-code-coverage-native', # https://crbug.com/1018780
Haiyang Pana3ff55ae2020-04-23 18:26:54617 'android-lollipop-arm-rel', # https://crbug.com/1060245
John Budorick27d2d44e2019-05-20 20:26:09618 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28619 'modifications': {
Natalie Chouinard48afb4352020-04-17 21:30:32620 'Android CFI': {
621 'args': [
622 '--exclude-annotation',
623 'Feature=RenderTest', # https://crbug.com/1068294
624 ],
625 },
Kenneth Russelleb60cbd22017-12-05 07:54:28626 'Marshmallow 64 bit Tester': {
627 'swarming': {
Kenneth Russelleb60cbd22017-12-05 07:54:28628 'shards': 14,
629 },
630 },
Arthur Wang5dd7b07c2020-04-04 01:05:22631 'Marshmallow Tablet Tester': {
632 'args': [
633 '--timeout-scale',
634 '2.0',
635 ],
636 },
Ben Pastenec73e96e92018-07-12 01:40:35637 'Oreo Phone Tester': {
bsheedy01833462018-12-07 01:05:57638 # TODO(https://crbug.com/884413): Re-enable this once the tests are
639 # either passing or there is more capacity.
640 'experiment_percentage': 0,
Ben Pastenec73e96e92018-07-12 01:40:35641 },
Stephen Martinis1384ff92020-01-07 19:52:15642 'android-arm64-proguard-rel': {
643 'swarming': {
644 'shards': 25,
645 },
646 },
Haiyang Pan1ad3bb032020-04-24 23:52:03647 'android-lollipop-arm-rel-swarming': {
Brian Sheedy44a7a0032020-04-16 19:20:57648 'swarming': {
Brian Sheedy180c2dd2020-04-22 19:34:31649 'service_account': '[email protected]'
Brian Sheedy44a7a0032020-04-16 19:20:57650 },
651 },
Stephen Martinis1384ff92020-01-07 19:52:15652 'android-marshmallow-arm64-rel': {
653 'swarming': {
654 'shards': 25,
655 },
656 },
Brian Sheedy44a7a0032020-04-16 19:20:57657 'android-marshmallow-arm64-rel-swarming': {
658 'swarming': {
Brian Sheedy180c2dd2020-04-22 19:34:31659 'service_account': '[email protected]'
Brian Sheedy44a7a0032020-04-16 19:20:57660 },
661 },
Stephen Martinis1384ff92020-01-07 19:52:15662 'android-pie-arm64-rel': {
663 'args': [
664 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.chrome_public_test_apk.filter', # https://crbug.com/1010211
665 ],
Haiyang Pan43640ee2020-02-13 01:38:00666 },
Haiyang Pan08d09dc2020-04-01 16:11:21667 'android-pie-x86-rel': {
Haiyang Pan43640ee2020-02-13 01:38:00668 'args': [
Haiyang Pan71373072020-03-02 19:57:49669 '--avd-config=../../tools/android/avd/proto/generic_playstore_android28.textpb',
670 # https://crbug.com/1046059
Haiyang Pan43640ee2020-02-13 01:38:00671 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.chrome_public_test_apk.filter',
672 ],
Haiyang Pan71373072020-03-02 19:57:49673 'swarming': {
674 'named_caches': [
675 {
676 'name': 'avd_generic_playstore_android28',
677 'path': '.android',
678 },
679 {
680 'name': 'system_images_android_28_google_apis_playstore_x86',
681 'path': '.emulator_sdk',
682 },
683 ]
684 },
John Budorick34009472018-04-03 17:38:44685 },
Kenneth Russelleb60cbd22017-12-05 07:54:28686 },
687 },
688 'chrome_public_test_vr_apk': {
Nico Weberb0b3f5862018-07-13 18:45:15689 'remove_from': [
bsheedy410dd7c2018-06-15 22:42:09690 'Lollipop Tablet Tester',
691 'Marshmallow Tablet Tester',
Haiyang Pan801fbaa32019-09-06 18:43:09692 'android-marshmallow-x86-fyi-rel',
Haiyang Pan08d09dc2020-04-01 16:11:21693 'android-pie-x86-rel',
Andrew Luo38b311f2019-10-04 03:42:09694 'android-pie-arm64-rel', # https://crbug.com/1010211
bsheedydf58b4e2018-11-01 19:42:16695 'ToTAndroid',
696 'ToTAndroidCFI',
John Budorick27d2d44e2019-05-20 20:26:09697 'android-asan', # https://crbug.com/964562
Yun Liu7cfd28a2019-10-30 01:57:12698 'android-code-coverage-native', # https://crbug.com/1018780
bsheedy410dd7c2018-06-15 22:42:09699 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28700 },
bsheedy75a4dd52018-11-27 23:24:30701 'chrome_public_test_vr_apk-vega': {
702 'modifications': {
bsheedy75a4dd52018-11-27 23:24:30703 'Oreo Phone Tester': {
704 'swarming': {
705 'dimension_sets': [
706 {
707 'device_os': 'OVR1.180808.003',
708 'device_type': 'vega',
709 'os': 'Android',
710 },
711 ],
712 },
713 }
714 }
715 },
Takuto Ikuta1b749b902019-04-11 18:05:53716 'chromedriver_py_tests': {
717 'remove_from': [
718 # Timeout happens sometimes (crbug.com/951799).
Takuto Ikuta1b749b902019-04-11 18:05:53719 'Win10 Tests x64 (dbg)',
720 ],
721 },
Yun Liu3e759dbb2019-11-01 19:25:52722 'components_browsertests': {
723 'remove_from': [
724 'android-code-coverage-native', # crbug/1018434
725 ],
726 },
Kenneth Russelleb60cbd22017-12-05 07:54:28727 'components_unittests': {
Yun Liu3e759dbb2019-11-01 19:25:52728 'remove_from': [
Stephen Roeac495972020-02-25 23:32:41729 'Fuchsia ARM64', # https://crbug.com/961457
Yun Liu16394ab32019-11-19 16:37:57730 'Fuchsia x64', # https://crbug.com/961457
Yun Liu3e759dbb2019-11-01 19:25:52731 'android-code-coverage-native', # crbug/1018431
Kevin Marshallce2afe1b2019-12-06 00:49:21732 'fuchsia-fyi-arm64-rel', # https://crbug.com/961457
733 'fuchsia-fyi-x64-dbg', # https://crbug.com/961457
734 'fuchsia-fyi-x64-rel', # https://crbug.com/961457
Yun Liu3e759dbb2019-11-01 19:25:52735 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28736 'modifications': {
John Budorick5052d552017-12-13 02:59:34737 'Linux ASan LSan Tests (1)': {
738 # These are very slow on the ASAN trybot for some reason.
739 # crbug.com/794372
740 'swarming': {
741 'shards': 5,
742 },
743 },
Takuto Ikuta54671d972018-07-19 19:06:35744 'Linux Chromium OS ASan LSan Tests (1)': {
745 # These are very slow on the ASAN trybot for some reason.
746 # crbug.com/794372
747 'swarming': {
748 'shards': 5,
749 },
750 },
Erik Chen681dc0282019-11-26 22:54:49751 'Linux TSan Tests': {
752 'swarming': {
753 'shards': 2,
754 },
755 },
Omer Katz7d2be652020-01-22 18:13:46756 'linux-blink-heap-concurrent-marking-tsan-rel': {
757 'swarming': {
758 'shards': 2,
759 },
760 },
Kenneth Russelleb60cbd22017-12-05 07:54:28761 },
762 },
763 'content_browsertests': {
Brad Halla36886c2019-02-26 16:52:29764 'remove_from': [
Brad Halla36886c2019-02-26 16:52:29765 'CrWinAsan(dll)', # https://crbug.com/935598
Yun Liu42f79ea2019-11-19 01:21:18766 'android-code-coverage-native', # crbug/1018434
Yuke Liaod7da81b2020-03-20 18:57:57767 # http://crbug.com/1060245#c30: due to low utility and capacity.
768 'android-marshmallow-arm64-rel',
Brad Halla36886c2019-02-26 16:52:29769 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28770 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:24771 'Cast Audio Linux': {
772 'args': [
Nico Weber02f30392018-07-16 18:39:43773 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24774 ],
Kenneth Russellfbda3c532017-12-08 23:57:24775 },
776 'Cast Linux': {
777 'args': [
Nico Weber02f30392018-07-16 18:39:43778 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24779 ],
Kenneth Russellfbda3c532017-12-08 23:57:24780 },
Erik Chenb681c8c2019-11-25 22:52:52781 'Linux ASan LSan Tests (1)': {
782 'swarming': {
783 'shards': 12,
784 },
785 },
Chris Cunninghame1a04ea2019-04-24 01:49:32786 'Linux ASan Tests (sandboxed)': {
787 'swarming': {
Stephen McGruer640f0c32020-02-14 15:29:40788 'shards': 4, # https://crbug.com/1051944
Chris Cunninghame1a04ea2019-04-24 01:49:32789 },
790 },
Erik Chen681dc0282019-11-26 22:54:49791 'Linux TSan Tests': {
792 'swarming': {
793 'shards': 15,
794 },
795 },
Stephen Martinis1384ff92020-01-07 19:52:15796 'Lollipop Phone Tester': {
797 'swarming': {
798 'shards': 13,
799 },
800 },
801 'Win10 Tests x64': {
802 # crbug.com/868082
803 'args': [
804 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
805 ],
806 },
807 'Win10 Tests x64 (dbg)': {
808 'experiment_percentage': 100,
809 # crbug.com/868082
810 'args': [
811 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
Stephen Martinis1384ff92020-01-07 19:52:15812 ],
813 },
Sajjad Mirza87e17b242020-01-22 18:49:07814 'Win10 Tests x64 Code Coverage': {
815 # crbug.com/868082
816 'args': [
817 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
818 ],
819 },
Stephen Martinis1384ff92020-01-07 19:52:15820 'android-arm64-proguard-rel': {
821 'swarming': {
822 'shards': 16,
823 },
824 },
825 'android-asan': {
826 'args': [
827 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.content_browsertests.filter',
828 ],
829 'swarming': {
830 'shards': 18,
831 },
832 },
Haiyang Pan32b83392020-03-14 01:38:46833 'android-lollipop-arm-rel': {
834 'swarming': {
835 'shards': 15,
836 },
837 },
Stephen Martinis1384ff92020-01-07 19:52:15838 'android-marshmallow-arm64-rel': {
839 'swarming': {
840 'shards': 16,
841 },
842 },
John Budoricka4e23882020-02-28 18:36:43843 'android-marshmallow-x86-fyi-rel': {
844 'args': [
845 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter',
846 ],
847 },
Haiyang Pan08d09dc2020-04-01 16:11:21848 'android-pie-x86-rel': {
John Budoricka4e23882020-02-28 18:36:43849 'args': [
850 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter',
851 ],
852 },
Omer Katz7d2be652020-01-22 18:13:46853 'linux-blink-heap-concurrent-marking-tsan-rel': {
854 'swarming': {
855 'shards': 4,
856 },
857 },
Stephen Martinis1384ff92020-01-07 19:52:15858 'linux-chromeos-code-coverage': {
859 'swarming': {
860 'shards': 12,
861 },
862 },
Albert J. Wong91f109652019-11-19 03:01:16863 'linux-chromeos-rel': {
864 'swarming': {
865 'shards': 3,
866 },
867 },
Yuke Liao79424e42020-01-06 21:00:11868 'linux-code-coverage': {
Yuke Liao58e1d202020-03-20 23:02:01869 'args': [
870 '--no-sandbox',
871 ],
Yuke Liao79424e42020-01-06 21:00:11872 'swarming': {
873 'shards': 12,
874 },
875 },
Kenneth Russelleb60cbd22017-12-05 07:54:28876 },
877 },
Maksim Sisov6058ba72020-05-04 10:29:13878 'content_browsertests_wayland': {
879 'modifications': {
880 'Linux Ozone Tester (Wayland)': {
881 'args': [
882 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_content_browsertests.filter',
883 ],
884 },
885 },
886 },
887 'content_browsertests_x11': {
888 'modifications': {
889 'Linux Ozone Tester (X11)': {
890 'args': [
891 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.x11_content_browsertests.filter',
892 ],
893 },
894 },
895 },
Nico Weber81e16ace22018-06-30 02:58:47896 'content_shell_crash_test': {
Dirk Prankeb1c36b322018-07-11 02:42:00897 'modifications': {
Dirk Prankeb1c36b322018-07-11 02:42:00898 'Win10 Tests x64 (dbg)': {
899 'experiment_percentage': 100, # https://crbug.com/861730
900 },
901 },
Nico Weber81e16ace22018-06-30 02:58:47902 },
John Budorick27d2d44e2019-05-20 20:26:09903 'content_shell_test_apk': {
904 'remove_from': [
John Budorick27d2d44e2019-05-20 20:26:09905 'android-asan', # https://crbug.com/964562
Yun Liu3e759dbb2019-11-01 19:25:52906 'android-code-coverage-native', # crbug/1018434
John Budorick27d2d44e2019-05-20 20:26:09907 ],
John Budorickee2e64f2020-03-02 20:19:10908 'modifications': {
909 'android-marshmallow-x86-fyi-rel': {
910 'args': [
911 '--gtest_filter=-ContentViewScrollingTest.testFling',
912 ],
913 },
Haiyang Pan08d09dc2020-04-01 16:11:21914 'android-pie-x86-rel': {
John Budorickee2e64f2020-03-02 20:19:10915 'args': [
916 '--gtest_filter=-ContentViewScrollingTest.testFling',
917 ],
918 },
919 },
John Budorick27d2d44e2019-05-20 20:26:09920 },
Kenneth Russelleb60cbd22017-12-05 07:54:28921 'content_unittests': {
Yun Liu42f79ea2019-11-19 01:21:18922 'remove_from': [
Yun Liu42f79ea2019-11-19 01:21:18923 'android-code-coverage-native', # crbug/1018434
924 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28925 'modifications': {
John Budorick5052d552017-12-13 02:59:34926 'Linux ASan LSan Tests (1)': {
927 # These are slow on the ASAN trybot for some reason.
928 # crbug.com/794372
929 'swarming': {
930 'shards': 2,
931 },
932 },
Takuto Ikuta54671d972018-07-19 19:06:35933 'Linux ChromiumOS MSan Tests': {
934 # These are very slow on the Chrome OS MSAN trybot for some reason.
935 # crbug.com/865455
936 'swarming': {
937 'shards': 2,
938 },
939 },
Kenneth Russelleb60cbd22017-12-05 07:54:28940 },
941 },
Kenneth Russellc1a09302018-07-10 01:12:54942 'context_lost_tests': {
Brian Sheedye285c9b2019-07-15 21:42:46943 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
944 # exception once there is enough capacity to run these tests.
945 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:46946 'Android FYI Release (Pixel 2)',
947 ],
Kenneth Russellc1a09302018-07-10 01:12:54948 'modifications': {
949 'Mac FYI GPU ASAN Release': {
950 'args': [
951 '--is-asan',
952 ]
953 },
Brian Sheedyfe61cdac2020-02-12 01:25:59954 'Win10 x64 Debug (NVIDIA)': {
955 'args': [
956 # TODO(https://crbug.com/1007013): Remove this flag when it's no
957 # longer necessary to figure out why the renderer process is hanging.
958 '--extra-browser-args=--no-sandbox',
959 ],
960 },
Kenneth Russellc1a09302018-07-10 01:12:54961 },
962 },
Kenneth Russellfbda3c532017-12-08 23:57:24963 'crashpad_tests': {
964 'remove_from': [
Nico Weber15a00d62018-05-16 17:11:48965 'linux-win_cross-rel', # https://crbug.com/762167
Vlad Tsyrklevich06a9a44f2019-07-24 19:14:39966 # https://crbug.com/crashpad/304
967 'Linux TSan Tests',
968 'ToTLinuxTSan',
969 # https://crbug.com/crashpad/306
970 'Linux CFI',
971 'CFI Linux ToT',
Kenneth Russellfbda3c532017-12-08 23:57:24972 ],
973 },
John Budorick5bc387fe2019-05-09 20:02:53974 'cronet_sizes': {
975 'modifications': {
976 'android-cronet-arm-dbg': {
977 'swarming': {
978 'dimension_sets': [
979 {
980 'device_os': None,
981 'device_type': None,
Takuto Ikuta5e459b12019-07-09 05:30:56982 'os': 'Ubuntu-16.04',
John Budorick5bc387fe2019-05-09 20:02:53983 },
984 ],
985 },
986 },
987 },
988 },
Zhenyao Moc307eeb72018-12-20 01:03:20989 'dawn_end2end_tests': {
990 'remove_from': [
Zhenyao Moc307eeb72018-12-20 01:03:20991 'Linux FYI Release (AMD R7 240)', # https://crbug.com/915430
992 ],
993 },
Brian Sheedye285c9b2019-07-15 21:42:46994 'depth_capture_tests': {
995 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
996 # exception once there is enough capacity to run these tests.
997 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:46998 'Android FYI Release (Pixel 2)',
999 ],
Brian Sheedyfe61cdac2020-02-12 01:25:591000 'modifications': {
1001 'Win10 x64 Debug (NVIDIA)': {
1002 'args': [
1003 # TODO(https://crbug.com/1007013): Remove this flag when it's no
1004 # longer necessary to figure out why the renderer process is hanging.
1005 '--extra-browser-args=--no-sandbox',
1006 ],
1007 },
1008 },
Brian Sheedye285c9b2019-07-15 21:42:461009 },
Chong Gu066fbf12020-05-02 05:26:081010 'display_unittests': {
1011 'remove_from': [
1012 'Fuchsia ARM64', # https://crbug.com/1077462
1013 'Fuchsia x64', # https://crbug.com/1077462
1014 ],
1015 },
Joe Downing41486042018-10-18 22:44:441016 'extensions_browsertests': {
Brad Halla36886c2019-02-26 16:52:291017 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291018 'CrWinAsan(dll)', # https://crbug.com/935598
1019 ],
Joe Downing41486042018-10-18 22:44:441020 'modifications': {
1021 'Win10 Tests x64 (dbg)': {
1022 'experiment_percentage': 100, # https://crbug.com/876615
1023 },
1024 },
1025 },
Kenneth Russelleb60cbd22017-12-05 07:54:281026 'gin_unittests': {
1027 'remove_from': [
Nico Weber1394523f2018-06-06 15:58:471028 'ToTLinuxASan', # https://crbug.com/831667
Nico Weberd36959682018-04-12 03:33:461029 'Linux ASan LSan Tests (1)', # https://crbug.com/831667
Nico Weber1394523f2018-06-06 15:58:471030 'Linux Chromium OS ASan LSan Tests (1)', # https://crbug.com/831667
Kenneth Russelleb60cbd22017-12-05 07:54:281031 ],
1032 },
Takuto Ikutaf5333252019-11-06 16:07:081033 'gl_tests': {
John Budorickca14c76f62017-12-09 14:19:181034 'remove_from': [
John Budorickca14c76f62017-12-09 14:19:181035 'CFI Linux ToT',
Kenneth Russell8a386d42018-06-02 09:48:011036 'Android FYI Release (Nexus 5X)',
Takuto Ikutaf5333252019-11-06 16:07:081037 # Can't run on MSAN because gl_tests uses the hardware driver,
Kenneth Russell55bbec52018-05-03 18:44:551038 # which isn't instrumented.
1039 'Linux MSan Tests',
John Budorickca14c76f62017-12-09 14:19:181040 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281041 'modifications': {
Kenneth Russell1a515be2018-04-28 03:54:451042 # TODO(kbr): figure out a better way to specify blocks of
1043 # arguments like this for tests on multiple machines.
1044 'Linux ASan LSan Tests (1)': {
1045 'args': [
1046 '--use-gpu-in-tests',
1047 '--no-xvfb',
1048 ],
1049 'swarming': {
1050 'dimension_sets': [
1051 {
1052 'gpu': '10de:1cb3',
1053 'os': 'Ubuntu',
Ben Pastenecb6cefc2020-03-05 19:48:461054 'pool': 'chromium.tests.gpu.template',
Kenneth Russell1a515be2018-04-28 03:54:451055 },
1056 ],
1057 },
1058 'use_xvfb': False,
1059 },
Kenneth Russell1a515be2018-04-28 03:54:451060 'Linux CFI': {
1061 'args': [
1062 '--use-gpu-in-tests',
1063 '--no-xvfb',
1064 ],
1065 'swarming': {
1066 'dimension_sets': [
1067 {
1068 'gpu': '10de:1cb3',
1069 'os': 'Ubuntu',
Ben Pastenecb6cefc2020-03-05 19:48:461070 'pool': 'chromium.tests.gpu.template',
Kenneth Russell1a515be2018-04-28 03:54:451071 },
1072 ],
1073 },
1074 'use_xvfb': False,
1075 },
1076 'Linux TSan Tests': {
1077 'args': [
1078 '--use-gpu-in-tests',
1079 '--no-xvfb',
1080 ],
1081 'swarming': {
1082 'dimension_sets': [
1083 {
1084 'gpu': '10de:1cb3',
1085 'os': 'Ubuntu',
Ben Pastenecb6cefc2020-03-05 19:48:461086 'pool': 'chromium.tests.gpu.template',
Kenneth Russell1a515be2018-04-28 03:54:451087 },
1088 ],
1089 },
1090 'use_xvfb': False,
1091 },
John Budorick79ec9012020-01-08 21:56:311092 'android-marshmallow-x86-fyi-rel': {
1093 'args': [
1094 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter',
1095 ],
1096 },
Andrew Luo38b311f2019-10-04 03:42:091097 'android-pie-arm64-rel': {
John Budorick79ec9012020-01-08 21:56:311098 'args': [
Andrew Luobe83fd82019-12-19 03:07:581099 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.gl_tests.filter', # https://crbug.com/1034007
1100 ],
Andrew Luo38b311f2019-10-04 03:42:091101 },
Haiyang Pan08d09dc2020-04-01 16:11:211102 'android-pie-x86-rel': {
John Budorick79ec9012020-01-08 21:56:311103 'args': [
1104 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter',
1105 ],
1106 },
Kenneth Russelleb60cbd22017-12-05 07:54:281107 },
1108 },
Takuto Ikutaf5333252019-11-06 16:07:081109 'gl_unittests': {
1110 'remove_from': [
Takuto Ikutaf5333252019-11-06 16:07:081111 # On Android, these are already run on the main waterfall.
1112 # Run them on the one-off Android FYI bots, though.
1113 'Android FYI Release (Nexus 5X)',
1114 # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219
1115 'Linux FYI Release (AMD R7 240)',
1116 ],
1117 'modifications': {
Takuto Ikutaf5333252019-11-06 16:07:081118 'CFI Linux ToT': {
1119 'args': [
1120 '--use-gpu-in-tests',
1121 '--no-xvfb',
1122 ],
1123 'swarming': {
1124 'dimension_sets': [
1125 {
1126 'gpu': '10de:1cb3',
1127 'os': 'Ubuntu',
Ben Pastenecb6cefc2020-03-05 19:48:461128 'pool': 'chromium.tests.gpu.template',
Takuto Ikutaf5333252019-11-06 16:07:081129 },
1130 ],
1131 },
1132 'use_xvfb': False,
1133 },
Takuto Ikutaf5333252019-11-06 16:07:081134 'Linux CFI': {
1135 'args': [
1136 '--use-gpu-in-tests',
1137 '--no-xvfb',
1138 ],
1139 'swarming': {
1140 'dimension_sets': [
1141 {
1142 'gpu': '10de:1cb3',
1143 'os': 'Ubuntu',
Ben Pastenecb6cefc2020-03-05 19:48:461144 'pool': 'chromium.tests.gpu.template',
Takuto Ikutaf5333252019-11-06 16:07:081145 },
1146 ],
1147 },
1148 'use_xvfb': False,
1149 },
1150 },
1151 },
1152 'gl_unittests_ozone': {
1153 'remove_from': [
1154 # Can't run on MSAN because gl_unittests_ozone uses the hardware driver,
1155 # which isn't instrumented.
1156 'Linux ChromiumOS MSan Tests',
1157 ],
1158 },
1159 'gpu_process_launch_tests': {
1160 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1161 # exception once there is enough capacity to run these tests.
1162 'remove_from': [
Takuto Ikutaf5333252019-11-06 16:07:081163 'Android FYI Release (Pixel 2)',
1164 ],
Brian Sheedyfe61cdac2020-02-12 01:25:591165 'modifications': {
1166 'Win10 x64 Debug (NVIDIA)': {
1167 'args': [
1168 # TODO(https://crbug.com/1007013): Remove this flag when it's no
1169 # longer necessary to figure out why the renderer process is hanging.
1170 '--extra-browser-args=--no-sandbox',
1171 ],
1172 },
1173 },
Takuto Ikutaf5333252019-11-06 16:07:081174 },
Brian Sheedye285c9b2019-07-15 21:42:461175 'hardware_accelerated_feature_tests': {
1176 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1177 # exception once there is enough capacity to run these tests.
1178 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:461179 'Android FYI Release (Pixel 2)',
1180 ],
1181 },
Brad Halla36886c2019-02-26 16:52:291182 'headless_browsertests': {
1183 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291184 'CrWinAsan(dll)', # https://crbug.com/935598
1185 ],
1186 },
Kenneth Russell8a386d42018-06-02 09:48:011187 'info_collection_tests': {
1188 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:011189 # The Mac ASAN swarming bot runs tests on two different GPU
1190 # types, so we can't have one expected vendor ID / device ID.
1191 'Mac FYI GPU ASAN Release',
Kenneth Russell8a386d42018-06-02 09:48:011192 'Android V8 FYI Release (Nexus 5X)',
1193 'Linux V8 FYI Release (NVIDIA)',
Michael Achenbach5fdfc67b2018-12-13 13:26:351194 'Linux V8 FYI Release - pointer compression (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:011195 'Mac V8 FYI Release (Intel)',
1196 'Win V8 FYI Release (NVIDIA)',
1197 ],
Brian Sheedyfe61cdac2020-02-12 01:25:591198 'modifications': {
1199 'Win10 x64 Debug (NVIDIA)': {
1200 'args': [
1201 # TODO(https://crbug.com/1007013): Remove this flag when it's no
1202 # longer necessary to figure out why the renderer process is hanging.
1203 '--extra-browser-args=--no-sandbox',
1204 ],
1205 },
1206 },
Kenneth Russell8a386d42018-06-02 09:48:011207 },
Kenneth Russelleb60cbd22017-12-05 07:54:281208 'interactive_ui_tests': {
Brad Halla36886c2019-02-26 16:52:291209 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291210 'CrWinAsan(dll)', # https://crbug.com/935598
1211 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281212 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:151213 'Linux - Future (dbg)': { # client.v8.chromium
Nico Weberdae13cd92018-12-14 13:56:261214 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:151215 'shards': 3,
Nico Weberdae13cd92018-12-14 13:56:261216 },
1217 },
John Budorickca14c76f62017-12-09 14:19:181218 'Linux ASan LSan Tests (1)': {
Nico Weber96a75a6942018-06-20 04:53:171219 # These are slow on the ASan trybot for some reason, crbug.com/794372
1220 'swarming': {
1221 'shards': 6,
1222 },
1223 },
Takuto Ikuta54671d972018-07-19 19:06:351224 'Linux ChromiumOS MSan Tests': {
1225 # These are very slow on the Chrome OS MSAN trybot for some reason.
1226 # crbug.com/865455
1227 'swarming': {
1228 'shards': 5,
1229 },
1230 },
Stephen Martinis1384ff92020-01-07 19:52:151231 'Linux TSan Tests': {
1232 # These are slow on the TSan bots for some reason, crbug.com/794372
Dirk Pranke8fd63c12017-12-10 18:06:271233 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:151234 'shards': 20,
Dirk Pranke8fd63c12017-12-10 18:06:271235 },
1236 },
Stephen Martinis1384ff92020-01-07 19:52:151237 'ToTLinuxTSan': {
1238 # These are slow on the TSan bots for some reason, crbug.com/794372
1239 'swarming': {
1240 'shards': 6,
1241 },
1242 },
Ian Struiksma07a90df2020-01-23 00:54:501243 'Win 7 Tests x64 (1)': {
1244 # These tests are continually flaky on Win7 bots, crbug.com/967588
1245 'args': [
1246 '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter',
1247 ],
1248 },
Stephen Martinis1384ff92020-01-07 19:52:151249 # temporary, https://crbug.com/818832
Greg Thompson3eb7e6522018-05-25 09:04:031250 'Win10 Tests x64 (dbg)': {
1251 'experiment_percentage': 100,
1252 },
Ian Struiksma07a90df2020-01-23 00:54:501253 'Win7 Tests (1)': {
1254 # These tests are continually flaky on Win7 bots, crbug.com/967588
1255 'args': [
1256 '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter',
1257 ],
1258 },
Stephen Martinis1384ff92020-01-07 19:52:151259 'Win7 Tests (dbg)(1)': {
Ian Struiksma07a90df2020-01-23 00:54:501260 # These tests are continually flaky on Win7 bots, crbug.com/967588
1261 'args': [
1262 '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter',
1263 ],
Stephen Martinis1384ff92020-01-07 19:52:151264 'swarming': {
1265 'shards': 4,
1266 },
1267 },
Ben Pastene8ef125e2019-12-10 01:46:291268 'linux-chromeos-chrome': {
1269 # TODO(crbug.com/970649): Remove this filter.
1270 'args': [
1271 '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs',
1272 ],
1273 },
Stephen Martinis1384ff92020-01-07 19:52:151274 'linux-chromeos-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:111275 'swarming': {
1276 'shards': 10,
1277 },
1278 },
Stephen Martinis1384ff92020-01-07 19:52:151279 'linux-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:111280 'swarming': {
1281 'shards': 10,
1282 },
1283 },
Kenneth Russelleb60cbd22017-12-05 07:54:281284 },
1285 },
John Budorickf00e5ff2019-06-11 21:21:061286 'ipc_tests': {
1287 'modifications': {
1288 'android-asan': {
1289 'swarming': {
1290 'shards': 2,
1291 },
1292 },
1293 },
1294 },
Brian Sheedye285c9b2019-07-15 21:42:461295 'maps_pixel_test': {
1296 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1297 # exception once there is enough capacity to run these tests.
1298 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:461299 'Android FYI Release (Pixel 2)',
1300 ],
Brian Sheedy44fd891b2019-10-03 20:07:541301 'replacements': {
Brian Sheedy44fd891b2019-10-03 20:07:541302 # The V8 builders pass the V8 revision for ${got_revision}, so instead
1303 # use ${got_cr_revision}, which is only set on the V8 bots.
1304 'Android V8 FYI Release (Nexus 5X)': {
1305 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321306 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541307 },
1308 },
1309 'Linux V8 FYI Release (NVIDIA)': {
1310 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321311 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541312 },
1313 },
1314 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
1315 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321316 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541317 },
1318 },
1319 'Mac V8 FYI Release (Intel)': {
1320 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321321 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541322 },
1323 },
1324 'Win V8 FYI Release (NVIDIA)': {
1325 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321326 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541327 },
1328 },
1329 },
Brian Sheedye285c9b2019-07-15 21:42:461330 },
Andrew Luo38b311f2019-10-04 03:42:091331 'media_unittests': {
1332 'modifications': {
John Budorickb5185112020-01-08 22:40:211333 'android-marshmallow-x86-fyi-rel': {
1334 'args': [
1335 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter',
1336 ],
1337 },
Andrew Luo38b311f2019-10-04 03:42:091338 'android-pie-arm64-rel': {
Andrew Luobe83fd82019-12-19 03:07:581339 'args': [
1340 '--gtest_filter=-AAudio/AudioOutputTest.Play200HzTone/0', # https://crbug.com/1034009
1341 ],
Andrew Luo38b311f2019-10-04 03:42:091342 },
Haiyang Pan08d09dc2020-04-01 16:11:211343 'android-pie-x86-rel': {
John Budorickb5185112020-01-08 22:40:211344 'args': [
1345 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter',
1346 ],
1347 },
Andrew Luo38b311f2019-10-04 03:42:091348 },
1349 },
John Budorickf00e5ff2019-06-11 21:21:061350 'mojo_unittests': {
1351 'modifications': {
1352 'android-asan': {
1353 'swarming': {
John Budorick5a29d7542019-10-11 20:56:441354 'shards': 5,
John Budorickf00e5ff2019-06-11 21:21:061355 },
1356 },
1357 },
1358 },
Erik Chend16d922d2019-12-10 04:37:141359 'monochrome_apk_checker': {
Ben Pastene521f8d62020-01-08 20:01:151360 'modifications': {
1361 'ToTAndroid': {
1362 'swarming': {
1363 'dimension_sets': [
1364 {
John Budorick838256a2020-02-29 01:29:071365 'cpu': 'x86-64',
Ben Pastene521f8d62020-01-08 20:01:151366 'device_os': None,
1367 'device_playstore_version': None,
1368 'device_type': None,
1369 'os': 'Ubuntu-16.04',
1370 },
1371 ],
1372 },
1373 },
1374 'android-arm64-proguard-rel': {
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-pie-arm64-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_os_flavor': None,
1394 'device_playstore_version': None,
1395 'device_type': None,
1396 'os': 'Ubuntu-16.04',
1397 },
1398 ],
1399 },
1400 },
1401 },
Erik Chend16d922d2019-12-10 04:37:141402 },
bsheedye9469572019-01-23 17:31:331403 'monochrome_public_test_ar_apk': {
1404 'modifications': {
Brian Sheedy12169aa2019-10-16 23:38:031405 'Nougat Phone Tester': {
1406 'args': [
1407 # ArCore is not installed as a system app on N, so we can install it
1408 # normally instead of replacing the system version.
1409 '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
1410 ],
1411 },
bsheedye9469572019-01-23 17:31:331412 # We need to match the Playstore version as well because AR tests fail on
1413 # old versions of the Playstore.
1414 'Oreo Phone Tester': {
Brian Sheedy2bcd16b2019-04-22 22:47:081415 'args': [
1416 # ArCore is not installed as a system app on O, so we can install it
1417 # normally instead of replacing the system version.
1418 '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
1419 ],
bsheedye9469572019-01-23 17:31:331420 'swarming': {
1421 'dimension_sets': [
1422 {
1423 'device_os': 'OPR3.170623.008',
1424 'device_playstore_version': '12.8.23-all',
1425 'device_type': 'marlin',
1426 'os': 'Android',
1427 },
1428 ],
1429 },
1430 },
Brian Sheedy2bcd16b2019-04-22 22:47:081431 'android-pie-arm64-dbg': {
1432 'args': [
1433 '--replace-system-package=com.google.ar.core,//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
1434 ]
1435 }
bsheedye9469572019-01-23 17:31:331436 },
1437 },
Nico Weberd3096fb2018-06-07 17:50:151438 'nacl_helper_nonsfi_unittests': {
1439 'remove_from': [
Nico Weberd3096fb2018-06-07 17:50:151440 'Linux TSan Tests', # Sets enable_nacl=false.
1441 ],
1442 },
Kenneth Russellfbda3c532017-12-08 23:57:241443 'nacl_loader_unittests': {
1444 'remove_from': [
Nico Weber48f187142018-06-01 15:16:351445 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false
Nico Weber3611ee802018-06-07 13:34:511446 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186
Nico Webera8fc38f72018-04-10 02:20:111447 'Linux TSan Tests', # The TSan bot sets enable_nacl=false
Nico Weber05d3e642018-05-31 16:59:481448 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false
Aaron Gable38265fe2020-04-09 23:49:071449 'Mac10.15 Tests', # All 10.15 builders set enable_nacl=false
Kenneth Russellfbda3c532017-12-08 23:57:241450 ],
1451 },
Kenneth Russelleb60cbd22017-12-05 07:54:281452 'net_unittests': {
Kenneth Russellfbda3c532017-12-08 23:57:241453 'remove_from': [
Stephen Roeac495972020-02-25 23:32:411454 'Fuchsia ARM64', # https://crbug.com/877248
Fabrice de Gans-Riberia1541ca2019-01-09 20:05:461455 'fuchsia-fyi-x64-dbg', # https://crbug.com/844416
Kenneth Russellfbda3c532017-12-08 23:57:241456 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281457 'modifications': {
John Budorickca14c76f62017-12-09 14:19:181458 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:341459 # These are very slow on the ASAN trybot for some reason.
1460 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:181461 'swarming': {
John Budorick5052d552017-12-13 02:59:341462 'shards': 16,
John Budorickca14c76f62017-12-09 14:19:181463 },
1464 },
1465 'Linux Chromium OS ASan LSan Tests (1)': {
Takuto Ikuta54671d972018-07-19 19:06:351466 # These are very slow on the ASAN trybot for some reason.
1467 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:181468 'swarming': {
Sergey Berezinda3255c2018-03-16 00:34:021469 'shards': 8,
John Budorickca14c76f62017-12-09 14:19:181470 }
1471 },
Takuto Ikuta54671d972018-07-19 19:06:351472 'Linux ChromiumOS MSan Tests': {
1473 # These are very slow on the Chrome OS MSAN trybot for some reason.
1474 # crbug.com/865455
1475 'swarming': {
1476 'shards': 2,
1477 },
1478 },
John Budorickca14c76f62017-12-09 14:19:181479 'Linux TSan Tests': {
1480 'swarming': {
1481 'shards': 4,
1482 }
1483 },
Ben Pastene8bf205b2018-06-13 04:00:331484 # The suite runs signficantly slower on linux dbg, so increase shards.
1485 'Linux Tests (dbg)(1)': {
1486 'swarming': {
1487 'shards': 2,
1488 },
1489 },
Stephen Martinis1384ff92020-01-07 19:52:151490 'ToTLinuxASan': {
1491 # TODO(crbug.com/794372): net_unittests is slow under ASan.
1492 'swarming': {
1493 'shards': 16,
1494 },
1495 },
1496 'ToTLinuxTSan': {
1497 'swarming': {
1498 'shards': 4,
1499 }
1500 },
John Budorick7fde6b492020-01-29 17:43:501501 'android-marshmallow-x86-fyi-rel': {
1502 # crbug.com/1046060
1503 'args': [
1504 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter',
1505 ],
1506 },
Haiyang Pan08d09dc2020-04-01 16:11:211507 'android-pie-x86-rel': {
John Budorick7fde6b492020-01-29 17:43:501508 # crbug.com/1046060
1509 'args': [
1510 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter',
1511 ],
1512 },
Ben Pastene8ef125e2019-12-10 01:46:291513 'chromeos-betty-chrome': {
1514 # TODO(crbug.com/986904): Remove this filter.
1515 'args': [
1516 '--gtest_filter=-NetworkQualityEstimatorTest.TestTCPSocketRTT',
1517 ],
1518 },
Omer Katz7d2be652020-01-22 18:13:461519 'linux-blink-heap-concurrent-marking-tsan-rel': {
1520 'swarming': {
1521 'shards': 4,
1522 }
1523 },
Ben Pastene8bf205b2018-06-13 04:00:331524 'linux-chromeos-dbg': {
1525 'swarming': {
1526 'shards': 2,
1527 },
1528 },
Kenneth Russelleb60cbd22017-12-05 07:54:281529 },
1530 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:311531 'network_service_browser_tests': {
1532 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291533 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weberdae13cd92018-12-14 13:56:261534 'ToTLinuxTSan', # https://crbug.com/368525
Nico Weber073af192018-06-21 19:22:171535 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1536 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191537 'Win7 Tests (1)', # For swarming capacity reasons.
1538 'Win10 Tests x64 (dbg)', # Matches browser_tests.
John Abd-El-Malek69ae1492018-09-06 20:00:061539 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061540 'Mac10.10 Tests',
1541 'Mac10.11 Tests',
1542 'Mac10.13 Tests',
1543 'Mac10.13 Tests (dbg)',
1544 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061545 'ToTMacASan',
John Abd-El-Malek99b6f4a2018-06-11 23:08:311546 ],
Kenneth Russell6c83d212018-07-27 20:52:591547 'modifications': {
Kenneth Russell6c83d212018-07-27 20:52:591548 'Win10 Tests x64': {
1549 # crbug.com/868082
1550 'args': [
1551 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1552 ],
Takuto Ikutac9c269a2019-01-10 22:40:251553 # This is for slow test execution that often becomes a critical path of
1554 # swarming jobs. crbug.com/868114
1555 'swarming': {
1556 'shards': 20,
1557 },
Kenneth Russell6c83d212018-07-27 20:52:591558 },
Sajjad Mirza87e17b242020-01-22 18:49:071559 'Win10 Tests x64 Code Coverage': {
1560 # crbug.com/868082
1561 'args': [
1562 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1563 ],
1564 # This is for slow test execution that often becomes a critical path of
1565 # swarming jobs. crbug.com/868114
1566 'swarming': {
1567 'shards': 20,
1568 },
1569 },
Yuke Liao58e1d202020-03-20 23:02:011570 'linux-code-coverage': {
1571 'args': [
1572 '--no-sandbox',
1573 ],
1574 'swarming': {
1575 'shards': 20,
1576 },
1577 }
Kenneth Russell6c83d212018-07-27 20:52:591578 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:311579 },
John Abd-El-Malek4782bd12018-06-12 01:08:211580 'network_service_components_browsertests': {
1581 'remove_from': [
Nico Weber073af192018-06-21 19:22:171582 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1583 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191584 'Win7 Tests (1)', # For swarming capacity reasons.
1585 'Win10 Tests x64 (dbg)', # Matches components_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:061586 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061587 'Mac10.10 Tests',
1588 'Mac10.11 Tests',
1589 'Mac10.13 Tests',
1590 'Mac10.13 Tests (dbg)',
1591 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061592 'ToTMacASan',
Nico Weber17d2fcddb2018-06-14 18:28:191593 ],
1594 },
1595 'network_service_content_browsertests': {
1596 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291597 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber408a49a2018-12-14 21:00:101598 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
Nico Weber073af192018-06-21 19:22:171599 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1600 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191601 'Win7 Tests (1)', # For swarming capacity reasons.
John Budorickd96ee6f2018-06-15 17:20:111602 'Win10 Tests x64 (dbg)', # flaky: https://crbug.com/852786
John Abd-El-Malek69ae1492018-09-06 20:00:061603 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061604 'Mac10.10 Tests',
1605 'Mac10.11 Tests',
1606 'Mac10.13 Tests',
1607 'Mac10.13 Tests (dbg)',
1608 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061609 'ToTMacASan',
John Abd-El-Malek4782bd12018-06-12 01:08:211610 ],
1611 },
John Abd-El-Malek787a41a2018-06-12 18:10:531612 'network_service_extensions_browsertests': {
1613 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291614 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber073af192018-06-21 19:22:171615 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1616 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191617 'Win7 Tests (1)', # For swarming capacity reasons.
1618 'Win10 Tests x64 (dbg)', # Matches extensions_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:061619 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061620 'Mac10.10 Tests',
1621 'Mac10.11 Tests',
1622 'Mac10.13 Tests',
1623 'Mac10.13 Tests (dbg)',
1624 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061625 'ToTMacASan',
John Abd-El-Malek787a41a2018-06-12 18:10:531626 ],
1627 },
Brad Halla36886c2019-02-26 16:52:291628 'network_service_headless_browsertests': {
1629 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291630 'CrWinAsan(dll)', # https://crbug.com/935598
1631 ],
1632 },
John Abd-El-Malek787a41a2018-06-12 18:10:531633 'network_service_interactive_ui_tests': {
Nico Weber17d2fcddb2018-06-14 18:28:191634 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291635 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber408a49a2018-12-14 21:00:101636 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
Nico Weber073af192018-06-21 19:22:171637 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1638 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191639 'Win7 Tests (1)', # For swarming capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061640 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061641 'Mac10.10 Tests',
1642 'Mac10.11 Tests',
1643 'Mac10.13 Tests',
1644 'Mac10.13 Tests (dbg)',
1645 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061646 'ToTMacASan',
Nico Weber17d2fcddb2018-06-14 18:28:191647 ],
John Abd-El-Malek787a41a2018-06-12 18:10:531648 'modifications': {
John Budorickd96ee6f2018-06-15 17:20:111649 'Win10 Tests x64 (dbg)': {
1650 'experiment_percentage': 100, # https://crbug.com/852786
John Abd-El-Malek787a41a2018-06-12 18:10:531651 },
1652 },
1653 },
John Abd-El-Malekfabfb072019-05-30 20:50:191654 'network_service_out_of_process_chrome_public_test_apk': {
John Abd-El-Malekfabfb072019-05-30 20:50:191655 'remove_from': [
John Budorickea475de2019-06-07 21:16:241656 'android-asan',
1657 # Don't run on trybots; waterfall is enough.
Haiyang Pana3ff55ae2020-04-23 18:26:541658 'android-lollipop-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311659 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091660 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:311661 # No capacity for tablet testers.
Clark DuVall3ef939a2019-06-10 20:35:311662 'Lollipop Tablet Tester',
1663 'Marshmallow Tablet Tester',
Yun Liu2b1c1d82019-10-30 23:11:241664 'android-code-coverage-native', # https://crbug.com/1018780
John Abd-El-Malekfabfb072019-05-30 20:50:191665 ],
John Budorick20c71a0d2020-03-02 20:38:561666 'modifications': {
Haiyang Pan08d09dc2020-04-01 16:11:211667 'android-pie-x86-rel': {
John Budorick20c71a0d2020-03-02 20:38:561668 'args': [
Haiyang Pan9152d382020-03-03 07:39:411669 '--avd-config=../../tools/android/avd/proto/generic_playstore_android28.textpb',
1670 # https://crbug.com/1046059
John Budorick20c71a0d2020-03-02 20:38:561671 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.chrome_public_test_apk.filter',
1672 ],
Haiyang Pan9152d382020-03-03 07:39:411673 'swarming': {
1674 'named_caches': [
1675 {
1676 'name': 'avd_generic_playstore_android28',
1677 'path': '.android',
1678 },
1679 {
1680 'name': 'system_images_android_28_google_apis_playstore_x86',
1681 'path': '.emulator_sdk',
1682 },
1683 ]
1684 },
John Budorick20c71a0d2020-03-02 20:38:561685 },
1686 },
John Abd-El-Malekfabfb072019-05-30 20:50:191687 },
1688 'network_service_out_of_process_components_browsertests': {
John Abd-El-Malekfabfb072019-05-30 20:50:191689 'remove_from': [
John Budorickea475de2019-06-07 21:16:241690 'android-asan',
1691 # Don't run on trybots; waterfall is enough.
Haiyang Pana3ff55ae2020-04-23 18:26:541692 'android-lollipop-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311693 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091694 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:311695 # No capacity for tablet testers.
Clark DuVall3ef939a2019-06-10 20:35:311696 'Lollipop Tablet Tester',
1697 'Marshmallow Tablet Tester',
Yun Liu42f79ea2019-11-19 01:21:181698 'android-code-coverage-native', # crbug/1018434
John Abd-El-Malekfabfb072019-05-30 20:50:191699 ],
1700 },
1701 'network_service_out_of_process_content_browsertests': {
John Abd-El-Malekfabfb072019-05-30 20:50:191702 'remove_from': [
John Budorickea475de2019-06-07 21:16:241703 'android-asan',
1704 # Don't run on trybots; waterfall is enough.
Haiyang Pana3ff55ae2020-04-23 18:26:541705 'android-lollipop-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311706 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091707 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:311708 # No capacity for tablet testers.
Clark DuVall3ef939a2019-06-10 20:35:311709 'Lollipop Tablet Tester',
1710 'Marshmallow Tablet Tester',
Yun Liu42f79ea2019-11-19 01:21:181711 'android-code-coverage-native', # crbug/1018434
John Abd-El-Malekfabfb072019-05-30 20:50:191712 ],
Haiyang Pand09889852019-08-10 00:26:181713 'modifications': {
John Budorick20c71a0d2020-03-02 20:38:561714 'android-marshmallow-x86-fyi-rel': {
1715 'args': [
1716 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter',
1717 ],
1718 },
Haiyang Pan08d09dc2020-04-01 16:11:211719 'android-pie-x86-rel': {
John Budorick20c71a0d2020-03-02 20:38:561720 'args': [
1721 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter',
1722 ],
Haiyang Pand09889852019-08-10 00:26:181723 'swarming': {
1724 'shards': 10,
1725 },
1726 },
1727 },
John Abd-El-Malekfabfb072019-05-30 20:50:191728 },
1729 'network_service_out_of_process_content_shell_test_apk': {
John Abd-El-Malekfabfb072019-05-30 20:50:191730 'remove_from': [
John Budorickea475de2019-06-07 21:16:241731 'android-asan',
1732 # Don't run on trybots; waterfall is enough.
Haiyang Pana3ff55ae2020-04-23 18:26:541733 'android-lollipop-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311734 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091735 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:311736 # No capacity for tablet testers.
Clark DuVall3ef939a2019-06-10 20:35:311737 'Lollipop Tablet Tester',
1738 'Marshmallow Tablet Tester',
Yun Liu42f79ea2019-11-19 01:21:181739 'android-code-coverage-native', # crbug/1018434
John Abd-El-Malekfabfb072019-05-30 20:50:191740 ],
John Budorickee2e64f2020-03-02 20:19:101741 'modifications': {
1742 'android-marshmallow-x86-fyi-rel': {
1743 'args': [
1744 '--gtest_filter=-ContentViewScrollingTest.testFling',
1745 ],
1746 },
Haiyang Pan08d09dc2020-04-01 16:11:211747 'android-pie-x86-rel': {
John Budorickee2e64f2020-03-02 20:19:101748 'args': [
1749 '--gtest_filter=-ContentViewScrollingTest.testFling',
1750 ],
1751 },
1752 },
John Abd-El-Malekfabfb072019-05-30 20:50:191753 },
Tim Volodinedac7f5e2019-05-09 18:07:281754 'network_service_webview_instrumentation_test_apk': {
1755 # Only run these on the phone testers for now due to capacity.
1756 'remove_from': [
Haiyang Pana3ff55ae2020-04-23 18:26:541757 'android-lollipop-arm-rel',
Tim Volodinedac7f5e2019-05-09 18:07:281758 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091759 'android-pie-arm64-rel',
Tim Volodinedac7f5e2019-05-09 18:07:281760 'Lollipop Tablet Tester',
1761 'Marshmallow Tablet Tester',
John Budorick27d2d44e2019-05-20 20:26:091762 'android-asan', # https://crbug.com/964562
Tim Volodinedac7f5e2019-05-09 18:07:281763 'Android CFI',
Tim Volodinedac7f5e2019-05-09 18:07:281764 'ToTAndroid',
1765 'ToTAndroidCFI',
Yun Liu2b1c1d82019-10-30 23:11:241766 'android-code-coverage-native', # https://crbug.com/1018431
Tim Volodinedac7f5e2019-05-09 18:07:281767 ],
Haiyang Panfdd94332020-03-27 02:43:291768 'modifications': {
Haiyang Pan08d09dc2020-04-01 16:11:211769 'android-pie-x86-rel': {
Haiyang Panfdd94332020-03-27 02:43:291770 'args': [
1771 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_instrumentation_test_apk.filter',
1772 ],
1773 },
1774 },
Tim Volodinedac7f5e2019-05-09 18:07:281775 },
John Chenaab16fc02020-03-03 06:35:451776 'not_site_per_process_blink_web_tests': {
Lukasz Anforowicz04bc6302018-11-19 19:04:281777 'remove_from': [
Lukasz Anforowicz04bc6302018-11-19 19:04:281778 # TODO(dpranke): Should we be running this step on Linux Tests (dbg)(1)?
1779 'Linux Tests (dbg)(1)',
Lukasz Anforowicz04bc6302018-11-19 19:04:281780 ],
Yuke Liaobc9ff982019-04-30 06:56:161781 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:151782 'Linux Tests': {
1783 "args": [
1784 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
Stephen Martinis1384ff92020-01-07 19:52:151785 ],
1786 },
Yuke Liaoea70f472019-12-19 06:03:361787 'linux-code-coverage': {
1788 'args': [
1789 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw',
Yuke Liaoea70f472019-12-19 06:03:361790 ],
1791 'swarming': {
1792 'shards': 20,
1793 },
1794 },
Yuke Liaobc9ff982019-04-30 06:56:161795 },
Lukasz Anforowicz04bc6302018-11-19 19:04:281796 },
Xi Cheng34ca4042018-02-23 00:10:121797 'notification_helper_unittests': {
1798 'remove_from': [
Hans Wennborg252643a2018-05-22 14:41:121799 # The test uses WinRT, which only exists in Windows 8 or above.
1800 # (https://crbug.com/813553)
Xi Cheng34ca4042018-02-23 00:10:121801 'Win 7 Tests x64 (1)',
Xi Cheng34ca4042018-02-23 00:10:121802 'Win7 Tests (1)',
1803 'Win7 Tests (dbg)(1)',
Stephen Martinis1384ff92020-01-07 19:52:151804 # all these bots run Windows 7.
Xi Cheng34ca4042018-02-23 00:10:121805 'ToTWin',
1806 'ToTWin(dbg)',
1807 'ToTWin(dll)',
inglorionb8e7a3ed2019-04-12 09:49:031808 'ToTWinOfficial',
Xi Cheng34ca4042018-02-23 00:10:121809 'ToTWin64',
1810 'ToTWin64(dbg)',
1811 'ToTWin64(dll)',
1812 'ToTWinCFI',
1813 'ToTWinCFI64',
Oksana Zhuravlova7f996212018-02-28 04:23:081814 'ToTWinThinLTO64',
Xi Cheng34ca4042018-02-23 00:10:121815 ],
1816 },
Ben Pastenee723b2f2019-05-31 19:10:271817 'ozone_unittests': {
1818 'modifications': {
Ben Pastene8ef125e2019-12-10 01:46:291819 'chromeos-betty-chrome': {
1820 'args': [
1821 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1822 ],
1823 },
1824 'chromeos-betty-pi-arc-chrome': {
1825 'args': [
1826 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1827 ],
1828 },
1829 'linux-chromeos-chrome': {
1830 'args': [
1831 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1832 ],
1833 },
Ben Pastenee723b2f2019-05-31 19:10:271834 },
1835 },
Karen Qian385d2ca2019-03-19 21:49:581836 'perfetto_unittests': {
1837 'remove_from': [
John Budorickd3fa5992019-12-13 17:22:411838 'android-arm64-proguard-rel',
John Budorickf2283d72019-06-25 01:09:091839 'android-asan',
Yun Liu022f4512019-06-10 23:14:041840 'android-code-coverage',
Yun Liu7cfd28a2019-10-30 01:57:121841 'android-code-coverage-native',
Haiyang Pan32b83392020-03-14 01:38:461842 'android-lollipop-arm-rel',
Karen Qian385d2ca2019-03-19 21:49:581843 'android-marshmallow-arm64-rel',
John Budorickcaafa912020-01-10 01:14:321844 'android-marshmallow-x86-fyi-rel',
Andrew Luo38b311f2019-10-04 03:42:091845 'android-pie-arm64-rel',
Haiyang Pan08d09dc2020-04-01 16:11:211846 'android-pie-x86-rel',
Karen Qian385d2ca2019-03-19 21:49:581847 'Android CFI',
Karen Qian385d2ca2019-03-19 21:49:581848 'Lollipop Phone Tester',
1849 'Lollipop Tablet Tester',
1850 'Marshmallow 64 bit Tester',
1851 'Marshmallow Tablet Tester',
1852 'Nougat Phone Tester',
1853 'ToTAndroid',
1854 'ToTAndroidCFI'
1855 ]
1856 },
Stephen Martinis54d64ad2018-09-21 22:16:201857 'performance_test_suite': {
1858 'modifications': {
1859 'Mac10.13 Tests (dbg)': {
1860 'args': [
1861 '--browser=debug',
1862 ],
1863 },
1864 'Win10 Tests x64 (dbg)': {
1865 'args': [
1866 '--browser=debug_x64',
1867 ],
1868 'experiment_percentage': 100,
1869 },
1870 'Win7 Tests (dbg)(1)': {
1871 'args': [
1872 '--browser=debug',
1873 ],
1874 },
1875 },
1876 },
Brian Sheedye6ea0ee2019-07-11 02:54:371877 'pixel_skia_gold_test': {
1878 'replacements': {
Brian Sheedye6ea0ee2019-07-11 02:54:371879 # The V8 builders pass the V8 revision for ${got_revision}, so instead
1880 # use ${got_cr_revision}, which is only set on the V8 bots.
1881 'Android V8 FYI Release (Nexus 5X)': {
1882 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321883 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371884 },
1885 },
1886 'Linux V8 FYI Release (NVIDIA)': {
1887 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321888 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371889 },
1890 },
1891 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
1892 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321893 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371894 },
1895 },
1896 'Mac V8 FYI Release (Intel)': {
1897 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321898 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371899 },
1900 },
1901 'Win V8 FYI Release (NVIDIA)': {
1902 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321903 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371904 },
1905 },
1906 },
1907 },
1908 'pixel_test':{
Takuto Ikuta35c85522019-06-04 16:55:461909 'modifications': {
1910 'Android Release (Nexus 5X)': {
1911 'swarming': {
1912 'shards': 2,
1913 },
1914 },
1915 },
Nico Weber128fd382018-06-14 23:29:271916 },
Brian Sheedy9653f152019-08-07 17:02:441917 'rendering_representative_perf_tests': {
1918 'modifications': {
1919 'Win10 FYI x64 Exp Release (Intel HD 630)': {
1920 'args': [
1921 '--browser=release_x64',
1922 ],
1923 },
1924 'Win10 FYI x64 Exp Release (NVIDIA)': {
1925 'args': [
1926 '--browser=release_x64',
1927 ],
1928 },
1929 'Win10 FYI x64 Release (Intel HD 630)': {
1930 'args': [
1931 '--browser=release_x64',
1932 ],
1933 },
1934 'Win10 FYI x64 Release (Intel UHD 630)': {
1935 'args': [
1936 '--browser=release_x64',
1937 ],
1938 },
1939 'Win10 FYI x64 Release (NVIDIA)': {
1940 'args': [
1941 '--browser=release_x64',
1942 ],
1943 },
behdad26cf7e72019-12-18 13:57:301944 'Win10 x64 Release (NVIDIA)': {
1945 'args': [
1946 '--browser=release_x64',
1947 ],
1948 },
behdadf08933582020-05-04 14:00:081949 'Win10 x64 Release (NVIDIA) Code Coverage': {
1950 'args': [
1951 '--browser=release_x64',
1952 ],
1953 },
Brian Sheedy9653f152019-08-07 17:02:441954 },
1955 },
John Budorickdce9d462019-03-23 00:25:381956 'sandbox_linux_unittests': {
1957 'modifications': {
1958 'Lollipop Phone Tester': {
1959 'args': [
1960 '--shard-timeout=300',
1961 ],
1962 },
Haiyang Pan32b83392020-03-14 01:38:461963 'android-lollipop-arm-rel': {
1964 'args': [
1965 '--shard-timeout=300',
1966 ],
1967 },
John Budorick6e8e595b2020-01-27 18:15:581968 'android-marshmallow-x86-fyi-rel': {
1969 'args': [
1970 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.sandbox_linux_unittests.filter',
1971 ]
1972 },
Haiyang Pan08d09dc2020-04-01 16:11:211973 'android-pie-x86-rel': {
John Budorick191adfcd2020-01-29 18:19:041974 'args': [
1975 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.sandbox_linux_unittests.filter',
1976 ]
1977 },
John Budorickdce9d462019-03-23 00:25:381978 },
John Budorick3ebfdf852019-05-13 22:28:161979 'remove_from': [
John Budorick3ebfdf852019-05-13 22:28:161980 'android-asan', # https://crbug.com/962650
1981 ],
John Budorickdce9d462019-03-23 00:25:381982 },
Kenneth Russelleb60cbd22017-12-05 07:54:281983 'services_unittests': {
1984 'remove_from': [
Nico Weber15a00d62018-05-16 17:11:481985 'ToTLinuxMSan', # https://crbug.com/831676
Kenneth Russell8a386d42018-06-02 09:48:011986 # The face and barcode detection tests fail on the Mac Pros.
1987 'Mac Pro FYI Release (AMD)',
Nico Weberd36959682018-04-12 03:33:461988 'Linux ChromiumOS MSan Tests', # https://crbug.com/831676
1989 'Linux MSan Tests', # https://crbug.com/831676
Kenneth Russelleb60cbd22017-12-05 07:54:281990 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281991 },
jonross61a2cd22019-10-11 22:22:051992 'skia_renderer_gl_blink_web_tests': {
1993 'modifications': {
jonross61a2cd22019-10-11 22:22:051994 'Win10 FYI x64 SkiaRenderer GL (NVIDIA)': {
1995 'args': [
1996 '--target',
1997 'Release_x64',
1998 ],
1999 },
2000 },
2001 },
Ben Pastene727d4162020-05-05 19:10:252002 'storage_service_unsandboxed_interactive_ui_tests': {
2003 'modifications': {
2004 'linux-chromeos-chrome': {
2005 # TODO(crbug.com/970649): Remove this filter.
2006 'args': [
2007 '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs',
2008 ],
2009 },
2010 }
2011 },
Chong Gu066fbf12020-05-02 05:26:082012 'storage_unittests': {
2013 'remove_from': [
2014 'Fuchsia ARM64', # https://crbug.com/1077462
2015 'Fuchsia x64', # https://crbug.com/1077462
2016 ],
2017 },
Stephen Martinis54d64ad2018-09-21 22:16:202018 'swiftshader_unittests': {
2019 'remove_from': [
2020 # Save capacity on the hardware where we have only a few machines.
2021 'Mac FYI Experimental Release (Intel)',
2022 'Mac FYI Experimental Retina Release (AMD)',
2023 'Mac FYI Experimental Retina Release (NVIDIA)',
2024 'Mac Pro FYI Release (AMD)',
2025 ],
2026 },
Kenneth Russelleb60cbd22017-12-05 07:54:282027 'sync_integration_tests': {
Brad Halla36886c2019-02-26 16:52:292028 'remove_from': [
Brad Halla36886c2019-02-26 16:52:292029 'CrWinAsan(dll)', # https://crbug.com/935598
2030 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282031 'modifications': {
Erik Chene84bc1c2019-11-25 23:23:522032 'Linux ASan LSan Tests (1)': {
2033 'swarming': {
2034 'shards': 4,
2035 },
2036 },
Nico Weber8fbc2832018-12-14 16:00:572037 'Linux TSan Tests': {
2038 'swarming': {
2039 'shards': 6,
2040 },
2041 },
Stephen Martinis1384ff92020-01-07 19:52:152042 'ToTLinuxTSan': {
Kenneth Russelleb60cbd22017-12-05 07:54:282043 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:152044 'shards': 6,
Kenneth Russelleb60cbd22017-12-05 07:54:282045 },
2046 },
Stephen Martinis75ab55d2018-08-30 02:27:122047 'Win10 Tests x64 (dbg)': {
2048 'experiment_percentage': 100, # https://crbug.com/840369
2049 },
Stephen Martinis1384ff92020-01-07 19:52:152050 'Win7 Tests (dbg)(1)': {
2051 'swarming': {
2052 'shards': 2,
2053 },
2054 },
2055 'linux-chromeos-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:112056 'swarming': {
2057 'shards': 4,
2058 },
2059 },
Stephen Martinis1384ff92020-01-07 19:52:152060 'linux-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:112061 'swarming': {
2062 'shards': 4,
2063 },
2064 },
Kenneth Russelleb60cbd22017-12-05 07:54:282065 },
2066 },
Kenneth Russell8a386d42018-06-02 09:48:012067 'tab_capture_end2end_tests': {
Nico Webere89a3c92018-07-01 01:30:522068 # Run these only on Release bots.
Kenneth Russell8a386d42018-06-02 09:48:012069 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:012070 'Linux Debug (NVIDIA)',
2071 'Mac Debug (Intel)',
2072 'Mac Retina Debug (AMD)',
Yuly Novikovbc1ccff2019-08-03 00:05:492073 'Win10 FYI x64 Debug (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:012074 'Win7 FYI Debug (AMD)',
Yuly Novikovf28f1eca2019-07-04 22:43:392075 # Disabled due to dbus crashes crbug.com/927465
Yuly Novikov5865ff72019-07-09 21:38:052076 'Linux FYI Release (Intel HD 630)',
Brian Sheedy4dd98432019-08-13 22:57:002077 'Linux FYI Release (Intel UHD 630)',
Yuly Novikov5865ff72019-07-09 21:38:052078 'Linux FYI Release (NVIDIA)',
Brian Sheedy22d051e2019-08-07 00:50:162079 'Linux FYI SkiaRenderer Vulkan (Intel HD 630)',
Yuly Novikov5865ff72019-07-09 21:38:052080 'Linux FYI SkiaRenderer Vulkan (NVIDIA)',
2081 'Linux Release (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:012082 ],
Emily Hanleyb64ac7c2018-05-25 13:36:552083 },
Kenneth Russelleb60cbd22017-12-05 07:54:282084 'telemetry_perf_unittests': {
2085 'modifications': {
Kenneth Russelleb60cbd22017-12-05 07:54:282086 'Linux Tests': {
2087 'args': [
2088 '--xvfb',
Ned Nguyene6e26042018-01-17 20:42:482089 '--jobs=1',
Kenneth Russelleb60cbd22017-12-05 07:54:282090 ],
2091 },
Juan Antonio Navarro Perez4899edf2019-03-14 13:05:352092 'Linux Tests (dbg)(1)': {
2093 'args': [
2094 '--xvfb',
2095 '--jobs=1',
2096 ],
2097 },
Kenneth Russelleb60cbd22017-12-05 07:54:282098 # Disable parallelism on all Mac bots.
2099 'Mac10.10 Tests': {
2100 'args': [
2101 '--jobs=1',
2102 ],
2103 },
2104 'Mac10.11 Tests': {
2105 'args': [
2106 '--jobs=1',
2107 ],
2108 },
2109 'Mac10.12 Tests': {
2110 'args': [
2111 '--jobs=1',
2112 ],
2113 },
Ned Nguyen6e6e5b32018-02-21 20:21:502114 'Win7 Tests (dbg)(1)': {
2115 'args': [
2116 '--jobs=1',
2117 ],
2118 'swarming': {
2119 'shards': 20,
2120 },
2121 'experiment_percentage': 100,
2122 },
Stephen Martinis1384ff92020-01-07 19:52:152123 'linux-chromium-tests-staging-tests': {
2124 'args': [
2125 '--xvfb',
2126 '--jobs=1',
2127 ],
2128 },
2129 'linux-trusty-rel': {
2130 'args': [
2131 '--xvfb',
2132 '--jobs=1',
2133 ],
2134 },
Kenneth Russelleb60cbd22017-12-05 07:54:282135 },
2136 'remove_from': [
Haiyang Pan0e39edf42020-04-28 19:29:012137 # There's no need to run telemetry_perf_unittests on both lollipop and
Erik Chen96894722019-11-21 20:03:392138 # marshmallow on the CQ. https://crbug.com/1026487.
2139 'android-marshmallow-arm64-rel',
Andrew Luobe83fd82019-12-19 03:07:582140 'android-pie-arm64-rel',
Garrett Beatyeef031a2019-02-28 01:55:412141 # crbug.com/936540
2142 'Mac10.10 Tests',
2143 'Mac10.11 Tests',
Shenghua Zhangbd6f1b232018-03-03 02:59:142144 'Mac10.13 Tests',
2145 'Mac10.13 Tests (dbg)',
Stephen Martinis1384ff92020-01-07 19:52:152146 'Linux - Future (dbg)', # client.v8.chromium
Takuto Ikuta9aa015d2019-04-15 23:33:292147 'Win10 Tests x64',
Stephen Martinise701f5a2018-05-04 01:25:112148 'Win10 Tests x64 (dbg)',
Sajjad Mirza87e17b242020-01-22 18:49:072149 'Win10 Tests x64 Code Coverage',
Kenneth Russelleb60cbd22017-12-05 07:54:282150 ],
2151 },
Stephen Martinis54d64ad2018-09-21 22:16:202152 'telemetry_unittests': {
2153 'modifications': {
2154 'Win10 Tests x64 (dbg)': {
2155 'experiment_percentage': 100, # crbug.com/870673
2156 }
John Budorickc498fd3c2019-03-14 01:16:262157 },
2158 'remove_from': [
2159 # crbug.com/936540
2160 'Mac10.10 Tests',
2161 'Mac10.11 Tests',
Takuto Ikuta9aa015d2019-04-15 23:33:292162
2163 'Win10 Tests x64',
Sajjad Mirza87e17b242020-01-22 18:49:072164 'Win10 Tests x64 Code Coverage',
John Budorickc498fd3c2019-03-14 01:16:262165 ],
Stephen Martinis54d64ad2018-09-21 22:16:202166 },
Kenneth Russelleb60cbd22017-12-05 07:54:282167 'unit_tests': {
Yun Liu3e759dbb2019-11-01 19:25:522168 'remove_from': [
2169 'android-code-coverage-native', # crbug/1018434
Haiyang Pan0e39edf42020-04-28 19:29:012170 # There's no need to run unit_tests on both lollipop and marshmallow
Erik Chen96894722019-11-21 20:03:392171 # on the CQ. https://crbug.com/1026487.
2172 'android-marshmallow-arm64-rel',
Yun Liu3e759dbb2019-11-01 19:25:522173 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282174 'modifications': {
John Budorickca14c76f62017-12-09 14:19:182175 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:342176 # These are slow on the ASAN trybot for some reason.
2177 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:182178 'swarming': {
John Budorick5052d552017-12-13 02:59:342179 'shards': 4,
John Budorickca14c76f62017-12-09 14:19:182180 },
2181 },
Stephen Martinis1384ff92020-01-07 19:52:152182 'Linux Chromium OS ASan LSan Tests (1)': {
2183 # These are slow on the ASAN trybot for some reason.
2184 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:182185 'swarming': {
2186 'shards': 2,
2187 },
2188 },
Takuto Ikuta54671d972018-07-19 19:06:352189 'Linux ChromiumOS MSan Tests': {
2190 # These are very slow on the Chrome OS MSAN trybot for some reason.
2191 # crbug.com/865455
2192 'swarming': {
2193 'shards': 2,
2194 },
2195 },
Stephen Martinis1384ff92020-01-07 19:52:152196 'Linux TSan Tests': {
Takuto Ikuta54671d972018-07-19 19:06:352197 'swarming': {
2198 'shards': 2,
2199 },
2200 },
Stephen Martinis1384ff92020-01-07 19:52:152201 'ToTLinuxASan': {
Dirk Pranke20eae9a72017-12-09 18:12:142202 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:152203 'shards': 2,
Dirk Pranke20eae9a72017-12-09 18:12:142204 },
2205 },
Stephen Martinis1384ff92020-01-07 19:52:152206 'android-asan': {
2207 'args': [
2208 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.unit_tests.filter',
2209 ],
2210 },
Takuto Ikuta527cdff2020-01-29 08:04:272211 'android-marshmallow-arm64-rel-swarming': {
2212 'swarming': {
2213 'shards': 8,
2214 },
2215 },
Stephen Martinis1384ff92020-01-07 19:52:152216 'android-pie-arm64-rel': {
2217 'experiment_percentage': 100, # https://crbug.com/1010211
2218 },
2219 'linux-chromeos-chrome': {
2220 'args': [
2221 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.unit_tests.filter',
2222 ],
2223 },
Ben Pasteneacd57392019-10-31 02:13:252224 'linux-chromeos-dbg': {
2225 'swarming': {
2226 'shards': 2,
2227 },
2228 },
Erik Chend063aef72019-11-18 19:13:102229 'linux-chromeos-rel': {
2230 'swarming': {
2231 'shards': 2,
2232 },
2233 },
Kenneth Russelleb60cbd22017-12-05 07:54:282234 },
2235 },
Chong Gu4602f4d2020-02-20 03:43:072236 'url_unittests': {
2237 'remove_from': [
2238 # crbug.com/1054240
Stephen Roeac495972020-02-25 23:32:412239 'Fuchsia ARM64',
Chong Gu4602f4d2020-02-20 03:43:072240 ],
2241 },
Kenneth Russell8a386d42018-06-02 09:48:012242 'video_decode_accelerator_gl_unittest': {
2243 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:012244 # Windows Intel doesn't have the GL extensions to support this test.
Yuly Novikovbc1ccff2019-08-03 00:05:492245 'ANGLE GPU Win10 x64 Release (Intel HD 630)',
2246 'Optional Win10 x64 Release (Intel HD 630)',
2247 'Win10 FYI x64 Release (Intel HD 630)',
Brian Sheedyf9387db7b2019-08-05 19:26:102248 'Win10 FYI x64 Release (Intel UHD 630)',
Yuly Novikov5ff15502019-07-31 00:55:482249 'Win10 FYI x64 Exp Release (Intel HD 630)',
Kenneth Russell8a386d42018-06-02 09:48:012250 ],
2251 },
Tom Anderson76eff052020-04-01 21:28:522252 'views_unittests_wayland': {
2253 'modifications': {
2254 'Linux Ozone Tester (Wayland)': {
2255 'args': [
2256 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_views_unittests.filter',
2257 ],
2258 },
2259 },
2260 },
2261 'views_unittests_x11': {
2262 'modifications': {
2263 'Linux Ozone Tester (X11)': {
2264 'args': [
2265 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.x11_views_unittests.filter',
2266 ],
2267 },
2268 },
2269 },
John Budorickd02c429de2020-01-10 19:02:212270 'viz_unittests': {
2271 'modifications': {
2272 'android-marshmallow-x86-fyi-rel': {
John Budorickafd548b2020-01-14 20:45:092273 'args': [
John Budorickd02c429de2020-01-10 19:02:212274 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.viz_unittests.filter',
2275 ],
2276 },
Haiyang Pan08d09dc2020-04-01 16:11:212277 'android-pie-x86-rel': {
John Budorickafd548b2020-01-14 20:45:092278 'args': [
John Budorickd02c429de2020-01-10 19:02:212279 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.viz_unittests.filter',
2280 ],
2281 },
2282 },
2283 },
John Budorick20f4fa8d2019-08-02 22:58:292284 'vr_android_unittests': {
2285 'remove_from': [
Haiyang Pan801fbaa32019-09-06 18:43:092286 'android-marshmallow-x86-fyi-rel',
Haiyang Pan08d09dc2020-04-01 16:11:212287 'android-pie-x86-rel',
Yun Liu3e759dbb2019-11-01 19:25:522288 'android-code-coverage-native', # crbug/1018434
John Budorick20f4fa8d2019-08-02 22:58:292289 ],
2290 },
2291 'vr_common_unittests': {
2292 'remove_from': [
Haiyang Pan801fbaa32019-09-06 18:43:092293 'android-marshmallow-x86-fyi-rel',
Haiyang Pan08d09dc2020-04-01 16:11:212294 'android-pie-x86-rel',
Yun Liu3e759dbb2019-11-01 19:25:522295 'android-code-coverage-native', # crbug/1018431
John Budorick20f4fa8d2019-08-02 22:58:292296 ],
2297 },
Kenneth Russellfbda3c532017-12-08 23:57:242298 'vr_pixeltests': {
2299 'remove_from': [
Haiyang Pan801fbaa32019-09-06 18:43:092300 'android-marshmallow-x86-fyi-rel',
Haiyang Pan08d09dc2020-04-01 16:11:212301 'android-pie-x86-rel',
Kenneth Russell8ceeabf2017-12-11 17:53:282302 'VR Linux',
Yun Liu3e759dbb2019-11-01 19:25:522303 'android-code-coverage-native', # crbug/1018431
Alex Cooper29432cf2020-01-09 01:12:062304 # These tests fail on Win7, and given that We don't support VR there,
2305 # these tests are unnecessary there.
2306 # chromium.win
2307 'Win 7 Tests x64 (1)',
2308 'Win7 Tests (1)',
2309 'Win7 Tests (dbg)(1)',
Kenneth Russellfbda3c532017-12-08 23:57:242310 ],
2311 },
Nico Webere81999ee2018-07-01 23:52:432312 'wayland_client_perftests': {
2313 'remove_from': [
2314 'linux-chromeos-dbg', # https://crbug.com/859307
2315 ],
2316 },
John Budorick63357462019-02-27 23:02:512317 'webdriver_tests_suite': {
2318 'remove_from': [
2319 'Linux Tests', # https://crbug.com/929689, https://crbug.com/936557
2320 ],
2321 },
bsheedy048cbdb2019-02-04 20:32:052322 'webgl2_conformance_gl_passthrough_tests': {
2323 'remove_from': [
Yuly Novikov783ffa7b2019-03-28 00:22:492324 # Not enough capacity. https://crbug.com/946694
Yuly Novikovbc1ccff2019-08-03 00:05:492325 'ANGLE GPU Win10 x64 Release (Intel HD 630)',
Geoff Lang1fede152019-10-10 23:03:442326 # Not enough capacity. https://crbug.com/982294
2327 'Mac Pro FYI Release (AMD)',
2328 'Mac FYI Retina Release (NVIDIA)',
bsheedy048cbdb2019-02-04 20:32:052329 ],
2330 },
John Budorick82e61dfb2019-12-10 04:36:092331 'webgl2_conformance_validating_tests': {
Stephen Martinis54d64ad2018-09-21 22:16:202332 'remove_from': [
2333 # The Mac NVIDIA Retina bots don't have the capacity to run
2334 # this test suite on mac_optional_gpu_tests_rel.
2335 'Optional Mac Retina Release (NVIDIA)',
2336 ],
Kenneth Russell8a386d42018-06-02 09:48:012337 'modifications': {
Kenneth Russell8a386d42018-06-02 09:48:012338 'Mac FYI GPU ASAN Release': {
2339 'args': [
2340 '--is-asan',
2341 ]
2342 },
2343 },
2344 },
2345 'webgl_conformance_gl_passthrough_tests': {
2346 'remove_from': [
2347 # crbug.com/555545 and crbug.com/649824:
2348 # Disable webgl_conformance_gl_tests on some Win/AMD cards.
2349 # Always fails on older cards, flaky on newer cards.
2350 'Win7 FYI Debug (AMD)',
2351 'Win7 FYI Release (AMD)',
Zhenyao Mo23286742019-09-20 00:11:002352 # crbug.com/1005814
2353 'Win10 FYI x64 Release (AMD RX 550)',
Kenneth Russell8a386d42018-06-02 09:48:012354 ],
2355 },
Stephen Martinis54d64ad2018-09-21 22:16:202356 'webgl_conformance_tests': {
Kenneth Russell8a386d42018-06-02 09:48:012357 'modifications': {
Stephen Martinis54d64ad2018-09-21 22:16:202358 # On desktop platforms these don't take very long (~7 minutes),
2359 # but on Android they take ~30 minutes and we want to use more
2360 # shards than on desktop.
Stephen Martinis54d64ad2018-09-21 22:16:202361 'Android Release (Nexus 5X)': {
2362 'swarming': {
2363 'shards': 6,
2364 },
2365 },
Ben Pastene52890ace2019-05-24 20:03:362366 'chromeos-amd64-generic-rel': {
Ben Pastene52890ace2019-05-24 20:03:362367 'swarming': {
Brian Sheedydb0417e2019-12-11 01:14:202368 'shards': 12,
Ben Pastene52890ace2019-05-24 20:03:362369 },
2370 },
Kenneth Russell8a386d42018-06-02 09:48:012371 },
Ben Pastene1e9b93e2019-07-15 17:01:562372 'replacements': {
2373 'chromeos-kevin-rel-hw-tests': {
2374 # Replace VM args with the magic hostname that resolves to a CrOS
2375 # device in the test lab.
2376 'args': {
2377 '--remote': 'variable_chromeos_device_hostname',
2378 '--remote-ssh-port': None,
2379 },
2380 },
2381 },
Kenneth Russelle63e41f2019-04-09 02:45:282382 'remove_from': [
2383 # Too slow on this configuration, which is severely hardware
2384 # constrained. crbug.com/950690
2385 'Mac FYI Retina Debug (NVIDIA)',
2386 ],
Kenneth Russell8a386d42018-06-02 09:48:012387 },
John Budorick82e61dfb2019-12-10 04:36:092388 'webgl_conformance_validating_tests': {
2389 'modifications': {
2390 'Mac FYI GPU ASAN Release': {
2391 'args': [
2392 '--is-asan',
2393 ]
2394 },
2395 },
2396 },
Yuly Novikove27d1d22018-10-29 21:24:192397 'webgl_conformance_vulkan_passthrough_tests': {
2398 'remove_from': [
2399 'Win7 FYI Debug (AMD)',
2400 ],
2401 },
Kenneth Russelleb60cbd22017-12-05 07:54:282402 'webkit_unit_tests': {
Yun Liu16394ab32019-11-19 16:37:572403 'remove_from': [
2404 # Flakily fails on Win7. https://crbug.com/943372.
2405 'Win7 Tests (1)',
2406 'Win 7 Tests x64 (1)',
Yun Liu16394ab32019-11-19 16:37:572407 'android-code-coverage-native', # crbug/1018431
2408 ],
Dirk Pranke81ff51c2017-12-09 19:24:282409 'modifications': {
John Budorick5052d552017-12-13 02:59:342410 'Linux ASan LSan Tests (1)': {
2411 # These are very slow on the ASAN trybot for some reason.
2412 # crbug.com/794372
2413 'swarming': {
2414 'shards': 5,
2415 },
2416 },
Erik Chen681dc0282019-11-26 22:54:492417 'Linux TSan Tests': {
2418 'swarming': {
2419 'shards': 2,
2420 },
2421 },
arthursonzogni26889d82018-05-29 17:18:162422 'Marshmallow 64 bit Tester': {
2423 # Increase timeout. See https://crbug.com/847229.
2424 'swarming': {
2425 'hard_timeout': 1200,
2426 },
2427 },
Omer Katz7d2be652020-01-22 18:13:462428 'linux-blink-heap-concurrent-marking-tsan-rel': {
2429 'swarming': {
2430 'shards': 2,
2431 },
2432 },
Dirk Pranke81ff51c2017-12-09 19:24:282433 },
Kenneth Russelleb60cbd22017-12-05 07:54:282434 },
2435 'webview_instrumentation_test_apk': {
2436 'remove_from': [
Hans Wennborgeac4c36c2018-05-23 16:04:062437 # This test frequently fails on Android, https://crbug.com/824959
Haiyang Pana3ff55ae2020-04-23 18:26:542438 'android-lollipop-arm-rel',
Stephen Martinis1384ff92020-01-07 19:52:152439 # matching android builders, the test fails on these.
Hans Wennborga0b11ebe2018-05-15 16:26:502440 'ToTAndroid',
John Budorick27d2d44e2019-05-20 20:26:092441 'android-asan', # https://crbug.com/964562
Dirk Pranke20eae9a72017-12-09 18:12:142442 # On chromium.swarm, this should possibly be being run (or removed
Takuto Ikuta527cdff2020-01-29 08:04:272443 # from android-marshmallow-arm64-rel-swarming).
Haiyang Pan1ad3bb032020-04-24 23:52:032444 'android-lollipop-arm-rel-swarming',
Yun Liu7cfd28a2019-10-30 01:57:122445 'android-code-coverage-native', # https://crbug.com/1018431
Kenneth Russelleb60cbd22017-12-05 07:54:282446 ],
Ben Pastenee17a8e92018-07-12 21:55:182447 'modifications': {
Andrew Luof08500ae2020-01-10 01:24:452448 # chromium.android.fyi
2449 'Android WebView P FYI (rel)': {
2450 'args': [
2451 '--annotation',
2452 'DisabledTest,FlakyTest' # Monitor status of disabled tests.
2453 ],
2454 },
Ben Pastenee17a8e92018-07-12 21:55:182455 'Oreo Phone Tester': {
Andrew Luo93c4a1e2019-08-30 05:26:302456 # TODO(crbug.com/997362): Enable this once it's passing.
bsheedy01833462018-12-07 01:05:572457 # TODO(https://crbug.com/884413): Re-enable this once the tests are
2458 # either passing or there is more capacity.
2459 'experiment_percentage': 0,
Ben Pastenee17a8e92018-07-12 21:55:182460 },
Haiyang Pan08d09dc2020-04-01 16:11:212461 'android-pie-x86-rel': {
Haiyang Panfdd94332020-03-27 02:43:292462 'args': [
2463 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_instrumentation_test_apk.filter',
2464 ],
2465 },
Ben Pastenee17a8e92018-07-12 21:55:182466 },
Kenneth Russelleb60cbd22017-12-05 07:54:282467 },
bsheedy800f5062018-08-07 00:47:542468 'xr_browser_tests': {
2469 'remove_from': [
Stephen Martinis1384ff92020-01-07 19:52:152470 # Randomly hangs indefinitely https://crbug.com/1018896.
2471 'Win10 FYI x64 Release (AMD RX 550)',
bsheedy800f5062018-08-07 00:47:542472 # This exception probably needs to stay due to lack of capacity
2473 # on the Win AMD bots.
2474 'Win7 FYI Debug (AMD)',
Maggie Chen4fc29842018-08-07 19:12:482475 # Fails on the bot, http://crbug.com/868143
2476 'Win7 FYI Release (AMD)',
bsheedy800f5062018-08-07 00:47:542477 ],
2478 },
Kenneth Russelleb60cbd22017-12-05 07:54:282479}