Bug 1935611 - Fix libyuv/libpng link failed for loongarch64. r=glandium,tnikkel,ng
[gecko.git] / dom / webgpu / mochitest / mochitest.toml
blob0663a50241b1edba598d0f43f7becbddadaa9a65
1 [DEFAULT]
2 subsuite = "webgpu"
3 run-if = ["!release_or_beta"]
4 skip-if = ["verify"] # `test-verify` jobs don't guarantee a GPU, so skip them.
5 prefs = [
6   "dom.webgpu.enabled=true",
7   "dom.webgpu.workers.enabled=true",
9 support-files = [
10   "worker_wrapper.js",
11   "test_basic_canvas.worker.js",
12   "test_submit_render_empty.worker.js",
15 # WebGPU is only available in secure contexts.
17 # See spec WebIDL, like this: https://www.w3.org/TR/webgpu/#navigatorgpu
18 scheme = "https"
20 ["test_basic_canvas.worker.html"]
22 ["test_buffer_mapping.html"]
24 ["test_buffer_mapping_invalid_device.html"]
26 ["test_buffer_mapping_overlapping_views.html"]
28 ["test_command_buffer_creation.html"]
30 ["test_compilation_message_pos.html"]
32 ["test_context_configure.html"]
34 ["test_device_creation.html"]
36 ["test_device_lost.html"]
38 ["test_double_encoder_finish.html"]
40 ["test_enabled.html"]
42 ["test_encoder_cycle_collection.html"]
44 ["test_error_scope.html"]
46 ["test_insecure_context.html"]
47 # This test checks that WebGPU is not available in insecure contexts.
48 scheme = "http"
50 ["test_navigator_gpu_not_replaceable.html"]
52 ["test_queue_copyExternalImageToTexture.html"]
54 ["test_queue_write.html"]
56 ["test_queue_write_invalid_device.html"]
58 ["test_set_bind_group_null.html"]
60 ["test_submit_compute_empty.html"]
62 ["test_submit_render_empty.html"]
64 ["test_submit_render_empty.worker.html"]