blob: a84532170d9552dc27f89a85f6ae1403037bece1 [file] [log] [blame]
Avi Drissmandfd880852022-09-15 20:11:091# Copyright 2017 The Chromium Authors
Kenneth Russelleb60cbd22017-12-05 07:54:282# 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#
Jeff Yoone2188f62020-08-24 20:55:5716# Note that if you are excluding with variants, you will need to exclude
17# per variant, with the identifier appended to the test suite name.
18# For example, if you have ios_chrome_ui_eg2tests_module with variant
19# SIM_IPHONE_6S_14_0 (identifier = "iPhone 6s 14.0"), you
20# must exclude with the test name as:
21# "ios_chrome_ui_eg2tests_module_iPhone 6s 14.0"
22
Kenneth Russelleb60cbd22017-12-05 07:54:2823# The goal is to drive the number of exceptions to zero, to make all
Ben Pastene7e98ea9d2024-02-08 00:44:4124# the bots behave similarly. whitespace
Kenneth Russelleb60cbd22017-12-05 07:54:2825{
26 'android_webview_unittests': {
Kenneth Russelleb60cbd22017-12-05 07:54:2827 },
John Chenaab16fc02020-03-03 06:35:4528 'blink_web_tests': {
John Chenaab16fc02020-03-03 06:35:4529 'modifications': {
John Chenaab16fc02020-03-03 06:35:4530 'V8 Blink Linux Future': {
31 'args': [
Brian Sheedy10ddf0a2021-08-16 23:19:0732 '--flag-specific=future-js',
John Chenaab16fc02020-03-03 06:35:4533 ],
34 },
John Chenaab16fc02020-03-03 06:35:4535 'devtools_frontend_linux_blink_light_rel': {
36 'args': [
37 'http/tests/devtools',
38 ],
39 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:5140 'shards': 2,
John Chenaab16fc02020-03-03 06:35:4541 },
42 },
Takuto Ikutabace8f82022-01-26 23:47:4743 'devtools_frontend_linux_blink_light_rel_fastbuild': {
44 'args': [
45 'http/tests/devtools',
46 ],
47 'swarming': {
Weizhong Xia8b786422022-06-23 14:46:5148 'shards': 2,
Takuto Ikutabace8f82022-01-26 23:47:4749 },
50 },
Weizhong Xia8b786422022-06-23 14:46:5151 },
52 },
53 'blink_wpt_tests': {
54 'remove_from': [
Weizhong Xia6d85a442022-06-23 17:17:0655 'devtools_frontend_linux_blink_light_rel',
56 'devtools_frontend_linux_blink_light_rel_fastbuild',
Weizhong Xia8b786422022-06-23 14:46:5157 ],
58 'modifications': {
Weizhong Xia8b786422022-06-23 14:46:5159 'V8 Blink Linux Future': {
60 'args': [
61 '--flag-specific=future-js',
62 ],
63 },
John Chenaab16fc02020-03-03 06:35:4564 },
65 },
Kenneth Russelleb60cbd22017-12-05 07:54:2866 'browser_tests': {
Kenneth Russellfbda3c532017-12-08 23:57:2467 'remove_from': [
yoshiki iguchi67bc2442024-03-28 19:31:1368 'linux-chromeos-chrome-preuprev', # http://b/331706144
Kenneth Russellfbda3c532017-12-08 23:57:2469 ],
Kenneth Russelleb60cbd22017-12-05 07:54:2870 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:1571 'Linux - Future (dbg)': { # client.v8.chromium
Yuke Liaoea70f472019-12-19 06:03:3672 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:1573 'shards': 10,
Yuke Liaoea70f472019-12-19 06:03:3674 },
75 },
Stephen Martinis1384ff92020-01-07 19:52:1576 'linux-chromeos-chrome': {
Alison Gale47d1537d2024-04-19 21:31:4677 # TODO(crbug.com/40614042): Promote out of experiment when the
Stephen Martinis1384ff92020-01-07 19:52:1578 # tests are green.
79 'args': [
80 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.browser_tests.filter',
81 ],
Ben Pastene37473092022-08-02 19:16:4682 'swarming': {
83 'shards': 20,
84 },
Stephen Martinis1384ff92020-01-07 19:52:1585 },
Kenneth Russelleb60cbd22017-12-05 07:54:2886 },
87 },
Ben Pastene7a05a8f2020-11-12 17:25:5188 'chrome_all_tast_tests': {
89 'modifications': {
Alvin Jia47a28032022-11-07 23:09:1590 'chromeos-eve-chrome': {
91 'swarming': {
Alvin Jia65de2132023-07-23 22:27:1292 # Increased timeout to 4 hours due to shard timeout.
93 'hard_timeout': 14400,
Alvin Jia47a28032022-11-07 23:09:1594 }
95 },
Alison Gale71bd8f152024-04-26 22:38:2096 # TODO(crbug.com/40727045): Move out of experimental if/when the bots are
Ben Pastenef85543f2022-06-24 17:50:0297 # stable.
98 'chromeos-jacuzzi-chrome': {
99 'experiment_percentage': 100,
100 },
Alvin Jiadb3f7cd2023-06-08 19:00:00101 'chromeos-reven-chrome': {
102 'args': [
103 '--tast-shard-method=hash',
104 ],
105 },
Ben Pastene7a05a8f2020-11-12 17:25:51106 },
107 },
Kenneth Russelleb60cbd22017-12-05 07:54:28108 'content_browsertests': {
Brad Halla36886c2019-02-26 16:52:29109 'remove_from': [
yoshiki iguchi67bc2442024-03-28 19:31:13110 'linux-chromeos-chrome-preuprev', # http://b/331706144
Brad Halla36886c2019-02-26 16:52:29111 ],
Kenneth Russelleb60cbd22017-12-05 07:54:28112 },
Yuly Novikov3ed87d1b2023-08-04 19:09:36113 'expected_color_pixel_gl_passthrough_ganesh_test': {
Yuly Novikov8e05ea72023-07-31 17:10:34114 'replacements': {
115 'Mac V8 FYI Release (Intel)': {
116 'args': {
117 '--git-revision': '${got_cr_revision}',
118 },
119 },
120 },
121 },
Yuly Novikov322b57f2023-08-21 23:25:09122 'expected_color_pixel_metal_passthrough_ganesh_test': {
Yuly Novikov3ed87d1b2023-08-04 19:09:36123 'replacements': {
124 'Mac V8 FYI Release (Intel)': {
125 'args': {
126 '--git-revision': '${got_cr_revision}',
127 },
128 },
129 },
130 },
Yuly Novikov322b57f2023-08-21 23:25:09131 'expected_color_pixel_metal_passthrough_graphite_test': {
Yuly Novikov8e05ea72023-07-31 17:10:34132 'replacements': {
133 'Mac V8 FYI Release (Intel)': {
134 'args': {
135 '--git-revision': '${got_cr_revision}',
136 },
137 },
138 },
139 },
Yuly Novikova4dbbbbce2024-12-10 21:41:19140 'expected_color_pixel_passthrough_graphite_test': {
Yuly Novikova4dbbbbce2024-12-10 21:41:19141 'replacements': {
142 # The V8 builders pass the V8 revision for ${got_revision}, so instead
143 # use ${got_cr_revision}, which is only set on the V8 bots.
144 'Win V8 FYI Release (NVIDIA)': {
145 'args': {
146 '--git-revision': '${got_cr_revision}',
147 },
148 },
149 },
150 },
Brian Sheedy50b3caf2023-07-11 19:26:49151 'expected_color_pixel_passthrough_test': {
Brian Sheedy50b3caf2023-07-11 19:26:49152 'replacements': {
153 # The V8 builders pass the V8 revision for ${got_revision}, so instead
154 # use ${got_cr_revision}, which is only set on the V8 bots.
155 'Linux V8 FYI Release (NVIDIA)': {
156 'args': {
157 '--git-revision': '${got_cr_revision}',
158 },
159 },
160 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
161 'args': {
162 '--git-revision': '${got_cr_revision}',
163 },
164 },
Brian Sheedy50b3caf2023-07-11 19:26:49165 'Win V8 FYI Release (NVIDIA)': {
166 'args': {
167 '--git-revision': '${got_cr_revision}',
168 },
169 },
170 },
171 },
Brian Sheedy48c79732023-10-02 18:08:28172 'expected_color_pixel_passthrough_test JACUZZI_RELEASE_LKGM': {
173 'modifications': {
174 'ChromeOS FYI Release Skylab (jacuzzi)': {
175 'args': [
176 # Skylab currently doesn't support use of LUCI_CONTEXT, so Gold cannot
177 # automatically get the service account to authenticate with.
178 '--service-account=/creds/service_accounts/skylab-drone.json',
179 ],
180 },
181 },
182 },
Brian Sheedy50b3caf2023-07-11 19:26:49183 'expected_color_pixel_validating_test': {
Brian Sheedy50b3caf2023-07-11 19:26:49184 'replacements': {
185 # The V8 builders pass the V8 revision for ${got_revision}, so instead
186 # use ${got_cr_revision}, which is only set on the V8 bots.
Renuga Nanjappanf50ed062024-11-08 10:25:04187 'Android V8 FYI Release': {
Brian Sheedy50b3caf2023-07-11 19:26:49188 'args': {
189 '--git-revision': '${got_cr_revision}',
190 },
191 },
192 },
193 },
Kenneth Russell8a386d42018-06-02 09:48:01194 'info_collection_tests': {
195 'remove_from': [
Renuga Nanjappanf50ed062024-11-08 10:25:04196 'Android V8 FYI Release',
Kenneth Russell8a386d42018-06-02 09:48:01197 'Linux V8 FYI Release (NVIDIA)',
Michael Achenbach5fdfc67b2018-12-13 13:26:35198 'Linux V8 FYI Release - pointer compression (NVIDIA)',
Kenneth Russell8a386d42018-06-02 09:48:01199 'Mac V8 FYI Release (Intel)',
200 'Win V8 FYI Release (NVIDIA)',
201 ],
202 },
Kenneth Russelleb60cbd22017-12-05 07:54:28203 'interactive_ui_tests': {
204 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:15205 'Linux - Future (dbg)': { # client.v8.chromium
Nico Weberdae13cd92018-12-14 13:56:26206 'swarming': {
Stephen Martinis1384ff92020-01-07 19:52:15207 'shards': 3,
Nico Weberdae13cd92018-12-14 13:56:26208 },
209 },
Alison Gale53c77f62024-04-22 15:16:27210 # TODO(crbug.com/40630654): Remove these filters.
Ben Pastene8ef125e2019-12-10 01:46:29211 'linux-chromeos-chrome': {
Ben Pastene8ef125e2019-12-10 01:46:29212 'args': [
213 '--gtest_filter=-SadTabViewInteractiveUITest.ReloadMultipleSadTabs',
214 ],
215 },
John Budorickf00e5ff2019-06-11 21:21:06216 },
217 },
Marco Georgaklis98b192972023-11-23 01:23:12218 'model_validation_tests MODEL_VALIDATION_BASE': {
219 'modifications': {
220 'optimization_guide-win32': {
221 'args': [
222 '--target-platform=win32',
223 ],
224 },
225 },
226 },
yoshiki iguchid1664ef2024-03-28 19:16:52227 'net_unittests RELEASE_LKGM': {
Eriko Kurimoto051072a62024-01-22 10:53:40228 # TODO(b/319364912): vpython cannot be delivered via CIPD on skylab builders
229 'remove_from': [
yoshiki iguchic077bb02024-02-07 07:48:21230 'chromeos-brya-chrome-dchecks-skylab',
Eriko Kurimoto051072a62024-01-22 10:53:40231 'chromeos-brya-chrome-skylab',
Qijiang Fan0dfb45c2024-09-12 07:34:21232 'chromeos-brya-chrome-tests',
Eriko Kurimoto051072a62024-01-22 10:53:40233 ],
234 },
Xi Cheng34ca4042018-02-23 00:10:12235 'notification_helper_unittests': {
236 'remove_from': [
Stephen Martinis1384ff92020-01-07 19:52:15237 # all these bots run Windows 7.
inglorionb8e7a3ed2019-04-12 09:49:03238 'ToTWinOfficial',
Arthur Eubanks0c24b822021-06-15 18:51:34239 'ToTWinOfficial64',
Xi Cheng34ca4042018-02-23 00:10:12240 ],
241 },
Marco Georgaklise80c2b162024-02-07 20:28:29242 'ondevice_stability_tests AMD Radeon RX 5500 XT': {
243 'modifications': {
244 'optimization_guide-win32': {
245 'args': [
246 '--target-platform=win32',
247 ],
248 },
249 },
250 },
251 'ondevice_stability_tests Intel UHD 630': {
Marco Georgaklis9bba30fe2024-02-12 18:30:51252 'modifications': {
253 'optimization_guide-win32': {
254 'args': [
255 '--target-platform=win32',
256 ],
257 },
258 },
Marco Georgaklise80c2b162024-02-07 20:28:29259 },
Marco Georgaklisc23c34f2024-02-08 21:03:17260 'ondevice_stability_tests NVIDIA GeForce GTX 1660': {
261 'modifications': {
262 'optimization_guide-win32': {
263 'args': [
264 '--target-platform=win32',
265 ],
266 },
267 },
268 },
Ben Pastenee723b2f2019-05-31 19:10:27269 'ozone_unittests': {
270 'modifications': {
Ben Pastene8ef125e2019-12-10 01:46:29271 'linux-chromeos-chrome': {
272 'args': [
273 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
274 ],
275 },
yoshiki iguchia847bb102024-03-21 01:40:26276 'linux-chromeos-chrome-preuprev': {
277 'args': [
278 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.ozone_unittests.filter',
279 ],
280 },
Ben Pastenee723b2f2019-05-31 19:10:27281 },
282 },
Yuly Novikov3ed87d1b2023-08-04 19:09:36283 'pixel_skia_gold_gl_passthrough_ganesh_test': {
Yuly Novikov8e05ea72023-07-31 17:10:34284 'replacements': {
285 'Mac V8 FYI Release (Intel)': {
286 'args': {
287 '--git-revision': '${got_cr_revision}',
288 },
289 },
290 },
291 },
Yuly Novikov322b57f2023-08-21 23:25:09292 'pixel_skia_gold_metal_passthrough_ganesh_test': {
Yuly Novikov3ed87d1b2023-08-04 19:09:36293 'replacements': {
294 'Mac V8 FYI Release (Intel)': {
295 'args': {
296 '--git-revision': '${got_cr_revision}',
297 },
298 },
299 },
300 },
Yuly Novikov322b57f2023-08-21 23:25:09301 'pixel_skia_gold_metal_passthrough_graphite_test': {
Yuly Novikov8e05ea72023-07-31 17:10:34302 'replacements': {
303 'Mac V8 FYI Release (Intel)': {
304 'args': {
305 '--git-revision': '${got_cr_revision}',
306 },
307 },
308 },
309 },
Yuly Novikova4dbbbbce2024-12-10 21:41:19310 'pixel_skia_gold_passthrough_graphite_test': {
Yuly Novikovbadd2242024-12-16 19:23:45311 'modifications': {
312 'Win V8 FYI Release (NVIDIA)': {
313 'args': [
314 # TODO(crbug.com/382422293): Remove when fixed
315 '--jobs=1',
316 ],
317 },
318 },
Yuly Novikova4dbbbbce2024-12-10 21:41:19319 'replacements': {
320 # The V8 builders pass the V8 revision for ${got_revision}, so instead
321 # use ${got_cr_revision}, which is only set on the V8 bots.
322 'Win V8 FYI Release (NVIDIA)': {
323 'args': {
324 '--git-revision': '${got_cr_revision}',
Yuly Novikovbadd2242024-12-16 19:23:45325 # Magic substitution happens after regular replacement, so remove it
326 # now since we are manually applying the number of jobs above.
327 '$$MAGIC_SUBSTITUTION_GPUParallelJobs': None,
Yuly Novikova4dbbbbce2024-12-10 21:41:19328 },
329 },
330 },
331 },
Jonah Ryan-Davis832c8462020-06-09 03:45:03332 'pixel_skia_gold_passthrough_test': {
Yuly Novikova4dbbbbce2024-12-10 21:41:19333 'modifications': {
334 'Win V8 FYI Release (NVIDIA)': {
335 'args': [
336 # TODO(crbug.com/382422293): Remove when fixed
337 '--jobs=1',
338 ],
339 },
340 },
Jonah Ryan-Davis832c8462020-06-09 03:45:03341 'replacements': {
342 # The V8 builders pass the V8 revision for ${got_revision}, so instead
343 # use ${got_cr_revision}, which is only set on the V8 bots.
344 'Linux V8 FYI Release (NVIDIA)': {
345 'args': {
346 '--git-revision': '${got_cr_revision}',
347 },
348 },
349 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
350 'args': {
351 '--git-revision': '${got_cr_revision}',
352 },
353 },
354 'Win V8 FYI Release (NVIDIA)': {
355 'args': {
356 '--git-revision': '${got_cr_revision}',
Yuly Novikova4dbbbbce2024-12-10 21:41:19357 # Magic substitution happens after regular replacement, so remove it
358 # now since we are manually applying the number of jobs above.
359 '$$MAGIC_SUBSTITUTION_GPUParallelJobs': None,
Jonah Ryan-Davis832c8462020-06-09 03:45:03360 },
361 },
362 },
363 },
Brian Sheedy48c79732023-10-02 18:08:28364 'pixel_skia_gold_passthrough_test JACUZZI_RELEASE_LKGM': {
365 'modifications': {
366 'ChromeOS FYI Release Skylab (jacuzzi)': {
367 'args': [
368 # Skylab currently doesn't support use of LUCI_CONTEXT, so Gold cannot
369 # automatically get the service account to authenticate with.
370 '--service-account=/creds/service_accounts/skylab-drone.json',
371 ],
372 },
373 },
374 },
Jonah Ryan-Davis832c8462020-06-09 03:45:03375 'pixel_skia_gold_validating_test': {
Brian Sheedye6ea0ee2019-07-11 02:54:37376 'replacements': {
Brian Sheedye6ea0ee2019-07-11 02:54:37377 # The V8 builders pass the V8 revision for ${got_revision}, so instead
378 # use ${got_cr_revision}, which is only set on the V8 bots.
Renuga Nanjappanf50ed062024-11-08 10:25:04379 'Android V8 FYI Release': {
Brian Sheedye6ea0ee2019-07-11 02:54:37380 'args': {
Brian Sheedy4d335deb2020-04-01 20:47:32381 '--git-revision': '${got_cr_revision}',
Brian Sheedye6ea0ee2019-07-11 02:54:37382 },
383 },
Brian Sheedye6ea0ee2019-07-11 02:54:37384 },
385 },
Kenneth Russelleb60cbd22017-12-05 07:54:28386 'telemetry_perf_unittests': {
387 'modifications': {
Ben Pastene69400eb2021-03-25 19:27:16388 'chromeos-eve-chrome': {
389 'args': [
Alison Gale81f4f2c2024-04-22 19:33:31390 # TODO(crbug.com/40756418): Re-enable.
Ben Pastene69400eb2021-03-25 19:27:16391 '--skip=benchmarks.benchmark_smoke_unittest.BenchmarkSmokeTest.wasmpspdfkit',
392 ],
393 },
Kenneth Russelleb60cbd22017-12-05 07:54:28394 },
395 'remove_from': [
Stephen Martinis1384ff92020-01-07 19:52:15396 'Linux - Future (dbg)', # client.v8.chromium
Kenneth Russelleb60cbd22017-12-05 07:54:28397 ],
398 },
Stephen Martinis54d64ad2018-09-21 22:16:20399 'telemetry_unittests': {
John Budorickc498fd3c2019-03-14 01:16:26400 'remove_from': [
Alison Gale71bd8f152024-04-26 22:38:20401 # TODO(crbug.com/40727045): Restore when there's more DUTs
Ben Pastene7f1ded3a42022-06-08 17:01:59402 'chromeos-eve-chrome',
John Budorickc498fd3c2019-03-14 01:16:26403 ],
Stephen Martinis54d64ad2018-09-21 22:16:20404 },
Kenneth Russelleb60cbd22017-12-05 07:54:28405 'unit_tests': {
Kenneth Russelleb60cbd22017-12-05 07:54:28406 'modifications': {
Stephen Martinis1384ff92020-01-07 19:52:15407 'linux-chromeos-chrome': {
408 'args': [
409 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.unit_tests.filter',
410 ],
411 },
yoshiki iguchia847bb102024-03-21 01:40:26412 'linux-chromeos-chrome-preuprev': {
413 'args': [
414 '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.unit_tests.filter',
415 ],
416 },
Kuan Huangd1af19fa2024-09-26 23:18:13417 },
418 },
Hao Wu77dd1ab2022-04-29 21:36:20419 'variations_smoke_tests': {
420 'modifications': {
Hao Wud38c2342022-06-09 02:03:47421 'linux-chrome': {
422 'swarming': {
Garrett Beatyade673d2023-08-04 22:00:25423 'dimensions': {
424 'pool': 'chrome.tests.finch',
425 },
Hao Wud38c2342022-06-09 02:03:47426 },
427 },
Hao Wu77dd1ab2022-04-29 21:36:20428 'win-chrome': {
429 'experiment_percentage': 100,
Hao Wud38c2342022-06-09 02:03:47430 'swarming': {
Garrett Beatyade673d2023-08-04 22:00:25431 'dimensions': {
432 'pool': 'chrome.tests.finch',
433 },
Hao Wud38c2342022-06-09 02:03:47434 },
Hao Wu77dd1ab2022-04-29 21:36:20435 },
436 },
437 },
Brian Sheedy45935b42022-12-14 23:21:46438 'vulkan_pixel_skia_gold_test': {
439 'replacements': {
440 # The V8 builders pass the V8 revision for ${got_revision}, so instead
441 # use ${got_cr_revision}, which is only set on the V8 bots.
442 'Linux V8 FYI Release (NVIDIA)': {
443 'args': {
444 '--git-revision': '${got_cr_revision}',
445 },
446 },
Brian Sheedyd7973022023-01-03 14:15:09447 'Linux V8 FYI Release - pointer compression (NVIDIA)': {
448 'args': {
449 '--git-revision': '${got_cr_revision}',
450 },
451 },
452 'Mac V8 FYI Release (Intel)': {
453 'args': {
454 '--git-revision': '${got_cr_revision}',
455 },
456 },
457 'Win V8 FYI Release (NVIDIA)': {
458 'args': {
459 '--git-revision': '${got_cr_revision}',
460 },
461 },
Brian Sheedy45935b42022-12-14 23:21:46462 },
463 },
Brian Sheedyd7973022023-01-03 14:15:09464 'webgl2_conformance_d3d11_passthrough_tests': {
465 'remove_from': [
466 # Removed from V8 builder since WebGL 1 should provide reasonable
467 # upstream test coverage without the capacity hit from WebGL 2.
468 'Win V8 FYI Release (NVIDIA)',
469 ],
470 },
Yuly Novikov96333102023-12-06 19:27:51471 'webgl2_conformance_gl_passthrough_ganesh_tests': {
472 'remove_from': [
473 'Mac V8 FYI Release (Intel)',
474 ],
475 },
Yuly Novikov19bc4c332022-10-17 18:45:06476 'webgl2_conformance_gl_passthrough_tests': {
477 'remove_from': [
Brian Sheedyd7973022023-01-03 14:15:09478 # Removed from V8 builders since WebGL 1 should provide reasonable
479 # upstream test coverage without the capacity hit from WebGL 2.
Brian Sheedyd7973022023-01-03 14:15:09480 'Linux V8 FYI Release - pointer compression (NVIDIA)',
Yuly Novikov19bc4c332022-10-17 18:45:06481 ],
482 },
Yuly Novikov96333102023-12-06 19:27:51483 'webgl2_conformance_metal_passthrough_graphite_tests': {
Kenneth Russell18fff67f2021-11-05 23:45:11484 'remove_from': [
Brian Sheedyd7973022023-01-03 14:15:09485 # Removed from V8 builders since WebGL 1 should provide reasonable
486 # upstream test coverage without the capacity hit from WebGL 2.
487 'Mac V8 FYI Release (Intel)',
Kenneth Russell18fff67f2021-11-05 23:45:11488 ],
Kenneth Russell984f2f12020-12-15 23:23:35489 },
Yuly Novikova4dbbbbce2024-12-10 21:41:19490 'webgl_conformance_vulkan_passthrough_tests': {
491 'remove_from': [
492 # TODO(crbug.com/380431384): Re-enable when fixed
493 'Win V8 FYI Release (NVIDIA)',
494 ],
495 },
Kenneth Russelleb60cbd22017-12-05 07:54:28496}