blob: f74658cb783b4982a3bd6de92a1660e06157b1db [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 },
Chong Gubd7bb632020-06-01 23:17:3184 'blink_unittests': {
85 'remove_from': [
86 'Fuchsia ARM64', # https://crbug.com/1090068
87 'Fuchsia x64', # https://crbug.com/1090068
88 ],
89 },
John Chenaab16fc02020-03-03 06:35:4590 'blink_web_tests': {
91 'remove_from': [
92 'Win 7 Tests x64 (1)', # 64-bit win is unsupported by the layout tests.
93 'Win10 Tests x64 (dbg)',
94 ],
95 'modifications': {
96 'Fuchsia x64': {
97 'args': [
98 '--platform=fuchsia',
99 ],
100 'swarming': {
101 'shards': 1,
102 },
103 },
104 'Linux Tests': {
105 "args": [
106 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
107 ],
108 },
109 'Linux Tests (dbg)(1)': {
110 'args': [
111 '--debug',
112 ],
113 'swarming': {
114 'shards': 20,
115 },
116 },
117 'Mac10.10 Tests': {
118 # TODO(kbr): this is essentially redundant.
119 'swarming': {
120 'dimension_sets': [
121 {
122 'gpu': 'none',
123 'os': 'Mac-10.10.5',
124 },
125 ],
126 'shards': 25,
127 },
128 },
129 'Mac10.11 Tests': {
130 # TODO(kbr): this is essentially redundant.
131 'swarming': {
132 'dimension_sets': [
133 {
134 'gpu': 'none',
135 'os': 'Mac-10.11.6',
136 },
137 ],
138 'shards': 25,
139 },
140 },
141 'Mac10.12 Tests': {
142 'swarming': {
143 'shards': 25,
144 },
145 },
146 'Mac10.13 Tests': {
147 'swarming': {
148 'dimension_sets': [
149 {
150 # Run the layout tests on a consistent set of hardware
151 # (Mac Minis).
152 'gpu': '8086:0a2e',
153 },
154 ],
155 'shards': 25,
156 },
157 },
158 'Mac10.13 Tests (dbg)': {
159 'args': [
160 '--debug',
161 ],
John Budorickd3375fa2020-03-17 20:49:11162 'swarming': {
163 'shards': 25,
164 },
John Chenaab16fc02020-03-03 06:35:45165 },
166 'V8 Blink Linux Debug': {
167 'args': [
168 '--debug',
169 ],
170 },
171 'V8 Blink Linux Future': {
172 'args': [
173 '--additional-driver-flag=--js-flags=--future',
174 ],
175 },
176 'WebKit Linux ASAN': {
177 'args': [
178 '--additional-expectations',
179 '../../third_party/blink/web_tests/ASANExpectations',
180 '--time-out-ms',
181 '48000',
182 '--enable-sanitizer',
183 ],
184 'swarming': {
185 'shards': 20,
186 },
187 },
188 'WebKit Linux Leak': {
189 'args': [
190 '--additional-expectations',
191 '../../third_party/blink/web_tests/LeakExpectations',
192 '--time-out-ms',
193 '48000',
194 '--enable-leak-detection',
195 ],
196 'swarming': {
197 'shards': 10,
198 },
199 },
200 'WebKit Linux MSAN': {
201 'args': [
202 '--additional-expectations',
203 '../../third_party/blink/web_tests/MSANExpectations',
204 '--time-out-ms',
205 '66000',
206 '--enable-sanitizer',
207 ],
208 'swarming': {
209 'expiration': 36000,
210 'hard_timeout': 10800,
211 'io_timeout': 3600,
212 'shards': 20,
213 },
214 },
215 'WebKit Linux composite_after_paint Dummy Builder': {
216 'args': [
217 '--additional-driver-flag=--enable-blink-features=CompositeAfterPaint',
218 ],
219 },
220 'WebKit Linux layout_ng_disabled Builder': {
221 'args': [
222 '--additional-driver-flag=--disable-blink-features=LayoutNG',
223 ],
224 },
225 'Win10 Tests x64': {
226 'args': [
227 '--target',
228 'Release_x64',
229 ],
230 'swarming': {
231 "shards": 28
232 },
233 },
234 'Win10 Tests x64 (dbg)': {
235 'args': [
236 '--debug',
237 '--target',
238 'Debug_x64',
239 ],
240 },
241 'Win10 Tests x64 Code Coverage': {
242 'args': [
243 '--target',
244 'Release_x64',
245 ],
246 'swarming': {
247 "shards": 28
248 },
249 },
250 'Win7 Tests (dbg)(1)': {
251 'args': [
252 '--debug',
253 '--time-out-ms',
254 '60000'
255 ],
256 'experiment_percentage': 100,
257 # TODO(kbr): the "Windows-7-SP1" Swarming dimension set is implicit,
258 # from prefered_os_dimension in
259 # tools/build/scripts/slave/recipe_modules/swarming/api.py. Ideally,
260 # Swarming dimensions would be either specified for all testers on the
261 # waterfall (and therefore, explicitly specified for all tests in the
262 # generated JSON), or this would be removed, and the implicit one used.
263 'swarming': {
264 'dimension_sets': [
265 {
266 'os': 'Windows-7-SP1',
267 }
268 ],
269 },
270 },
271 # tryserver.chromium.android
272 'android_blink_rel': {
273 'args': [
274 '--release',
275 '--android',
276 # TODO(crbug.com/912120): Breakpad was entirely disabled on
277 # Android. Remove this when it no longer affects Android crash
278 # log handling.
279 '--disable-breakpad',
280 # TODO(crbug.com/875172): run on the real GPU since the
281 # software fallback, SwiftShader, isn't yet for 32-bit ARM.
282 '--additional-driver-flag=--use-gpu-in-tests',
283 ],
284 },
285 'devtools_frontend_linux_blink_light_rel': {
286 'args': [
287 'http/tests/devtools',
288 ],
289 'swarming': {
290 'shards': 4,
291 },
292 },
293 'fuchsia-fyi-x64-rel': {
294 'args': [
295 '--platform=fuchsia',
296 ],
297 'swarming': {
298 'shards': 1,
299 },
300 },
Mathias Carlen30968a62020-03-31 08:47:04301 'linux-autofill-assistant': {
302 'args': [
303 '--release',
304 ],
305 },
Yuzu Saijo9709bcc2020-03-18 09:12:20306 'linux-bfcache-rel': {
John Chenaab16fc02020-03-03 06:35:45307 'args': [
John Chenaab16fc02020-03-03 06:35:45308 '--additional-driver-flag=--enable-features=BackForwardCache',
309 '--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/enable-features=BackForwardCache',
310 ],
311 },
312 'linux-blink-animation-use-time-delta': {
313 'args': [
314 '--debug',
315 ],
316 },
317 'linux-blink-cors-rel': {
318 'args': [
319 '--additional-driver-flag=--disable-features=OutOfBlinkCors',
320 '--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/disable-features=OutOfBlinkCors',
321 ],
322 },
323 'linux-blink-heap-concurrent-marking-tsan-rel': {
324 'args': [
325 '--release',
326 '--additional-driver-flag=--enable-features=BlinkHeapConcurrentMarking',
327 ],
328 },
329 'linux-code-coverage': {
330 'args': [
331 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw',
332 ],
333 'swarming': {
334 'shards': 20,
335 },
336 },
Aaron Gable40f79aa2020-03-21 01:21:15337 'linux-layout-tests-edit-ng': {
338 'args': [
Yoshifumi Inouebebca262020-04-08 22:03:49339 '--additional-driver-flag=--enable-blink-features=EditingNG',
Aaron Gable40f79aa2020-03-21 01:21:15340 ],
341 },
John Chenaab16fc02020-03-03 06:35:45342 'linux-layout-tests-fragment-item': {
343 'args': [
344 '--additional-driver-flag=--enable-blink-features=LayoutNGFragmentItem',
345 ],
346 },
John Chenaab16fc02020-03-03 06:35:45347 'mac10.10-blink-rel-dummy': {
348 'swarming': {
349 'shards': 20,
350 },
351 },
352 'mac10.11-blink-rel-dummy': {
353 'swarming': {
354 'shards': 20,
355 },
356 },
357 'mac10.12-blink-rel-dummy': {
358 'swarming': {
359 'shards': 20,
360 },
361 },
362 'mac10.13-blink-rel-dummy': {
363 'swarming': {
364 'shards': 20,
365 },
366 },
367 'mac10.13_retina-blink-rel-dummy': {
368 'swarming': {
369 'shards': 20,
370 },
371 },
372 'mac10.14-blink-rel-dummy': {
373 'swarming': {
374 'shards': 20,
375 },
376 },
Ilia Samsonov7efe05e2020-05-07 19:00:46377 'mac10.15-blink-rel-dummy': {
378 'swarming': {
379 'shards': 20,
380 },
381 },
John Chenaab16fc02020-03-03 06:35:45382 },
383 },
Chong Gu9a2741732020-02-24 21:32:01384 'boringssl_crypto_tests': {
385 'remove_from': [
386 # https://crbug.com/1054545
Stephen Roeac495972020-02-25 23:32:41387 'Fuchsia ARM64',
Chong Gu9a2741732020-02-24 21:32:01388 ],
389 },
390 'boringssl_ssl_tests': {
391 'remove_from': [
392 # https://crbug.com/1054545
Stephen Roeac495972020-02-25 23:32:41393 'Fuchsia ARM64',
Chong Gu9a2741732020-02-24 21:32:01394 ],
395 },
John Budorickca995852019-06-26 16:55:55396 'breakpad_unittests': {
397 'modifications': {
398 'android-asan': {
399 'args': [
400 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.breakpad_unittests.filter',
401 ],
402 },
403 },
404 },
Kenneth Russelleb60cbd22017-12-05 07:54:28405 'browser_tests': {
Kenneth Russellfbda3c532017-12-08 23:57:24406 'remove_from': [
Brad Halla36886c2019-02-26 16:52:29407 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber3af4da72018-02-27 01:59:41408 'linux-win_cross-rel',
Nico Weberdae13cd92018-12-14 13:56:26409 'ToTLinuxTSan', # https://crbug.com/368525
John Budorick5ef11472019-12-18 22:02:33410 'Mac10.10 Tests', # https://crbug.com/828031
Aaron Gable30cda242020-01-22 21:02:58411 'Mac10.13 Tests', # https://crbug.com/1042757
Nico Weberd36959682018-04-12 03:33:46412 'Linux TSan Tests', # https://crbug.com/368525
Stephen Martinise701f5a2018-05-04 01:25:11413 'Win10 Tests x64 (dbg)',
Kenneth Russellfbda3c532017-12-08 23:57:24414 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28415 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:15416 'Linux - Future (dbg)': { # client.v8.chromium
Yuke Liaoea70f472019-12-19 06:03:36417 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15418 'shards': 10,
Yuke Liaoea70f472019-12-19 06:03:36419 },
420 },
Stephen Martinis1384ff92020-01-07 19:52:15421 'Linux ASan LSan Tests (1)': {
422 # These are very slow on the ASAN trybot for some reason.
423 # crbug.com/794372
Roberto Carrillo2c9ec972019-03-20 03:11:19424 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15425 'shards': 40,
Roberto Carrillo2c9ec972019-03-20 03:11:19426 },
427 },
Chris Cunningham1d0e9e12020-02-26 22:56:40428 'Linux ASan Tests (sandboxed)': {
429 'swarming': {
430 'shards': 12, # https://crbug.com/1056300
431 },
432 },
Stephen Martinis1384ff92020-01-07 19:52:15433 'Linux Chromium OS ASan LSan Tests (1)': {
434 # These are very slow on the ASAN trybot for some reason.
435 # crbug.com/794372
Roberto Carrillo5a5c98dc2019-10-30 22:33:51436 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15437 'shards': 31,
Roberto Carrillo5a5c98dc2019-10-30 22:33:51438 },
439 },
Stephen Martinis1384ff92020-01-07 19:52:15440 'Linux ChromiumOS MSan Tests': {
441 # These are very slow on the Chrome OS MSAN trybot for some reason.
442 # crbug.com/865455
Kenneth Russell56a3e862017-12-08 03:11:34443 'swarming': {
Ben Pastene44221d32020-05-21 23:38:36444 'shards': 32,
Kenneth Russell56a3e862017-12-08 03:11:34445 },
Ben Pastene44221d32020-05-21 23:38:36446 'args': [
447 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.msan.browser_tests.oobe_negative.filter',
448 ],
Kenneth Russell56a3e862017-12-08 03:11:34449 },
John Budorick614f91a2020-03-30 20:34:55450 'Linux Tests (dbg)(1)': {
451 # crbug.com/1066161
452 'swarming': {
453 'shards': 20,
454 },
455 },
Stephen Martinis1384ff92020-01-07 19:52:15456 'Mac ASan 64 Tests (1)': {
Kenneth Russellfbda3c532017-12-08 23:57:24457 'swarming': {
John Budorick542f4762020-03-17 20:40:14458 'dimension_sets': [
459 {
460 # These shards are liable to time out when running on minis.
461 'cores': '8',
462 }
463 ],
Kenneth Russellfbda3c532017-12-08 23:57:24464 'shards': 20,
465 },
466 },
John Budorickd3375fa2020-03-17 20:49:11467 'Mac10.13 Tests (dbg)': {
468 'swarming': {
469 'shards': 20,
470 },
471 },
Stephen Martinis1384ff92020-01-07 19:52:15472 'ToTWin(dbg)': {
Kenneth Russelleb60cbd22017-12-05 07:54:28473 'swarming': {
John Budorickca14c76f62017-12-09 14:19:18474 'shards': 20,
Kenneth Russelleb60cbd22017-12-05 07:54:28475 },
476 },
Stephen Martinis1384ff92020-01-07 19:52:15477 'ToTWin64(dbg)': {
Kenneth Russell8ceeabf2017-12-11 17:53:28478 'swarming': {
479 'shards': 20,
480 },
481 },
Kenneth Russell6c83d212018-07-27 20:52:59482 'Win10 Tests x64': {
483 # crbug.com/868082
484 'args': [
485 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
486 ],
Takuto Ikutac9c269a2019-01-10 22:40:25487 'swarming': {
488 # This is for slow test execution that often becomes a critical path of
489 # swarming jobs. crbug.com/868114
490 'shards': 15,
491 }
Kenneth Russell6c83d212018-07-27 20:52:59492 },
Sajjad Mirza87e17b242020-01-22 18:49:07493 'Win10 Tests x64 Code Coverage': {
494 # crbug.com/868082
495 'args': [
496 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
497 ],
498 'swarming': {
499 # This is for slow test execution that often becomes a critical path of
500 # swarming jobs. crbug.com/868114
501 'shards': 15,
502 }
503 },
Stephen Martinis1384ff92020-01-07 19:52:15504 'Win7 Tests (1)': {
505 # This is for slow test execution that often becomes a critical path of
506 # swarming jobs. crbug.com/868114
507 'swarming': {
508 'shards': 15,
509 },
510 },
511 'Win7 Tests (dbg)(1)': {
Pavol Markoc579e072019-12-05 22:42:02512 'swarming': {
513 'shards': 20,
514 },
515 },
Stephen Martinis1384ff92020-01-07 19:52:15516 'linux-chromeos-chrome': {
517 # TODO(https://crbug.com/932269): Promote out of experiment when the
518 # tests are green.
519 'args': [
520 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter',
521 ],
522 },
523 'linux-chromeos-code-coverage': {
Nico Weber0c2861b2018-12-14 18:05:16524 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15525 'shards': 50,
526 },
527 },
528 'linux-chromeos-dbg': {
529 'swarming': {
530 'shards': 30,
531 },
532 },
533 'linux-chromeos-rel': {
534 'swarming': {
535 'shards': 20,
Stephanie Kime9008f72020-03-05 23:01:16536 'dimension_sets': [
537 {
538 'kvm': '1',
539 },
540 ],
Stephen Martinis1384ff92020-01-07 19:52:15541 },
542 },
543 'linux-code-coverage': {
Yuke Liao58e1d202020-03-20 23:02:01544 'args': [
545 '--no-sandbox',
546 ],
Stephen Martinis1384ff92020-01-07 19:52:15547 'swarming': {
548 'shards': 50,
549 },
550 },
551 'linux-trusty-rel': {
552 'args': [
John Budorick79ec9012020-01-08 21:56:31553 '--test-launcher-filter-file=../../testing/buildbot/filters/linux_trusty_rel.browser_tests.filter',
554 ],
Stephen Martinis1384ff92020-01-07 19:52:15555 },
556 'mac-code-coverage': {
Stephen Martinis1384ff92020-01-07 19:52:15557 'swarming': {
558 'shards': 15,
559 },
560 },
Stephen Martinis1384ff92020-01-07 19:52:15561 'win-asan': {
562 # browser_tests shards were reaching a timeout limit of 60 minutes on win-asan
563 # (https://crbug.com/1031096).
564 'swarming': {
565 'shards': 20,
Nico Weber0c2861b2018-12-14 18:05:16566 },
567 },
Kenneth Russelleb60cbd22017-12-05 07:54:28568 },
569 },
Erik Chen681dc0282019-11-26 22:54:49570 'cc_unittests': {
571 'modifications': {
572 'Linux TSan Tests': {
573 'swarming': {
574 'shards': 3,
575 },
576 },
John Budorickfa8f1da92020-01-15 18:11:38577 'android-marshmallow-x86-fyi-rel': {
578 # https://crbug.com/1039860
579 'args': [
580 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter',
581 ],
582 },
Haiyang Pan08d09dc2020-04-01 16:11:21583 'android-pie-x86-rel': {
John Budorickfa8f1da92020-01-15 18:11:38584 # https://crbug.com/1039860
585 'args': [
586 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter',
587 ],
588 },
Erik Chen681dc0282019-11-26 22:54:49589 },
590 },
Dirk Pranke1b767092017-12-07 04:44:23591 'checkbins': {
592 'remove_from': [
Stephen Martinis47d77132019-04-24 23:51:33593 'linux-archive-dbg',
594 'linux-archive-rel',
595 'mac-archive-dbg',
596 'mac-archive-rel',
Dirk Pranke1b767092017-12-07 04:44:23597 ],
598 },
Andrew Luod252791ac2019-10-15 00:28:13599 'chrome_java_test_pagecontroller_tests': {
600 'modifications': {
601 'android-pie-arm64-rel': {
602 'experiment_percentage': 100, # https://crbug.com/924194
603 },
604 },
605 },
Yun Liu7cfd28a2019-10-30 01:57:12606 'chrome_public_smoke_test': {
607 'remove_from': [
608 'android-code-coverage-native', # https://crbug.com/1018780
609 ],
610 },
Kenneth Russelleb60cbd22017-12-05 07:54:28611 'chrome_public_test_apk': {
John Budorick27d2d44e2019-05-20 20:26:09612 'remove_from': [
613 'android-asan', # https://crbug.com/964562
Yun Liu7cfd28a2019-10-30 01:57:12614 'android-code-coverage-native', # https://crbug.com/1018780
Haiyang Pana3ff55ae2020-04-23 18:26:54615 'android-lollipop-arm-rel', # https://crbug.com/1060245
John Budorick27d2d44e2019-05-20 20:26:09616 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28617 'modifications': {
Natalie Chouinard48afb4352020-04-17 21:30:32618 'Android CFI': {
619 'args': [
620 '--exclude-annotation',
621 'Feature=RenderTest', # https://crbug.com/1068294
622 ],
623 },
Kenneth Russelleb60cbd22017-12-05 07:54:28624 'Marshmallow 64 bit Tester': {
625 'swarming': {
Kenneth Russelleb60cbd22017-12-05 07:54:28626 'shards': 14,
627 },
628 },
Arthur Wang5dd7b07c2020-04-04 01:05:22629 'Marshmallow Tablet Tester': {
630 'args': [
631 '--timeout-scale',
632 '2.0',
633 ],
634 },
Ben Pastenec73e96e92018-07-12 01:40:35635 'Oreo Phone Tester': {
bsheedy01833462018-12-07 01:05:57636 # TODO(https://crbug.com/884413): Re-enable this once the tests are
637 # either passing or there is more capacity.
638 'experiment_percentage': 0,
Ben Pastenec73e96e92018-07-12 01:40:35639 },
Stephen Martinis1384ff92020-01-07 19:52:15640 'android-arm64-proguard-rel': {
641 'swarming': {
642 'shards': 25,
643 },
644 },
Haiyang Pan1ad3bb032020-04-24 23:52:03645 'android-lollipop-arm-rel-swarming': {
Brian Sheedy44a7a0032020-04-16 19:20:57646 'swarming': {
Brian Sheedy180c2dd2020-04-22 19:34:31647 'service_account': '[email protected]'
Brian Sheedy44a7a0032020-04-16 19:20:57648 },
649 },
Stephen Martinis1384ff92020-01-07 19:52:15650 'android-marshmallow-arm64-rel': {
651 'swarming': {
652 'shards': 25,
653 },
654 },
Brian Sheedy44a7a0032020-04-16 19:20:57655 'android-marshmallow-arm64-rel-swarming': {
656 'swarming': {
Brian Sheedy180c2dd2020-04-22 19:34:31657 'service_account': '[email protected]'
Brian Sheedy44a7a0032020-04-16 19:20:57658 },
659 },
Stephen Martinis1384ff92020-01-07 19:52:15660 'android-pie-arm64-rel': {
661 'args': [
662 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.chrome_public_test_apk.filter', # https://crbug.com/1010211
663 ],
Haiyang Pan43640ee2020-02-13 01:38:00664 },
Haiyang Pan08d09dc2020-04-01 16:11:21665 'android-pie-x86-rel': {
Haiyang Pan43640ee2020-02-13 01:38:00666 'args': [
Haiyang Pan71373072020-03-02 19:57:49667 '--avd-config=../../tools/android/avd/proto/generic_playstore_android28.textpb',
668 # https://crbug.com/1046059
Haiyang Pan43640ee2020-02-13 01:38:00669 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.chrome_public_test_apk.filter',
670 ],
Haiyang Pan71373072020-03-02 19:57:49671 'swarming': {
672 'named_caches': [
673 {
674 'name': 'avd_generic_playstore_android28',
675 'path': '.android',
676 },
677 {
678 'name': 'system_images_android_28_google_apis_playstore_x86',
679 'path': '.emulator_sdk',
680 },
681 ]
682 },
John Budorick34009472018-04-03 17:38:44683 },
Kenneth Russelleb60cbd22017-12-05 07:54:28684 },
685 },
686 'chrome_public_test_vr_apk': {
Nico Weberb0b3f5862018-07-13 18:45:15687 'remove_from': [
bsheedy410dd7c2018-06-15 22:42:09688 'Lollipop Tablet Tester',
689 'Marshmallow Tablet Tester',
Haiyang Pan801fbaa32019-09-06 18:43:09690 'android-marshmallow-x86-fyi-rel',
Haiyang Pan08d09dc2020-04-01 16:11:21691 'android-pie-x86-rel',
Andrew Luo38b311f2019-10-04 03:42:09692 'android-pie-arm64-rel', # https://crbug.com/1010211
bsheedydf58b4e2018-11-01 19:42:16693 'ToTAndroid',
694 'ToTAndroidCFI',
John Budorick27d2d44e2019-05-20 20:26:09695 'android-asan', # https://crbug.com/964562
Yun Liu7cfd28a2019-10-30 01:57:12696 'android-code-coverage-native', # https://crbug.com/1018780
bsheedy410dd7c2018-06-15 22:42:09697 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28698 },
bsheedy75a4dd52018-11-27 23:24:30699 'chrome_public_test_vr_apk-vega': {
700 'modifications': {
bsheedy75a4dd52018-11-27 23:24:30701 'Oreo Phone Tester': {
702 'swarming': {
703 'dimension_sets': [
704 {
705 'device_os': 'OVR1.180808.003',
706 'device_type': 'vega',
707 'os': 'Android',
708 },
709 ],
710 },
711 }
712 }
713 },
Takuto Ikuta1b749b902019-04-11 18:05:53714 'chromedriver_py_tests': {
715 'remove_from': [
716 # Timeout happens sometimes (crbug.com/951799).
Takuto Ikuta1b749b902019-04-11 18:05:53717 'Win10 Tests x64 (dbg)',
718 ],
719 },
Yun Liu3e759dbb2019-11-01 19:25:52720 'components_browsertests': {
721 'remove_from': [
722 'android-code-coverage-native', # crbug/1018434
723 ],
724 },
Kenneth Russelleb60cbd22017-12-05 07:54:28725 'components_unittests': {
Yun Liu3e759dbb2019-11-01 19:25:52726 'remove_from': [
Stephen Roeac495972020-02-25 23:32:41727 'Fuchsia ARM64', # https://crbug.com/961457
Yun Liu16394ab32019-11-19 16:37:57728 'Fuchsia x64', # https://crbug.com/961457
Yun Liu3e759dbb2019-11-01 19:25:52729 'android-code-coverage-native', # crbug/1018431
Kevin Marshallce2afe1b2019-12-06 00:49:21730 'fuchsia-fyi-arm64-rel', # https://crbug.com/961457
731 'fuchsia-fyi-x64-dbg', # https://crbug.com/961457
732 'fuchsia-fyi-x64-rel', # https://crbug.com/961457
Yun Liu3e759dbb2019-11-01 19:25:52733 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28734 'modifications': {
John Budorick5052d552017-12-13 02:59:34735 'Linux ASan LSan Tests (1)': {
736 # These are very slow on the ASAN trybot for some reason.
737 # crbug.com/794372
738 'swarming': {
739 'shards': 5,
740 },
741 },
Takuto Ikuta54671d972018-07-19 19:06:35742 'Linux Chromium OS ASan LSan Tests (1)': {
743 # These are very slow on the ASAN trybot for some reason.
744 # crbug.com/794372
745 'swarming': {
746 'shards': 5,
747 },
748 },
Erik Chen681dc0282019-11-26 22:54:49749 'Linux TSan Tests': {
750 'swarming': {
751 'shards': 2,
752 },
753 },
Omer Katz7d2be652020-01-22 18:13:46754 'linux-blink-heap-concurrent-marking-tsan-rel': {
755 'swarming': {
756 'shards': 2,
757 },
758 },
Kenneth Russelleb60cbd22017-12-05 07:54:28759 },
760 },
Chong Gu1bf735112020-05-27 01:28:16761 'compositor_unittests': {
762 'remove_from': [
763 'Fuchsia ARM64', # https://crbug.com/1086742
764 'Fuchsia x64', # https://crbug.com/1086742
765 ],
766 },
Kenneth Russelleb60cbd22017-12-05 07:54:28767 'content_browsertests': {
Brad Halla36886c2019-02-26 16:52:29768 'remove_from': [
Brad Halla36886c2019-02-26 16:52:29769 'CrWinAsan(dll)', # https://crbug.com/935598
Yun Liu42f79ea2019-11-19 01:21:18770 'android-code-coverage-native', # crbug/1018434
Yuke Liaod7da81b2020-03-20 18:57:57771 # http://crbug.com/1060245#c30: due to low utility and capacity.
772 'android-marshmallow-arm64-rel',
Brad Halla36886c2019-02-26 16:52:29773 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28774 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:24775 'Cast Audio Linux': {
776 'args': [
Nico Weber02f30392018-07-16 18:39:43777 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24778 ],
Kenneth Russellfbda3c532017-12-08 23:57:24779 },
780 'Cast Linux': {
781 'args': [
Nico Weber02f30392018-07-16 18:39:43782 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24783 ],
Kenneth Russellfbda3c532017-12-08 23:57:24784 },
Erik Chenb681c8c2019-11-25 22:52:52785 'Linux ASan LSan Tests (1)': {
786 'swarming': {
787 'shards': 12,
788 },
789 },
Chris Cunninghame1a04ea2019-04-24 01:49:32790 'Linux ASan Tests (sandboxed)': {
791 'swarming': {
Stephen McGruer640f0c32020-02-14 15:29:40792 'shards': 4, # https://crbug.com/1051944
Chris Cunninghame1a04ea2019-04-24 01:49:32793 },
794 },
Erik Chen681dc0282019-11-26 22:54:49795 'Linux TSan Tests': {
796 'swarming': {
797 'shards': 15,
798 },
799 },
Stephen Martinis1384ff92020-01-07 19:52:15800 'Lollipop Phone Tester': {
801 'swarming': {
802 'shards': 13,
803 },
804 },
805 'Win10 Tests x64': {
806 # crbug.com/868082
807 'args': [
808 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
809 ],
810 },
811 'Win10 Tests x64 (dbg)': {
812 'experiment_percentage': 100,
813 # crbug.com/868082
814 'args': [
815 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
Stephen Martinis1384ff92020-01-07 19:52:15816 ],
817 },
Sajjad Mirza87e17b242020-01-22 18:49:07818 'Win10 Tests x64 Code Coverage': {
819 # crbug.com/868082
820 'args': [
821 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
822 ],
823 },
Stephen Martinis1384ff92020-01-07 19:52:15824 'android-arm64-proguard-rel': {
825 'swarming': {
826 'shards': 16,
827 },
828 },
829 'android-asan': {
830 'args': [
831 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.content_browsertests.filter',
832 ],
833 'swarming': {
834 'shards': 18,
835 },
836 },
Haiyang Pan32b83392020-03-14 01:38:46837 'android-lollipop-arm-rel': {
838 'swarming': {
839 'shards': 15,
840 },
841 },
Stephen Martinis1384ff92020-01-07 19:52:15842 'android-marshmallow-arm64-rel': {
843 'swarming': {
844 'shards': 16,
845 },
846 },
John Budoricka4e23882020-02-28 18:36:43847 'android-marshmallow-x86-fyi-rel': {
848 'args': [
Haiyang Pan12d5acd2020-06-01 20:54:57849 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.content_browsertests.filter',
John Budoricka4e23882020-02-28 18:36:43850 ],
851 },
Haiyang Pan08d09dc2020-04-01 16:11:21852 'android-pie-x86-rel': {
John Budoricka4e23882020-02-28 18:36:43853 'args': [
Haiyang Pan12d5acd2020-06-01 20:54:57854 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.content_browsertests.filter',
John Budoricka4e23882020-02-28 18:36:43855 ],
856 },
Omer Katz7d2be652020-01-22 18:13:46857 'linux-blink-heap-concurrent-marking-tsan-rel': {
858 'swarming': {
859 'shards': 4,
860 },
861 },
Stephen Martinis1384ff92020-01-07 19:52:15862 'linux-chromeos-code-coverage': {
863 'swarming': {
864 'shards': 12,
865 },
866 },
Albert J. Wong91f109652019-11-19 03:01:16867 'linux-chromeos-rel': {
868 'swarming': {
869 'shards': 3,
870 },
871 },
Yuke Liao79424e42020-01-06 21:00:11872 'linux-code-coverage': {
Yuke Liao58e1d202020-03-20 23:02:01873 'args': [
874 '--no-sandbox',
875 ],
Yuke Liao79424e42020-01-06 21:00:11876 'swarming': {
877 'shards': 12,
878 },
879 },
Kenneth Russelleb60cbd22017-12-05 07:54:28880 },
881 },
Maksim Sisov6058ba72020-05-04 10:29:13882 'content_browsertests_wayland': {
883 'modifications': {
884 'Linux Ozone Tester (Wayland)': {
885 'args': [
886 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_content_browsertests.filter',
887 ],
888 },
889 },
890 },
891 'content_browsertests_x11': {
892 'modifications': {
893 'Linux Ozone Tester (X11)': {
894 'args': [
895 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.x11_content_browsertests.filter',
896 ],
897 },
898 },
899 },
Nico Weber81e16ace22018-06-30 02:58:47900 'content_shell_crash_test': {
Dirk Prankeb1c36b322018-07-11 02:42:00901 'modifications': {
Dirk Prankeb1c36b322018-07-11 02:42:00902 'Win10 Tests x64 (dbg)': {
903 'experiment_percentage': 100, # https://crbug.com/861730
904 },
905 },
Nico Weber81e16ace22018-06-30 02:58:47906 },
John Budorick27d2d44e2019-05-20 20:26:09907 'content_shell_test_apk': {
908 'remove_from': [
John Budorick27d2d44e2019-05-20 20:26:09909 'android-asan', # https://crbug.com/964562
Yun Liu3e759dbb2019-11-01 19:25:52910 'android-code-coverage-native', # crbug/1018434
John Budorick27d2d44e2019-05-20 20:26:09911 ],
John Budorickee2e64f2020-03-02 20:19:10912 'modifications': {
913 'android-marshmallow-x86-fyi-rel': {
914 'args': [
Haiyang Pan28e73582020-05-30 00:34:27915 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.content_shell_test_apk.filter',
John Budorickee2e64f2020-03-02 20:19:10916 ],
917 },
Haiyang Pan08d09dc2020-04-01 16:11:21918 'android-pie-x86-rel': {
John Budorickee2e64f2020-03-02 20:19:10919 'args': [
920 '--gtest_filter=-ContentViewScrollingTest.testFling',
921 ],
922 },
923 },
John Budorick27d2d44e2019-05-20 20:26:09924 },
Kenneth Russelleb60cbd22017-12-05 07:54:28925 'content_unittests': {
Yun Liu42f79ea2019-11-19 01:21:18926 'remove_from': [
Yun Liu42f79ea2019-11-19 01:21:18927 'android-code-coverage-native', # crbug/1018434
928 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28929 'modifications': {
John Budorick5052d552017-12-13 02:59:34930 'Linux ASan LSan Tests (1)': {
931 # These are slow on the ASAN trybot for some reason.
932 # crbug.com/794372
933 'swarming': {
934 'shards': 2,
935 },
936 },
Takuto Ikuta54671d972018-07-19 19:06:35937 'Linux ChromiumOS MSan Tests': {
938 # These are very slow on the Chrome OS MSAN trybot for some reason.
939 # crbug.com/865455
940 'swarming': {
941 'shards': 2,
942 },
943 },
Kenneth Russelleb60cbd22017-12-05 07:54:28944 },
945 },
Kenneth Russellc1a09302018-07-10 01:12:54946 'context_lost_tests': {
Brian Sheedye285c9b2019-07-15 21:42:46947 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
948 # exception once there is enough capacity to run these tests.
949 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:46950 'Android FYI Release (Pixel 2)',
Chong Gu44db95b02020-05-19 19:40:13951 'Fuchsia x64' # https://crbug.com/1058255
Brian Sheedye285c9b2019-07-15 21:42:46952 ],
Kenneth Russellc1a09302018-07-10 01:12:54953 'modifications': {
954 'Mac FYI GPU ASAN Release': {
955 'args': [
956 '--is-asan',
957 ]
958 },
Brian Sheedyfe61cdac2020-02-12 01:25:59959 'Win10 x64 Debug (NVIDIA)': {
960 'args': [
961 # TODO(https://crbug.com/1007013): Remove this flag when it's no
962 # longer necessary to figure out why the renderer process is hanging.
963 '--extra-browser-args=--no-sandbox',
964 ],
965 },
Kenneth Russellc1a09302018-07-10 01:12:54966 },
967 },
Kenneth Russellfbda3c532017-12-08 23:57:24968 'crashpad_tests': {
969 'remove_from': [
Nico Weber15a00d62018-05-16 17:11:48970 'linux-win_cross-rel', # https://crbug.com/762167
Vlad Tsyrklevich06a9a44f2019-07-24 19:14:39971 # https://crbug.com/crashpad/304
972 'Linux TSan Tests',
973 'ToTLinuxTSan',
974 # https://crbug.com/crashpad/306
975 'Linux CFI',
976 'CFI Linux ToT',
Kenneth Russellfbda3c532017-12-08 23:57:24977 ],
978 },
John Budorick5bc387fe2019-05-09 20:02:53979 'cronet_sizes': {
980 'modifications': {
981 'android-cronet-arm-dbg': {
982 'swarming': {
983 'dimension_sets': [
984 {
985 'device_os': None,
986 'device_type': None,
Takuto Ikuta5e459b12019-07-09 05:30:56987 'os': 'Ubuntu-16.04',
John Budorick5bc387fe2019-05-09 20:02:53988 },
989 ],
990 },
991 },
992 },
993 },
Zhenyao Moc307eeb72018-12-20 01:03:20994 'dawn_end2end_tests': {
995 'remove_from': [
Zhenyao Moc307eeb72018-12-20 01:03:20996 'Linux FYI Release (AMD R7 240)', # https://crbug.com/915430
997 ],
998 },
Brian Sheedye285c9b2019-07-15 21:42:46999 'depth_capture_tests': {
1000 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1001 # exception once there is enough capacity to run these tests.
1002 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:461003 'Android FYI Release (Pixel 2)',
1004 ],
Brian Sheedyfe61cdac2020-02-12 01:25:591005 'modifications': {
1006 'Win10 x64 Debug (NVIDIA)': {
1007 'args': [
1008 # TODO(https://crbug.com/1007013): Remove this flag when it's no
1009 # longer necessary to figure out why the renderer process is hanging.
1010 '--extra-browser-args=--no-sandbox',
1011 ],
1012 },
1013 },
Brian Sheedye285c9b2019-07-15 21:42:461014 },
Ben Pastene61ad637c2020-05-08 22:24:411015 'disk_usage_tast_test': {
1016 # TODO(crbug.com/1077659): Add the test back after it's fixed.
1017 'remove_from': [
1018 'chromeos-kevin-rel',
1019 ],
1020 },
Joe Downing41486042018-10-18 22:44:441021 'extensions_browsertests': {
Brad Halla36886c2019-02-26 16:52:291022 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291023 'CrWinAsan(dll)', # https://crbug.com/935598
1024 ],
Joe Downing41486042018-10-18 22:44:441025 'modifications': {
1026 'Win10 Tests x64 (dbg)': {
1027 'experiment_percentage': 100, # https://crbug.com/876615
1028 },
1029 },
1030 },
Kenneth Russelleb60cbd22017-12-05 07:54:281031 'gin_unittests': {
1032 'remove_from': [
Nico Weber1394523f2018-06-06 15:58:471033 'ToTLinuxASan', # https://crbug.com/831667
Nico Weberd36959682018-04-12 03:33:461034 'Linux ASan LSan Tests (1)', # https://crbug.com/831667
Nico Weber1394523f2018-06-06 15:58:471035 'Linux Chromium OS ASan LSan Tests (1)', # https://crbug.com/831667
Kenneth Russelleb60cbd22017-12-05 07:54:281036 ],
1037 },
Jonah Ryan-Davise25a89f2020-05-29 20:18:241038 'gl_tests_validating': {
John Budorickca14c76f62017-12-09 14:19:181039 'remove_from': [
John Budorickca14c76f62017-12-09 14:19:181040 'CFI Linux ToT',
Kenneth Russell8a386d42018-06-02 09:48:011041 'Android FYI Release (Nexus 5X)',
Takuto Ikutaf5333252019-11-06 16:07:081042 # Can't run on MSAN because gl_tests uses the hardware driver,
Kenneth Russell55bbec52018-05-03 18:44:551043 # which isn't instrumented.
1044 'Linux MSan Tests',
John Budorickca14c76f62017-12-09 14:19:181045 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281046 'modifications': {
Kenneth Russell1a515be2018-04-28 03:54:451047 # TODO(kbr): figure out a better way to specify blocks of
1048 # arguments like this for tests on multiple machines.
1049 'Linux ASan LSan Tests (1)': {
1050 'args': [
1051 '--use-gpu-in-tests',
1052 '--no-xvfb',
1053 ],
1054 'swarming': {
1055 'dimension_sets': [
1056 {
1057 'gpu': '10de:1cb3',
1058 'os': 'Ubuntu',
Ben Pastenecb6cefc2020-03-05 19:48:461059 'pool': 'chromium.tests.gpu.template',
Kenneth Russell1a515be2018-04-28 03:54:451060 },
1061 ],
1062 },
Kenneth Russell1a515be2018-04-28 03:54:451063 },
Kenneth Russell1a515be2018-04-28 03:54:451064 'Linux CFI': {
1065 'args': [
1066 '--use-gpu-in-tests',
1067 '--no-xvfb',
1068 ],
1069 'swarming': {
1070 'dimension_sets': [
1071 {
1072 'gpu': '10de:1cb3',
1073 'os': 'Ubuntu',
Ben Pastenecb6cefc2020-03-05 19:48:461074 'pool': 'chromium.tests.gpu.template',
Kenneth Russell1a515be2018-04-28 03:54:451075 },
1076 ],
1077 },
Kenneth Russell1a515be2018-04-28 03:54:451078 },
1079 'Linux TSan Tests': {
1080 'args': [
1081 '--use-gpu-in-tests',
1082 '--no-xvfb',
1083 ],
1084 'swarming': {
1085 'dimension_sets': [
1086 {
1087 'gpu': '10de:1cb3',
1088 'os': 'Ubuntu',
Ben Pastenecb6cefc2020-03-05 19:48:461089 'pool': 'chromium.tests.gpu.template',
Kenneth Russell1a515be2018-04-28 03:54:451090 },
1091 ],
1092 },
Kenneth Russell1a515be2018-04-28 03:54:451093 },
John Budorick79ec9012020-01-08 21:56:311094 'android-marshmallow-x86-fyi-rel': {
1095 'args': [
1096 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter',
1097 ],
1098 },
Andrew Luo38b311f2019-10-04 03:42:091099 'android-pie-arm64-rel': {
John Budorick79ec9012020-01-08 21:56:311100 'args': [
Andrew Luobe83fd82019-12-19 03:07:581101 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.gl_tests.filter', # https://crbug.com/1034007
1102 ],
Andrew Luo38b311f2019-10-04 03:42:091103 },
Haiyang Pan08d09dc2020-04-01 16:11:211104 'android-pie-x86-rel': {
John Budorick79ec9012020-01-08 21:56:311105 'args': [
1106 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter',
1107 ],
1108 },
Kenneth Russelleb60cbd22017-12-05 07:54:281109 },
1110 },
Takuto Ikutaf5333252019-11-06 16:07:081111 'gl_unittests': {
1112 'remove_from': [
Takuto Ikutaf5333252019-11-06 16:07:081113 # On Android, these are already run on the main waterfall.
1114 # Run them on the one-off Android FYI bots, though.
1115 'Android FYI Release (Nexus 5X)',
1116 # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219
1117 'Linux FYI Release (AMD R7 240)',
Yuly Novikov37e04342020-05-29 00:52:041118 # Can't run on MSAN because gl_unittests uses the hardware driver,
1119 # which isn't instrumented.
1120 'Linux MSan Tests',
Takuto Ikutaf5333252019-11-06 16:07:081121 ],
Takuto Ikutaf5333252019-11-06 16:07:081122 },
1123 'gl_unittests_ozone': {
1124 'remove_from': [
1125 # Can't run on MSAN because gl_unittests_ozone uses the hardware driver,
1126 # which isn't instrumented.
1127 'Linux ChromiumOS MSan Tests',
1128 ],
1129 },
1130 'gpu_process_launch_tests': {
1131 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1132 # exception once there is enough capacity to run these tests.
1133 'remove_from': [
Takuto Ikutaf5333252019-11-06 16:07:081134 'Android FYI Release (Pixel 2)',
1135 ],
Brian Sheedyfe61cdac2020-02-12 01:25:591136 'modifications': {
1137 'Win10 x64 Debug (NVIDIA)': {
1138 'args': [
1139 # TODO(https://crbug.com/1007013): Remove this flag when it's no
1140 # longer necessary to figure out why the renderer process is hanging.
1141 '--extra-browser-args=--no-sandbox',
1142 ],
1143 },
1144 },
Takuto Ikutaf5333252019-11-06 16:07:081145 },
Brian Sheedye285c9b2019-07-15 21:42:461146 'hardware_accelerated_feature_tests': {
1147 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1148 # exception once there is enough capacity to run these tests.
1149 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:461150 'Android FYI Release (Pixel 2)',
1151 ],
1152 },
Brad Halla36886c2019-02-26 16:52:291153 'headless_browsertests': {
1154 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291155 'CrWinAsan(dll)', # https://crbug.com/935598
1156 ],
1157 },
Kenneth Russell8a386d42018-06-02 09:48:011158 'info_collection_tests': {
1159 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:011160 # The Mac ASAN swarming bot runs tests on two different GPU
1161 # types, so we can't have one expected vendor ID / device ID.
1162 'Mac FYI GPU ASAN Release',
Kenneth Russell8a386d42018-06-02 09:48:011163 'Android V8 FYI Release (Nexus 5X)',
1164 'Linux V8 FYI Release (NVIDIA)',
Michael Achenbach5fdfc67b2018-12-13 13:26:351165 'Linux V8 FYI Release - pointer compression (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:011166 'Mac V8 FYI Release (Intel)',
1167 'Win V8 FYI Release (NVIDIA)',
1168 ],
Brian Sheedyfe61cdac2020-02-12 01:25:591169 'modifications': {
Brian Sheedydf2672f2020-05-07 20:44:361170 'Win10 FYI x64 Exp Release (Intel HD 630)': {
1171 'args': [
1172 # TODO(https://crbug.com/1053803): Add this to all tests once UHD
1173 # 630 machines are used alongside HD 630 machines.
1174 '--expected-device-id', '3e92',
1175 ],
1176 },
Brian Sheedyfe61cdac2020-02-12 01:25:591177 'Win10 x64 Debug (NVIDIA)': {
1178 'args': [
1179 # TODO(https://crbug.com/1007013): Remove this flag when it's no
1180 # longer necessary to figure out why the renderer process is hanging.
1181 '--extra-browser-args=--no-sandbox',
1182 ],
1183 },
1184 },
Brian Sheedy32eeeb52020-05-22 01:49:371185 'replacements': {
1186 'ChromeOS FYI Release (amd64-generic)': {
1187 'args': {
1188 # Swarming does not report a GPU since tests are run in a VM, but
1189 # the VM does report that a GPU is present.
1190 '--expected-vendor-id': '1af4',
1191 '--expected-device-id': '1050',
1192 },
1193 }
1194 },
Kenneth Russell8a386d42018-06-02 09:48:011195 },
Kenneth Russelleb60cbd22017-12-05 07:54:281196 'interactive_ui_tests': {
Brad Halla36886c2019-02-26 16:52:291197 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291198 'CrWinAsan(dll)', # https://crbug.com/935598
1199 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281200 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:151201 'Linux - Future (dbg)': { # client.v8.chromium
Nico Weberdae13cd92018-12-14 13:56:261202 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:151203 'shards': 3,
Nico Weberdae13cd92018-12-14 13:56:261204 },
1205 },
John Budorickca14c76f62017-12-09 14:19:181206 'Linux ASan LSan Tests (1)': {
Nico Weber96a75a6942018-06-20 04:53:171207 # These are slow on the ASan trybot for some reason, crbug.com/794372
1208 'swarming': {
1209 'shards': 6,
1210 },
1211 },
Takuto Ikuta54671d972018-07-19 19:06:351212 'Linux ChromiumOS MSan Tests': {
1213 # These are very slow on the Chrome OS MSAN trybot for some reason.
1214 # crbug.com/865455
1215 'swarming': {
1216 'shards': 5,
1217 },
1218 },
Stephen Martinis1384ff92020-01-07 19:52:151219 'Linux TSan Tests': {
1220 # These are slow on the TSan bots for some reason, crbug.com/794372
Dirk Pranke8fd63c12017-12-10 18:06:271221 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:151222 'shards': 20,
Dirk Pranke8fd63c12017-12-10 18:06:271223 },
1224 },
Stephen Martinis1384ff92020-01-07 19:52:151225 'ToTLinuxTSan': {
1226 # These are slow on the TSan bots for some reason, crbug.com/794372
1227 'swarming': {
1228 'shards': 6,
1229 },
1230 },
Ian Struiksma07a90df2020-01-23 00:54:501231 'Win 7 Tests x64 (1)': {
1232 # These tests are continually flaky on Win7 bots, crbug.com/967588
1233 'args': [
1234 '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter',
1235 ],
1236 },
Stephen Martinis1384ff92020-01-07 19:52:151237 # temporary, https://crbug.com/818832
Greg Thompson3eb7e6522018-05-25 09:04:031238 'Win10 Tests x64 (dbg)': {
1239 'experiment_percentage': 100,
1240 },
Ian Struiksma07a90df2020-01-23 00:54:501241 'Win7 Tests (1)': {
1242 # These tests are continually flaky on Win7 bots, crbug.com/967588
1243 'args': [
1244 '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter',
1245 ],
1246 },
Stephen Martinis1384ff92020-01-07 19:52:151247 'Win7 Tests (dbg)(1)': {
Ian Struiksma07a90df2020-01-23 00:54:501248 # These tests are continually flaky on Win7 bots, crbug.com/967588
1249 'args': [
1250 '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter',
1251 ],
Stephen Martinis1384ff92020-01-07 19:52:151252 'swarming': {
1253 'shards': 4,
1254 },
1255 },
Ben Pastene8ef125e2019-12-10 01:46:291256 'linux-chromeos-chrome': {
1257 # TODO(crbug.com/970649): Remove this filter.
1258 'args': [
1259 '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs',
1260 ],
1261 },
Stephen Martinis1384ff92020-01-07 19:52:151262 'linux-chromeos-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:111263 'swarming': {
1264 'shards': 10,
1265 },
1266 },
Stephen Martinis1384ff92020-01-07 19:52:151267 'linux-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:111268 'swarming': {
1269 'shards': 10,
1270 },
1271 },
Kenneth Russelleb60cbd22017-12-05 07:54:281272 },
1273 },
John Budorickf00e5ff2019-06-11 21:21:061274 'ipc_tests': {
1275 'modifications': {
1276 'android-asan': {
1277 'swarming': {
1278 'shards': 2,
1279 },
1280 },
1281 },
1282 },
Brian Sheedye285c9b2019-07-15 21:42:461283 'maps_pixel_test': {
1284 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1285 # exception once there is enough capacity to run these tests.
1286 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:461287 'Android FYI Release (Pixel 2)',
1288 ],
Brian Sheedy44fd891b2019-10-03 20:07:541289 'replacements': {
Brian Sheedy44fd891b2019-10-03 20:07:541290 # The V8 builders pass the V8 revision for ${got_revision}, so instead
1291 # use ${got_cr_revision}, which is only set on the V8 bots.
1292 'Android V8 FYI Release (Nexus 5X)': {
1293 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321294 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541295 },
1296 },
1297 'Linux V8 FYI Release (NVIDIA)': {
1298 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321299 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541300 },
1301 },
1302 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
1303 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321304 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541305 },
1306 },
1307 'Mac V8 FYI Release (Intel)': {
1308 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321309 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541310 },
1311 },
1312 'Win V8 FYI Release (NVIDIA)': {
1313 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321314 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541315 },
1316 },
1317 },
Brian Sheedye285c9b2019-07-15 21:42:461318 },
Andrew Luo38b311f2019-10-04 03:42:091319 'media_unittests': {
1320 'modifications': {
John Budorickb5185112020-01-08 22:40:211321 'android-marshmallow-x86-fyi-rel': {
1322 'args': [
Haiyang Pan569659f02020-05-30 00:48:451323 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.media_unittests.filter',
John Budorickb5185112020-01-08 22:40:211324 ],
1325 },
Andrew Luo38b311f2019-10-04 03:42:091326 'android-pie-arm64-rel': {
Andrew Luobe83fd82019-12-19 03:07:581327 'args': [
1328 '--gtest_filter=-AAudio/AudioOutputTest.Play200HzTone/0', # https://crbug.com/1034009
1329 ],
Andrew Luo38b311f2019-10-04 03:42:091330 },
Haiyang Pan08d09dc2020-04-01 16:11:211331 'android-pie-x86-rel': {
John Budorickb5185112020-01-08 22:40:211332 'args': [
Haiyang Pan569659f02020-05-30 00:48:451333 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.media_unittests.filter',
John Budorickb5185112020-01-08 22:40:211334 ],
1335 },
Andrew Luo38b311f2019-10-04 03:42:091336 },
1337 },
John Budorickf00e5ff2019-06-11 21:21:061338 'mojo_unittests': {
1339 'modifications': {
1340 'android-asan': {
1341 'swarming': {
John Budorick5a29d7542019-10-11 20:56:441342 'shards': 5,
John Budorickf00e5ff2019-06-11 21:21:061343 },
1344 },
1345 },
1346 },
Erik Chend16d922d2019-12-10 04:37:141347 'monochrome_apk_checker': {
Ben Pastene521f8d62020-01-08 20:01:151348 'modifications': {
1349 'ToTAndroid': {
1350 'swarming': {
1351 'dimension_sets': [
1352 {
John Budorick838256a2020-02-29 01:29:071353 'cpu': 'x86-64',
Ben Pastene521f8d62020-01-08 20:01:151354 'device_os': None,
1355 'device_playstore_version': None,
1356 'device_type': None,
1357 'os': 'Ubuntu-16.04',
1358 },
1359 ],
1360 },
1361 },
1362 'android-arm64-proguard-rel': {
1363 'swarming': {
1364 'dimension_sets': [
1365 {
John Budorick838256a2020-02-29 01:29:071366 'cpu': 'x86-64',
Ben Pastene521f8d62020-01-08 20:01:151367 'device_os': None,
1368 'device_playstore_version': None,
1369 'device_type': None,
1370 'os': 'Ubuntu-16.04',
1371 },
1372 ],
1373 },
1374 },
1375 'android-pie-arm64-rel': {
1376 'swarming': {
1377 'dimension_sets': [
1378 {
John Budorick838256a2020-02-29 01:29:071379 'cpu': 'x86-64',
Ben Pastene521f8d62020-01-08 20:01:151380 'device_os': None,
1381 'device_os_flavor': None,
1382 'device_playstore_version': None,
1383 'device_type': None,
1384 'os': 'Ubuntu-16.04',
1385 },
1386 ],
1387 },
1388 },
1389 },
Erik Chend16d922d2019-12-10 04:37:141390 },
bsheedye9469572019-01-23 17:31:331391 'monochrome_public_test_ar_apk': {
1392 'modifications': {
Brian Sheedy12169aa2019-10-16 23:38:031393 'Nougat Phone Tester': {
1394 'args': [
1395 # ArCore is not installed as a system app on N, so we can install it
1396 # normally instead of replacing the system version.
1397 '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
1398 ],
1399 },
bsheedye9469572019-01-23 17:31:331400 # We need to match the Playstore version as well because AR tests fail on
1401 # old versions of the Playstore.
1402 'Oreo Phone Tester': {
Brian Sheedy2bcd16b2019-04-22 22:47:081403 'args': [
1404 # ArCore is not installed as a system app on O, so we can install it
1405 # normally instead of replacing the system version.
1406 '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
1407 ],
bsheedye9469572019-01-23 17:31:331408 'swarming': {
1409 'dimension_sets': [
1410 {
1411 'device_os': 'OPR3.170623.008',
1412 'device_playstore_version': '12.8.23-all',
1413 'device_type': 'marlin',
1414 'os': 'Android',
1415 },
1416 ],
1417 },
1418 },
Haiyang Pan57159eba2020-05-07 23:14:131419 'android-10-arm64-rel': {
1420 'args': [
1421 '--replace-system-package=com.google.ar.core,//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
1422 ]
1423 },
Brian Sheedy2bcd16b2019-04-22 22:47:081424 'android-pie-arm64-dbg': {
1425 'args': [
1426 '--replace-system-package=com.google.ar.core,//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
1427 ]
1428 }
bsheedye9469572019-01-23 17:31:331429 },
1430 },
Nico Weberd3096fb2018-06-07 17:50:151431 'nacl_helper_nonsfi_unittests': {
1432 'remove_from': [
Nico Weberd3096fb2018-06-07 17:50:151433 'Linux TSan Tests', # Sets enable_nacl=false.
1434 ],
1435 },
Kenneth Russellfbda3c532017-12-08 23:57:241436 'nacl_loader_unittests': {
1437 'remove_from': [
Nico Weber48f187142018-06-01 15:16:351438 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false
Nico Weber3611ee802018-06-07 13:34:511439 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186
Nico Webera8fc38f72018-04-10 02:20:111440 'Linux TSan Tests', # The TSan bot sets enable_nacl=false
Nico Weber05d3e642018-05-31 16:59:481441 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false
Aaron Gable38265fe2020-04-09 23:49:071442 'Mac10.15 Tests', # All 10.15 builders set enable_nacl=false
Kenneth Russellfbda3c532017-12-08 23:57:241443 ],
1444 },
Kenneth Russelleb60cbd22017-12-05 07:54:281445 'net_unittests': {
Kenneth Russellfbda3c532017-12-08 23:57:241446 'remove_from': [
Stephen Roeac495972020-02-25 23:32:411447 'Fuchsia ARM64', # https://crbug.com/877248
Fabrice de Gans-Riberia1541ca2019-01-09 20:05:461448 'fuchsia-fyi-x64-dbg', # https://crbug.com/844416
Kenneth Russellfbda3c532017-12-08 23:57:241449 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281450 'modifications': {
John Budorickca14c76f62017-12-09 14:19:181451 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:341452 # These are very slow on the ASAN trybot for some reason.
1453 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:181454 'swarming': {
John Budorick5052d552017-12-13 02:59:341455 'shards': 16,
John Budorickca14c76f62017-12-09 14:19:181456 },
1457 },
1458 'Linux Chromium OS ASan LSan Tests (1)': {
Takuto Ikuta54671d972018-07-19 19:06:351459 # These are very slow on the ASAN trybot for some reason.
1460 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:181461 'swarming': {
Sergey Berezinda3255c2018-03-16 00:34:021462 'shards': 8,
John Budorickca14c76f62017-12-09 14:19:181463 }
1464 },
Takuto Ikuta54671d972018-07-19 19:06:351465 'Linux ChromiumOS MSan Tests': {
1466 # These are very slow on the Chrome OS MSAN trybot for some reason.
1467 # crbug.com/865455
1468 'swarming': {
1469 'shards': 2,
1470 },
1471 },
John Budorickca14c76f62017-12-09 14:19:181472 'Linux TSan Tests': {
1473 'swarming': {
1474 'shards': 4,
1475 }
1476 },
Ben Pastene8bf205b2018-06-13 04:00:331477 # The suite runs signficantly slower on linux dbg, so increase shards.
1478 'Linux Tests (dbg)(1)': {
1479 'swarming': {
1480 'shards': 2,
1481 },
1482 },
Stephen Martinis1384ff92020-01-07 19:52:151483 'ToTLinuxASan': {
1484 # TODO(crbug.com/794372): net_unittests is slow under ASan.
1485 'swarming': {
1486 'shards': 16,
1487 },
1488 },
1489 'ToTLinuxTSan': {
1490 'swarming': {
1491 'shards': 4,
1492 }
1493 },
John Budorick7fde6b492020-01-29 17:43:501494 'android-marshmallow-x86-fyi-rel': {
1495 # crbug.com/1046060
1496 'args': [
1497 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter',
1498 ],
1499 },
Haiyang Pan08d09dc2020-04-01 16:11:211500 'android-pie-x86-rel': {
John Budorick7fde6b492020-01-29 17:43:501501 # crbug.com/1046060
1502 'args': [
1503 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter',
1504 ],
1505 },
Ben Pastene8ef125e2019-12-10 01:46:291506 'chromeos-betty-chrome': {
1507 # TODO(crbug.com/986904): Remove this filter.
1508 'args': [
1509 '--gtest_filter=-NetworkQualityEstimatorTest.TestTCPSocketRTT',
1510 ],
1511 },
Omer Katz7d2be652020-01-22 18:13:461512 'linux-blink-heap-concurrent-marking-tsan-rel': {
1513 'swarming': {
1514 'shards': 4,
1515 }
1516 },
Ben Pastene8bf205b2018-06-13 04:00:331517 'linux-chromeos-dbg': {
1518 'swarming': {
1519 'shards': 2,
1520 },
1521 },
Kenneth Russelleb60cbd22017-12-05 07:54:281522 },
1523 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:311524 'network_service_browser_tests': {
1525 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291526 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weberdae13cd92018-12-14 13:56:261527 'ToTLinuxTSan', # https://crbug.com/368525
Nico Weber073af192018-06-21 19:22:171528 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1529 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191530 'Win7 Tests (1)', # For swarming capacity reasons.
1531 'Win10 Tests x64 (dbg)', # Matches browser_tests.
John Abd-El-Malek69ae1492018-09-06 20:00:061532 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061533 'Mac10.10 Tests',
1534 'Mac10.11 Tests',
1535 'Mac10.13 Tests',
1536 'Mac10.13 Tests (dbg)',
1537 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061538 'ToTMacASan',
John Abd-El-Malek99b6f4a2018-06-11 23:08:311539 ],
Kenneth Russell6c83d212018-07-27 20:52:591540 'modifications': {
Kenneth Russell6c83d212018-07-27 20:52:591541 'Win10 Tests x64': {
1542 # crbug.com/868082
1543 'args': [
1544 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1545 ],
Takuto Ikutac9c269a2019-01-10 22:40:251546 # This is for slow test execution that often becomes a critical path of
1547 # swarming jobs. crbug.com/868114
1548 'swarming': {
1549 'shards': 20,
1550 },
Kenneth Russell6c83d212018-07-27 20:52:591551 },
Sajjad Mirza87e17b242020-01-22 18:49:071552 'Win10 Tests x64 Code Coverage': {
1553 # crbug.com/868082
1554 'args': [
1555 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1556 ],
1557 # This is for slow test execution that often becomes a critical path of
1558 # swarming jobs. crbug.com/868114
1559 'swarming': {
1560 'shards': 20,
1561 },
1562 },
Yuke Liao58e1d202020-03-20 23:02:011563 'linux-code-coverage': {
1564 'args': [
1565 '--no-sandbox',
1566 ],
1567 'swarming': {
1568 'shards': 20,
1569 },
1570 }
Kenneth Russell6c83d212018-07-27 20:52:591571 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:311572 },
John Abd-El-Malek4782bd12018-06-12 01:08:211573 'network_service_components_browsertests': {
1574 'remove_from': [
Nico Weber073af192018-06-21 19:22:171575 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1576 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191577 'Win7 Tests (1)', # For swarming capacity reasons.
1578 'Win10 Tests x64 (dbg)', # Matches components_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:061579 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061580 'Mac10.10 Tests',
1581 'Mac10.11 Tests',
1582 'Mac10.13 Tests',
1583 'Mac10.13 Tests (dbg)',
1584 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061585 'ToTMacASan',
Nico Weber17d2fcddb2018-06-14 18:28:191586 ],
1587 },
1588 'network_service_content_browsertests': {
1589 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291590 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber408a49a2018-12-14 21:00:101591 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
Nico Weber073af192018-06-21 19:22:171592 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1593 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191594 'Win7 Tests (1)', # For swarming capacity reasons.
John Budorickd96ee6f2018-06-15 17:20:111595 'Win10 Tests x64 (dbg)', # flaky: https://crbug.com/852786
John Abd-El-Malek69ae1492018-09-06 20:00:061596 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061597 'Mac10.10 Tests',
1598 'Mac10.11 Tests',
1599 'Mac10.13 Tests',
1600 'Mac10.13 Tests (dbg)',
1601 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061602 'ToTMacASan',
John Abd-El-Malek4782bd12018-06-12 01:08:211603 ],
1604 },
John Abd-El-Malek787a41a2018-06-12 18:10:531605 'network_service_extensions_browsertests': {
1606 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291607 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber073af192018-06-21 19:22:171608 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1609 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191610 'Win7 Tests (1)', # For swarming capacity reasons.
1611 'Win10 Tests x64 (dbg)', # Matches extensions_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:061612 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061613 'Mac10.10 Tests',
1614 'Mac10.11 Tests',
1615 'Mac10.13 Tests',
1616 'Mac10.13 Tests (dbg)',
1617 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061618 'ToTMacASan',
John Abd-El-Malek787a41a2018-06-12 18:10:531619 ],
1620 },
Brad Halla36886c2019-02-26 16:52:291621 'network_service_headless_browsertests': {
1622 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291623 'CrWinAsan(dll)', # https://crbug.com/935598
1624 ],
1625 },
John Abd-El-Malek787a41a2018-06-12 18:10:531626 'network_service_interactive_ui_tests': {
Nico Weber17d2fcddb2018-06-14 18:28:191627 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291628 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber408a49a2018-12-14 21:00:101629 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
Nico Weber073af192018-06-21 19:22:171630 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1631 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191632 'Win7 Tests (1)', # For swarming capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061633 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061634 'Mac10.10 Tests',
1635 'Mac10.11 Tests',
1636 'Mac10.13 Tests',
1637 'Mac10.13 Tests (dbg)',
1638 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061639 'ToTMacASan',
Nico Weber17d2fcddb2018-06-14 18:28:191640 ],
John Abd-El-Malek787a41a2018-06-12 18:10:531641 'modifications': {
John Budorickd96ee6f2018-06-15 17:20:111642 'Win10 Tests x64 (dbg)': {
1643 'experiment_percentage': 100, # https://crbug.com/852786
John Abd-El-Malek787a41a2018-06-12 18:10:531644 },
1645 },
1646 },
John Abd-El-Malekfabfb072019-05-30 20:50:191647 'network_service_out_of_process_chrome_public_test_apk': {
John Abd-El-Malekfabfb072019-05-30 20:50:191648 'remove_from': [
John Budorickea475de2019-06-07 21:16:241649 'android-asan',
1650 # Don't run on trybots; waterfall is enough.
Haiyang Pana3ff55ae2020-04-23 18:26:541651 'android-lollipop-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311652 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091653 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:311654 # No capacity for tablet testers.
Clark DuVall3ef939a2019-06-10 20:35:311655 'Lollipop Tablet Tester',
1656 'Marshmallow Tablet Tester',
Yun Liu2b1c1d82019-10-30 23:11:241657 'android-code-coverage-native', # https://crbug.com/1018780
John Abd-El-Malekfabfb072019-05-30 20:50:191658 ],
John Budorick20c71a0d2020-03-02 20:38:561659 'modifications': {
Wei-Yin Chen (陳威尹)858ee772020-05-11 22:29:271660 'Android CFI': {
1661 'args': [
1662 '--exclude-annotation',
1663 'Feature=RenderTest', # https://crbug.com/1068294
1664 ],
1665 },
Haiyang Pan08d09dc2020-04-01 16:11:211666 'android-pie-x86-rel': {
John Budorick20c71a0d2020-03-02 20:38:561667 'args': [
Haiyang Pan9152d382020-03-03 07:39:411668 '--avd-config=../../tools/android/avd/proto/generic_playstore_android28.textpb',
1669 # https://crbug.com/1046059
John Budorick20c71a0d2020-03-02 20:38:561670 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.chrome_public_test_apk.filter',
1671 ],
Haiyang Pan9152d382020-03-03 07:39:411672 'swarming': {
1673 'named_caches': [
1674 {
1675 'name': 'avd_generic_playstore_android28',
1676 'path': '.android',
1677 },
1678 {
1679 'name': 'system_images_android_28_google_apis_playstore_x86',
1680 'path': '.emulator_sdk',
1681 },
1682 ]
1683 },
John Budorick20c71a0d2020-03-02 20:38:561684 },
1685 },
John Abd-El-Malekfabfb072019-05-30 20:50:191686 },
1687 'network_service_out_of_process_components_browsertests': {
John Abd-El-Malekfabfb072019-05-30 20:50:191688 'remove_from': [
John Budorickea475de2019-06-07 21:16:241689 'android-asan',
1690 # Don't run on trybots; waterfall is enough.
Haiyang Pana3ff55ae2020-04-23 18:26:541691 'android-lollipop-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311692 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091693 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:311694 # No capacity for tablet testers.
Clark DuVall3ef939a2019-06-10 20:35:311695 'Lollipop Tablet Tester',
1696 'Marshmallow Tablet Tester',
Yun Liu42f79ea2019-11-19 01:21:181697 'android-code-coverage-native', # crbug/1018434
John Abd-El-Malekfabfb072019-05-30 20:50:191698 ],
1699 },
1700 'network_service_out_of_process_content_browsertests': {
John Abd-El-Malekfabfb072019-05-30 20:50:191701 'remove_from': [
John Budorickea475de2019-06-07 21:16:241702 'android-asan',
1703 # Don't run on trybots; waterfall is enough.
Haiyang Pana3ff55ae2020-04-23 18:26:541704 'android-lollipop-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311705 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091706 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:311707 # No capacity for tablet testers.
Clark DuVall3ef939a2019-06-10 20:35:311708 'Lollipop Tablet Tester',
1709 'Marshmallow Tablet Tester',
Yun Liu42f79ea2019-11-19 01:21:181710 'android-code-coverage-native', # crbug/1018434
John Abd-El-Malekfabfb072019-05-30 20:50:191711 ],
Haiyang Pand09889852019-08-10 00:26:181712 'modifications': {
John Budorick20c71a0d2020-03-02 20:38:561713 'android-marshmallow-x86-fyi-rel': {
1714 'args': [
Haiyang Pan12d5acd2020-06-01 20:54:571715 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.content_browsertests.filter',
John Budorick20c71a0d2020-03-02 20:38:561716 ],
Haiyang Pan913b9542020-05-11 22:35:001717 'swarming': {
1718 'shards': 10,
1719 },
John Budorick20c71a0d2020-03-02 20:38:561720 },
Haiyang Pan08d09dc2020-04-01 16:11:211721 'android-pie-x86-rel': {
John Budorick20c71a0d2020-03-02 20:38:561722 'args': [
Haiyang Pan12d5acd2020-06-01 20:54:571723 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_p.content_browsertests.filter',
John Budorick20c71a0d2020-03-02 20:38:561724 ],
Haiyang Pand09889852019-08-10 00:26:181725 'swarming': {
1726 'shards': 10,
1727 },
1728 },
1729 },
John Abd-El-Malekfabfb072019-05-30 20:50:191730 },
1731 'network_service_out_of_process_content_shell_test_apk': {
John Abd-El-Malekfabfb072019-05-30 20:50:191732 'remove_from': [
John Budorickea475de2019-06-07 21:16:241733 'android-asan',
1734 # Don't run on trybots; waterfall is enough.
Haiyang Pana3ff55ae2020-04-23 18:26:541735 'android-lollipop-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311736 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091737 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:311738 # No capacity for tablet testers.
Clark DuVall3ef939a2019-06-10 20:35:311739 'Lollipop Tablet Tester',
1740 'Marshmallow Tablet Tester',
Yun Liu42f79ea2019-11-19 01:21:181741 'android-code-coverage-native', # crbug/1018434
John Abd-El-Malekfabfb072019-05-30 20:50:191742 ],
John Budorickee2e64f2020-03-02 20:19:101743 'modifications': {
1744 'android-marshmallow-x86-fyi-rel': {
1745 'args': [
Haiyang Pan28e73582020-05-30 00:34:271746 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator_m.content_shell_test_apk.filter',
John Budorickee2e64f2020-03-02 20:19:101747 ],
1748 },
Haiyang Pan08d09dc2020-04-01 16:11:211749 'android-pie-x86-rel': {
John Budorickee2e64f2020-03-02 20:19:101750 'args': [
1751 '--gtest_filter=-ContentViewScrollingTest.testFling',
1752 ],
1753 },
1754 },
John Abd-El-Malekfabfb072019-05-30 20:50:191755 },
Tim Volodinedac7f5e2019-05-09 18:07:281756 'network_service_webview_instrumentation_test_apk': {
1757 # Only run these on the phone testers for now due to capacity.
1758 'remove_from': [
Haiyang Pana3ff55ae2020-04-23 18:26:541759 'android-lollipop-arm-rel',
Tim Volodinedac7f5e2019-05-09 18:07:281760 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091761 'android-pie-arm64-rel',
Tim Volodinedac7f5e2019-05-09 18:07:281762 'Lollipop Tablet Tester',
1763 'Marshmallow Tablet Tester',
John Budorick27d2d44e2019-05-20 20:26:091764 'android-asan', # https://crbug.com/964562
Tim Volodinedac7f5e2019-05-09 18:07:281765 'Android CFI',
Tim Volodinedac7f5e2019-05-09 18:07:281766 'ToTAndroid',
1767 'ToTAndroidCFI',
Yun Liu2b1c1d82019-10-30 23:11:241768 'android-code-coverage-native', # https://crbug.com/1018431
Tim Volodinedac7f5e2019-05-09 18:07:281769 ],
Haiyang Panfdd94332020-03-27 02:43:291770 'modifications': {
Haiyang Pan08d09dc2020-04-01 16:11:211771 'android-pie-x86-rel': {
Haiyang Panfdd94332020-03-27 02:43:291772 'args': [
1773 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_instrumentation_test_apk.filter',
1774 ],
1775 },
1776 },
Tim Volodinedac7f5e2019-05-09 18:07:281777 },
John Chenaab16fc02020-03-03 06:35:451778 'not_site_per_process_blink_web_tests': {
Lukasz Anforowicz04bc6302018-11-19 19:04:281779 'remove_from': [
Lukasz Anforowicz04bc6302018-11-19 19:04:281780 # TODO(dpranke): Should we be running this step on Linux Tests (dbg)(1)?
1781 'Linux Tests (dbg)(1)',
Lukasz Anforowicz04bc6302018-11-19 19:04:281782 ],
Yuke Liaobc9ff982019-04-30 06:56:161783 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:151784 'Linux Tests': {
1785 "args": [
1786 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
Stephen Martinis1384ff92020-01-07 19:52:151787 ],
1788 },
Yuke Liaoea70f472019-12-19 06:03:361789 'linux-code-coverage': {
1790 'args': [
1791 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw',
Yuke Liaoea70f472019-12-19 06:03:361792 ],
1793 'swarming': {
1794 'shards': 20,
1795 },
1796 },
Yuke Liaobc9ff982019-04-30 06:56:161797 },
Lukasz Anforowicz04bc6302018-11-19 19:04:281798 },
Xi Cheng34ca4042018-02-23 00:10:121799 'notification_helper_unittests': {
1800 'remove_from': [
Hans Wennborg252643a2018-05-22 14:41:121801 # The test uses WinRT, which only exists in Windows 8 or above.
1802 # (https://crbug.com/813553)
Xi Cheng34ca4042018-02-23 00:10:121803 'Win 7 Tests x64 (1)',
Xi Cheng34ca4042018-02-23 00:10:121804 'Win7 Tests (1)',
1805 'Win7 Tests (dbg)(1)',
Stephen Martinis1384ff92020-01-07 19:52:151806 # all these bots run Windows 7.
Xi Cheng34ca4042018-02-23 00:10:121807 'ToTWin',
1808 'ToTWin(dbg)',
1809 'ToTWin(dll)',
inglorionb8e7a3ed2019-04-12 09:49:031810 'ToTWinOfficial',
Xi Cheng34ca4042018-02-23 00:10:121811 'ToTWin64',
1812 'ToTWin64(dbg)',
1813 'ToTWin64(dll)',
1814 'ToTWinCFI',
1815 'ToTWinCFI64',
Oksana Zhuravlova7f996212018-02-28 04:23:081816 'ToTWinThinLTO64',
Xi Cheng34ca4042018-02-23 00:10:121817 ],
1818 },
Ben Pastenee723b2f2019-05-31 19:10:271819 'ozone_unittests': {
1820 'modifications': {
Ben Pastene8ef125e2019-12-10 01:46:291821 'chromeos-betty-chrome': {
1822 'args': [
1823 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1824 ],
1825 },
1826 'chromeos-betty-pi-arc-chrome': {
1827 'args': [
1828 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1829 ],
1830 },
1831 'linux-chromeos-chrome': {
1832 'args': [
1833 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1834 ],
1835 },
Ben Pastenee723b2f2019-05-31 19:10:271836 },
1837 },
Karen Qian385d2ca2019-03-19 21:49:581838 'perfetto_unittests': {
1839 'remove_from': [
John Budorickd3fa5992019-12-13 17:22:411840 'android-arm64-proguard-rel',
John Budorickf2283d72019-06-25 01:09:091841 'android-asan',
Yun Liu022f4512019-06-10 23:14:041842 'android-code-coverage',
Yun Liu7cfd28a2019-10-30 01:57:121843 'android-code-coverage-native',
Haiyang Pan32b83392020-03-14 01:38:461844 'android-lollipop-arm-rel',
Karen Qian385d2ca2019-03-19 21:49:581845 'android-marshmallow-arm64-rel',
John Budorickcaafa912020-01-10 01:14:321846 'android-marshmallow-x86-fyi-rel',
Andrew Luo38b311f2019-10-04 03:42:091847 'android-pie-arm64-rel',
Haiyang Pan08d09dc2020-04-01 16:11:211848 'android-pie-x86-rel',
Karen Qian385d2ca2019-03-19 21:49:581849 'Android CFI',
Karen Qian385d2ca2019-03-19 21:49:581850 'Lollipop Phone Tester',
1851 'Lollipop Tablet Tester',
1852 'Marshmallow 64 bit Tester',
1853 'Marshmallow Tablet Tester',
1854 'Nougat Phone Tester',
1855 'ToTAndroid',
1856 'ToTAndroidCFI'
1857 ]
1858 },
Stephen Martinis54d64ad2018-09-21 22:16:201859 'performance_test_suite': {
1860 'modifications': {
1861 'Mac10.13 Tests (dbg)': {
1862 'args': [
1863 '--browser=debug',
1864 ],
1865 },
1866 'Win10 Tests x64 (dbg)': {
1867 'args': [
1868 '--browser=debug_x64',
1869 ],
1870 'experiment_percentage': 100,
1871 },
1872 'Win7 Tests (dbg)(1)': {
1873 'args': [
1874 '--browser=debug',
1875 ],
1876 },
1877 },
1878 },
Brian Sheedye6ea0ee2019-07-11 02:54:371879 'pixel_skia_gold_test': {
1880 'replacements': {
Brian Sheedye6ea0ee2019-07-11 02:54:371881 # The V8 builders pass the V8 revision for ${got_revision}, so instead
1882 # use ${got_cr_revision}, which is only set on the V8 bots.
1883 'Android V8 FYI Release (Nexus 5X)': {
1884 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321885 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371886 },
1887 },
1888 'Linux V8 FYI Release (NVIDIA)': {
1889 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321890 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371891 },
1892 },
1893 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
1894 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321895 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371896 },
1897 },
1898 'Mac V8 FYI Release (Intel)': {
1899 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321900 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371901 },
1902 },
1903 'Win V8 FYI Release (NVIDIA)': {
1904 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321905 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371906 },
1907 },
1908 },
1909 },
1910 'pixel_test':{
Takuto Ikuta35c85522019-06-04 16:55:461911 'modifications': {
1912 'Android Release (Nexus 5X)': {
1913 'swarming': {
1914 'shards': 2,
1915 },
1916 },
1917 },
Nico Weber128fd382018-06-14 23:29:271918 },
Brian Sheedy9653f152019-08-07 17:02:441919 'rendering_representative_perf_tests': {
1920 'modifications': {
1921 'Win10 FYI x64 Exp Release (Intel HD 630)': {
1922 'args': [
1923 '--browser=release_x64',
1924 ],
1925 },
1926 'Win10 FYI x64 Exp Release (NVIDIA)': {
1927 'args': [
1928 '--browser=release_x64',
1929 ],
1930 },
1931 'Win10 FYI x64 Release (Intel HD 630)': {
1932 'args': [
1933 '--browser=release_x64',
1934 ],
1935 },
1936 'Win10 FYI x64 Release (Intel UHD 630)': {
1937 'args': [
1938 '--browser=release_x64',
1939 ],
1940 },
1941 'Win10 FYI x64 Release (NVIDIA)': {
1942 'args': [
1943 '--browser=release_x64',
1944 ],
1945 },
behdad26cf7e72019-12-18 13:57:301946 'Win10 x64 Release (NVIDIA)': {
1947 'args': [
1948 '--browser=release_x64',
1949 ],
1950 },
behdadf08933582020-05-04 14:00:081951 'Win10 x64 Release (NVIDIA) Code Coverage': {
1952 'args': [
1953 '--browser=release_x64',
1954 ],
1955 },
Brian Sheedy9653f152019-08-07 17:02:441956 },
1957 },
John Budorickdce9d462019-03-23 00:25:381958 'sandbox_linux_unittests': {
1959 'modifications': {
1960 'Lollipop Phone Tester': {
1961 'args': [
1962 '--shard-timeout=300',
1963 ],
1964 },
Haiyang Pan32b83392020-03-14 01:38:461965 'android-lollipop-arm-rel': {
1966 'args': [
1967 '--shard-timeout=300',
1968 ],
1969 },
John Budorick6e8e595b2020-01-27 18:15:581970 'android-marshmallow-x86-fyi-rel': {
1971 'args': [
1972 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.sandbox_linux_unittests.filter',
1973 ]
1974 },
Haiyang Pan08d09dc2020-04-01 16:11:211975 'android-pie-x86-rel': {
John Budorick191adfcd2020-01-29 18:19:041976 'args': [
1977 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.sandbox_linux_unittests.filter',
1978 ]
1979 },
John Budorickdce9d462019-03-23 00:25:381980 },
John Budorick3ebfdf852019-05-13 22:28:161981 'remove_from': [
John Budorick3ebfdf852019-05-13 22:28:161982 'android-asan', # https://crbug.com/962650
1983 ],
John Budorickdce9d462019-03-23 00:25:381984 },
Kenneth Russelleb60cbd22017-12-05 07:54:281985 'services_unittests': {
1986 'remove_from': [
Nico Weber15a00d62018-05-16 17:11:481987 'ToTLinuxMSan', # https://crbug.com/831676
Kenneth Russell8a386d42018-06-02 09:48:011988 # The face and barcode detection tests fail on the Mac Pros.
1989 'Mac Pro FYI Release (AMD)',
Nico Weberd36959682018-04-12 03:33:461990 'Linux ChromiumOS MSan Tests', # https://crbug.com/831676
1991 'Linux MSan Tests', # https://crbug.com/831676
Kenneth Russelleb60cbd22017-12-05 07:54:281992 ],
Brian Sheedyb6c58792020-05-07 18:37:331993 'replacements': {
1994 # TODO(crbug.com/1078982): Remove once the test is fixed on 10.15.4.
1995 'Mac FYI Experimental Release (Intel)': {
1996 'args': {
1997 '--gtest_filter': '*Detection*:-FaceDetectionImplMacTest.ScanOneFace*',
1998 },
1999 },
2000 },
Kenneth Russelleb60cbd22017-12-05 07:54:282001 },
Chong Gu1bf735112020-05-27 01:28:162002 'shell_dialogs_unittests': {
2003 'remove_from': [
2004 'Fuchsia ARM64', # https://crbug.com/1086742
2005 'Fuchsia x64', # https://crbug.com/1086742
2006 ],
2007 },
jonross61a2cd22019-10-11 22:22:052008 'skia_renderer_gl_blink_web_tests': {
2009 'modifications': {
jonross61a2cd22019-10-11 22:22:052010 'Win10 FYI x64 SkiaRenderer GL (NVIDIA)': {
2011 'args': [
2012 '--target',
2013 'Release_x64',
2014 ],
2015 },
2016 },
2017 },
Chong Gu1bf735112020-05-27 01:28:162018 'snapshot_unittests': {
2019 'remove_from': [
2020 'Fuchsia ARM64', # https://crbug.com/1086742
2021 'Fuchsia x64', # https://crbug.com/1086742
2022 ],
2023 },
Ben Pastene727d4162020-05-05 19:10:252024 'storage_service_unsandboxed_interactive_ui_tests': {
2025 'modifications': {
2026 'linux-chromeos-chrome': {
2027 # TODO(crbug.com/970649): Remove this filter.
2028 'args': [
2029 '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs',
2030 ],
2031 },
2032 }
2033 },
Stephen Martinis54d64ad2018-09-21 22:16:202034 'swiftshader_unittests': {
2035 'remove_from': [
2036 # Save capacity on the hardware where we have only a few machines.
2037 'Mac FYI Experimental Release (Intel)',
2038 'Mac FYI Experimental Retina Release (AMD)',
2039 'Mac FYI Experimental Retina Release (NVIDIA)',
2040 'Mac Pro FYI Release (AMD)',
2041 ],
2042 },
Kenneth Russelleb60cbd22017-12-05 07:54:282043 'sync_integration_tests': {
Brad Halla36886c2019-02-26 16:52:292044 'remove_from': [
Brad Halla36886c2019-02-26 16:52:292045 'CrWinAsan(dll)', # https://crbug.com/935598
2046 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282047 'modifications': {
Erik Chene84bc1c2019-11-25 23:23:522048 'Linux ASan LSan Tests (1)': {
2049 'swarming': {
2050 'shards': 4,
2051 },
2052 },
Nico Weber8fbc2832018-12-14 16:00:572053 'Linux TSan Tests': {
2054 'swarming': {
2055 'shards': 6,
2056 },
2057 },
Stephen Martinis1384ff92020-01-07 19:52:152058 'ToTLinuxTSan': {
Kenneth Russelleb60cbd22017-12-05 07:54:282059 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:152060 'shards': 6,
Kenneth Russelleb60cbd22017-12-05 07:54:282061 },
2062 },
Stephen Martinis75ab55d2018-08-30 02:27:122063 'Win10 Tests x64 (dbg)': {
2064 'experiment_percentage': 100, # https://crbug.com/840369
2065 },
Stephen Martinis1384ff92020-01-07 19:52:152066 'Win7 Tests (dbg)(1)': {
2067 'swarming': {
2068 'shards': 2,
2069 },
2070 },
2071 'linux-chromeos-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:112072 'swarming': {
2073 'shards': 4,
2074 },
2075 },
Stephen Martinis1384ff92020-01-07 19:52:152076 'linux-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:112077 'swarming': {
2078 'shards': 4,
2079 },
2080 },
Kenneth Russelleb60cbd22017-12-05 07:54:282081 },
2082 },
Kenneth Russell8a386d42018-06-02 09:48:012083 'tab_capture_end2end_tests': {
Nico Webere89a3c92018-07-01 01:30:522084 # Run these only on Release bots.
Kenneth Russell8a386d42018-06-02 09:48:012085 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:012086 'Linux Debug (NVIDIA)',
2087 'Mac Debug (Intel)',
2088 'Mac Retina Debug (AMD)',
Yuly Novikovbc1ccff2019-08-03 00:05:492089 'Win10 FYI x64 Debug (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:012090 'Win7 FYI Debug (AMD)',
Yuly Novikovf28f1eca2019-07-04 22:43:392091 # Disabled due to dbus crashes crbug.com/927465
Yuly Novikov5865ff72019-07-09 21:38:052092 'Linux FYI Release (Intel HD 630)',
Brian Sheedy4dd98432019-08-13 22:57:002093 'Linux FYI Release (Intel UHD 630)',
Yuly Novikov5865ff72019-07-09 21:38:052094 'Linux FYI Release (NVIDIA)',
Brian Sheedy22d051e2019-08-07 00:50:162095 'Linux FYI SkiaRenderer Vulkan (Intel HD 630)',
Yuly Novikov5865ff72019-07-09 21:38:052096 'Linux FYI SkiaRenderer Vulkan (NVIDIA)',
2097 'Linux Release (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:012098 ],
Emily Hanleyb64ac7c2018-05-25 13:36:552099 },
Brian Sheedyc117f6d2020-05-06 02:23:272100 'telemetry_monochrome_minidump_unittests': {
2101 'remove_from': [
2102 # Monochrome isn't supported on M.
2103 'android-marshmallow-arm64-rel',
2104 'android-marshmallow-x86-fyi-rel',
2105 ],
2106 },
Kenneth Russelleb60cbd22017-12-05 07:54:282107 'telemetry_perf_unittests': {
2108 'modifications': {
Kenneth Russelleb60cbd22017-12-05 07:54:282109 'Linux Tests': {
2110 'args': [
2111 '--xvfb',
Ned Nguyene6e26042018-01-17 20:42:482112 '--jobs=1',
Kenneth Russelleb60cbd22017-12-05 07:54:282113 ],
2114 },
Juan Antonio Navarro Perez4899edf2019-03-14 13:05:352115 'Linux Tests (dbg)(1)': {
2116 'args': [
2117 '--xvfb',
2118 '--jobs=1',
2119 ],
2120 },
Kenneth Russelleb60cbd22017-12-05 07:54:282121 # Disable parallelism on all Mac bots.
2122 'Mac10.10 Tests': {
2123 'args': [
2124 '--jobs=1',
2125 ],
2126 },
2127 'Mac10.11 Tests': {
2128 'args': [
2129 '--jobs=1',
2130 ],
2131 },
2132 'Mac10.12 Tests': {
2133 'args': [
2134 '--jobs=1',
2135 ],
2136 },
Ned Nguyen6e6e5b32018-02-21 20:21:502137 'Win7 Tests (dbg)(1)': {
2138 'args': [
2139 '--jobs=1',
2140 ],
2141 'swarming': {
2142 'shards': 20,
2143 },
2144 'experiment_percentage': 100,
2145 },
Stephen Martinis1384ff92020-01-07 19:52:152146 'linux-chromium-tests-staging-tests': {
2147 'args': [
2148 '--xvfb',
2149 '--jobs=1',
2150 ],
2151 },
2152 'linux-trusty-rel': {
2153 'args': [
2154 '--xvfb',
2155 '--jobs=1',
2156 ],
2157 },
Kenneth Russelleb60cbd22017-12-05 07:54:282158 },
2159 'remove_from': [
Haiyang Pan0e39edf42020-04-28 19:29:012160 # There's no need to run telemetry_perf_unittests on both lollipop and
Erik Chen96894722019-11-21 20:03:392161 # marshmallow on the CQ. https://crbug.com/1026487.
2162 'android-marshmallow-arm64-rel',
Andrew Luobe83fd82019-12-19 03:07:582163 'android-pie-arm64-rel',
Garrett Beatyeef031a2019-02-28 01:55:412164 # crbug.com/936540
2165 'Mac10.10 Tests',
2166 'Mac10.11 Tests',
Shenghua Zhangbd6f1b232018-03-03 02:59:142167 'Mac10.13 Tests',
2168 'Mac10.13 Tests (dbg)',
Stephen Martinis1384ff92020-01-07 19:52:152169 'Linux - Future (dbg)', # client.v8.chromium
Takuto Ikuta9aa015d2019-04-15 23:33:292170 'Win10 Tests x64',
Stephen Martinise701f5a2018-05-04 01:25:112171 'Win10 Tests x64 (dbg)',
Sajjad Mirza87e17b242020-01-22 18:49:072172 'Win10 Tests x64 Code Coverage',
Kenneth Russelleb60cbd22017-12-05 07:54:282173 ],
2174 },
Stephen Martinis54d64ad2018-09-21 22:16:202175 'telemetry_unittests': {
2176 'modifications': {
2177 'Win10 Tests x64 (dbg)': {
2178 'experiment_percentage': 100, # crbug.com/870673
2179 }
John Budorickc498fd3c2019-03-14 01:16:262180 },
2181 'remove_from': [
2182 # crbug.com/936540
2183 'Mac10.10 Tests',
2184 'Mac10.11 Tests',
Takuto Ikuta9aa015d2019-04-15 23:33:292185
2186 'Win10 Tests x64',
Sajjad Mirza87e17b242020-01-22 18:49:072187 'Win10 Tests x64 Code Coverage',
John Budorickc498fd3c2019-03-14 01:16:262188 ],
Stephen Martinis54d64ad2018-09-21 22:16:202189 },
Brian Sheedyf3b48d62020-05-08 23:03:122190 'test_buildbucket_api_gpu_use_cases': {
2191 'remove_from': [
2192 # crbug.com/1080749
2193 'Optional Linux Release (NVIDIA)',
2194 ],
2195 },
Kenneth Russelleb60cbd22017-12-05 07:54:282196 'unit_tests': {
Yun Liu3e759dbb2019-11-01 19:25:522197 'remove_from': [
2198 'android-code-coverage-native', # crbug/1018434
Haiyang Pan0e39edf42020-04-28 19:29:012199 # There's no need to run unit_tests on both lollipop and marshmallow
Erik Chen96894722019-11-21 20:03:392200 # on the CQ. https://crbug.com/1026487.
2201 'android-marshmallow-arm64-rel',
Yun Liu3e759dbb2019-11-01 19:25:522202 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282203 'modifications': {
John Budorickca14c76f62017-12-09 14:19:182204 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:342205 # These are slow on the ASAN trybot for some reason.
2206 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:182207 'swarming': {
John Budorick5052d552017-12-13 02:59:342208 'shards': 4,
John Budorickca14c76f62017-12-09 14:19:182209 },
2210 },
Stephen Martinis1384ff92020-01-07 19:52:152211 'Linux Chromium OS ASan LSan Tests (1)': {
2212 # These are slow on the ASAN trybot for some reason.
2213 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:182214 'swarming': {
2215 'shards': 2,
2216 },
2217 },
Takuto Ikuta54671d972018-07-19 19:06:352218 'Linux ChromiumOS MSan Tests': {
2219 # These are very slow on the Chrome OS MSAN trybot for some reason.
2220 # crbug.com/865455
2221 'swarming': {
2222 'shards': 2,
2223 },
2224 },
Stephen Martinis1384ff92020-01-07 19:52:152225 'Linux TSan Tests': {
Takuto Ikuta54671d972018-07-19 19:06:352226 'swarming': {
2227 'shards': 2,
2228 },
2229 },
Stephen Martinis1384ff92020-01-07 19:52:152230 'ToTLinuxASan': {
Dirk Pranke20eae9a72017-12-09 18:12:142231 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:152232 'shards': 2,
Dirk Pranke20eae9a72017-12-09 18:12:142233 },
2234 },
Stephen Martinis1384ff92020-01-07 19:52:152235 'android-asan': {
2236 'args': [
2237 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.unit_tests.filter',
2238 ],
2239 },
Takuto Ikuta527cdff2020-01-29 08:04:272240 'android-marshmallow-arm64-rel-swarming': {
2241 'swarming': {
2242 'shards': 8,
2243 },
2244 },
Stephen Martinis1384ff92020-01-07 19:52:152245 'android-pie-arm64-rel': {
2246 'experiment_percentage': 100, # https://crbug.com/1010211
2247 },
2248 'linux-chromeos-chrome': {
2249 'args': [
2250 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.unit_tests.filter',
2251 ],
2252 },
Ben Pasteneacd57392019-10-31 02:13:252253 'linux-chromeos-dbg': {
2254 'swarming': {
2255 'shards': 2,
2256 },
2257 },
Erik Chend063aef72019-11-18 19:13:102258 'linux-chromeos-rel': {
2259 'swarming': {
2260 'shards': 2,
2261 },
2262 },
Kenneth Russelleb60cbd22017-12-05 07:54:282263 },
2264 },
Chong Gu4602f4d2020-02-20 03:43:072265 'url_unittests': {
2266 'remove_from': [
2267 # crbug.com/1054240
Stephen Roeac495972020-02-25 23:32:412268 'Fuchsia ARM64',
Chong Gu4602f4d2020-02-20 03:43:072269 ],
2270 },
Kenneth Russell8a386d42018-06-02 09:48:012271 'video_decode_accelerator_gl_unittest': {
2272 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:012273 # Windows Intel doesn't have the GL extensions to support this test.
Yuly Novikovbc1ccff2019-08-03 00:05:492274 'ANGLE GPU Win10 x64 Release (Intel HD 630)',
2275 'Optional Win10 x64 Release (Intel HD 630)',
2276 'Win10 FYI x64 Release (Intel HD 630)',
Brian Sheedyf9387db7b2019-08-05 19:26:102277 'Win10 FYI x64 Release (Intel UHD 630)',
Yuly Novikov5ff15502019-07-31 00:55:482278 'Win10 FYI x64 Exp Release (Intel HD 630)',
Kenneth Russell8a386d42018-06-02 09:48:012279 ],
2280 },
Tom Anderson76eff052020-04-01 21:28:522281 'views_unittests_wayland': {
2282 'modifications': {
2283 'Linux Ozone Tester (Wayland)': {
2284 'args': [
2285 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_views_unittests.filter',
2286 ],
2287 },
2288 },
2289 },
2290 'views_unittests_x11': {
2291 'modifications': {
2292 'Linux Ozone Tester (X11)': {
2293 'args': [
2294 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.x11_views_unittests.filter',
2295 ],
2296 },
2297 },
2298 },
John Budorickd02c429de2020-01-10 19:02:212299 'viz_unittests': {
2300 'modifications': {
2301 'android-marshmallow-x86-fyi-rel': {
John Budorickafd548b2020-01-14 20:45:092302 'args': [
John Budorickd02c429de2020-01-10 19:02:212303 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.viz_unittests.filter',
2304 ],
2305 },
Haiyang Pan08d09dc2020-04-01 16:11:212306 'android-pie-x86-rel': {
John Budorickafd548b2020-01-14 20:45:092307 'args': [
John Budorickd02c429de2020-01-10 19:02:212308 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.viz_unittests.filter',
2309 ],
2310 },
2311 },
2312 },
John Budorick20f4fa8d2019-08-02 22:58:292313 'vr_android_unittests': {
2314 'remove_from': [
Haiyang Pan801fbaa32019-09-06 18:43:092315 'android-marshmallow-x86-fyi-rel',
Haiyang Pan08d09dc2020-04-01 16:11:212316 'android-pie-x86-rel',
Yun Liu3e759dbb2019-11-01 19:25:522317 'android-code-coverage-native', # crbug/1018434
John Budorick20f4fa8d2019-08-02 22:58:292318 ],
2319 },
2320 'vr_common_unittests': {
2321 'remove_from': [
Haiyang Pan801fbaa32019-09-06 18:43:092322 'android-marshmallow-x86-fyi-rel',
Haiyang Pan08d09dc2020-04-01 16:11:212323 'android-pie-x86-rel',
Yun Liu3e759dbb2019-11-01 19:25:522324 'android-code-coverage-native', # crbug/1018431
John Budorick20f4fa8d2019-08-02 22:58:292325 ],
2326 },
Kenneth Russellfbda3c532017-12-08 23:57:242327 'vr_pixeltests': {
2328 'remove_from': [
Haiyang Pan801fbaa32019-09-06 18:43:092329 'android-marshmallow-x86-fyi-rel',
Haiyang Pan08d09dc2020-04-01 16:11:212330 'android-pie-x86-rel',
Kenneth Russell8ceeabf2017-12-11 17:53:282331 'VR Linux',
Yun Liu3e759dbb2019-11-01 19:25:522332 'android-code-coverage-native', # crbug/1018431
Alex Cooper29432cf2020-01-09 01:12:062333 # These tests fail on Win7, and given that We don't support VR there,
2334 # these tests are unnecessary there.
2335 # chromium.win
2336 'Win 7 Tests x64 (1)',
2337 'Win7 Tests (1)',
2338 'Win7 Tests (dbg)(1)',
Kenneth Russellfbda3c532017-12-08 23:57:242339 ],
2340 },
Nico Webere81999ee2018-07-01 23:52:432341 'wayland_client_perftests': {
2342 'remove_from': [
2343 'linux-chromeos-dbg', # https://crbug.com/859307
2344 ],
2345 },
John Budorick63357462019-02-27 23:02:512346 'webdriver_tests_suite': {
2347 'remove_from': [
2348 'Linux Tests', # https://crbug.com/929689, https://crbug.com/936557
2349 ],
2350 },
bsheedy048cbdb2019-02-04 20:32:052351 'webgl2_conformance_gl_passthrough_tests': {
2352 'remove_from': [
Yuly Novikov783ffa7b2019-03-28 00:22:492353 # Not enough capacity. https://crbug.com/946694
Yuly Novikovbc1ccff2019-08-03 00:05:492354 'ANGLE GPU Win10 x64 Release (Intel HD 630)',
Geoff Lang1fede152019-10-10 23:03:442355 # Not enough capacity. https://crbug.com/982294
2356 'Mac Pro FYI Release (AMD)',
2357 'Mac FYI Retina Release (NVIDIA)',
bsheedy048cbdb2019-02-04 20:32:052358 ],
2359 },
John Budorick82e61dfb2019-12-10 04:36:092360 'webgl2_conformance_validating_tests': {
Stephen Martinis54d64ad2018-09-21 22:16:202361 'remove_from': [
2362 # The Mac NVIDIA Retina bots don't have the capacity to run
2363 # this test suite on mac_optional_gpu_tests_rel.
2364 'Optional Mac Retina Release (NVIDIA)',
2365 ],
Kenneth Russell8a386d42018-06-02 09:48:012366 'modifications': {
Kenneth Russell8a386d42018-06-02 09:48:012367 'Mac FYI GPU ASAN Release': {
2368 'args': [
2369 '--is-asan',
2370 ]
2371 },
2372 },
2373 },
2374 'webgl_conformance_gl_passthrough_tests': {
2375 'remove_from': [
2376 # crbug.com/555545 and crbug.com/649824:
2377 # Disable webgl_conformance_gl_tests on some Win/AMD cards.
2378 # Always fails on older cards, flaky on newer cards.
2379 'Win7 FYI Debug (AMD)',
2380 'Win7 FYI Release (AMD)',
Zhenyao Mo23286742019-09-20 00:11:002381 # crbug.com/1005814
2382 'Win10 FYI x64 Release (AMD RX 550)',
Kenneth Russell8a386d42018-06-02 09:48:012383 ],
2384 },
Stephen Martinis54d64ad2018-09-21 22:16:202385 'webgl_conformance_tests': {
Kenneth Russell8a386d42018-06-02 09:48:012386 'modifications': {
Stephen Martinis54d64ad2018-09-21 22:16:202387 # On desktop platforms these don't take very long (~7 minutes),
2388 # but on Android they take ~30 minutes and we want to use more
2389 # shards than on desktop.
Stephen Martinis54d64ad2018-09-21 22:16:202390 'Android Release (Nexus 5X)': {
2391 'swarming': {
2392 'shards': 6,
2393 },
2394 },
Ben Pastene52890ace2019-05-24 20:03:362395 'chromeos-amd64-generic-rel': {
Ben Pastene52890ace2019-05-24 20:03:362396 'swarming': {
Brian Sheedydb0417e2019-12-11 01:14:202397 'shards': 12,
Ben Pastene52890ace2019-05-24 20:03:362398 },
2399 },
Kenneth Russell8a386d42018-06-02 09:48:012400 },
Kenneth Russelle63e41f2019-04-09 02:45:282401 'remove_from': [
2402 # Too slow on this configuration, which is severely hardware
2403 # constrained. crbug.com/950690
2404 'Mac FYI Retina Debug (NVIDIA)',
2405 ],
Kenneth Russell8a386d42018-06-02 09:48:012406 },
John Budorick82e61dfb2019-12-10 04:36:092407 'webgl_conformance_validating_tests': {
2408 'modifications': {
2409 'Mac FYI GPU ASAN Release': {
2410 'args': [
2411 '--is-asan',
2412 ]
2413 },
2414 },
2415 },
Yuly Novikove27d1d22018-10-29 21:24:192416 'webgl_conformance_vulkan_passthrough_tests': {
2417 'remove_from': [
2418 'Win7 FYI Debug (AMD)',
2419 ],
2420 },
Kenneth Russelleb60cbd22017-12-05 07:54:282421 'webkit_unit_tests': {
Yun Liu16394ab32019-11-19 16:37:572422 'remove_from': [
2423 # Flakily fails on Win7. https://crbug.com/943372.
2424 'Win7 Tests (1)',
2425 'Win 7 Tests x64 (1)',
Yun Liu16394ab32019-11-19 16:37:572426 'android-code-coverage-native', # crbug/1018431
2427 ],
Dirk Pranke81ff51c2017-12-09 19:24:282428 'modifications': {
John Budorick5052d552017-12-13 02:59:342429 'Linux ASan LSan Tests (1)': {
2430 # These are very slow on the ASAN trybot for some reason.
2431 # crbug.com/794372
2432 'swarming': {
2433 'shards': 5,
2434 },
2435 },
Erik Chen681dc0282019-11-26 22:54:492436 'Linux TSan Tests': {
2437 'swarming': {
2438 'shards': 2,
2439 },
2440 },
arthursonzogni26889d82018-05-29 17:18:162441 'Marshmallow 64 bit Tester': {
2442 # Increase timeout. See https://crbug.com/847229.
2443 'swarming': {
2444 'hard_timeout': 1200,
2445 },
2446 },
Omer Katz7d2be652020-01-22 18:13:462447 'linux-blink-heap-concurrent-marking-tsan-rel': {
2448 'swarming': {
2449 'shards': 2,
2450 },
2451 },
Dirk Pranke81ff51c2017-12-09 19:24:282452 },
Kenneth Russelleb60cbd22017-12-05 07:54:282453 },
2454 'webview_instrumentation_test_apk': {
2455 'remove_from': [
Hans Wennborgeac4c36c2018-05-23 16:04:062456 # This test frequently fails on Android, https://crbug.com/824959
Haiyang Pana3ff55ae2020-04-23 18:26:542457 'android-lollipop-arm-rel',
Stephen Martinis1384ff92020-01-07 19:52:152458 # matching android builders, the test fails on these.
Hans Wennborga0b11ebe2018-05-15 16:26:502459 'ToTAndroid',
John Budorick27d2d44e2019-05-20 20:26:092460 'android-asan', # https://crbug.com/964562
Dirk Pranke20eae9a72017-12-09 18:12:142461 # On chromium.swarm, this should possibly be being run (or removed
Takuto Ikuta527cdff2020-01-29 08:04:272462 # from android-marshmallow-arm64-rel-swarming).
Haiyang Pan1ad3bb032020-04-24 23:52:032463 'android-lollipop-arm-rel-swarming',
Yun Liu7cfd28a2019-10-30 01:57:122464 'android-code-coverage-native', # https://crbug.com/1018431
Kenneth Russelleb60cbd22017-12-05 07:54:282465 ],
Ben Pastenee17a8e92018-07-12 21:55:182466 'modifications': {
Andrew Luof08500ae2020-01-10 01:24:452467 # chromium.android.fyi
2468 'Android WebView P FYI (rel)': {
2469 'args': [
2470 '--annotation',
2471 'DisabledTest,FlakyTest' # Monitor status of disabled tests.
2472 ],
2473 },
Ben Pastenee17a8e92018-07-12 21:55:182474 'Oreo Phone Tester': {
Andrew Luo93c4a1e2019-08-30 05:26:302475 # TODO(crbug.com/997362): Enable this once it's passing.
bsheedy01833462018-12-07 01:05:572476 # TODO(https://crbug.com/884413): Re-enable this once the tests are
2477 # either passing or there is more capacity.
2478 'experiment_percentage': 0,
Ben Pastenee17a8e92018-07-12 21:55:182479 },
Haiyang Pan08d09dc2020-04-01 16:11:212480 'android-pie-x86-rel': {
Haiyang Panfdd94332020-03-27 02:43:292481 'args': [
2482 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_instrumentation_test_apk.filter',
2483 ],
2484 },
Ben Pastenee17a8e92018-07-12 21:55:182485 },
Kenneth Russelleb60cbd22017-12-05 07:54:282486 },
bsheedy800f5062018-08-07 00:47:542487 'xr_browser_tests': {
2488 'remove_from': [
Stephen Martinis1384ff92020-01-07 19:52:152489 # Randomly hangs indefinitely https://crbug.com/1018896.
2490 'Win10 FYI x64 Release (AMD RX 550)',
bsheedy800f5062018-08-07 00:47:542491 # This exception probably needs to stay due to lack of capacity
2492 # on the Win AMD bots.
2493 'Win7 FYI Debug (AMD)',
Maggie Chen4fc29842018-08-07 19:12:482494 # Fails on the bot, http://crbug.com/868143
2495 'Win7 FYI Release (AMD)',
bsheedy800f5062018-08-07 00:47:542496 ],
2497 },
Kenneth Russelleb60cbd22017-12-05 07:54:282498}