3 run-if = ["!release_or_beta"]
4 skip-if = ["verify"] # `test-verify` jobs don't guarantee a GPU, so skip them.
6 "dom.webgpu.enabled=true",
7 "dom.webgpu.workers.enabled=true",
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
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"]
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.
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"]