blob: ef83071c6661def588071d7c4079597b27b09154 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[DEFAULT]
subsuite = "webgpu"
run-if = ["release_or_beta"]
skip-if = ["verify"] # `test-verify` jobs don't guarantee a GPU, so skip them.
# Even if the pref were enabled, WebGPU is only available in secure contexts.
#
# See spec WebIDL, like this: https://www.w3.org/TR/webgpu/#navigatorgpu
scheme = "https"
["test_disabled.html"]
|