Bug 1893054 - test(webgpu): ignore HW blocklist on tier 2 MacOS r=webgpu-reviewers,teoxoy

This was regressed when the `*-backlog` job was split from this one in
D207224. Oopsie!

Differential Revision: https://phabricator.services.mozilla.com/D209706
This commit is contained in:
Erich Gubler 2024-05-15 01:33:28 +00:00
Родитель b6bdd642e0
Коммит 833fa52605
1 изменённых файлов: 16 добавлений и 6 удалений

Просмотреть файл

@ -258,12 +258,22 @@ web-platform-tests-webgpu:
mozharness:
chunked: true
extra-options:
- --test-type=testharness
- --skip-implementation-status=backlog
- --skip-implementation-status=not-implementing
- --default-exclude
- --tag=webgpu
- --exclude-tag=canvas
by-test-platform:
macos.*:
- --test-type=testharness
- --skip-implementation-status=backlog
- --skip-implementation-status=not-implementing
- --default-exclude
- --tag=webgpu
- --exclude-tag=canvas
- --setpref=gfx.webgpu.ignore-blocklist=true
default:
- --test-type=testharness
- --skip-implementation-status=backlog
- --skip-implementation-status=not-implementing
- --default-exclude
- --tag=webgpu
- --exclude-tag=canvas
web-platform-tests-webgpu-backlog:
description: "Web platform WebGPU test run (backlog)"