зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
b6bdd642e0
Коммит
833fa52605
|
@ -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)"
|
||||
|
|
Загрузка…
Ссылка в новой задаче