blob: 76ce2369277dcfe94beafaeb8bdd9bef3794e156 [file] [log] [blame]
Kenneth Russelleb60cbd22017-12-05 07:54:281# Copyright 2017 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# This is a .pyl, or "Python Literal", file. You can treat it just like a
6# .json file, with the following exceptions:
7# * all keys must be quoted (use single quotes, please);
8# * comments are allowed, using '#' syntax; and
9# * trailing commas are allowed.
10
11# Exceptions to the common test suites can only include removal from
12# particular bots, and modifications on particular bots. By design,
13# it's not possible to add one-off tests to bots. Instead they have to
14# be added to one of the test suites in test_suites.pyl.
15#
16# The goal is to drive the number of exceptions to zero, to make all
17# the bots behave similarly.
18{
Andrew Luo38b311f2019-10-04 03:42:0919 'android_browsertests': {
20 'modifications': {
21 'android-pie-arm64-rel': {
Andrew Luobe83fd82019-12-19 03:07:5822 'args': [
23 '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001
24 ],
Andrew Luo38b311f2019-10-04 03:42:0925 },
Haiyang Pan08d09dc2020-04-01 16:11:2126 'android-pie-x86-rel': {
John Budorick191adfcd2020-01-29 18:19:0427 'args': [
28 '--gtest_filter=-ImportantSitesUtilBrowserTest.DSENotConsideredImportantInRegularMode', # https://crbug.com/1034001
29 ],
30 },
Andrew Luo38b311f2019-10-04 03:42:0931 },
32 },
Kenneth Russelleb60cbd22017-12-05 07:54:2833 'android_webview_unittests': {
34 'remove_from': [
John Budorick826d5ed2017-12-28 19:27:3235 # On chromium.android, these do not need to run prior to M.
Haiyang Pana3ff55ae2020-04-23 18:26:5436 'android-lollipop-arm-rel',
Yun Liu3e759dbb2019-11-01 19:25:5237 'android-code-coverage-native', # crbug/1018434
Kenneth Russelleb60cbd22017-12-05 07:54:2838 ],
Kenneth Russelleb60cbd22017-12-05 07:54:2839 },
Kenneth Russell8a386d42018-06-02 09:48:0140 'angle_end2end_tests': {
41 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:0142 # TODO(ynovikov) Investigate why the test breaks on older devices.
43 'Android FYI Release (Nexus 5)',
44 'Android FYI Release (Nexus 6)',
45 'Android FYI Release (Nexus 9)',
46 # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219
47 'Linux FYI Release (AMD R7 240)',
Yuly Novikovab7256232019-04-08 19:08:0948 # Temporarily disabled due to bad NVIDIA driver upgrade crbug.com/950542
49 'Linux FYI Debug (NVIDIA)',
50 'Linux FYI GPU TSAN Release',
jonrossfb1c61b72019-11-19 01:43:5951 # Disabling on RX 550 as we are currently qualifying the card and not
52 # checking for regressions. crbug.com/1025745
53 'Win10 FYI x64 Release (AMD RX 550)',
Kenneth Russell8a386d42018-06-02 09:48:0154 ],
55 },
56 'angle_perftests': {
57 'remove_from': [
Yuly Novikov04baee6d2018-12-21 21:22:2158 'Android FYI Release (Nexus 5)', # crbug.com/915429
Nico Weber521565b2018-07-12 22:50:1659 'Android FYI Release (Nexus 6)', # anglebug.com/2433
Yuly Novikovab7256232019-04-08 19:08:0960 'Linux FYI GPU TSAN Release', # crbug.com/950542
Kenneth Russell8a386d42018-06-02 09:48:0161 ],
62 },
Kenneth Russellfbda3c532017-12-08 23:57:2463 'angle_unittests': {
64 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:0165 # On Android, these are already run on the main waterfall.
Kenneth Russell8a386d42018-06-02 09:48:0166 'Android FYI Release (Nexus 5X)',
Kenneth Russellfbda3c532017-12-08 23:57:2467 ],
John Budorickca14c76f62017-12-09 14:19:1868 'modifications': {
69 'Linux ASan LSan Tests (1)': {
70 'swarming': {
71 'shards': 10,
72 },
73 },
74 },
Kenneth Russellfbda3c532017-12-08 23:57:2475 },
Saman Sami8e2eedaa2019-12-18 20:23:0776 'angle_white_box_tests': {
77 'remove_from': [
78 # https://crbug.com/1035178
79 'Win10 FYI x64 Release (AMD RX 550)',
80 # https://crbug.com/1035461
81 'Linux FYI GPU TSAN Release',
82 ],
83 },
John Chenaab16fc02020-03-03 06:35:4584 'blink_web_tests': {
85 'remove_from': [
86 'Win 7 Tests x64 (1)', # 64-bit win is unsupported by the layout tests.
87 'Win10 Tests x64 (dbg)',
88 ],
89 'modifications': {
90 'Fuchsia x64': {
91 'args': [
92 '--platform=fuchsia',
93 ],
94 'swarming': {
95 'shards': 1,
96 },
97 },
98 'Linux Tests': {
99 "args": [
100 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
101 ],
102 },
103 'Linux Tests (dbg)(1)': {
104 'args': [
105 '--debug',
106 ],
107 'swarming': {
108 'shards': 20,
109 },
110 },
111 'Mac10.10 Tests': {
112 # TODO(kbr): this is essentially redundant.
113 'swarming': {
114 'dimension_sets': [
115 {
116 'gpu': 'none',
117 'os': 'Mac-10.10.5',
118 },
119 ],
120 'shards': 25,
121 },
122 },
123 'Mac10.11 Tests': {
124 # TODO(kbr): this is essentially redundant.
125 'swarming': {
126 'dimension_sets': [
127 {
128 'gpu': 'none',
129 'os': 'Mac-10.11.6',
130 },
131 ],
132 'shards': 25,
133 },
134 },
135 'Mac10.12 Tests': {
136 'swarming': {
137 'shards': 25,
138 },
139 },
140 'Mac10.13 Tests': {
141 'swarming': {
142 'dimension_sets': [
143 {
144 # Run the layout tests on a consistent set of hardware
145 # (Mac Minis).
146 'gpu': '8086:0a2e',
147 },
148 ],
149 'shards': 25,
150 },
151 },
152 'Mac10.13 Tests (dbg)': {
153 'args': [
154 '--debug',
155 ],
John Budorickd3375fa2020-03-17 20:49:11156 'swarming': {
157 'shards': 25,
158 },
John Chenaab16fc02020-03-03 06:35:45159 },
160 'V8 Blink Linux Debug': {
161 'args': [
162 '--debug',
163 ],
164 },
165 'V8 Blink Linux Future': {
166 'args': [
167 '--additional-driver-flag=--js-flags=--future',
168 ],
169 },
170 'WebKit Linux ASAN': {
171 'args': [
172 '--additional-expectations',
173 '../../third_party/blink/web_tests/ASANExpectations',
174 '--time-out-ms',
175 '48000',
176 '--enable-sanitizer',
177 ],
178 'swarming': {
179 'shards': 20,
180 },
181 },
182 'WebKit Linux Leak': {
183 'args': [
184 '--additional-expectations',
185 '../../third_party/blink/web_tests/LeakExpectations',
186 '--time-out-ms',
187 '48000',
188 '--enable-leak-detection',
189 ],
190 'swarming': {
191 'shards': 10,
192 },
193 },
194 'WebKit Linux MSAN': {
195 'args': [
196 '--additional-expectations',
197 '../../third_party/blink/web_tests/MSANExpectations',
198 '--time-out-ms',
199 '66000',
200 '--enable-sanitizer',
201 ],
202 'swarming': {
203 'expiration': 36000,
204 'hard_timeout': 10800,
205 'io_timeout': 3600,
206 'shards': 20,
207 },
208 },
209 'WebKit Linux composite_after_paint Dummy Builder': {
210 'args': [
211 '--additional-driver-flag=--enable-blink-features=CompositeAfterPaint',
212 ],
213 },
214 'WebKit Linux layout_ng_disabled Builder': {
215 'args': [
216 '--additional-driver-flag=--disable-blink-features=LayoutNG',
217 ],
218 },
219 'Win10 Tests x64': {
220 'args': [
221 '--target',
222 'Release_x64',
223 ],
224 'swarming': {
225 "shards": 28
226 },
227 },
228 'Win10 Tests x64 (dbg)': {
229 'args': [
230 '--debug',
231 '--target',
232 'Debug_x64',
233 ],
234 },
235 'Win10 Tests x64 Code Coverage': {
236 'args': [
237 '--target',
238 'Release_x64',
239 ],
240 'swarming': {
241 "shards": 28
242 },
243 },
244 'Win7 Tests (dbg)(1)': {
245 'args': [
246 '--debug',
247 '--time-out-ms',
248 '60000'
249 ],
250 'experiment_percentage': 100,
251 # TODO(kbr): the "Windows-7-SP1" Swarming dimension set is implicit,
252 # from prefered_os_dimension in
253 # tools/build/scripts/slave/recipe_modules/swarming/api.py. Ideally,
254 # Swarming dimensions would be either specified for all testers on the
255 # waterfall (and therefore, explicitly specified for all tests in the
256 # generated JSON), or this would be removed, and the implicit one used.
257 'swarming': {
258 'dimension_sets': [
259 {
260 'os': 'Windows-7-SP1',
261 }
262 ],
263 },
264 },
265 # tryserver.chromium.android
266 'android_blink_rel': {
267 'args': [
268 '--release',
269 '--android',
270 # TODO(crbug.com/912120): Breakpad was entirely disabled on
271 # Android. Remove this when it no longer affects Android crash
272 # log handling.
273 '--disable-breakpad',
274 # TODO(crbug.com/875172): run on the real GPU since the
275 # software fallback, SwiftShader, isn't yet for 32-bit ARM.
276 '--additional-driver-flag=--use-gpu-in-tests',
277 ],
278 },
279 'devtools_frontend_linux_blink_light_rel': {
280 'args': [
281 'http/tests/devtools',
282 ],
283 'swarming': {
284 'shards': 4,
285 },
286 },
287 'fuchsia-fyi-x64-rel': {
288 'args': [
289 '--platform=fuchsia',
290 ],
291 'swarming': {
292 'shards': 1,
293 },
294 },
Mathias Carlen30968a62020-03-31 08:47:04295 'linux-autofill-assistant': {
296 'args': [
297 '--release',
298 ],
299 },
Yuzu Saijo9709bcc2020-03-18 09:12:20300 'linux-bfcache-rel': {
John Chenaab16fc02020-03-03 06:35:45301 'args': [
John Chenaab16fc02020-03-03 06:35:45302 '--additional-driver-flag=--enable-features=BackForwardCache',
303 '--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/enable-features=BackForwardCache',
304 ],
305 },
306 'linux-blink-animation-use-time-delta': {
307 'args': [
308 '--debug',
309 ],
310 },
311 'linux-blink-cors-rel': {
312 'args': [
313 '--additional-driver-flag=--disable-features=OutOfBlinkCors',
314 '--additional-expectations=../../third_party/blink/web_tests/FlagExpectations/disable-features=OutOfBlinkCors',
315 ],
316 },
317 'linux-blink-heap-concurrent-marking-tsan-rel': {
318 'args': [
319 '--release',
320 '--additional-driver-flag=--enable-features=BlinkHeapConcurrentMarking',
321 ],
322 },
323 'linux-code-coverage': {
324 'args': [
325 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw',
326 ],
327 'swarming': {
328 'shards': 20,
329 },
330 },
Aaron Gable40f79aa2020-03-21 01:21:15331 'linux-layout-tests-edit-ng': {
332 'args': [
Yoshifumi Inouebebca262020-04-08 22:03:49333 '--additional-driver-flag=--enable-blink-features=EditingNG',
Aaron Gable40f79aa2020-03-21 01:21:15334 ],
335 },
John Chenaab16fc02020-03-03 06:35:45336 'linux-layout-tests-fragment-item': {
337 'args': [
338 '--additional-driver-flag=--enable-blink-features=LayoutNGFragmentItem',
339 ],
340 },
John Chenaab16fc02020-03-03 06:35:45341 'mac10.10-blink-rel-dummy': {
342 'swarming': {
343 'shards': 20,
344 },
345 },
346 'mac10.11-blink-rel-dummy': {
347 'swarming': {
348 'shards': 20,
349 },
350 },
351 'mac10.12-blink-rel-dummy': {
352 'swarming': {
353 'shards': 20,
354 },
355 },
356 'mac10.13-blink-rel-dummy': {
357 'swarming': {
358 'shards': 20,
359 },
360 },
361 'mac10.13_retina-blink-rel-dummy': {
362 'swarming': {
363 'shards': 20,
364 },
365 },
366 'mac10.14-blink-rel-dummy': {
367 'swarming': {
368 'shards': 20,
369 },
370 },
Ilia Samsonov7efe05e2020-05-07 19:00:46371 'mac10.15-blink-rel-dummy': {
372 'swarming': {
373 'shards': 20,
374 },
375 },
John Chenaab16fc02020-03-03 06:35:45376 },
377 },
Chong Gu9a2741732020-02-24 21:32:01378 'boringssl_crypto_tests': {
379 'remove_from': [
380 # https://crbug.com/1054545
Stephen Roeac495972020-02-25 23:32:41381 'Fuchsia ARM64',
Chong Gu9a2741732020-02-24 21:32:01382 ],
383 },
384 'boringssl_ssl_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 },
John Budorickca995852019-06-26 16:55:55390 'breakpad_unittests': {
391 'modifications': {
392 'android-asan': {
393 'args': [
394 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.breakpad_unittests.filter',
395 ],
396 },
397 },
398 },
Kenneth Russelleb60cbd22017-12-05 07:54:28399 'browser_tests': {
Kenneth Russellfbda3c532017-12-08 23:57:24400 'remove_from': [
Brad Halla36886c2019-02-26 16:52:29401 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber3af4da72018-02-27 01:59:41402 'linux-win_cross-rel',
Nico Weberdae13cd92018-12-14 13:56:26403 'ToTLinuxTSan', # https://crbug.com/368525
John Budorick5ef11472019-12-18 22:02:33404 'Mac10.10 Tests', # https://crbug.com/828031
Aaron Gable30cda242020-01-22 21:02:58405 'Mac10.13 Tests', # https://crbug.com/1042757
Nico Weberd36959682018-04-12 03:33:46406 'Linux TSan Tests', # https://crbug.com/368525
Stephen Martinise701f5a2018-05-04 01:25:11407 'Win10 Tests x64 (dbg)',
Kenneth Russellfbda3c532017-12-08 23:57:24408 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28409 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:15410 'Linux - Future (dbg)': { # client.v8.chromium
Yuke Liaoea70f472019-12-19 06:03:36411 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15412 'shards': 10,
Yuke Liaoea70f472019-12-19 06:03:36413 },
414 },
Stephen Martinis1384ff92020-01-07 19:52:15415 'Linux ASan LSan Tests (1)': {
416 # These are very slow on the ASAN trybot for some reason.
417 # crbug.com/794372
Roberto Carrillo2c9ec972019-03-20 03:11:19418 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15419 'shards': 40,
Roberto Carrillo2c9ec972019-03-20 03:11:19420 },
421 },
Chris Cunningham1d0e9e12020-02-26 22:56:40422 'Linux ASan Tests (sandboxed)': {
423 'swarming': {
424 'shards': 12, # https://crbug.com/1056300
425 },
426 },
Stephen Martinis1384ff92020-01-07 19:52:15427 'Linux Chromium OS ASan LSan Tests (1)': {
428 # These are very slow on the ASAN trybot for some reason.
429 # crbug.com/794372
Roberto Carrillo5a5c98dc2019-10-30 22:33:51430 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15431 'shards': 31,
Roberto Carrillo5a5c98dc2019-10-30 22:33:51432 },
433 },
Stephen Martinis1384ff92020-01-07 19:52:15434 'Linux ChromiumOS MSan Tests': {
435 # These are very slow on the Chrome OS MSAN trybot for some reason.
436 # crbug.com/865455
Kenneth Russell56a3e862017-12-08 03:11:34437 'swarming': {
Ben Pasteneea3b13e12020-05-08 00:06:50438 # TODO(crbug.com/1071693): Drop back down to 32 shards.
439 'shards': 40,
Kenneth Russell56a3e862017-12-08 03:11:34440 },
441 },
John Budorick614f91a2020-03-30 20:34:55442 'Linux Tests (dbg)(1)': {
443 # crbug.com/1066161
444 'swarming': {
445 'shards': 20,
446 },
447 },
Stephen Martinis1384ff92020-01-07 19:52:15448 'Mac ASan 64 Tests (1)': {
Kenneth Russellfbda3c532017-12-08 23:57:24449 'swarming': {
John Budorick542f4762020-03-17 20:40:14450 'dimension_sets': [
451 {
452 # These shards are liable to time out when running on minis.
453 'cores': '8',
454 }
455 ],
Kenneth Russellfbda3c532017-12-08 23:57:24456 'shards': 20,
457 },
458 },
John Budorickd3375fa2020-03-17 20:49:11459 'Mac10.13 Tests (dbg)': {
460 'swarming': {
461 'shards': 20,
462 },
463 },
Stephen Martinis1384ff92020-01-07 19:52:15464 'ToTWin(dbg)': {
Kenneth Russelleb60cbd22017-12-05 07:54:28465 'swarming': {
John Budorickca14c76f62017-12-09 14:19:18466 'shards': 20,
Kenneth Russelleb60cbd22017-12-05 07:54:28467 },
468 },
Stephen Martinis1384ff92020-01-07 19:52:15469 'ToTWin64(dbg)': {
Kenneth Russell8ceeabf2017-12-11 17:53:28470 'swarming': {
471 'shards': 20,
472 },
473 },
Kenneth Russell6c83d212018-07-27 20:52:59474 'Win10 Tests x64': {
475 # crbug.com/868082
476 'args': [
477 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
478 ],
Takuto Ikutac9c269a2019-01-10 22:40:25479 'swarming': {
480 # This is for slow test execution that often becomes a critical path of
481 # swarming jobs. crbug.com/868114
482 'shards': 15,
483 }
Kenneth Russell6c83d212018-07-27 20:52:59484 },
Sajjad Mirza87e17b242020-01-22 18:49:07485 'Win10 Tests x64 Code Coverage': {
486 # crbug.com/868082
487 'args': [
488 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
489 ],
490 'swarming': {
491 # This is for slow test execution that often becomes a critical path of
492 # swarming jobs. crbug.com/868114
493 'shards': 15,
494 }
495 },
Stephen Martinis1384ff92020-01-07 19:52:15496 'Win7 Tests (1)': {
497 # This is for slow test execution that often becomes a critical path of
498 # swarming jobs. crbug.com/868114
499 'swarming': {
500 'shards': 15,
501 },
502 },
503 'Win7 Tests (dbg)(1)': {
Pavol Markoc579e072019-12-05 22:42:02504 'swarming': {
505 'shards': 20,
506 },
507 },
Stephen Martinis1384ff92020-01-07 19:52:15508 'linux-chromeos-chrome': {
509 # TODO(https://crbug.com/932269): Promote out of experiment when the
510 # tests are green.
511 'args': [
512 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter',
513 ],
514 },
515 'linux-chromeos-code-coverage': {
Nico Weber0c2861b2018-12-14 18:05:16516 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15517 'shards': 50,
518 },
519 },
520 'linux-chromeos-dbg': {
521 'swarming': {
522 'shards': 30,
523 },
524 },
525 'linux-chromeos-rel': {
526 'swarming': {
527 'shards': 20,
Stephanie Kime9008f72020-03-05 23:01:16528 'dimension_sets': [
529 {
530 'kvm': '1',
531 },
532 ],
Stephen Martinis1384ff92020-01-07 19:52:15533 },
534 },
535 'linux-code-coverage': {
Yuke Liao58e1d202020-03-20 23:02:01536 'args': [
537 '--no-sandbox',
538 ],
Stephen Martinis1384ff92020-01-07 19:52:15539 'swarming': {
540 'shards': 50,
541 },
542 },
543 'linux-trusty-rel': {
544 'args': [
John Budorick79ec9012020-01-08 21:56:31545 '--test-launcher-filter-file=../../testing/buildbot/filters/linux_trusty_rel.browser_tests.filter',
546 ],
Stephen Martinis1384ff92020-01-07 19:52:15547 },
548 'mac-code-coverage': {
Stephen Martinis1384ff92020-01-07 19:52:15549 'swarming': {
550 'shards': 15,
551 },
552 },
Stephen Martinis1384ff92020-01-07 19:52:15553 'win-asan': {
554 # browser_tests shards were reaching a timeout limit of 60 minutes on win-asan
555 # (https://crbug.com/1031096).
556 'swarming': {
557 'shards': 20,
Nico Weber0c2861b2018-12-14 18:05:16558 },
559 },
Kenneth Russelleb60cbd22017-12-05 07:54:28560 },
561 },
Erik Chen681dc0282019-11-26 22:54:49562 'cc_unittests': {
563 'modifications': {
564 'Linux TSan Tests': {
565 'swarming': {
566 'shards': 3,
567 },
568 },
John Budorickfa8f1da92020-01-15 18:11:38569 'android-marshmallow-x86-fyi-rel': {
570 # https://crbug.com/1039860
571 'args': [
572 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter',
573 ],
574 },
Haiyang Pan08d09dc2020-04-01 16:11:21575 'android-pie-x86-rel': {
John Budorickfa8f1da92020-01-15 18:11:38576 # https://crbug.com/1039860
577 'args': [
578 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.cc_unittests.filter',
579 ],
580 },
Erik Chen681dc0282019-11-26 22:54:49581 },
Chong Gu00dbbbf2020-01-31 23:51:45582 'remove_from': [
Stephen Roeac495972020-02-25 23:32:41583 'Fuchsia ARM64', # https://crbug.com/1046552
Weza653d8a2020-04-21 13:37:53584 'Fuchsia x64', # https://crbug.com/1046552
Chong Gu00dbbbf2020-01-31 23:51:45585 ],
Erik Chen681dc0282019-11-26 22:54:49586 },
Dirk Pranke1b767092017-12-07 04:44:23587 'checkbins': {
588 'remove_from': [
Stephen Martinis47d77132019-04-24 23:51:33589 'linux-archive-dbg',
590 'linux-archive-rel',
591 'mac-archive-dbg',
592 'mac-archive-rel',
Dirk Pranke1b767092017-12-07 04:44:23593 ],
594 },
Andrew Luod252791ac2019-10-15 00:28:13595 'chrome_java_test_pagecontroller_tests': {
596 'modifications': {
597 'android-pie-arm64-rel': {
598 'experiment_percentage': 100, # https://crbug.com/924194
599 },
600 },
601 },
Yun Liu7cfd28a2019-10-30 01:57:12602 'chrome_public_smoke_test': {
603 'remove_from': [
604 'android-code-coverage-native', # https://crbug.com/1018780
605 ],
606 },
Kenneth Russelleb60cbd22017-12-05 07:54:28607 'chrome_public_test_apk': {
John Budorick27d2d44e2019-05-20 20:26:09608 'remove_from': [
609 'android-asan', # https://crbug.com/964562
Yun Liu7cfd28a2019-10-30 01:57:12610 'android-code-coverage-native', # https://crbug.com/1018780
Haiyang Pana3ff55ae2020-04-23 18:26:54611 'android-lollipop-arm-rel', # https://crbug.com/1060245
John Budorick27d2d44e2019-05-20 20:26:09612 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28613 'modifications': {
Natalie Chouinard48afb4352020-04-17 21:30:32614 'Android CFI': {
615 'args': [
616 '--exclude-annotation',
617 'Feature=RenderTest', # https://crbug.com/1068294
618 ],
619 },
Kenneth Russelleb60cbd22017-12-05 07:54:28620 'Marshmallow 64 bit Tester': {
621 'swarming': {
Kenneth Russelleb60cbd22017-12-05 07:54:28622 'shards': 14,
623 },
624 },
Arthur Wang5dd7b07c2020-04-04 01:05:22625 'Marshmallow Tablet Tester': {
626 'args': [
627 '--timeout-scale',
628 '2.0',
629 ],
630 },
Ben Pastenec73e96e92018-07-12 01:40:35631 'Oreo Phone Tester': {
bsheedy01833462018-12-07 01:05:57632 # TODO(https://crbug.com/884413): Re-enable this once the tests are
633 # either passing or there is more capacity.
634 'experiment_percentage': 0,
Ben Pastenec73e96e92018-07-12 01:40:35635 },
Stephen Martinis1384ff92020-01-07 19:52:15636 'android-arm64-proguard-rel': {
637 'swarming': {
638 'shards': 25,
639 },
640 },
Haiyang Pan1ad3bb032020-04-24 23:52:03641 'android-lollipop-arm-rel-swarming': {
Brian Sheedy44a7a0032020-04-16 19:20:57642 'swarming': {
Brian Sheedy180c2dd2020-04-22 19:34:31643 'service_account': '[email protected]'
Brian Sheedy44a7a0032020-04-16 19:20:57644 },
645 },
Stephen Martinis1384ff92020-01-07 19:52:15646 'android-marshmallow-arm64-rel': {
647 'swarming': {
648 'shards': 25,
649 },
650 },
Brian Sheedy44a7a0032020-04-16 19:20:57651 'android-marshmallow-arm64-rel-swarming': {
652 'swarming': {
Brian Sheedy180c2dd2020-04-22 19:34:31653 'service_account': '[email protected]'
Brian Sheedy44a7a0032020-04-16 19:20:57654 },
655 },
Stephen Martinis1384ff92020-01-07 19:52:15656 'android-pie-arm64-rel': {
657 'args': [
658 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.chrome_public_test_apk.filter', # https://crbug.com/1010211
659 ],
Haiyang Pan43640ee2020-02-13 01:38:00660 },
Haiyang Pan08d09dc2020-04-01 16:11:21661 'android-pie-x86-rel': {
Haiyang Pan43640ee2020-02-13 01:38:00662 'args': [
Haiyang Pan71373072020-03-02 19:57:49663 '--avd-config=../../tools/android/avd/proto/generic_playstore_android28.textpb',
664 # https://crbug.com/1046059
Haiyang Pan43640ee2020-02-13 01:38:00665 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.chrome_public_test_apk.filter',
666 ],
Haiyang Pan71373072020-03-02 19:57:49667 'swarming': {
668 'named_caches': [
669 {
670 'name': 'avd_generic_playstore_android28',
671 'path': '.android',
672 },
673 {
674 'name': 'system_images_android_28_google_apis_playstore_x86',
675 'path': '.emulator_sdk',
676 },
677 ]
678 },
John Budorick34009472018-04-03 17:38:44679 },
Kenneth Russelleb60cbd22017-12-05 07:54:28680 },
681 },
682 'chrome_public_test_vr_apk': {
Nico Weberb0b3f5862018-07-13 18:45:15683 'remove_from': [
bsheedy410dd7c2018-06-15 22:42:09684 'Lollipop Tablet Tester',
685 'Marshmallow Tablet Tester',
Haiyang Pan801fbaa32019-09-06 18:43:09686 'android-marshmallow-x86-fyi-rel',
Haiyang Pan08d09dc2020-04-01 16:11:21687 'android-pie-x86-rel',
Andrew Luo38b311f2019-10-04 03:42:09688 'android-pie-arm64-rel', # https://crbug.com/1010211
bsheedydf58b4e2018-11-01 19:42:16689 'ToTAndroid',
690 'ToTAndroidCFI',
John Budorick27d2d44e2019-05-20 20:26:09691 'android-asan', # https://crbug.com/964562
Yun Liu7cfd28a2019-10-30 01:57:12692 'android-code-coverage-native', # https://crbug.com/1018780
bsheedy410dd7c2018-06-15 22:42:09693 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28694 },
bsheedy75a4dd52018-11-27 23:24:30695 'chrome_public_test_vr_apk-vega': {
696 'modifications': {
bsheedy75a4dd52018-11-27 23:24:30697 'Oreo Phone Tester': {
698 'swarming': {
699 'dimension_sets': [
700 {
701 'device_os': 'OVR1.180808.003',
702 'device_type': 'vega',
703 'os': 'Android',
704 },
705 ],
706 },
707 }
708 }
709 },
Takuto Ikuta1b749b902019-04-11 18:05:53710 'chromedriver_py_tests': {
711 'remove_from': [
712 # Timeout happens sometimes (crbug.com/951799).
Takuto Ikuta1b749b902019-04-11 18:05:53713 'Win10 Tests x64 (dbg)',
714 ],
715 },
Yun Liu3e759dbb2019-11-01 19:25:52716 'components_browsertests': {
717 'remove_from': [
718 'android-code-coverage-native', # crbug/1018434
719 ],
720 },
Kenneth Russelleb60cbd22017-12-05 07:54:28721 'components_unittests': {
Yun Liu3e759dbb2019-11-01 19:25:52722 'remove_from': [
Stephen Roeac495972020-02-25 23:32:41723 'Fuchsia ARM64', # https://crbug.com/961457
Yun Liu16394ab32019-11-19 16:37:57724 'Fuchsia x64', # https://crbug.com/961457
Yun Liu3e759dbb2019-11-01 19:25:52725 'android-code-coverage-native', # crbug/1018431
Kevin Marshallce2afe1b2019-12-06 00:49:21726 'fuchsia-fyi-arm64-rel', # https://crbug.com/961457
727 'fuchsia-fyi-x64-dbg', # https://crbug.com/961457
728 'fuchsia-fyi-x64-rel', # https://crbug.com/961457
Yun Liu3e759dbb2019-11-01 19:25:52729 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28730 'modifications': {
John Budorick5052d552017-12-13 02:59:34731 'Linux ASan LSan Tests (1)': {
732 # These are very slow on the ASAN trybot for some reason.
733 # crbug.com/794372
734 'swarming': {
735 'shards': 5,
736 },
737 },
Takuto Ikuta54671d972018-07-19 19:06:35738 'Linux Chromium OS ASan LSan Tests (1)': {
739 # These are very slow on the ASAN trybot for some reason.
740 # crbug.com/794372
741 'swarming': {
742 'shards': 5,
743 },
744 },
Erik Chen681dc0282019-11-26 22:54:49745 'Linux TSan Tests': {
746 'swarming': {
747 'shards': 2,
748 },
749 },
Omer Katz7d2be652020-01-22 18:13:46750 'linux-blink-heap-concurrent-marking-tsan-rel': {
751 'swarming': {
752 'shards': 2,
753 },
754 },
Kenneth Russelleb60cbd22017-12-05 07:54:28755 },
756 },
757 'content_browsertests': {
Brad Halla36886c2019-02-26 16:52:29758 'remove_from': [
Brad Halla36886c2019-02-26 16:52:29759 'CrWinAsan(dll)', # https://crbug.com/935598
Yun Liu42f79ea2019-11-19 01:21:18760 'android-code-coverage-native', # crbug/1018434
Yuke Liaod7da81b2020-03-20 18:57:57761 # http://crbug.com/1060245#c30: due to low utility and capacity.
762 'android-marshmallow-arm64-rel',
Brad Halla36886c2019-02-26 16:52:29763 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28764 'modifications': {
Kenneth Russellfbda3c532017-12-08 23:57:24765 'Cast Audio Linux': {
766 'args': [
Nico Weber02f30392018-07-16 18:39:43767 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24768 ],
Kenneth Russellfbda3c532017-12-08 23:57:24769 },
770 'Cast Linux': {
771 'args': [
Nico Weber02f30392018-07-16 18:39:43772 '--test-launcher-filter-file=../../testing/buildbot/filters/cast-linux.content_browsertests.filter',
Kenneth Russellfbda3c532017-12-08 23:57:24773 ],
Kenneth Russellfbda3c532017-12-08 23:57:24774 },
Erik Chenb681c8c2019-11-25 22:52:52775 'Linux ASan LSan Tests (1)': {
776 'swarming': {
777 'shards': 12,
778 },
779 },
Chris Cunninghame1a04ea2019-04-24 01:49:32780 'Linux ASan Tests (sandboxed)': {
781 'swarming': {
Stephen McGruer640f0c32020-02-14 15:29:40782 'shards': 4, # https://crbug.com/1051944
Chris Cunninghame1a04ea2019-04-24 01:49:32783 },
784 },
Erik Chen681dc0282019-11-26 22:54:49785 'Linux TSan Tests': {
786 'swarming': {
787 'shards': 15,
788 },
789 },
Stephen Martinis1384ff92020-01-07 19:52:15790 'Lollipop Phone Tester': {
791 'swarming': {
792 'shards': 13,
793 },
794 },
795 'Win10 Tests x64': {
796 # crbug.com/868082
797 'args': [
798 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
799 ],
800 },
801 'Win10 Tests x64 (dbg)': {
802 'experiment_percentage': 100,
803 # crbug.com/868082
804 'args': [
805 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
Stephen Martinis1384ff92020-01-07 19:52:15806 ],
807 },
Sajjad Mirza87e17b242020-01-22 18:49:07808 'Win10 Tests x64 Code Coverage': {
809 # crbug.com/868082
810 'args': [
811 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
812 ],
813 },
Stephen Martinis1384ff92020-01-07 19:52:15814 'android-arm64-proguard-rel': {
815 'swarming': {
816 'shards': 16,
817 },
818 },
819 'android-asan': {
820 'args': [
821 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.content_browsertests.filter',
822 ],
823 'swarming': {
824 'shards': 18,
825 },
826 },
Haiyang Pan32b83392020-03-14 01:38:46827 'android-lollipop-arm-rel': {
828 'swarming': {
829 'shards': 15,
830 },
831 },
Stephen Martinis1384ff92020-01-07 19:52:15832 'android-marshmallow-arm64-rel': {
833 'swarming': {
834 'shards': 16,
835 },
836 },
John Budoricka4e23882020-02-28 18:36:43837 'android-marshmallow-x86-fyi-rel': {
838 'args': [
839 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter',
840 ],
841 },
Haiyang Pan08d09dc2020-04-01 16:11:21842 'android-pie-x86-rel': {
John Budoricka4e23882020-02-28 18:36:43843 'args': [
844 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter',
845 ],
846 },
Omer Katz7d2be652020-01-22 18:13:46847 'linux-blink-heap-concurrent-marking-tsan-rel': {
848 'swarming': {
849 'shards': 4,
850 },
851 },
Stephen Martinis1384ff92020-01-07 19:52:15852 'linux-chromeos-code-coverage': {
853 'swarming': {
854 'shards': 12,
855 },
856 },
Albert J. Wong91f109652019-11-19 03:01:16857 'linux-chromeos-rel': {
858 'swarming': {
859 'shards': 3,
860 },
861 },
Yuke Liao79424e42020-01-06 21:00:11862 'linux-code-coverage': {
Yuke Liao58e1d202020-03-20 23:02:01863 'args': [
864 '--no-sandbox',
865 ],
Yuke Liao79424e42020-01-06 21:00:11866 'swarming': {
867 'shards': 12,
868 },
869 },
Kenneth Russelleb60cbd22017-12-05 07:54:28870 },
871 },
Maksim Sisov6058ba72020-05-04 10:29:13872 'content_browsertests_wayland': {
873 'modifications': {
874 'Linux Ozone Tester (Wayland)': {
875 'args': [
876 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_content_browsertests.filter',
877 ],
878 },
879 },
880 },
881 'content_browsertests_x11': {
882 'modifications': {
883 'Linux Ozone Tester (X11)': {
884 'args': [
885 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.x11_content_browsertests.filter',
886 ],
887 },
888 },
889 },
Nico Weber81e16ace22018-06-30 02:58:47890 'content_shell_crash_test': {
Dirk Prankeb1c36b322018-07-11 02:42:00891 'modifications': {
Dirk Prankeb1c36b322018-07-11 02:42:00892 'Win10 Tests x64 (dbg)': {
893 'experiment_percentage': 100, # https://crbug.com/861730
894 },
895 },
Nico Weber81e16ace22018-06-30 02:58:47896 },
John Budorick27d2d44e2019-05-20 20:26:09897 'content_shell_test_apk': {
898 'remove_from': [
John Budorick27d2d44e2019-05-20 20:26:09899 'android-asan', # https://crbug.com/964562
Yun Liu3e759dbb2019-11-01 19:25:52900 'android-code-coverage-native', # crbug/1018434
John Budorick27d2d44e2019-05-20 20:26:09901 ],
John Budorickee2e64f2020-03-02 20:19:10902 'modifications': {
903 'android-marshmallow-x86-fyi-rel': {
904 'args': [
905 '--gtest_filter=-ContentViewScrollingTest.testFling',
906 ],
907 },
Haiyang Pan08d09dc2020-04-01 16:11:21908 'android-pie-x86-rel': {
John Budorickee2e64f2020-03-02 20:19:10909 'args': [
910 '--gtest_filter=-ContentViewScrollingTest.testFling',
911 ],
912 },
913 },
John Budorick27d2d44e2019-05-20 20:26:09914 },
Kenneth Russelleb60cbd22017-12-05 07:54:28915 'content_unittests': {
Yun Liu42f79ea2019-11-19 01:21:18916 'remove_from': [
Yun Liu42f79ea2019-11-19 01:21:18917 'android-code-coverage-native', # crbug/1018434
918 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28919 'modifications': {
John Budorick5052d552017-12-13 02:59:34920 'Linux ASan LSan Tests (1)': {
921 # These are slow on the ASAN trybot for some reason.
922 # crbug.com/794372
923 'swarming': {
924 'shards': 2,
925 },
926 },
Takuto Ikuta54671d972018-07-19 19:06:35927 'Linux ChromiumOS MSan Tests': {
928 # These are very slow on the Chrome OS MSAN trybot for some reason.
929 # crbug.com/865455
930 'swarming': {
931 'shards': 2,
932 },
933 },
Kenneth Russelleb60cbd22017-12-05 07:54:28934 },
935 },
Kenneth Russellc1a09302018-07-10 01:12:54936 'context_lost_tests': {
Brian Sheedye285c9b2019-07-15 21:42:46937 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
938 # exception once there is enough capacity to run these tests.
939 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:46940 'Android FYI Release (Pixel 2)',
941 ],
Kenneth Russellc1a09302018-07-10 01:12:54942 'modifications': {
943 'Mac FYI GPU ASAN Release': {
944 'args': [
945 '--is-asan',
946 ]
947 },
Brian Sheedyfe61cdac2020-02-12 01:25:59948 'Win10 x64 Debug (NVIDIA)': {
949 'args': [
950 # TODO(https://crbug.com/1007013): Remove this flag when it's no
951 # longer necessary to figure out why the renderer process is hanging.
952 '--extra-browser-args=--no-sandbox',
953 ],
954 },
Kenneth Russellc1a09302018-07-10 01:12:54955 },
956 },
Kenneth Russellfbda3c532017-12-08 23:57:24957 'crashpad_tests': {
958 'remove_from': [
Nico Weber15a00d62018-05-16 17:11:48959 'linux-win_cross-rel', # https://crbug.com/762167
Vlad Tsyrklevich06a9a44f2019-07-24 19:14:39960 # https://crbug.com/crashpad/304
961 'Linux TSan Tests',
962 'ToTLinuxTSan',
963 # https://crbug.com/crashpad/306
964 'Linux CFI',
965 'CFI Linux ToT',
Kenneth Russellfbda3c532017-12-08 23:57:24966 ],
967 },
John Budorick5bc387fe2019-05-09 20:02:53968 'cronet_sizes': {
969 'modifications': {
970 'android-cronet-arm-dbg': {
971 'swarming': {
972 'dimension_sets': [
973 {
974 'device_os': None,
975 'device_type': None,
Takuto Ikuta5e459b12019-07-09 05:30:56976 'os': 'Ubuntu-16.04',
John Budorick5bc387fe2019-05-09 20:02:53977 },
978 ],
979 },
980 },
981 },
982 },
Zhenyao Moc307eeb72018-12-20 01:03:20983 'dawn_end2end_tests': {
984 'remove_from': [
Zhenyao Moc307eeb72018-12-20 01:03:20985 'Linux FYI Release (AMD R7 240)', # https://crbug.com/915430
986 ],
987 },
Brian Sheedye285c9b2019-07-15 21:42:46988 'depth_capture_tests': {
989 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
990 # exception once there is enough capacity to run these tests.
991 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:46992 'Android FYI Release (Pixel 2)',
993 ],
Brian Sheedyfe61cdac2020-02-12 01:25:59994 'modifications': {
995 'Win10 x64 Debug (NVIDIA)': {
996 'args': [
997 # TODO(https://crbug.com/1007013): Remove this flag when it's no
998 # longer necessary to figure out why the renderer process is hanging.
999 '--extra-browser-args=--no-sandbox',
1000 ],
1001 },
1002 },
Brian Sheedye285c9b2019-07-15 21:42:461003 },
Ben Pastene61ad637c2020-05-08 22:24:411004 'disk_usage_tast_test': {
1005 # TODO(crbug.com/1077659): Add the test back after it's fixed.
1006 'remove_from': [
1007 'chromeos-kevin-rel',
1008 ],
1009 },
Joe Downing41486042018-10-18 22:44:441010 'extensions_browsertests': {
Brad Halla36886c2019-02-26 16:52:291011 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291012 'CrWinAsan(dll)', # https://crbug.com/935598
1013 ],
Joe Downing41486042018-10-18 22:44:441014 'modifications': {
1015 'Win10 Tests x64 (dbg)': {
1016 'experiment_percentage': 100, # https://crbug.com/876615
1017 },
1018 },
1019 },
Kenneth Russelleb60cbd22017-12-05 07:54:281020 'gin_unittests': {
1021 'remove_from': [
Nico Weber1394523f2018-06-06 15:58:471022 'ToTLinuxASan', # https://crbug.com/831667
Nico Weberd36959682018-04-12 03:33:461023 'Linux ASan LSan Tests (1)', # https://crbug.com/831667
Nico Weber1394523f2018-06-06 15:58:471024 'Linux Chromium OS ASan LSan Tests (1)', # https://crbug.com/831667
Kenneth Russelleb60cbd22017-12-05 07:54:281025 ],
1026 },
Takuto Ikutaf5333252019-11-06 16:07:081027 'gl_tests': {
John Budorickca14c76f62017-12-09 14:19:181028 'remove_from': [
John Budorickca14c76f62017-12-09 14:19:181029 'CFI Linux ToT',
Kenneth Russell8a386d42018-06-02 09:48:011030 'Android FYI Release (Nexus 5X)',
Takuto Ikutaf5333252019-11-06 16:07:081031 # Can't run on MSAN because gl_tests uses the hardware driver,
Kenneth Russell55bbec52018-05-03 18:44:551032 # which isn't instrumented.
1033 'Linux MSan Tests',
John Budorickca14c76f62017-12-09 14:19:181034 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281035 'modifications': {
Kenneth Russell1a515be2018-04-28 03:54:451036 # TODO(kbr): figure out a better way to specify blocks of
1037 # arguments like this for tests on multiple machines.
1038 'Linux ASan LSan Tests (1)': {
1039 'args': [
1040 '--use-gpu-in-tests',
1041 '--no-xvfb',
1042 ],
1043 'swarming': {
1044 'dimension_sets': [
1045 {
1046 'gpu': '10de:1cb3',
1047 'os': 'Ubuntu',
Ben Pastenecb6cefc2020-03-05 19:48:461048 'pool': 'chromium.tests.gpu.template',
Kenneth Russell1a515be2018-04-28 03:54:451049 },
1050 ],
1051 },
1052 'use_xvfb': False,
1053 },
Kenneth Russell1a515be2018-04-28 03:54:451054 'Linux CFI': {
1055 'args': [
1056 '--use-gpu-in-tests',
1057 '--no-xvfb',
1058 ],
1059 'swarming': {
1060 'dimension_sets': [
1061 {
1062 'gpu': '10de:1cb3',
1063 'os': 'Ubuntu',
Ben Pastenecb6cefc2020-03-05 19:48:461064 'pool': 'chromium.tests.gpu.template',
Kenneth Russell1a515be2018-04-28 03:54:451065 },
1066 ],
1067 },
1068 'use_xvfb': False,
1069 },
1070 'Linux TSan Tests': {
1071 'args': [
1072 '--use-gpu-in-tests',
1073 '--no-xvfb',
1074 ],
1075 'swarming': {
1076 'dimension_sets': [
1077 {
1078 'gpu': '10de:1cb3',
1079 'os': 'Ubuntu',
Ben Pastenecb6cefc2020-03-05 19:48:461080 'pool': 'chromium.tests.gpu.template',
Kenneth Russell1a515be2018-04-28 03:54:451081 },
1082 ],
1083 },
1084 'use_xvfb': False,
1085 },
John Budorick79ec9012020-01-08 21:56:311086 'android-marshmallow-x86-fyi-rel': {
1087 'args': [
1088 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter',
1089 ],
1090 },
Andrew Luo38b311f2019-10-04 03:42:091091 'android-pie-arm64-rel': {
John Budorick79ec9012020-01-08 21:56:311092 'args': [
Andrew Luobe83fd82019-12-19 03:07:581093 '--test-launcher-filter-file=../../testing/buildbot/filters/android.pie_arm64_rel.gl_tests.filter', # https://crbug.com/1034007
1094 ],
Andrew Luo38b311f2019-10-04 03:42:091095 },
Haiyang Pan08d09dc2020-04-01 16:11:211096 'android-pie-x86-rel': {
John Budorick79ec9012020-01-08 21:56:311097 'args': [
1098 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.gl_tests.filter',
1099 ],
1100 },
Kenneth Russelleb60cbd22017-12-05 07:54:281101 },
1102 },
Takuto Ikutaf5333252019-11-06 16:07:081103 'gl_unittests': {
1104 'remove_from': [
Takuto Ikutaf5333252019-11-06 16:07:081105 # On Android, these are already run on the main waterfall.
1106 # Run them on the one-off Android FYI bots, though.
1107 'Android FYI Release (Nexus 5X)',
1108 # Temporarily disabled due to AMDGPU-PRO issues crbug.com/786219
1109 'Linux FYI Release (AMD R7 240)',
1110 ],
1111 'modifications': {
Takuto Ikutaf5333252019-11-06 16:07:081112 'CFI Linux ToT': {
1113 'args': [
1114 '--use-gpu-in-tests',
1115 '--no-xvfb',
1116 ],
1117 'swarming': {
1118 'dimension_sets': [
1119 {
1120 'gpu': '10de:1cb3',
1121 'os': 'Ubuntu',
Ben Pastenecb6cefc2020-03-05 19:48:461122 'pool': 'chromium.tests.gpu.template',
Takuto Ikutaf5333252019-11-06 16:07:081123 },
1124 ],
1125 },
1126 'use_xvfb': False,
1127 },
Takuto Ikutaf5333252019-11-06 16:07:081128 'Linux CFI': {
1129 'args': [
1130 '--use-gpu-in-tests',
1131 '--no-xvfb',
1132 ],
1133 'swarming': {
1134 'dimension_sets': [
1135 {
1136 'gpu': '10de:1cb3',
1137 'os': 'Ubuntu',
Ben Pastenecb6cefc2020-03-05 19:48:461138 'pool': 'chromium.tests.gpu.template',
Takuto Ikutaf5333252019-11-06 16:07:081139 },
1140 ],
1141 },
1142 'use_xvfb': False,
1143 },
1144 },
1145 },
1146 'gl_unittests_ozone': {
1147 'remove_from': [
1148 # Can't run on MSAN because gl_unittests_ozone uses the hardware driver,
1149 # which isn't instrumented.
1150 'Linux ChromiumOS MSan Tests',
1151 ],
1152 },
1153 'gpu_process_launch_tests': {
1154 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1155 # exception once there is enough capacity to run these tests.
1156 'remove_from': [
Takuto Ikutaf5333252019-11-06 16:07:081157 'Android FYI Release (Pixel 2)',
1158 ],
Brian Sheedyfe61cdac2020-02-12 01:25:591159 'modifications': {
1160 'Win10 x64 Debug (NVIDIA)': {
1161 'args': [
1162 # TODO(https://crbug.com/1007013): Remove this flag when it's no
1163 # longer necessary to figure out why the renderer process is hanging.
1164 '--extra-browser-args=--no-sandbox',
1165 ],
1166 },
1167 },
Takuto Ikutaf5333252019-11-06 16:07:081168 },
Brian Sheedye285c9b2019-07-15 21:42:461169 'hardware_accelerated_feature_tests': {
1170 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1171 # exception once there is enough capacity to run these tests.
1172 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:461173 'Android FYI Release (Pixel 2)',
1174 ],
1175 },
Brad Halla36886c2019-02-26 16:52:291176 'headless_browsertests': {
1177 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291178 'CrWinAsan(dll)', # https://crbug.com/935598
1179 ],
1180 },
Kenneth Russell8a386d42018-06-02 09:48:011181 'info_collection_tests': {
1182 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:011183 # The Mac ASAN swarming bot runs tests on two different GPU
1184 # types, so we can't have one expected vendor ID / device ID.
1185 'Mac FYI GPU ASAN Release',
Kenneth Russell8a386d42018-06-02 09:48:011186 'Android V8 FYI Release (Nexus 5X)',
1187 'Linux V8 FYI Release (NVIDIA)',
Michael Achenbach5fdfc67b2018-12-13 13:26:351188 'Linux V8 FYI Release - pointer compression (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:011189 'Mac V8 FYI Release (Intel)',
1190 'Win V8 FYI Release (NVIDIA)',
1191 ],
Brian Sheedyfe61cdac2020-02-12 01:25:591192 'modifications': {
Brian Sheedydf2672f2020-05-07 20:44:361193 'Win10 FYI x64 Exp Release (Intel HD 630)': {
1194 'args': [
1195 # TODO(https://crbug.com/1053803): Add this to all tests once UHD
1196 # 630 machines are used alongside HD 630 machines.
1197 '--expected-device-id', '3e92',
1198 ],
1199 },
Brian Sheedyfe61cdac2020-02-12 01:25:591200 'Win10 x64 Debug (NVIDIA)': {
1201 'args': [
1202 # TODO(https://crbug.com/1007013): Remove this flag when it's no
1203 # longer necessary to figure out why the renderer process is hanging.
1204 '--extra-browser-args=--no-sandbox',
1205 ],
1206 },
1207 },
Kenneth Russell8a386d42018-06-02 09:48:011208 },
Kenneth Russelleb60cbd22017-12-05 07:54:281209 'interactive_ui_tests': {
Brad Halla36886c2019-02-26 16:52:291210 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291211 'CrWinAsan(dll)', # https://crbug.com/935598
1212 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281213 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:151214 'Linux - Future (dbg)': { # client.v8.chromium
Nico Weberdae13cd92018-12-14 13:56:261215 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:151216 'shards': 3,
Nico Weberdae13cd92018-12-14 13:56:261217 },
1218 },
John Budorickca14c76f62017-12-09 14:19:181219 'Linux ASan LSan Tests (1)': {
Nico Weber96a75a6942018-06-20 04:53:171220 # These are slow on the ASan trybot for some reason, crbug.com/794372
1221 'swarming': {
1222 'shards': 6,
1223 },
1224 },
Takuto Ikuta54671d972018-07-19 19:06:351225 'Linux ChromiumOS MSan Tests': {
1226 # These are very slow on the Chrome OS MSAN trybot for some reason.
1227 # crbug.com/865455
1228 'swarming': {
1229 'shards': 5,
1230 },
1231 },
Stephen Martinis1384ff92020-01-07 19:52:151232 'Linux TSan Tests': {
1233 # These are slow on the TSan bots for some reason, crbug.com/794372
Dirk Pranke8fd63c12017-12-10 18:06:271234 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:151235 'shards': 20,
Dirk Pranke8fd63c12017-12-10 18:06:271236 },
1237 },
Stephen Martinis1384ff92020-01-07 19:52:151238 'ToTLinuxTSan': {
1239 # These are slow on the TSan bots for some reason, crbug.com/794372
1240 'swarming': {
1241 'shards': 6,
1242 },
1243 },
Ian Struiksma07a90df2020-01-23 00:54:501244 'Win 7 Tests x64 (1)': {
1245 # These tests are continually flaky on Win7 bots, crbug.com/967588
1246 'args': [
1247 '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter',
1248 ],
1249 },
Stephen Martinis1384ff92020-01-07 19:52:151250 # temporary, https://crbug.com/818832
Greg Thompson3eb7e6522018-05-25 09:04:031251 'Win10 Tests x64 (dbg)': {
1252 'experiment_percentage': 100,
1253 },
Ian Struiksma07a90df2020-01-23 00:54:501254 'Win7 Tests (1)': {
1255 # These tests are continually flaky on Win7 bots, crbug.com/967588
1256 'args': [
1257 '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter',
1258 ],
1259 },
Stephen Martinis1384ff92020-01-07 19:52:151260 'Win7 Tests (dbg)(1)': {
Ian Struiksma07a90df2020-01-23 00:54:501261 # These tests are continually flaky on Win7 bots, crbug.com/967588
1262 'args': [
1263 '--test-launcher-filter-file=../../testing/buildbot/filters/autofill.interactive_ui_tests.filter',
1264 ],
Stephen Martinis1384ff92020-01-07 19:52:151265 'swarming': {
1266 'shards': 4,
1267 },
1268 },
Ben Pastene8ef125e2019-12-10 01:46:291269 'linux-chromeos-chrome': {
1270 # TODO(crbug.com/970649): Remove this filter.
1271 'args': [
1272 '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs',
1273 ],
1274 },
Stephen Martinis1384ff92020-01-07 19:52:151275 'linux-chromeos-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:111276 'swarming': {
1277 'shards': 10,
1278 },
1279 },
Stephen Martinis1384ff92020-01-07 19:52:151280 'linux-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:111281 'swarming': {
1282 'shards': 10,
1283 },
1284 },
Kenneth Russelleb60cbd22017-12-05 07:54:281285 },
1286 },
John Budorickf00e5ff2019-06-11 21:21:061287 'ipc_tests': {
1288 'modifications': {
1289 'android-asan': {
1290 'swarming': {
1291 'shards': 2,
1292 },
1293 },
1294 },
1295 },
Brian Sheedye285c9b2019-07-15 21:42:461296 'maps_pixel_test': {
1297 # TODO(https://crbug.com/850107): Remove the Android FYI Release (Pixel 2)
1298 # exception once there is enough capacity to run these tests.
1299 'remove_from': [
Brian Sheedye285c9b2019-07-15 21:42:461300 'Android FYI Release (Pixel 2)',
1301 ],
Brian Sheedy44fd891b2019-10-03 20:07:541302 'replacements': {
Brian Sheedy44fd891b2019-10-03 20:07:541303 # The V8 builders pass the V8 revision for ${got_revision}, so instead
1304 # use ${got_cr_revision}, which is only set on the V8 bots.
1305 'Android V8 FYI Release (Nexus 5X)': {
1306 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321307 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541308 },
1309 },
1310 'Linux V8 FYI Release (NVIDIA)': {
1311 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321312 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541313 },
1314 },
1315 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
1316 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321317 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541318 },
1319 },
1320 'Mac V8 FYI Release (Intel)': {
1321 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321322 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541323 },
1324 },
1325 'Win V8 FYI Release (NVIDIA)': {
1326 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321327 '--git-revision': '${got_cr_revision}',
Brian Sheedy44fd891b2019-10-03 20:07:541328 },
1329 },
1330 },
Brian Sheedye285c9b2019-07-15 21:42:461331 },
Andrew Luo38b311f2019-10-04 03:42:091332 'media_unittests': {
1333 'modifications': {
John Budorickb5185112020-01-08 22:40:211334 'android-marshmallow-x86-fyi-rel': {
1335 'args': [
1336 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter',
1337 ],
1338 },
Andrew Luo38b311f2019-10-04 03:42:091339 'android-pie-arm64-rel': {
Andrew Luobe83fd82019-12-19 03:07:581340 'args': [
1341 '--gtest_filter=-AAudio/AudioOutputTest.Play200HzTone/0', # https://crbug.com/1034009
1342 ],
Andrew Luo38b311f2019-10-04 03:42:091343 },
Haiyang Pan08d09dc2020-04-01 16:11:211344 'android-pie-x86-rel': {
John Budorickb5185112020-01-08 22:40:211345 'args': [
1346 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.media_unittests.filter',
1347 ],
1348 },
Andrew Luo38b311f2019-10-04 03:42:091349 },
1350 },
John Budorickf00e5ff2019-06-11 21:21:061351 'mojo_unittests': {
1352 'modifications': {
1353 'android-asan': {
1354 'swarming': {
John Budorick5a29d7542019-10-11 20:56:441355 'shards': 5,
John Budorickf00e5ff2019-06-11 21:21:061356 },
1357 },
1358 },
1359 },
Erik Chend16d922d2019-12-10 04:37:141360 'monochrome_apk_checker': {
Ben Pastene521f8d62020-01-08 20:01:151361 'modifications': {
1362 'ToTAndroid': {
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-arm64-proguard-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_playstore_version': None,
1382 'device_type': None,
1383 'os': 'Ubuntu-16.04',
1384 },
1385 ],
1386 },
1387 },
1388 'android-pie-arm64-rel': {
1389 'swarming': {
1390 'dimension_sets': [
1391 {
John Budorick838256a2020-02-29 01:29:071392 'cpu': 'x86-64',
Ben Pastene521f8d62020-01-08 20:01:151393 'device_os': None,
1394 'device_os_flavor': None,
1395 'device_playstore_version': None,
1396 'device_type': None,
1397 'os': 'Ubuntu-16.04',
1398 },
1399 ],
1400 },
1401 },
1402 },
Erik Chend16d922d2019-12-10 04:37:141403 },
bsheedye9469572019-01-23 17:31:331404 'monochrome_public_test_ar_apk': {
1405 'modifications': {
Brian Sheedy12169aa2019-10-16 23:38:031406 'Nougat Phone Tester': {
1407 'args': [
1408 # ArCore is not installed as a system app on N, so we can install it
1409 # normally instead of replacing the system version.
1410 '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
1411 ],
1412 },
bsheedye9469572019-01-23 17:31:331413 # We need to match the Playstore version as well because AR tests fail on
1414 # old versions of the Playstore.
1415 'Oreo Phone Tester': {
Brian Sheedy2bcd16b2019-04-22 22:47:081416 'args': [
1417 # ArCore is not installed as a system app on O, so we can install it
1418 # normally instead of replacing the system version.
1419 '--additional-apk=//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
1420 ],
bsheedye9469572019-01-23 17:31:331421 'swarming': {
1422 'dimension_sets': [
1423 {
1424 'device_os': 'OPR3.170623.008',
1425 'device_playstore_version': '12.8.23-all',
1426 'device_type': 'marlin',
1427 'os': 'Android',
1428 },
1429 ],
1430 },
1431 },
Haiyang Pan57159eba2020-05-07 23:14:131432 'android-10-arm64-rel': {
1433 'args': [
1434 '--replace-system-package=com.google.ar.core,//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
1435 ]
1436 },
Brian Sheedy2bcd16b2019-04-22 22:47:081437 'android-pie-arm64-dbg': {
1438 'args': [
1439 '--replace-system-package=com.google.ar.core,//third_party/arcore-android-sdk/test-apks/arcore/arcore_current.apk'
1440 ]
1441 }
bsheedye9469572019-01-23 17:31:331442 },
1443 },
Nico Weberd3096fb2018-06-07 17:50:151444 'nacl_helper_nonsfi_unittests': {
1445 'remove_from': [
Nico Weberd3096fb2018-06-07 17:50:151446 'Linux TSan Tests', # Sets enable_nacl=false.
1447 ],
1448 },
Kenneth Russellfbda3c532017-12-08 23:57:241449 'nacl_loader_unittests': {
1450 'remove_from': [
Nico Weber48f187142018-06-01 15:16:351451 'ToTMacASan', # The mac asan tot bot sets enable_nacl=false
Nico Weber3611ee802018-06-07 13:34:511452 'linux-win_cross-rel', # Sets enable_nacl=false, https://crbug.com/774186
Nico Webera8fc38f72018-04-10 02:20:111453 'Linux TSan Tests', # The TSan bot sets enable_nacl=false
Nico Weber05d3e642018-05-31 16:59:481454 'Mac ASan 64 Tests (1)', # The mac asan bot sets enable_nacl=false
Aaron Gable38265fe2020-04-09 23:49:071455 'Mac10.15 Tests', # All 10.15 builders set enable_nacl=false
Kenneth Russellfbda3c532017-12-08 23:57:241456 ],
1457 },
Kenneth Russelleb60cbd22017-12-05 07:54:281458 'net_unittests': {
Kenneth Russellfbda3c532017-12-08 23:57:241459 'remove_from': [
Stephen Roeac495972020-02-25 23:32:411460 'Fuchsia ARM64', # https://crbug.com/877248
Fabrice de Gans-Riberia1541ca2019-01-09 20:05:461461 'fuchsia-fyi-x64-dbg', # https://crbug.com/844416
Kenneth Russellfbda3c532017-12-08 23:57:241462 ],
Kenneth Russelleb60cbd22017-12-05 07:54:281463 'modifications': {
John Budorickca14c76f62017-12-09 14:19:181464 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:341465 # These are very slow on the ASAN trybot for some reason.
1466 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:181467 'swarming': {
John Budorick5052d552017-12-13 02:59:341468 'shards': 16,
John Budorickca14c76f62017-12-09 14:19:181469 },
1470 },
1471 'Linux Chromium OS ASan LSan Tests (1)': {
Takuto Ikuta54671d972018-07-19 19:06:351472 # These are very slow on the ASAN trybot for some reason.
1473 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:181474 'swarming': {
Sergey Berezinda3255c2018-03-16 00:34:021475 'shards': 8,
John Budorickca14c76f62017-12-09 14:19:181476 }
1477 },
Takuto Ikuta54671d972018-07-19 19:06:351478 'Linux ChromiumOS MSan Tests': {
1479 # These are very slow on the Chrome OS MSAN trybot for some reason.
1480 # crbug.com/865455
1481 'swarming': {
1482 'shards': 2,
1483 },
1484 },
John Budorickca14c76f62017-12-09 14:19:181485 'Linux TSan Tests': {
1486 'swarming': {
1487 'shards': 4,
1488 }
1489 },
Ben Pastene8bf205b2018-06-13 04:00:331490 # The suite runs signficantly slower on linux dbg, so increase shards.
1491 'Linux Tests (dbg)(1)': {
1492 'swarming': {
1493 'shards': 2,
1494 },
1495 },
Stephen Martinis1384ff92020-01-07 19:52:151496 'ToTLinuxASan': {
1497 # TODO(crbug.com/794372): net_unittests is slow under ASan.
1498 'swarming': {
1499 'shards': 16,
1500 },
1501 },
1502 'ToTLinuxTSan': {
1503 'swarming': {
1504 'shards': 4,
1505 }
1506 },
John Budorick7fde6b492020-01-29 17:43:501507 'android-marshmallow-x86-fyi-rel': {
1508 # crbug.com/1046060
1509 'args': [
1510 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter',
1511 ],
1512 },
Haiyang Pan08d09dc2020-04-01 16:11:211513 'android-pie-x86-rel': {
John Budorick7fde6b492020-01-29 17:43:501514 # crbug.com/1046060
1515 'args': [
1516 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.net_unittests.filter',
1517 ],
1518 },
Ben Pastene8ef125e2019-12-10 01:46:291519 'chromeos-betty-chrome': {
1520 # TODO(crbug.com/986904): Remove this filter.
1521 'args': [
1522 '--gtest_filter=-NetworkQualityEstimatorTest.TestTCPSocketRTT',
1523 ],
1524 },
Omer Katz7d2be652020-01-22 18:13:461525 'linux-blink-heap-concurrent-marking-tsan-rel': {
1526 'swarming': {
1527 'shards': 4,
1528 }
1529 },
Ben Pastene8bf205b2018-06-13 04:00:331530 'linux-chromeos-dbg': {
1531 'swarming': {
1532 'shards': 2,
1533 },
1534 },
Kenneth Russelleb60cbd22017-12-05 07:54:281535 },
1536 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:311537 'network_service_browser_tests': {
1538 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291539 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weberdae13cd92018-12-14 13:56:261540 'ToTLinuxTSan', # https://crbug.com/368525
Nico Weber073af192018-06-21 19:22:171541 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1542 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191543 'Win7 Tests (1)', # For swarming capacity reasons.
1544 'Win10 Tests x64 (dbg)', # Matches browser_tests.
John Abd-El-Malek69ae1492018-09-06 20:00:061545 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061546 'Mac10.10 Tests',
1547 'Mac10.11 Tests',
1548 'Mac10.13 Tests',
1549 'Mac10.13 Tests (dbg)',
1550 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061551 'ToTMacASan',
John Abd-El-Malek99b6f4a2018-06-11 23:08:311552 ],
Kenneth Russell6c83d212018-07-27 20:52:591553 'modifications': {
Kenneth Russell6c83d212018-07-27 20:52:591554 'Win10 Tests x64': {
1555 # crbug.com/868082
1556 'args': [
1557 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1558 ],
Takuto Ikutac9c269a2019-01-10 22:40:251559 # This is for slow test execution that often becomes a critical path of
1560 # swarming jobs. crbug.com/868114
1561 'swarming': {
1562 'shards': 20,
1563 },
Kenneth Russell6c83d212018-07-27 20:52:591564 },
Sajjad Mirza87e17b242020-01-22 18:49:071565 'Win10 Tests x64 Code Coverage': {
1566 # crbug.com/868082
1567 'args': [
1568 '--disable-features=WebRTC-H264WithOpenH264FFmpeg',
1569 ],
1570 # This is for slow test execution that often becomes a critical path of
1571 # swarming jobs. crbug.com/868114
1572 'swarming': {
1573 'shards': 20,
1574 },
1575 },
Yuke Liao58e1d202020-03-20 23:02:011576 'linux-code-coverage': {
1577 'args': [
1578 '--no-sandbox',
1579 ],
1580 'swarming': {
1581 'shards': 20,
1582 },
1583 }
Kenneth Russell6c83d212018-07-27 20:52:591584 },
John Abd-El-Malek99b6f4a2018-06-11 23:08:311585 },
John Abd-El-Malek4782bd12018-06-12 01:08:211586 'network_service_components_browsertests': {
1587 'remove_from': [
Nico Weber073af192018-06-21 19:22:171588 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1589 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191590 'Win7 Tests (1)', # For swarming capacity reasons.
1591 'Win10 Tests x64 (dbg)', # Matches components_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:061592 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061593 'Mac10.10 Tests',
1594 'Mac10.11 Tests',
1595 'Mac10.13 Tests',
1596 'Mac10.13 Tests (dbg)',
1597 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061598 'ToTMacASan',
Nico Weber17d2fcddb2018-06-14 18:28:191599 ],
1600 },
1601 'network_service_content_browsertests': {
1602 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291603 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber408a49a2018-12-14 21:00:101604 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
Nico Weber073af192018-06-21 19:22:171605 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1606 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191607 'Win7 Tests (1)', # For swarming capacity reasons.
John Budorickd96ee6f2018-06-15 17:20:111608 'Win10 Tests x64 (dbg)', # flaky: https://crbug.com/852786
John Abd-El-Malek69ae1492018-09-06 20:00:061609 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061610 'Mac10.10 Tests',
1611 'Mac10.11 Tests',
1612 'Mac10.13 Tests',
1613 'Mac10.13 Tests (dbg)',
1614 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061615 'ToTMacASan',
John Abd-El-Malek4782bd12018-06-12 01:08:211616 ],
1617 },
John Abd-El-Malek787a41a2018-06-12 18:10:531618 'network_service_extensions_browsertests': {
1619 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291620 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber073af192018-06-21 19:22:171621 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1622 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191623 'Win7 Tests (1)', # For swarming capacity reasons.
1624 'Win10 Tests x64 (dbg)', # Matches extensions_browsertests.
John Abd-El-Malek69ae1492018-09-06 20:00:061625 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061626 'Mac10.10 Tests',
1627 'Mac10.11 Tests',
1628 'Mac10.13 Tests',
1629 'Mac10.13 Tests (dbg)',
1630 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061631 'ToTMacASan',
John Abd-El-Malek787a41a2018-06-12 18:10:531632 ],
1633 },
Brad Halla36886c2019-02-26 16:52:291634 'network_service_headless_browsertests': {
1635 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291636 'CrWinAsan(dll)', # https://crbug.com/935598
1637 ],
1638 },
John Abd-El-Malek787a41a2018-06-12 18:10:531639 'network_service_interactive_ui_tests': {
Nico Weber17d2fcddb2018-06-14 18:28:191640 'remove_from': [
Brad Halla36886c2019-02-26 16:52:291641 'CrWinAsan(dll)', # https://crbug.com/935598
Nico Weber408a49a2018-12-14 21:00:101642 'ToTLinuxTSan', # Match 'Linux TSan Tests' below since this is slow.
Nico Weber073af192018-06-21 19:22:171643 'Linux ASan LSan Tests (1)', # No capacity, https://crbug.com/852442
1644 'Linux TSan Tests', # No capacity, https://crbug.com/852442
Nico Weber17d2fcddb2018-06-14 18:28:191645 'Win7 Tests (1)', # For swarming capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061646 # Only run network service tests on Mac 10.12 for capacity reasons.
John Abd-El-Malek69ae1492018-09-06 20:00:061647 'Mac10.10 Tests',
1648 'Mac10.11 Tests',
1649 'Mac10.13 Tests',
1650 'Mac10.13 Tests (dbg)',
1651 'Mac ASan 64 Tests (1)',
John Abd-El-Malek69ae1492018-09-06 20:00:061652 'ToTMacASan',
Nico Weber17d2fcddb2018-06-14 18:28:191653 ],
John Abd-El-Malek787a41a2018-06-12 18:10:531654 'modifications': {
John Budorickd96ee6f2018-06-15 17:20:111655 'Win10 Tests x64 (dbg)': {
1656 'experiment_percentage': 100, # https://crbug.com/852786
John Abd-El-Malek787a41a2018-06-12 18:10:531657 },
1658 },
1659 },
John Abd-El-Malekfabfb072019-05-30 20:50:191660 'network_service_out_of_process_chrome_public_test_apk': {
John Abd-El-Malekfabfb072019-05-30 20:50:191661 'remove_from': [
John Budorickea475de2019-06-07 21:16:241662 'android-asan',
1663 # Don't run on trybots; waterfall is enough.
Haiyang Pana3ff55ae2020-04-23 18:26:541664 'android-lollipop-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311665 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091666 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:311667 # No capacity for tablet testers.
Clark DuVall3ef939a2019-06-10 20:35:311668 'Lollipop Tablet Tester',
1669 'Marshmallow Tablet Tester',
Yun Liu2b1c1d82019-10-30 23:11:241670 'android-code-coverage-native', # https://crbug.com/1018780
John Abd-El-Malekfabfb072019-05-30 20:50:191671 ],
John Budorick20c71a0d2020-03-02 20:38:561672 'modifications': {
Wei-Yin Chen (陳威尹)858ee772020-05-11 22:29:271673 'Android CFI': {
1674 'args': [
1675 '--exclude-annotation',
1676 'Feature=RenderTest', # https://crbug.com/1068294
1677 ],
1678 },
Haiyang Pan08d09dc2020-04-01 16:11:211679 'android-pie-x86-rel': {
John Budorick20c71a0d2020-03-02 20:38:561680 'args': [
Haiyang Pan9152d382020-03-03 07:39:411681 '--avd-config=../../tools/android/avd/proto/generic_playstore_android28.textpb',
1682 # https://crbug.com/1046059
John Budorick20c71a0d2020-03-02 20:38:561683 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.chrome_public_test_apk.filter',
1684 ],
Haiyang Pan9152d382020-03-03 07:39:411685 'swarming': {
1686 'named_caches': [
1687 {
1688 'name': 'avd_generic_playstore_android28',
1689 'path': '.android',
1690 },
1691 {
1692 'name': 'system_images_android_28_google_apis_playstore_x86',
1693 'path': '.emulator_sdk',
1694 },
1695 ]
1696 },
John Budorick20c71a0d2020-03-02 20:38:561697 },
1698 },
John Abd-El-Malekfabfb072019-05-30 20:50:191699 },
1700 'network_service_out_of_process_components_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 ],
1712 },
1713 'network_service_out_of_process_content_browsertests': {
John Abd-El-Malekfabfb072019-05-30 20:50:191714 'remove_from': [
John Budorickea475de2019-06-07 21:16:241715 'android-asan',
1716 # Don't run on trybots; waterfall is enough.
Haiyang Pana3ff55ae2020-04-23 18:26:541717 'android-lollipop-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311718 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091719 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:311720 # No capacity for tablet testers.
Clark DuVall3ef939a2019-06-10 20:35:311721 'Lollipop Tablet Tester',
1722 'Marshmallow Tablet Tester',
Yun Liu42f79ea2019-11-19 01:21:181723 'android-code-coverage-native', # crbug/1018434
John Abd-El-Malekfabfb072019-05-30 20:50:191724 ],
Haiyang Pand09889852019-08-10 00:26:181725 'modifications': {
John Budorick20c71a0d2020-03-02 20:38:561726 'android-marshmallow-x86-fyi-rel': {
1727 'args': [
1728 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter',
1729 ],
1730 },
Haiyang Pan08d09dc2020-04-01 16:11:211731 'android-pie-x86-rel': {
John Budorick20c71a0d2020-03-02 20:38:561732 'args': [
1733 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.content_browsertests.filter',
1734 ],
Haiyang Pand09889852019-08-10 00:26:181735 'swarming': {
1736 'shards': 10,
1737 },
1738 },
1739 },
John Abd-El-Malekfabfb072019-05-30 20:50:191740 },
1741 'network_service_out_of_process_content_shell_test_apk': {
John Abd-El-Malekfabfb072019-05-30 20:50:191742 'remove_from': [
John Budorickea475de2019-06-07 21:16:241743 'android-asan',
1744 # Don't run on trybots; waterfall is enough.
Haiyang Pana3ff55ae2020-04-23 18:26:541745 'android-lollipop-arm-rel',
Clark DuVall3ef939a2019-06-10 20:35:311746 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091747 'android-pie-arm64-rel',
Clark DuVall3ef939a2019-06-10 20:35:311748 # No capacity for tablet testers.
Clark DuVall3ef939a2019-06-10 20:35:311749 'Lollipop Tablet Tester',
1750 'Marshmallow Tablet Tester',
Yun Liu42f79ea2019-11-19 01:21:181751 'android-code-coverage-native', # crbug/1018434
John Abd-El-Malekfabfb072019-05-30 20:50:191752 ],
John Budorickee2e64f2020-03-02 20:19:101753 'modifications': {
1754 'android-marshmallow-x86-fyi-rel': {
1755 'args': [
1756 '--gtest_filter=-ContentViewScrollingTest.testFling',
1757 ],
1758 },
Haiyang Pan08d09dc2020-04-01 16:11:211759 'android-pie-x86-rel': {
John Budorickee2e64f2020-03-02 20:19:101760 'args': [
1761 '--gtest_filter=-ContentViewScrollingTest.testFling',
1762 ],
1763 },
1764 },
John Abd-El-Malekfabfb072019-05-30 20:50:191765 },
Tim Volodinedac7f5e2019-05-09 18:07:281766 'network_service_webview_instrumentation_test_apk': {
1767 # Only run these on the phone testers for now due to capacity.
1768 'remove_from': [
Haiyang Pana3ff55ae2020-04-23 18:26:541769 'android-lollipop-arm-rel',
Tim Volodinedac7f5e2019-05-09 18:07:281770 'android-marshmallow-arm64-rel',
Andrew Luo38b311f2019-10-04 03:42:091771 'android-pie-arm64-rel',
Tim Volodinedac7f5e2019-05-09 18:07:281772 'Lollipop Tablet Tester',
1773 'Marshmallow Tablet Tester',
John Budorick27d2d44e2019-05-20 20:26:091774 'android-asan', # https://crbug.com/964562
Tim Volodinedac7f5e2019-05-09 18:07:281775 'Android CFI',
Tim Volodinedac7f5e2019-05-09 18:07:281776 'ToTAndroid',
1777 'ToTAndroidCFI',
Yun Liu2b1c1d82019-10-30 23:11:241778 'android-code-coverage-native', # https://crbug.com/1018431
Tim Volodinedac7f5e2019-05-09 18:07:281779 ],
Haiyang Panfdd94332020-03-27 02:43:291780 'modifications': {
Haiyang Pan08d09dc2020-04-01 16:11:211781 'android-pie-x86-rel': {
Haiyang Panfdd94332020-03-27 02:43:291782 'args': [
1783 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_instrumentation_test_apk.filter',
1784 ],
1785 },
1786 },
Tim Volodinedac7f5e2019-05-09 18:07:281787 },
John Chenaab16fc02020-03-03 06:35:451788 'not_site_per_process_blink_web_tests': {
Lukasz Anforowicz04bc6302018-11-19 19:04:281789 'remove_from': [
Lukasz Anforowicz04bc6302018-11-19 19:04:281790 # TODO(dpranke): Should we be running this step on Linux Tests (dbg)(1)?
1791 'Linux Tests (dbg)(1)',
Lukasz Anforowicz04bc6302018-11-19 19:04:281792 ],
Yuke Liaobc9ff982019-04-30 06:56:161793 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:151794 'Linux Tests': {
1795 "args": [
1796 "--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw",
Stephen Martinis1384ff92020-01-07 19:52:151797 ],
1798 },
Yuke Liaoea70f472019-12-19 06:03:361799 'linux-code-coverage': {
1800 'args': [
1801 '--additional-env-var=LLVM_PROFILE_FILE=${ISOLATED_OUTDIR}/profraw/default-%2m.profraw',
Yuke Liaoea70f472019-12-19 06:03:361802 ],
1803 'swarming': {
1804 'shards': 20,
1805 },
1806 },
Yuke Liaobc9ff982019-04-30 06:56:161807 },
Lukasz Anforowicz04bc6302018-11-19 19:04:281808 },
Xi Cheng34ca4042018-02-23 00:10:121809 'notification_helper_unittests': {
1810 'remove_from': [
Hans Wennborg252643a2018-05-22 14:41:121811 # The test uses WinRT, which only exists in Windows 8 or above.
1812 # (https://crbug.com/813553)
Xi Cheng34ca4042018-02-23 00:10:121813 'Win 7 Tests x64 (1)',
Xi Cheng34ca4042018-02-23 00:10:121814 'Win7 Tests (1)',
1815 'Win7 Tests (dbg)(1)',
Stephen Martinis1384ff92020-01-07 19:52:151816 # all these bots run Windows 7.
Xi Cheng34ca4042018-02-23 00:10:121817 'ToTWin',
1818 'ToTWin(dbg)',
1819 'ToTWin(dll)',
inglorionb8e7a3ed2019-04-12 09:49:031820 'ToTWinOfficial',
Xi Cheng34ca4042018-02-23 00:10:121821 'ToTWin64',
1822 'ToTWin64(dbg)',
1823 'ToTWin64(dll)',
1824 'ToTWinCFI',
1825 'ToTWinCFI64',
Oksana Zhuravlova7f996212018-02-28 04:23:081826 'ToTWinThinLTO64',
Xi Cheng34ca4042018-02-23 00:10:121827 ],
1828 },
Ben Pastenee723b2f2019-05-31 19:10:271829 'ozone_unittests': {
1830 'modifications': {
Ben Pastene8ef125e2019-12-10 01:46:291831 'chromeos-betty-chrome': {
1832 'args': [
1833 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1834 ],
1835 },
1836 'chromeos-betty-pi-arc-chrome': {
1837 'args': [
1838 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1839 ],
1840 },
1841 'linux-chromeos-chrome': {
1842 'args': [
1843 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
1844 ],
1845 },
Ben Pastenee723b2f2019-05-31 19:10:271846 },
1847 },
Karen Qian385d2ca2019-03-19 21:49:581848 'perfetto_unittests': {
1849 'remove_from': [
John Budorickd3fa5992019-12-13 17:22:411850 'android-arm64-proguard-rel',
John Budorickf2283d72019-06-25 01:09:091851 'android-asan',
Yun Liu022f4512019-06-10 23:14:041852 'android-code-coverage',
Yun Liu7cfd28a2019-10-30 01:57:121853 'android-code-coverage-native',
Haiyang Pan32b83392020-03-14 01:38:461854 'android-lollipop-arm-rel',
Karen Qian385d2ca2019-03-19 21:49:581855 'android-marshmallow-arm64-rel',
John Budorickcaafa912020-01-10 01:14:321856 'android-marshmallow-x86-fyi-rel',
Andrew Luo38b311f2019-10-04 03:42:091857 'android-pie-arm64-rel',
Haiyang Pan08d09dc2020-04-01 16:11:211858 'android-pie-x86-rel',
Karen Qian385d2ca2019-03-19 21:49:581859 'Android CFI',
Karen Qian385d2ca2019-03-19 21:49:581860 'Lollipop Phone Tester',
1861 'Lollipop Tablet Tester',
1862 'Marshmallow 64 bit Tester',
1863 'Marshmallow Tablet Tester',
1864 'Nougat Phone Tester',
1865 'ToTAndroid',
1866 'ToTAndroidCFI'
1867 ]
1868 },
Stephen Martinis54d64ad2018-09-21 22:16:201869 'performance_test_suite': {
1870 'modifications': {
1871 'Mac10.13 Tests (dbg)': {
1872 'args': [
1873 '--browser=debug',
1874 ],
1875 },
1876 'Win10 Tests x64 (dbg)': {
1877 'args': [
1878 '--browser=debug_x64',
1879 ],
1880 'experiment_percentage': 100,
1881 },
1882 'Win7 Tests (dbg)(1)': {
1883 'args': [
1884 '--browser=debug',
1885 ],
1886 },
1887 },
1888 },
Brian Sheedye6ea0ee2019-07-11 02:54:371889 'pixel_skia_gold_test': {
1890 'replacements': {
Brian Sheedye6ea0ee2019-07-11 02:54:371891 # The V8 builders pass the V8 revision for ${got_revision}, so instead
1892 # use ${got_cr_revision}, which is only set on the V8 bots.
1893 'Android V8 FYI Release (Nexus 5X)': {
1894 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321895 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371896 },
1897 },
1898 'Linux V8 FYI Release (NVIDIA)': {
1899 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321900 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371901 },
1902 },
1903 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
1904 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321905 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371906 },
1907 },
1908 'Mac V8 FYI Release (Intel)': {
1909 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321910 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371911 },
1912 },
1913 'Win V8 FYI Release (NVIDIA)': {
1914 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:321915 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:371916 },
1917 },
1918 },
1919 },
1920 'pixel_test':{
Takuto Ikuta35c85522019-06-04 16:55:461921 'modifications': {
1922 'Android Release (Nexus 5X)': {
1923 'swarming': {
1924 'shards': 2,
1925 },
1926 },
1927 },
Nico Weber128fd382018-06-14 23:29:271928 },
Brian Sheedy9653f152019-08-07 17:02:441929 'rendering_representative_perf_tests': {
1930 'modifications': {
1931 'Win10 FYI x64 Exp Release (Intel HD 630)': {
1932 'args': [
1933 '--browser=release_x64',
1934 ],
1935 },
1936 'Win10 FYI x64 Exp Release (NVIDIA)': {
1937 'args': [
1938 '--browser=release_x64',
1939 ],
1940 },
1941 'Win10 FYI x64 Release (Intel HD 630)': {
1942 'args': [
1943 '--browser=release_x64',
1944 ],
1945 },
1946 'Win10 FYI x64 Release (Intel UHD 630)': {
1947 'args': [
1948 '--browser=release_x64',
1949 ],
1950 },
1951 'Win10 FYI x64 Release (NVIDIA)': {
1952 'args': [
1953 '--browser=release_x64',
1954 ],
1955 },
behdad26cf7e72019-12-18 13:57:301956 'Win10 x64 Release (NVIDIA)': {
1957 'args': [
1958 '--browser=release_x64',
1959 ],
1960 },
behdadf08933582020-05-04 14:00:081961 'Win10 x64 Release (NVIDIA) Code Coverage': {
1962 'args': [
1963 '--browser=release_x64',
1964 ],
1965 },
Brian Sheedy9653f152019-08-07 17:02:441966 },
1967 },
John Budorickdce9d462019-03-23 00:25:381968 'sandbox_linux_unittests': {
1969 'modifications': {
1970 'Lollipop Phone Tester': {
1971 'args': [
1972 '--shard-timeout=300',
1973 ],
1974 },
Haiyang Pan32b83392020-03-14 01:38:461975 'android-lollipop-arm-rel': {
1976 'args': [
1977 '--shard-timeout=300',
1978 ],
1979 },
John Budorick6e8e595b2020-01-27 18:15:581980 'android-marshmallow-x86-fyi-rel': {
1981 'args': [
1982 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.sandbox_linux_unittests.filter',
1983 ]
1984 },
Haiyang Pan08d09dc2020-04-01 16:11:211985 'android-pie-x86-rel': {
John Budorick191adfcd2020-01-29 18:19:041986 'args': [
1987 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.sandbox_linux_unittests.filter',
1988 ]
1989 },
John Budorickdce9d462019-03-23 00:25:381990 },
John Budorick3ebfdf852019-05-13 22:28:161991 'remove_from': [
John Budorick3ebfdf852019-05-13 22:28:161992 'android-asan', # https://crbug.com/962650
1993 ],
John Budorickdce9d462019-03-23 00:25:381994 },
Kenneth Russelleb60cbd22017-12-05 07:54:281995 'services_unittests': {
1996 'remove_from': [
Nico Weber15a00d62018-05-16 17:11:481997 'ToTLinuxMSan', # https://crbug.com/831676
Kenneth Russell8a386d42018-06-02 09:48:011998 # The face and barcode detection tests fail on the Mac Pros.
1999 'Mac Pro FYI Release (AMD)',
Nico Weberd36959682018-04-12 03:33:462000 'Linux ChromiumOS MSan Tests', # https://crbug.com/831676
2001 'Linux MSan Tests', # https://crbug.com/831676
Kenneth Russelleb60cbd22017-12-05 07:54:282002 ],
Brian Sheedyb6c58792020-05-07 18:37:332003 'replacements': {
2004 # TODO(crbug.com/1078982): Remove once the test is fixed on 10.15.4.
2005 'Mac FYI Experimental Release (Intel)': {
2006 'args': {
2007 '--gtest_filter': '*Detection*:-FaceDetectionImplMacTest.ScanOneFace*',
2008 },
2009 },
2010 },
Kenneth Russelleb60cbd22017-12-05 07:54:282011 },
jonross61a2cd22019-10-11 22:22:052012 'skia_renderer_gl_blink_web_tests': {
2013 'modifications': {
jonross61a2cd22019-10-11 22:22:052014 'Win10 FYI x64 SkiaRenderer GL (NVIDIA)': {
2015 'args': [
2016 '--target',
2017 'Release_x64',
2018 ],
2019 },
2020 },
2021 },
Ben Pastene727d4162020-05-05 19:10:252022 'storage_service_unsandboxed_interactive_ui_tests': {
2023 'modifications': {
2024 'linux-chromeos-chrome': {
2025 # TODO(crbug.com/970649): Remove this filter.
2026 'args': [
2027 '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs',
2028 ],
2029 },
2030 }
2031 },
Stephen Martinis54d64ad2018-09-21 22:16:202032 'swiftshader_unittests': {
2033 'remove_from': [
2034 # Save capacity on the hardware where we have only a few machines.
2035 'Mac FYI Experimental Release (Intel)',
2036 'Mac FYI Experimental Retina Release (AMD)',
2037 'Mac FYI Experimental Retina Release (NVIDIA)',
2038 'Mac Pro FYI Release (AMD)',
2039 ],
2040 },
Kenneth Russelleb60cbd22017-12-05 07:54:282041 'sync_integration_tests': {
Brad Halla36886c2019-02-26 16:52:292042 'remove_from': [
Brad Halla36886c2019-02-26 16:52:292043 'CrWinAsan(dll)', # https://crbug.com/935598
2044 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282045 'modifications': {
Erik Chene84bc1c2019-11-25 23:23:522046 'Linux ASan LSan Tests (1)': {
2047 'swarming': {
2048 'shards': 4,
2049 },
2050 },
Nico Weber8fbc2832018-12-14 16:00:572051 'Linux TSan Tests': {
2052 'swarming': {
2053 'shards': 6,
2054 },
2055 },
Stephen Martinis1384ff92020-01-07 19:52:152056 'ToTLinuxTSan': {
Kenneth Russelleb60cbd22017-12-05 07:54:282057 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:152058 'shards': 6,
Kenneth Russelleb60cbd22017-12-05 07:54:282059 },
2060 },
Stephen Martinis75ab55d2018-08-30 02:27:122061 'Win10 Tests x64 (dbg)': {
2062 'experiment_percentage': 100, # https://crbug.com/840369
2063 },
Stephen Martinis1384ff92020-01-07 19:52:152064 'Win7 Tests (dbg)(1)': {
2065 'swarming': {
2066 'shards': 2,
2067 },
2068 },
2069 'linux-chromeos-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:112070 'swarming': {
2071 'shards': 4,
2072 },
2073 },
Stephen Martinis1384ff92020-01-07 19:52:152074 'linux-code-coverage': {
Yuke Liao79424e42020-01-06 21:00:112075 'swarming': {
2076 'shards': 4,
2077 },
2078 },
Kenneth Russelleb60cbd22017-12-05 07:54:282079 },
2080 },
Kenneth Russell8a386d42018-06-02 09:48:012081 'tab_capture_end2end_tests': {
Nico Webere89a3c92018-07-01 01:30:522082 # Run these only on Release bots.
Kenneth Russell8a386d42018-06-02 09:48:012083 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:012084 'Linux Debug (NVIDIA)',
2085 'Mac Debug (Intel)',
2086 'Mac Retina Debug (AMD)',
Yuly Novikovbc1ccff2019-08-03 00:05:492087 'Win10 FYI x64 Debug (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:012088 'Win7 FYI Debug (AMD)',
Yuly Novikovf28f1eca2019-07-04 22:43:392089 # Disabled due to dbus crashes crbug.com/927465
Yuly Novikov5865ff72019-07-09 21:38:052090 'Linux FYI Release (Intel HD 630)',
Brian Sheedy4dd98432019-08-13 22:57:002091 'Linux FYI Release (Intel UHD 630)',
Yuly Novikov5865ff72019-07-09 21:38:052092 'Linux FYI Release (NVIDIA)',
Brian Sheedy22d051e2019-08-07 00:50:162093 'Linux FYI SkiaRenderer Vulkan (Intel HD 630)',
Yuly Novikov5865ff72019-07-09 21:38:052094 'Linux FYI SkiaRenderer Vulkan (NVIDIA)',
2095 'Linux Release (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:012096 ],
Emily Hanleyb64ac7c2018-05-25 13:36:552097 },
Brian Sheedyc117f6d2020-05-06 02:23:272098 'telemetry_monochrome_minidump_unittests': {
2099 'remove_from': [
2100 # Monochrome isn't supported on M.
2101 'android-marshmallow-arm64-rel',
2102 'android-marshmallow-x86-fyi-rel',
2103 ],
2104 },
Kenneth Russelleb60cbd22017-12-05 07:54:282105 'telemetry_perf_unittests': {
2106 'modifications': {
Kenneth Russelleb60cbd22017-12-05 07:54:282107 'Linux Tests': {
2108 'args': [
2109 '--xvfb',
Ned Nguyene6e26042018-01-17 20:42:482110 '--jobs=1',
Kenneth Russelleb60cbd22017-12-05 07:54:282111 ],
2112 },
Juan Antonio Navarro Perez4899edf2019-03-14 13:05:352113 'Linux Tests (dbg)(1)': {
2114 'args': [
2115 '--xvfb',
2116 '--jobs=1',
2117 ],
2118 },
Kenneth Russelleb60cbd22017-12-05 07:54:282119 # Disable parallelism on all Mac bots.
2120 'Mac10.10 Tests': {
2121 'args': [
2122 '--jobs=1',
2123 ],
2124 },
2125 'Mac10.11 Tests': {
2126 'args': [
2127 '--jobs=1',
2128 ],
2129 },
2130 'Mac10.12 Tests': {
2131 'args': [
2132 '--jobs=1',
2133 ],
2134 },
Ned Nguyen6e6e5b32018-02-21 20:21:502135 'Win7 Tests (dbg)(1)': {
2136 'args': [
2137 '--jobs=1',
2138 ],
2139 'swarming': {
2140 'shards': 20,
2141 },
2142 'experiment_percentage': 100,
2143 },
Stephen Martinis1384ff92020-01-07 19:52:152144 'linux-chromium-tests-staging-tests': {
2145 'args': [
2146 '--xvfb',
2147 '--jobs=1',
2148 ],
2149 },
2150 'linux-trusty-rel': {
2151 'args': [
2152 '--xvfb',
2153 '--jobs=1',
2154 ],
2155 },
Kenneth Russelleb60cbd22017-12-05 07:54:282156 },
2157 'remove_from': [
Haiyang Pan0e39edf42020-04-28 19:29:012158 # There's no need to run telemetry_perf_unittests on both lollipop and
Erik Chen96894722019-11-21 20:03:392159 # marshmallow on the CQ. https://crbug.com/1026487.
2160 'android-marshmallow-arm64-rel',
Andrew Luobe83fd82019-12-19 03:07:582161 'android-pie-arm64-rel',
Garrett Beatyeef031a2019-02-28 01:55:412162 # crbug.com/936540
2163 'Mac10.10 Tests',
2164 'Mac10.11 Tests',
Shenghua Zhangbd6f1b232018-03-03 02:59:142165 'Mac10.13 Tests',
2166 'Mac10.13 Tests (dbg)',
Stephen Martinis1384ff92020-01-07 19:52:152167 'Linux - Future (dbg)', # client.v8.chromium
Takuto Ikuta9aa015d2019-04-15 23:33:292168 'Win10 Tests x64',
Stephen Martinise701f5a2018-05-04 01:25:112169 'Win10 Tests x64 (dbg)',
Sajjad Mirza87e17b242020-01-22 18:49:072170 'Win10 Tests x64 Code Coverage',
Kenneth Russelleb60cbd22017-12-05 07:54:282171 ],
2172 },
Stephen Martinis54d64ad2018-09-21 22:16:202173 'telemetry_unittests': {
2174 'modifications': {
2175 'Win10 Tests x64 (dbg)': {
2176 'experiment_percentage': 100, # crbug.com/870673
2177 }
John Budorickc498fd3c2019-03-14 01:16:262178 },
2179 'remove_from': [
2180 # crbug.com/936540
2181 'Mac10.10 Tests',
2182 'Mac10.11 Tests',
Takuto Ikuta9aa015d2019-04-15 23:33:292183
2184 'Win10 Tests x64',
Sajjad Mirza87e17b242020-01-22 18:49:072185 'Win10 Tests x64 Code Coverage',
John Budorickc498fd3c2019-03-14 01:16:262186 ],
Stephen Martinis54d64ad2018-09-21 22:16:202187 },
Brian Sheedyf3b48d62020-05-08 23:03:122188 'test_buildbucket_api_gpu_use_cases': {
2189 'remove_from': [
2190 # crbug.com/1080749
2191 'Optional Linux Release (NVIDIA)',
2192 ],
2193 },
Kenneth Russelleb60cbd22017-12-05 07:54:282194 'unit_tests': {
Yun Liu3e759dbb2019-11-01 19:25:522195 'remove_from': [
2196 'android-code-coverage-native', # crbug/1018434
Haiyang Pan0e39edf42020-04-28 19:29:012197 # There's no need to run unit_tests on both lollipop and marshmallow
Erik Chen96894722019-11-21 20:03:392198 # on the CQ. https://crbug.com/1026487.
2199 'android-marshmallow-arm64-rel',
Yun Liu3e759dbb2019-11-01 19:25:522200 ],
Kenneth Russelleb60cbd22017-12-05 07:54:282201 'modifications': {
John Budorickca14c76f62017-12-09 14:19:182202 'Linux ASan LSan Tests (1)': {
John Budorick5052d552017-12-13 02:59:342203 # These are slow on the ASAN trybot for some reason.
2204 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:182205 'swarming': {
John Budorick5052d552017-12-13 02:59:342206 'shards': 4,
John Budorickca14c76f62017-12-09 14:19:182207 },
2208 },
Stephen Martinis1384ff92020-01-07 19:52:152209 'Linux Chromium OS ASan LSan Tests (1)': {
2210 # These are slow on the ASAN trybot for some reason.
2211 # crbug.com/794372
John Budorickca14c76f62017-12-09 14:19:182212 'swarming': {
2213 'shards': 2,
2214 },
2215 },
Takuto Ikuta54671d972018-07-19 19:06:352216 'Linux ChromiumOS MSan Tests': {
2217 # These are very slow on the Chrome OS MSAN trybot for some reason.
2218 # crbug.com/865455
2219 'swarming': {
2220 'shards': 2,
2221 },
2222 },
Stephen Martinis1384ff92020-01-07 19:52:152223 'Linux TSan Tests': {
Takuto Ikuta54671d972018-07-19 19:06:352224 'swarming': {
2225 'shards': 2,
2226 },
2227 },
Stephen Martinis1384ff92020-01-07 19:52:152228 'ToTLinuxASan': {
Dirk Pranke20eae9a72017-12-09 18:12:142229 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:152230 'shards': 2,
Dirk Pranke20eae9a72017-12-09 18:12:142231 },
2232 },
Stephen Martinis1384ff92020-01-07 19:52:152233 'android-asan': {
2234 'args': [
2235 '--test-launcher-filter-file=../../testing/buildbot/filters/android.asan.unit_tests.filter',
2236 ],
2237 },
Takuto Ikuta527cdff2020-01-29 08:04:272238 'android-marshmallow-arm64-rel-swarming': {
2239 'swarming': {
2240 'shards': 8,
2241 },
2242 },
Stephen Martinis1384ff92020-01-07 19:52:152243 'android-pie-arm64-rel': {
2244 'experiment_percentage': 100, # https://crbug.com/1010211
2245 },
2246 'linux-chromeos-chrome': {
2247 'args': [
2248 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.unit_tests.filter',
2249 ],
2250 },
Ben Pasteneacd57392019-10-31 02:13:252251 'linux-chromeos-dbg': {
2252 'swarming': {
2253 'shards': 2,
2254 },
2255 },
Erik Chend063aef72019-11-18 19:13:102256 'linux-chromeos-rel': {
2257 'swarming': {
2258 'shards': 2,
2259 },
2260 },
Kenneth Russelleb60cbd22017-12-05 07:54:282261 },
2262 },
Chong Gu4602f4d2020-02-20 03:43:072263 'url_unittests': {
2264 'remove_from': [
2265 # crbug.com/1054240
Stephen Roeac495972020-02-25 23:32:412266 'Fuchsia ARM64',
Chong Gu4602f4d2020-02-20 03:43:072267 ],
2268 },
Kenneth Russell8a386d42018-06-02 09:48:012269 'video_decode_accelerator_gl_unittest': {
2270 'remove_from': [
Kenneth Russell8a386d42018-06-02 09:48:012271 # Windows Intel doesn't have the GL extensions to support this test.
Yuly Novikovbc1ccff2019-08-03 00:05:492272 'ANGLE GPU Win10 x64 Release (Intel HD 630)',
2273 'Optional Win10 x64 Release (Intel HD 630)',
2274 'Win10 FYI x64 Release (Intel HD 630)',
Brian Sheedyf9387db7b2019-08-05 19:26:102275 'Win10 FYI x64 Release (Intel UHD 630)',
Yuly Novikov5ff15502019-07-31 00:55:482276 'Win10 FYI x64 Exp Release (Intel HD 630)',
Kenneth Russell8a386d42018-06-02 09:48:012277 ],
2278 },
Tom Anderson76eff052020-04-01 21:28:522279 'views_unittests_wayland': {
2280 'modifications': {
2281 'Linux Ozone Tester (Wayland)': {
2282 'args': [
2283 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.wayland_views_unittests.filter',
2284 ],
2285 },
2286 },
2287 },
2288 'views_unittests_x11': {
2289 'modifications': {
2290 'Linux Ozone Tester (X11)': {
2291 'args': [
2292 '--test-launcher-filter-file=../../testing/buildbot/filters/ozone-linux.x11_views_unittests.filter',
2293 ],
2294 },
2295 },
2296 },
John Budorickd02c429de2020-01-10 19:02:212297 'viz_unittests': {
2298 'modifications': {
2299 'android-marshmallow-x86-fyi-rel': {
John Budorickafd548b2020-01-14 20:45:092300 'args': [
John Budorickd02c429de2020-01-10 19:02:212301 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.viz_unittests.filter',
2302 ],
2303 },
Haiyang Pan08d09dc2020-04-01 16:11:212304 'android-pie-x86-rel': {
John Budorickafd548b2020-01-14 20:45:092305 'args': [
John Budorickd02c429de2020-01-10 19:02:212306 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.viz_unittests.filter',
2307 ],
2308 },
2309 },
2310 },
John Budorick20f4fa8d2019-08-02 22:58:292311 'vr_android_unittests': {
2312 'remove_from': [
Haiyang Pan801fbaa32019-09-06 18:43:092313 'android-marshmallow-x86-fyi-rel',
Haiyang Pan08d09dc2020-04-01 16:11:212314 'android-pie-x86-rel',
Yun Liu3e759dbb2019-11-01 19:25:522315 'android-code-coverage-native', # crbug/1018434
John Budorick20f4fa8d2019-08-02 22:58:292316 ],
2317 },
2318 'vr_common_unittests': {
2319 'remove_from': [
Haiyang Pan801fbaa32019-09-06 18:43:092320 'android-marshmallow-x86-fyi-rel',
Haiyang Pan08d09dc2020-04-01 16:11:212321 'android-pie-x86-rel',
Yun Liu3e759dbb2019-11-01 19:25:522322 'android-code-coverage-native', # crbug/1018431
John Budorick20f4fa8d2019-08-02 22:58:292323 ],
2324 },
Kenneth Russellfbda3c532017-12-08 23:57:242325 'vr_pixeltests': {
2326 'remove_from': [
Haiyang Pan801fbaa32019-09-06 18:43:092327 'android-marshmallow-x86-fyi-rel',
Haiyang Pan08d09dc2020-04-01 16:11:212328 'android-pie-x86-rel',
Kenneth Russell8ceeabf2017-12-11 17:53:282329 'VR Linux',
Yun Liu3e759dbb2019-11-01 19:25:522330 'android-code-coverage-native', # crbug/1018431
Alex Cooper29432cf2020-01-09 01:12:062331 # These tests fail on Win7, and given that We don't support VR there,
2332 # these tests are unnecessary there.
2333 # chromium.win
2334 'Win 7 Tests x64 (1)',
2335 'Win7 Tests (1)',
2336 'Win7 Tests (dbg)(1)',
Kenneth Russellfbda3c532017-12-08 23:57:242337 ],
2338 },
Nico Webere81999ee2018-07-01 23:52:432339 'wayland_client_perftests': {
2340 'remove_from': [
2341 'linux-chromeos-dbg', # https://crbug.com/859307
2342 ],
2343 },
John Budorick63357462019-02-27 23:02:512344 'webdriver_tests_suite': {
2345 'remove_from': [
2346 'Linux Tests', # https://crbug.com/929689, https://crbug.com/936557
2347 ],
2348 },
bsheedy048cbdb2019-02-04 20:32:052349 'webgl2_conformance_gl_passthrough_tests': {
2350 'remove_from': [
Yuly Novikov783ffa7b2019-03-28 00:22:492351 # Not enough capacity. https://crbug.com/946694
Yuly Novikovbc1ccff2019-08-03 00:05:492352 'ANGLE GPU Win10 x64 Release (Intel HD 630)',
Geoff Lang1fede152019-10-10 23:03:442353 # Not enough capacity. https://crbug.com/982294
2354 'Mac Pro FYI Release (AMD)',
2355 'Mac FYI Retina Release (NVIDIA)',
bsheedy048cbdb2019-02-04 20:32:052356 ],
2357 },
John Budorick82e61dfb2019-12-10 04:36:092358 'webgl2_conformance_validating_tests': {
Stephen Martinis54d64ad2018-09-21 22:16:202359 'remove_from': [
2360 # The Mac NVIDIA Retina bots don't have the capacity to run
2361 # this test suite on mac_optional_gpu_tests_rel.
2362 'Optional Mac Retina Release (NVIDIA)',
2363 ],
Kenneth Russell8a386d42018-06-02 09:48:012364 'modifications': {
Kenneth Russell8a386d42018-06-02 09:48:012365 'Mac FYI GPU ASAN Release': {
2366 'args': [
2367 '--is-asan',
2368 ]
2369 },
2370 },
2371 },
2372 'webgl_conformance_gl_passthrough_tests': {
2373 'remove_from': [
2374 # crbug.com/555545 and crbug.com/649824:
2375 # Disable webgl_conformance_gl_tests on some Win/AMD cards.
2376 # Always fails on older cards, flaky on newer cards.
2377 'Win7 FYI Debug (AMD)',
2378 'Win7 FYI Release (AMD)',
Zhenyao Mo23286742019-09-20 00:11:002379 # crbug.com/1005814
2380 'Win10 FYI x64 Release (AMD RX 550)',
Kenneth Russell8a386d42018-06-02 09:48:012381 ],
2382 },
Stephen Martinis54d64ad2018-09-21 22:16:202383 'webgl_conformance_tests': {
Kenneth Russell8a386d42018-06-02 09:48:012384 'modifications': {
Stephen Martinis54d64ad2018-09-21 22:16:202385 # On desktop platforms these don't take very long (~7 minutes),
2386 # but on Android they take ~30 minutes and we want to use more
2387 # shards than on desktop.
Stephen Martinis54d64ad2018-09-21 22:16:202388 'Android Release (Nexus 5X)': {
2389 'swarming': {
2390 'shards': 6,
2391 },
2392 },
Ben Pastene52890ace2019-05-24 20:03:362393 'chromeos-amd64-generic-rel': {
Ben Pastene52890ace2019-05-24 20:03:362394 'swarming': {
Brian Sheedydb0417e2019-12-11 01:14:202395 'shards': 12,
Ben Pastene52890ace2019-05-24 20:03:362396 },
2397 },
Kenneth Russell8a386d42018-06-02 09:48:012398 },
Ben Pastene1e9b93e2019-07-15 17:01:562399 'replacements': {
2400 'chromeos-kevin-rel-hw-tests': {
2401 # Replace VM args with the magic hostname that resolves to a CrOS
2402 # device in the test lab.
2403 'args': {
2404 '--remote': 'variable_chromeos_device_hostname',
2405 '--remote-ssh-port': None,
2406 },
2407 },
2408 },
Kenneth Russelle63e41f2019-04-09 02:45:282409 'remove_from': [
2410 # Too slow on this configuration, which is severely hardware
2411 # constrained. crbug.com/950690
2412 'Mac FYI Retina Debug (NVIDIA)',
2413 ],
Kenneth Russell8a386d42018-06-02 09:48:012414 },
John Budorick82e61dfb2019-12-10 04:36:092415 'webgl_conformance_validating_tests': {
2416 'modifications': {
2417 'Mac FYI GPU ASAN Release': {
2418 'args': [
2419 '--is-asan',
2420 ]
2421 },
2422 },
2423 },
Yuly Novikove27d1d22018-10-29 21:24:192424 'webgl_conformance_vulkan_passthrough_tests': {
2425 'remove_from': [
2426 'Win7 FYI Debug (AMD)',
2427 ],
2428 },
Kenneth Russelleb60cbd22017-12-05 07:54:282429 'webkit_unit_tests': {
Yun Liu16394ab32019-11-19 16:37:572430 'remove_from': [
2431 # Flakily fails on Win7. https://crbug.com/943372.
2432 'Win7 Tests (1)',
2433 'Win 7 Tests x64 (1)',
Yun Liu16394ab32019-11-19 16:37:572434 'android-code-coverage-native', # crbug/1018431
2435 ],
Dirk Pranke81ff51c2017-12-09 19:24:282436 'modifications': {
John Budorick5052d552017-12-13 02:59:342437 'Linux ASan LSan Tests (1)': {
2438 # These are very slow on the ASAN trybot for some reason.
2439 # crbug.com/794372
2440 'swarming': {
2441 'shards': 5,
2442 },
2443 },
Erik Chen681dc0282019-11-26 22:54:492444 'Linux TSan Tests': {
2445 'swarming': {
2446 'shards': 2,
2447 },
2448 },
arthursonzogni26889d82018-05-29 17:18:162449 'Marshmallow 64 bit Tester': {
2450 # Increase timeout. See https://crbug.com/847229.
2451 'swarming': {
2452 'hard_timeout': 1200,
2453 },
2454 },
Omer Katz7d2be652020-01-22 18:13:462455 'linux-blink-heap-concurrent-marking-tsan-rel': {
2456 'swarming': {
2457 'shards': 2,
2458 },
2459 },
Dirk Pranke81ff51c2017-12-09 19:24:282460 },
Kenneth Russelleb60cbd22017-12-05 07:54:282461 },
2462 'webview_instrumentation_test_apk': {
2463 'remove_from': [
Hans Wennborgeac4c36c2018-05-23 16:04:062464 # This test frequently fails on Android, https://crbug.com/824959
Haiyang Pana3ff55ae2020-04-23 18:26:542465 'android-lollipop-arm-rel',
Stephen Martinis1384ff92020-01-07 19:52:152466 # matching android builders, the test fails on these.
Hans Wennborga0b11ebe2018-05-15 16:26:502467 'ToTAndroid',
John Budorick27d2d44e2019-05-20 20:26:092468 'android-asan', # https://crbug.com/964562
Dirk Pranke20eae9a72017-12-09 18:12:142469 # On chromium.swarm, this should possibly be being run (or removed
Takuto Ikuta527cdff2020-01-29 08:04:272470 # from android-marshmallow-arm64-rel-swarming).
Haiyang Pan1ad3bb032020-04-24 23:52:032471 'android-lollipop-arm-rel-swarming',
Yun Liu7cfd28a2019-10-30 01:57:122472 'android-code-coverage-native', # https://crbug.com/1018431
Kenneth Russelleb60cbd22017-12-05 07:54:282473 ],
Ben Pastenee17a8e92018-07-12 21:55:182474 'modifications': {
Andrew Luof08500ae2020-01-10 01:24:452475 # chromium.android.fyi
2476 'Android WebView P FYI (rel)': {
2477 'args': [
2478 '--annotation',
2479 'DisabledTest,FlakyTest' # Monitor status of disabled tests.
2480 ],
2481 },
Ben Pastenee17a8e92018-07-12 21:55:182482 'Oreo Phone Tester': {
Andrew Luo93c4a1e2019-08-30 05:26:302483 # TODO(crbug.com/997362): Enable this once it's passing.
bsheedy01833462018-12-07 01:05:572484 # TODO(https://crbug.com/884413): Re-enable this once the tests are
2485 # either passing or there is more capacity.
2486 'experiment_percentage': 0,
Ben Pastenee17a8e92018-07-12 21:55:182487 },
Haiyang Pan08d09dc2020-04-01 16:11:212488 'android-pie-x86-rel': {
Haiyang Panfdd94332020-03-27 02:43:292489 'args': [
2490 '--test-launcher-filter-file=../../testing/buildbot/filters/android.emulator.webview_instrumentation_test_apk.filter',
2491 ],
2492 },
Ben Pastenee17a8e92018-07-12 21:55:182493 },
Kenneth Russelleb60cbd22017-12-05 07:54:282494 },
bsheedy800f5062018-08-07 00:47:542495 'xr_browser_tests': {
2496 'remove_from': [
Stephen Martinis1384ff92020-01-07 19:52:152497 # Randomly hangs indefinitely https://crbug.com/1018896.
2498 'Win10 FYI x64 Release (AMD RX 550)',
bsheedy800f5062018-08-07 00:47:542499 # This exception probably needs to stay due to lack of capacity
2500 # on the Win AMD bots.
2501 'Win7 FYI Debug (AMD)',
Maggie Chen4fc29842018-08-07 19:12:482502 # Fails on the bot, http://crbug.com/868143
2503 'Win7 FYI Release (AMD)',
bsheedy800f5062018-08-07 00:47:542504 ],
2505 },
Kenneth Russelleb60cbd22017-12-05 07:54:282506}