Source code

Revision control

Copy as Markdown

Other Tools

[DEFAULT]
subsuite = "webgpu"
# This file's tests should run when 'modules/libpref/init/StaticPrefList.yaml'
# defaults the 'dom.webgpu.enabled' pref to true.
run-if = ["!early_beta_or_earlier && os != 'win'"]
skip-if = ["verify"] # `test-verify` jobs don't guarantee a GPU, so skip them.
prefs = [
"gfx.webgpu.ignore-blocklist=true", # https://bugzilla.mozilla.org/show_bug.cgi?id=1985348
]
# 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_gpu_disabled.html"]