Source code

Revision control

Copy as Markdown

Other Tools

[DEFAULT]
subsuite = "webgpu"
# This file's tests should run when WebGPU is disabled by the logic in
# `gfxPlatform::InitWebGPUConfig`.
skip-if = [
# This condition should be the exact complement of the `run-if` condition
# in `mochitest.toml`.
"nightly_build",
"os == 'win'",
# `test-verify` jobs don't guarantee a GPU, so skip them.
"verify"
]
# 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_adapter_disabled.html"]