aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamson <16504129+sagudev@users.noreply.github.com>2024-04-01 10:27:46 +0200
committerGitHub <noreply@github.com>2024-04-01 08:27:46 +0000
commit8c25336e9af0a1ca32107622d94993f9c834d46c (patch)
tree9845ea3ecfc9e7bf082bd378ab8c7459bd6298e6
parent2f5a4354e71a054e219efd99f1a0266ad655b841 (diff)
downloadservo-8c25336e9af0a1ca32107622d94993f9c834d46c.tar.gz
servo-8c25336e9af0a1ca32107622d94993f9c834d46c.zip
Override timeout in WebGPU CTS to always be "long" (#31952)
* Long webgpu timeout * Update expectations * reupdate expectations 2 * re * update-webgpu * Update testing_commands.py with better comment
-rw-r--r--python/servo/testing_commands.py4
-rw-r--r--tests/wpt/webgpu/meta/MANIFEST.json8574
-rw-r--r--tests/wpt/webgpu/meta/webgpu/cts.https.html.ini427
-rw-r--r--tests/wpt/webgpu/tests/webgpu/cts.https.html1
4 files changed, 6500 insertions, 2506 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py
index d496e7e8188..bedabde0248 100644
--- a/python/servo/testing_commands.py
+++ b/python/servo/testing_commands.py
@@ -741,6 +741,10 @@ tests/wpt/mozilla/tests for Servo-only tests""" % reference_path)
filedata = file.read()
# files are mounted differently
filedata = filedata.replace('src=/webgpu/common/runtime/wpt.js', 'src=../webgpu/common/runtime/wpt.js')
+ # Mark all webgpu tests as long to increase their timeouts. This is needed due to wgpu's slowness.
+ # TODO: replace this with more fine grained solution: https://github.com/servo/servo/issues/30999
+ filedata = filedata.replace('<meta charset=utf-8>',
+ '<meta charset=utf-8>\n<meta name="timeout" content="long">')
# Write the file out again
with open(cts_html, 'w') as file:
file.write(filedata)
diff --git a/tests/wpt/webgpu/meta/MANIFEST.json b/tests/wpt/webgpu/meta/MANIFEST.json
index 6d95ce7a692..08a40c2d71c 100644
--- a/tests/wpt/webgpu/meta/MANIFEST.json
+++ b/tests/wpt/webgpu/meta/MANIFEST.json
@@ -4194,8578 +4194,12864 @@
"testharness": {
"webgpu": {
"cts.https.html": [
- "4d4739214e3b48aaf834158f14a4dcfc47bcbf01",
+ "52aa6715a1cf5b391cae139a3574f1b1c69a41ae",
[
"webgpu/cts.https.html?q=webgpu:api,operation,adapter,requestAdapter:requestAdapter:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,adapter,requestAdapter:requestAdapter_no_parameters:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,adapter,requestAdapterInfo:adapter_info:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,adapter,requestAdapterInfo:adapter_info_with_hints:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,adapter,requestDevice:default:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,adapter,requestDevice:features,known:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,adapter,requestDevice:features,unknown:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,adapter,requestDevice:invalid:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,adapter,requestDevice:limit,better_than_supported:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,adapter,requestDevice:limit,out_of_range:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,adapter,requestDevice:limit,worse_than_default:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,adapter,requestDevice:limits,supported:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,adapter,requestDevice:limits,unknown:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,adapter,requestDevice:stale:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,buffers,map:mapAsync,mapState:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,buffers,map:mapAsync,read,typedArrayAccess:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,buffers,map:mapAsync,read:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,buffers,map:mapAsync,write,unchanged_ranges_preserved:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,buffers,map:mapAsync,write:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,buffers,map:mappedAtCreation,mapState:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,buffers,map:mappedAtCreation:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,buffers,map:remapped_for_write:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,buffers,map_ArrayBuffer:postMessage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,buffers,map_detach:while_mapped:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,buffers,map_oom:mappedAtCreation:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,buffers,threading:destroyed:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,buffers,threading:serialize:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,basic:b2t2b:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,basic:b2t2t2b:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,basic:empty:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,clearBuffer:clear:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,copyBufferToBuffer:copy_order:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,copyBufferToBuffer:single:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,copyBufferToBuffer:state_transitions:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,compressed,array:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,compressed,non_array:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,non_compressed,array:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,copyTextureToTexture:color_textures,non_compressed,non_array:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,copyTextureToTexture:copy_depth_stencil:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,copyTextureToTexture:copy_multisampled_color:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,copyTextureToTexture:copy_multisampled_depth:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,copyTextureToTexture:zero_sized:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,image_copy:mip_levels:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,image_copy:offsets_and_sizes:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,image_copy:offsets_and_sizes_copy_depth_stencil:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,image_copy:origins_and_extents:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,image_copy:rowsPerImage_and_bytesPerRow:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,image_copy:rowsPerImage_and_bytesPerRow_depth_stencil:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,image_copy:undefined_params:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,programmable,state_tracking:bind_group_before_pipeline:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,programmable,state_tracking:bind_group_indices:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,programmable,state_tracking:bind_group_multiple_sets:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,programmable,state_tracking:bind_group_order:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,programmable,state_tracking:compatible_pipelines:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,programmable,state_tracking:one_bind_group_multiple_slots:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,alpha_to_coverage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,depth:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,empty:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,initial:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,multi_resolve:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,sample_mask:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,scissor:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,queries,occlusionQuery:occlusion_query,stencil:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,render,state_tracking:change_pipeline_before_and_after_vertex_buffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,render,state_tracking:set_index_buffer_before_non_indexed_draw:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,render,state_tracking:set_index_buffer_without_changing_buffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,render,state_tracking:set_vertex_buffer_but_not_used_in_draw:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,command_buffer,render,state_tracking:set_vertex_buffer_without_changing_buffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,compute,basic:large_dispatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,compute,basic:memcpy:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,compute_pipeline,overrides:basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,compute_pipeline,overrides:multi_entry_points:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,compute_pipeline,overrides:numeric_id:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,compute_pipeline,overrides:precision:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,compute_pipeline,overrides:shared_shader_module:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,compute_pipeline,overrides:workgroup_size:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,device,lost:lost_on_destroy:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,device,lost:not_lost_on_gc:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,device,lost:same_object:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,labels:object_has_descriptor_label:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,labels:wrappers_do_not_share_labels:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,memory_sync,buffer,multiple_buffers:multiple_pairs_of_dispatches_in_one_compute_pass:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,memory_sync,buffer,multiple_buffers:multiple_pairs_of_draws_in_one_render_bundle:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,memory_sync,buffer,multiple_buffers:multiple_pairs_of_draws_in_one_render_pass:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,memory_sync,buffer,multiple_buffers:rw:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,memory_sync,buffer,multiple_buffers:wr:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,memory_sync,buffer,multiple_buffers:ww:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,memory_sync,buffer,single_buffer:rw:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,memory_sync,buffer,single_buffer:two_dispatches_in_the_same_compute_pass:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,memory_sync,buffer,single_buffer:two_draws_in_the_same_render_bundle:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,memory_sync,buffer,single_buffer:two_draws_in_the_same_render_pass:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,memory_sync,buffer,single_buffer:wr:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,memory_sync,buffer,single_buffer:ww:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,memory_sync,texture,readonly_depth_stencil:sampling_while_testing:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,memory_sync,texture,same_subresource:rw,single_pass,load_resolve:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,memory_sync,texture,same_subresource:rw,single_pass,load_store:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,memory_sync,texture,same_subresource:rw:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,memory_sync,texture,same_subresource:wr:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,memory_sync,texture,same_subresource:ww:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,onSubmittedWorkDone:many,parallel:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,onSubmittedWorkDone:many,parallel_order:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,onSubmittedWorkDone:many,serial:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,onSubmittedWorkDone:with_work:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,onSubmittedWorkDone:without_work:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,pipeline,default_layout:getBindGroupLayout_js_object:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,pipeline,default_layout:incompatible_with_explicit:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,pipeline,default_layout:layout:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,queue,writeBuffer:array_types:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,queue,writeBuffer:multiple_writes_at_different_offsets_and_sizes:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,reflection:buffer_creation_from_reflection:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,reflection:buffer_reflection_attributes:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,reflection:query_set_creation_from_reflection:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,reflection:query_set_reflection_attributes:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,reflection:texture_creation_from_reflection:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,reflection:texture_reflection_attributes:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,render_pass,clear_value:layout:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,render_pass,clear_value:loaded:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,render_pass,clear_value:srgb:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,render_pass,clear_value:stencil_clear_value:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,render_pass,clear_value:stored:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,render_pass,resolve:render_pass_resolve:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,render_pass,storeOp:render_pass_store_op,color_attachment_only:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,render_pass,storeOp:render_pass_store_op,color_attachment_with_depth_stencil_attachment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,render_pass,storeOp:render_pass_store_op,depth_stencil_attachment_only:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,render_pass,storeOp:render_pass_store_op,multiple_color_attachments:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,render_pass,storeop2:storeOp_controls_whether_1x1_drawn_quad_is_stored:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,render_pipeline,culling_tests:culling:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,render_pipeline,overrides:basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,render_pipeline,overrides:multi_entry_points:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,render_pipeline,overrides:precision:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,render_pipeline,overrides:shared_shader_module:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,render_pipeline,pipeline_output_targets:color,attachments:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,render_pipeline,pipeline_output_targets:color,component_count,blend:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,render_pipeline,pipeline_output_targets:color,component_count:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,render_pipeline,primitive_topology:basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,render_pipeline,primitive_topology:unaligned_vertex_count:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,render_pipeline,sample_mask:alpha_to_coverage_mask:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,render_pipeline,sample_mask:fragment_output_mask:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,render_pipeline,vertex_only_render_pipeline:draw_depth_and_stencil_with_vertex_only_pipeline:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,basic:clear:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,basic:fullscreen_quad:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,basic:large_draw:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,color_target_state:blend_constant,initial:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,color_target_state:blend_constant,not_inherited:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,color_target_state:blend_constant,setting:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,color_target_state:blending,GPUBlendComponent:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,color_target_state:blending,clamping:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,color_target_state:blending,formats:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,color_target_state:color_write_mask,blending_disabled:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,color_target_state:color_write_mask,channel_work:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,depth:depth_compare_func:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,depth:depth_disabled:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,depth:depth_test_fail:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,depth:depth_write_disabled:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,depth:reverse_depth:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,depth_bias:depth_bias:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,depth_bias:depth_bias_24bit_format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,depth_clip_clamp:depth_clamp_and_clip:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,depth_clip_clamp:depth_test_input_clamped:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,draw:arguments:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,draw:default_arguments:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,draw:largeish_buffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,draw:vertex_attributes,basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,draw:vertex_attributes,formats:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,indirect_draw:basics:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,stencil:stencil_compare_func:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,stencil:stencil_depthFailOp_operation:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,stencil:stencil_failOp_operation:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,stencil:stencil_passOp_operation:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,stencil:stencil_read_write_mask:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,rendering,stencil:stencil_reference_initialized:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,resource_init,buffer:copy_buffer_to_buffer_copy_source:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,resource_init,buffer:copy_buffer_to_texture:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,resource_init,buffer:copy_texture_to_partial_buffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,resource_init,buffer:index_buffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,resource_init,buffer:indirect_buffer_for_dispatch_indirect:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,resource_init,buffer:indirect_buffer_for_draw_indirect:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,resource_init,buffer:map_partial_buffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,resource_init,buffer:map_whole_buffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,resource_init,buffer:mapped_at_creation_partial_buffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,resource_init,buffer:mapped_at_creation_whole_buffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,resource_init,buffer:partial_write_buffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,resource_init,buffer:readonly_storage_buffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,resource_init,buffer:resolve_query_set_to_partial_buffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,resource_init,buffer:storage_buffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,resource_init,buffer:uniform_buffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,resource_init,buffer:vertex_buffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,resource_init,texture_zero:uninitialized_texture_is_zero:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,sampling,anisotropy:anisotropic_filter_checkerboard:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,sampling,anisotropy:anisotropic_filter_mipmap_color:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,sampling,filter_mode:magFilter,linear:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,sampling,filter_mode:magFilter,nearest:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,sampling,filter_mode:minFilter,linear:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,sampling,filter_mode:minFilter,nearest:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,sampling,filter_mode:mipmapFilter:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,shader_module,compilation_info:getCompilationInfo_returns:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,shader_module,compilation_info:line_number_and_position:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,shader_module,compilation_info:offset_and_length:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,storage_texture,read_write:basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,texture_view,format_reinterpretation:render_and_resolve_attachment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,texture_view,format_reinterpretation:texture_binding:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,texture_view,read:aspect:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,texture_view,read:dimension:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,texture_view,read:format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,texture_view,write:aspect:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,texture_view,write:dimension:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,texture_view,write:format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,uncapturederror:constructor:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,uncapturederror:iff_uncaptured:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,uncapturederror:only_original_device_is_event_target:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,uncapturederror:uncapturederror_from_non_originating_thread:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,vertex_state,correctness:array_stride_zero:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,vertex_state,correctness:buffers_with_varying_step_mode:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,vertex_state,correctness:discontiguous_location_and_attribs:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,vertex_state,correctness:max_buffers_and_attribs:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,vertex_state,correctness:non_zero_array_stride_and_attribute_offset:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,vertex_state,correctness:overlapping_attributes:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,vertex_state,correctness:setVertexBuffer_offset_and_attribute_offset:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,vertex_state,correctness:vertex_buffer_used_multiple_times_interleaved:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,vertex_state,correctness:vertex_buffer_used_multiple_times_overlapped:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,vertex_state,correctness:vertex_format_to_shader_format_conversion:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,vertex_state,index_format:index_format,change_pipeline_after_setIndexBuffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,vertex_state,index_format:index_format,setIndexBuffer_before_setPipeline:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,vertex_state,index_format:index_format,setIndexBuffer_different_formats:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,vertex_state,index_format:index_format,uint16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,vertex_state,index_format:index_format,uint32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,operation,vertex_state,index_format:primitive_restart:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,create:createBuffer_invalid_and_oom:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,create:limit:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,create:size:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,create:usage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,destroy:all_usages:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,destroy:error_buffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,destroy:twice:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,destroy:while_mapped:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:gc_behavior,mapAsync:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:gc_behavior,mappedAtCreation:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:getMappedRange,disjoinRanges_many:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:getMappedRange,disjointRanges:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:getMappedRange,offsetAndSizeAlignment,mapped:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:getMappedRange,offsetAndSizeAlignment,mappedAtCreation:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:getMappedRange,sizeAndOffsetOOB,mapped:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:getMappedRange,sizeAndOffsetOOB,mappedAtCreation:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:getMappedRange,state,destroyed:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:getMappedRange,state,invalid_mappedAtCreation:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:getMappedRange,state,mapped:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:getMappedRange,state,mappedAgain:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:getMappedRange,state,mappedAtCreation:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:getMappedRange,state,mappingPending:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:getMappedRange,state,unmapped:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:getMappedRange,subrange,mapped:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:getMappedRange,subrange,mappedAtCreation:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:mapAsync,abort_over_invalid_error:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:mapAsync,earlyRejection:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:mapAsync,invalidBuffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:mapAsync,offsetAndSizeAlignment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:mapAsync,offsetAndSizeOOB:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:mapAsync,sizeUnspecifiedOOB:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:mapAsync,state,destroyed:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:mapAsync,state,mapped:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:mapAsync,state,mappedAtCreation:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:mapAsync,state,mappingPending:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:mapAsync,usage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:unmap,state,destroyed:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:unmap,state,mapped:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:unmap,state,mappedAtCreation:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:unmap,state,mappingPending:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,buffer,mapping:unmap,state,unmapped:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,features,query_types:createQuerySet:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,features,query_types:timestamp:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,features,texture_formats:canvas_configuration:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,features,texture_formats:canvas_configuration_view_formats:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,features,texture_formats:check_capability_guarantees:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,features,texture_formats:depth_stencil_state:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,features,texture_formats:render_bundle_encoder_descriptor_depth_stencil_format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,features,texture_formats:texture_descriptor:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,features,texture_formats:texture_descriptor_view_formats:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,features,texture_formats:texture_view_descriptor:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxBindGroups:createPipeline,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxBindGroups:createPipelineLayout,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxBindGroups:setBindGroup,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxBindGroups:validate,maxBindGroupsPlusVertexBuffers:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxBindingsPerBindGroup:createBindGroupLayout,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxBindingsPerBindGroup:createPipeline,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxBindingsPerBindGroup:validate:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxBufferSize:createBuffer,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxColorAttachmentBytesPerSample:beginRenderPass,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxColorAttachmentBytesPerSample:createRenderBundle,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxColorAttachmentBytesPerSample:createRenderPipeline,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxColorAttachments:beginRenderPass,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxColorAttachments:createRenderBundle,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxColorAttachments:createRenderPipeline,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxColorAttachments:validate,kMaxColorAttachmentsToTest:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxColorAttachments:validate,maxColorAttachmentBytesPerSample:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxComputeInvocationsPerWorkgroup:createComputePipeline,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupSizeX:createComputePipeline,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupSizeX:validate,maxComputeInvocationsPerWorkgroup:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupSizeY:createComputePipeline,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupSizeY:validate,maxComputeInvocationsPerWorkgroup:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupSizeZ:createComputePipeline,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupSizeZ:validate,maxComputeInvocationsPerWorkgroup:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupStorageSize:createComputePipeline,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupsPerDimension:dispatchWorkgroups,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupsPerDimension:validate:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxDynamicStorageBuffersPerPipelineLayout:createBindGroupLayout,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxDynamicUniformBuffersPerPipelineLayout:createBindGroupLayout,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxInterStageShaderComponents:createRenderPipeline,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxInterStageShaderVariables:createRenderPipeline,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxSampledTexturesPerShaderStage:createBindGroupLayout,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxSampledTexturesPerShaderStage:createPipeline,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxSampledTexturesPerShaderStage:createPipelineLayout,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxSamplersPerShaderStage:createBindGroupLayout,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxSamplersPerShaderStage:createPipeline,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxSamplersPerShaderStage:createPipelineLayout,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageBufferBindingSize:createBindGroup,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageBufferBindingSize:validate,maxBufferSize:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageBufferBindingSize:validate:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageBuffersPerShaderStage:createBindGroupLayout,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageBuffersPerShaderStage:createPipeline,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageBuffersPerShaderStage:createPipelineLayout,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageTexturesPerShaderStage:createBindGroupLayout,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageTexturesPerShaderStage:createPipeline,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxStorageTexturesPerShaderStage:createPipelineLayout,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxTextureArrayLayers:createTexture,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxTextureDimension1D:createTexture,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxTextureDimension2D:configure,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxTextureDimension2D:createTexture,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxTextureDimension2D:getCurrentTexture,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxTextureDimension3D:createTexture,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxUniformBufferBindingSize:createBindGroup,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxUniformBufferBindingSize:validate,maxBufferSize:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createBindGroupLayout,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createPipeline,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createPipelineLayout,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxVertexAttributes:createRenderPipeline,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxVertexBufferArrayStride:createRenderPipeline,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxVertexBufferArrayStride:validate:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxVertexBuffers:createRenderPipeline,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxVertexBuffers:setVertexBuffer,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,maxVertexBuffers:validate,maxBindGroupsPlusVertexBuffers:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,minStorageBufferOffsetAlignment:createBindGroup,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,minStorageBufferOffsetAlignment:setBindGroup,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,minStorageBufferOffsetAlignment:validate,greaterThanOrEqualTo32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,minStorageBufferOffsetAlignment:validate,powerOf2:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,minUniformBufferOffsetAlignment:createBindGroup,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,minUniformBufferOffsetAlignment:setBindGroup,at_over:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,minUniformBufferOffsetAlignment:validate,greaterThanOrEqualTo32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,capability_checks,limits,minUniformBufferOffsetAlignment:validate,powerOf2:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,compute_pipeline:basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,compute_pipeline:limits,invocations_per_workgroup,each_component:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,compute_pipeline:limits,invocations_per_workgroup:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,compute_pipeline:limits,workgroup_storage_size:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,compute_pipeline:overrides,identifier:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,compute_pipeline:overrides,uninitialized:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,compute_pipeline:overrides,value,type_error:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,compute_pipeline:overrides,value,validation_error,f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,compute_pipeline:overrides,value,validation_error:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,compute_pipeline:overrides,workgroup_size,limits,workgroup_storage_size:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,compute_pipeline:overrides,workgroup_size,limits:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,compute_pipeline:overrides,workgroup_size:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,compute_pipeline:pipeline_layout,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,compute_pipeline:shader_module,compute:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,compute_pipeline:shader_module,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,compute_pipeline:shader_module,invalid:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroup:bind_group_layout,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroup:binding_count_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroup:binding_must_be_present_in_layout:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroup:binding_must_contain_resource_defined_in_layout:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroup:binding_resources,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroup:buffer,effective_buffer_binding_size:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroup:buffer,resource_binding_size:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroup:buffer,resource_offset:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroup:buffer,resource_state:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroup:buffer,usage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroup:buffer_offset_and_size_for_bind_groups_match:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroup:minBindingSize:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroup:multisampled_validation:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroup:sampler,compare_function_with_binding_type:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroup:sampler,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroup:storage_texture,format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroup:storage_texture,mip_level_count:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroup:storage_texture,usage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroup:texture,resource_state:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroup:texture_binding_must_have_correct_usage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroup:texture_must_have_correct_component_type:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroup:texture_must_have_correct_dimension:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroupLayout:duplicate_bindings:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroupLayout:max_dynamic_buffers:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_bind_group_layout:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroupLayout:max_resources_per_stage,in_pipeline_layout:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroupLayout:maximum_binding_limit:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroupLayout:multisampled_validation:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroupLayout:storage_texture,formats:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroupLayout:storage_texture,layout_dimension:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroupLayout:visibility,VERTEX_shader_stage_buffer_type:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroupLayout:visibility,VERTEX_shader_stage_storage_texture_access:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createBindGroupLayout:visibility:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createPipelineLayout:bind_group_layouts,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createPipelineLayout:number_of_bind_group_layouts_exceeds_the_maximum_value:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createPipelineLayout:number_of_dynamic_buffers_exceeds_the_maximum_value:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createSampler:lodMinAndMaxClamp:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createSampler:maxAnisotropy:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createTexture:dimension_type_and_format_compatibility:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createTexture:mipLevelCount,bound_check,bigger_than_integer_bit_width:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createTexture:mipLevelCount,bound_check:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createTexture:mipLevelCount,format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createTexture:sampleCount,valid_sampleCount_with_other_parameter_varies:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createTexture:sampleCount,various_sampleCount_with_all_formats:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createTexture:sample_count,1d_2d_array_3d:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createTexture:texture_size,1d_texture:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createTexture:texture_size,2d_texture,compressed_format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createTexture:texture_size,2d_texture,uncompressed_format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createTexture:texture_size,3d_texture,compressed_format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createTexture:texture_size,3d_texture,uncompressed_format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createTexture:texture_size,default_value_and_smallest_size,compressed_format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createTexture:texture_size,default_value_and_smallest_size,uncompressed_format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createTexture:texture_usage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createTexture:viewFormats:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createTexture:zero_size_and_usage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createView:array_layers:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createView:aspect:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createView:cube_faces_square:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createView:dimension:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createView:format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createView:mip_levels:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,createView:texture_state:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,debugMarker:push_pop_call_count_unbalance,command_encoder:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,debugMarker:push_pop_call_count_unbalance,render_compute_pass:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,beginComputePass:timestampWrites,invalid_query_set:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,beginComputePass:timestampWrites,query_index:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,beginComputePass:timestampWrites,query_set_type:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,beginComputePass:timestamp_query_set,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,beginRenderPass:color_attachments,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,beginRenderPass:depth_stencil_attachment,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,beginRenderPass:occlusion_query_set,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,beginRenderPass:timestamp_query_set,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,clearBuffer:buffer,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,clearBuffer:buffer_state:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,clearBuffer:buffer_usage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,clearBuffer:default_args:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,clearBuffer:offset_alignment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,clearBuffer:out_of_bounds:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,clearBuffer:overflow:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,clearBuffer:size_alignment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,compute_pass:dispatch_sizes:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,compute_pass:indirect_dispatch_buffer,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,compute_pass:indirect_dispatch_buffer,usage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,compute_pass:indirect_dispatch_buffer_state:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,compute_pass:pipeline,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,compute_pass:set_pipeline:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,copyBufferToBuffer:buffer,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,copyBufferToBuffer:buffer_state:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,copyBufferToBuffer:buffer_usage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,copyBufferToBuffer:copy_offset_alignment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,copyBufferToBuffer:copy_out_of_bounds:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,copyBufferToBuffer:copy_overflow:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,copyBufferToBuffer:copy_size_alignment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,copyBufferToBuffer:copy_within_same_buffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:copy_aspects:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:copy_ranges:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:copy_ranges_with_compressed_texture_formats:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:copy_with_invalid_or_destroyed_texture:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:copy_within_same_texture:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:depth_stencil_copy_restrictions:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:mipmap_level:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:multisampled_copy_restrictions:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:sample_count:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_format_compatibility:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,copyTextureToTexture:texture_usage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,debug:debug_group:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,debug:debug_group_balanced:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,debug:debug_marker:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,index_access:out_of_bounds:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,index_access:out_of_bounds_zero_sized_index_buffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,draw:buffer_binding_overlap:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,draw:index_buffer_OOB:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,draw:last_buffer_setting_take_account:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,draw:max_draw_count:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,draw:unused_buffer_bound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,draw:vertex_buffer_OOB:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,dynamic_state:setBlendConstant:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,dynamic_state:setScissorRect,x_y_width_height_nonnegative:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,dynamic_state:setScissorRect,xy_rect_contained_in_attachment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,dynamic_state:setStencilReference:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,dynamic_state:setViewport,depth_rangeAndOrder:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,dynamic_state:setViewport,x_y_width_height_nonnegative:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,dynamic_state:setViewport,xy_rect_contained_in_attachment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,indirect_draw:indirect_buffer,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,indirect_draw:indirect_buffer_state:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,indirect_draw:indirect_buffer_usage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,indirect_draw:indirect_offset_alignment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,indirect_draw:indirect_offset_oob:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,setIndexBuffer:index_buffer,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,setIndexBuffer:index_buffer_state:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,setIndexBuffer:index_buffer_usage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,setIndexBuffer:offset_alignment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,setIndexBuffer:offset_and_size_oob:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,setPipeline:invalid_pipeline:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,setPipeline:pipeline,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,setVertexBuffer:offset_alignment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,setVertexBuffer:offset_and_size_oob:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,setVertexBuffer:slot:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,setVertexBuffer:vertex_buffer,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,setVertexBuffer:vertex_buffer_state:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,setVertexBuffer:vertex_buffer_usage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,state_tracking:all_needed_index_buffer_should_be_bound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,state_tracking:all_needed_vertex_buffer_should_be_bound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,state_tracking:vertex_buffers_do_not_inherit_between_render_passes:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,render,state_tracking:vertex_buffers_inherit_from_previous_pipeline:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,setBindGroup:bind_group,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,setBindGroup:buffer_dynamic_offsets:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,setBindGroup:dynamic_offsets_match_expectations_in_pass_encoder:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,setBindGroup:dynamic_offsets_passed_but_not_expected:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,setBindGroup:state_and_binding_index:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,cmds,setBindGroup:u32array_start_and_length:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,createRenderBundleEncoder:attachment_state,empty_color_formats:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,createRenderBundleEncoder:attachment_state,limits,maxColorAttachmentBytesPerSample,aligned:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,createRenderBundleEncoder:attachment_state,limits,maxColorAttachmentBytesPerSample,unaligned:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,createRenderBundleEncoder:attachment_state,limits,maxColorAttachments:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,createRenderBundleEncoder:depth_stencil_readonly:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,createRenderBundleEncoder:valid_texture_formats:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,encoder_open_state:compute_pass_commands:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,encoder_open_state:non_pass_commands:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,encoder_open_state:render_bundle_commands:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,encoder_open_state:render_pass_commands:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,encoder_state:call_after_successful_finish:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,encoder_state:pass_end_invalid_order:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,encoder_state:pass_end_none:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,encoder_state:pass_end_twice,basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,encoder_state:pass_end_twice,render_pass_invalid:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,programmable,pipeline_bind_group_compat:bgl_binding_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,programmable,pipeline_bind_group_compat:bgl_resource_type_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,programmable,pipeline_bind_group_compat:bgl_visibility_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,programmable,pipeline_bind_group_compat:bind_groups_and_pipeline_layout_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,programmable,pipeline_bind_group_compat:buffer_binding,render_pipeline:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,programmable,pipeline_bind_group_compat:empty_bind_group_layouts_requires_empty_bind_groups,compute_pass:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,programmable,pipeline_bind_group_compat:empty_bind_group_layouts_requires_empty_bind_groups,render_pass:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,programmable,pipeline_bind_group_compat:sampler_binding,render_pipeline:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,queries,begin_end:nesting:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,queries,begin_end:occlusion_query,begin_end_balance:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,queries,begin_end:occlusion_query,begin_end_invalid_nesting:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,queries,begin_end:occlusion_query,disjoint_queries_with_same_query_index:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,queries,general:occlusion_query,invalid_query_set:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,queries,general:occlusion_query,query_index:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,queries,general:occlusion_query,query_type:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,queries,general:writeTimestamp,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,queries,general:writeTimestamp,invalid_query_set:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,queries,general:writeTimestamp,query_type_and_index:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,queries,resolveQuerySet:destination_buffer_usage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,queries,resolveQuerySet:destination_offset_alignment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,queries,resolveQuerySet:first_query_and_query_count:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,queries,resolveQuerySet:query_set_buffer,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,queries,resolveQuerySet:queryset_and_destination_buffer_state:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,queries,resolveQuerySet:resolve_buffer_oob:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,render_bundle:color_formats_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,render_bundle:depth_stencil_formats_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,render_bundle:depth_stencil_readonly_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,render_bundle:device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,render_bundle:empty_bundle_list:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,encoding,render_bundle:sample_count_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,error_scope:balanced_nesting:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,error_scope:balanced_siblings:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,error_scope:current_scope:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,error_scope:empty:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,error_scope:parent_scope:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,error_scope:simple:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,getBindGroupLayout:index_range,auto_layout:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,getBindGroupLayout:index_range,explicit_layout:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,getBindGroupLayout:unique_js_object,auto_layout:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,getBindGroupLayout:unique_js_object,explicit_layout:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,gpu_external_texture_expiration:import_and_use_in_different_microtask:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,gpu_external_texture_expiration:import_and_use_in_different_task:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,gpu_external_texture_expiration:import_from_different_video_frame:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,gpu_external_texture_expiration:import_multiple_times_in_same_task_scope:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,gpu_external_texture_expiration:use_import_to_refresh:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,gpu_external_texture_expiration:webcodec_video_frame_close_expire_immediately:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,image_copy,buffer_related:buffer,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,image_copy,buffer_related:buffer_state:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,image_copy,buffer_related:bytes_per_row_alignment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,image_copy,buffer_related:usage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,image_copy,buffer_texture_copies:depth_stencil_format,copy_buffer_offset:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,image_copy,buffer_texture_copies:depth_stencil_format,copy_buffer_size:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,image_copy,buffer_texture_copies:depth_stencil_format,copy_usage_and_aspect:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,image_copy,buffer_texture_copies:device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,image_copy,buffer_texture_copies:sample_count:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,image_copy,buffer_texture_copies:texture_buffer_usages:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,image_copy,layout_related:bound_on_bytes_per_row:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,image_copy,layout_related:bound_on_offset:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,image_copy,layout_related:bound_on_rows_per_image:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,image_copy,layout_related:copy_end_overflows_u64:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,image_copy,layout_related:offset_alignment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,image_copy,layout_related:required_bytes_in_copy:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,image_copy,layout_related:rows_per_image_alignment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,image_copy,texture_related:copy_rectangle:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,image_copy,texture_related:format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,image_copy,texture_related:mip_level:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,image_copy,texture_related:origin_alignment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,image_copy,texture_related:sample_count:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,image_copy,texture_related:size_alignment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,image_copy,texture_related:texture,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,image_copy,texture_related:usage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,image_copy,texture_related:valid:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,layout_shader_compat:pipeline_layout_shader_exact_match:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,query_set,create:count:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,query_set,destroy:invalid_queryset:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,query_set,destroy:twice:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,buffer_mapped:copyBufferToBuffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,buffer_mapped:copyBufferToTexture:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,buffer_mapped:copyTextureToBuffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,buffer_mapped:map_command_recording_order:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,buffer_mapped:writeBuffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:OOB,destination:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:OOB,source:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:destination_texture,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:destination_texture,format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:destination_texture,mipLevel:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:destination_texture,sample_count:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:destination_texture,state:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:destination_texture,usage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:source_canvas,state:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:source_image,crossOrigin:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:source_imageBitmap,state:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,copyToTexture,CopyExternalImageToTexture:source_offscreenCanvas,state:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,destroyed,buffer:copyBufferToBuffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,destroyed,buffer:copyBufferToTexture:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,destroyed,buffer:copyTextureToBuffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,destroyed,buffer:resolveQuerySet:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,destroyed,buffer:setBindGroup:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,destroyed,buffer:setIndexBuffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,destroyed,buffer:setVertexBuffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,destroyed,buffer:writeBuffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,destroyed,query_set:beginOcclusionQuery:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,destroyed,query_set:resolveQuerySet:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,destroyed,query_set:timestamps:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,destroyed,texture:beginRenderPass:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,destroyed,texture:copyBufferToTexture:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,destroyed,texture:copyTextureToBuffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,destroyed,texture:copyTextureToTexture:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,destroyed,texture:setBindGroup:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,destroyed,texture:writeTexture:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,submit:command_buffer,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,writeBuffer:buffer,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,writeBuffer:buffer_state:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,writeBuffer:ranges:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,writeBuffer:usages:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,writeTexture:sample_count:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,writeTexture:texture,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,writeTexture:texture_state:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,queue,writeTexture:usages:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_and_bundle,color_count:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_and_bundle,color_format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_and_bundle,color_sparse:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_and_bundle,depth_format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_and_bundle,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_and_bundle,sample_count:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_count:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_sparse:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,depth_format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,depth_stencil_read_only_write_state:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,sample_count:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:attachments,color_depth_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:attachments,layer_count:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:attachments,mip_level_count:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:attachments,one_color_attachment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:attachments,one_depth_stencil_attachment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:attachments,same_size:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:color_attachments,depthSlice,bound_check:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:color_attachments,depthSlice,definedness:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:color_attachments,depthSlice,overlaps,diff_miplevel:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:color_attachments,depthSlice,overlaps,same_miplevel:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:color_attachments,empty:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:color_attachments,limits,maxColorAttachmentBytesPerSample,aligned:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:color_attachments,limits,maxColorAttachmentBytesPerSample,unaligned:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:color_attachments,limits,maxColorAttachments:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:color_attachments,non_multisampled:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:color_attachments,sample_count:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:depth_stencil_attachment,depth_clear_value:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:depth_stencil_attachment,loadOp_storeOp_match_depthReadOnly_stencilReadOnly:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:depth_stencil_attachment,sample_counts_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:occlusionQuerySet,query_set_type:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:resolveTarget,array_layer_count:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:resolveTarget,different_format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:resolveTarget,different_size:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:resolveTarget,error_state:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:resolveTarget,format_supports_resolve:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:resolveTarget,mipmap_level_count:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:resolveTarget,sample_count:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:resolveTarget,single_sample_count:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:resolveTarget,usage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:timestampWrite,query_index:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,render_pass_descriptor:timestampWrites,query_set_type:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pass,resolve:resolve_attachment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,depth_stencil_state:depthCompare_optional:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,depth_stencil_state:depthWriteEnabled_optional:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,depth_stencil_state:depth_test:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,depth_stencil_state:depth_write,frag_depth:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,depth_stencil_state:depth_write:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,depth_stencil_state:format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,depth_stencil_state:stencil_test:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,depth_stencil_state:stencil_write:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,fragment_state:color_target_exists:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,fragment_state:limits,maxColorAttachmentBytesPerSample,aligned:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,fragment_state:limits,maxColorAttachmentBytesPerSample,unaligned:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,fragment_state:limits,maxColorAttachments:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,fragment_state:pipeline_output_targets,blend:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,fragment_state:pipeline_output_targets:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,fragment_state:targets_blend:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,fragment_state:targets_format_filterable:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,fragment_state:targets_format_renderable:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,fragment_state:targets_write_mask:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,inter_stage:interpolation_sampling:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,inter_stage:interpolation_type:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,inter_stage:location,mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,inter_stage:location,subset:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,inter_stage:location,superset:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,inter_stage:max_components_count,input:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,inter_stage:max_components_count,output:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,inter_stage:max_shader_variable_location:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,inter_stage:type:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,misc:basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,misc:pipeline_layout,device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,misc:vertex_state_only:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,multisample_state:alpha_to_coverage,count:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,multisample_state:alpha_to_coverage,sample_mask:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,multisample_state:count:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,overrides:identifier,fragment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,overrides:identifier,vertex:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,overrides:uninitialized,fragment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,overrides:uninitialized,vertex:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,overrides:value,type_error,fragment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,overrides:value,type_error,vertex:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,overrides:value,validation_error,f16,fragment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,overrides:value,validation_error,f16,vertex:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,overrides:value,validation_error,fragment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,overrides:value,validation_error,vertex:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,primitive_state:strip_index_format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,primitive_state:unclipped_depth:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,shader_module:device_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,shader_module:invalid,fragment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,shader_module:invalid,vertex:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,vertex_state:many_attributes_overlapping:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,vertex_state:max_vertex_attribute_limit:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,vertex_state:max_vertex_buffer_array_stride_limit:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,vertex_state:max_vertex_buffer_limit:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,vertex_state:vertex_attribute_contained_in_stride:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,vertex_state:vertex_attribute_offset_alignment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,vertex_state:vertex_attribute_shaderLocation_limit:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,vertex_state:vertex_attribute_shaderLocation_unique:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,vertex_state:vertex_buffer_array_stride_limit_alignment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,vertex_state:vertex_shader_input_location_in_vertex_state:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,vertex_state:vertex_shader_input_location_limit:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,render_pipeline,vertex_state:vertex_shader_type_matches_attribute_format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,buffer,in_pass_encoder:subresources,buffer_usage_in_compute_pass_with_two_dispatches:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,buffer,in_pass_encoder:subresources,buffer_usage_in_one_compute_pass_with_no_dispatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,buffer,in_pass_encoder:subresources,buffer_usage_in_one_compute_pass_with_one_dispatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,buffer,in_pass_encoder:subresources,buffer_usage_in_one_render_pass_with_no_draw:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,buffer,in_pass_encoder:subresources,buffer_usage_in_one_render_pass_with_one_draw:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,buffer,in_pass_encoder:subresources,buffer_usage_in_one_render_pass_with_two_draws:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,buffer,in_pass_misc:subresources,buffer_usages_in_copy_and_pass:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,buffer,in_pass_misc:subresources,reset_buffer_usage_before_dispatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,buffer,in_pass_misc:subresources,reset_buffer_usage_before_draw:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,texture,in_pass_encoder:bindings_in_bundle:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,texture,in_pass_encoder:replaced_binding:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,texture,in_pass_encoder:scope,basic,render:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,texture,in_pass_encoder:scope,dispatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,texture,in_pass_encoder:scope,pass_boundary,compute:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,texture,in_pass_encoder:scope,pass_boundary,render:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,texture,in_pass_encoder:shader_stages_and_visibility,attachment_write:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,texture,in_pass_encoder:shader_stages_and_visibility,storage_write:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,texture,in_pass_encoder:subresources_and_binding_types_combination_for_aspect:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,texture,in_pass_encoder:subresources_and_binding_types_combination_for_color:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,texture,in_pass_encoder:unused_bindings_in_pipeline:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,texture,in_render_common:subresources,color_attachment_and_bind_group:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,texture,in_render_common:subresources,color_attachments:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,texture,in_render_common:subresources,depth_stencil_attachment_and_bind_group:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,texture,in_render_common:subresources,depth_stencil_texture_in_bind_groups:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,texture,in_render_common:subresources,multiple_bind_groups:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,texture,in_render_misc:subresources,set_bind_group_on_same_index_color_texture:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,texture,in_render_misc:subresources,set_bind_group_on_same_index_depth_stencil_texture:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,texture,in_render_misc:subresources,set_unused_bind_group:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,resource_usages,texture,in_render_misc:subresources,texture_usages_in_copy_and_render_pass:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,shader_module,entry_point:compute:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,shader_module,entry_point:compute_undefined_entry_point_and_extra_stage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,shader_module,entry_point:fragment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,shader_module,entry_point:fragment_undefined_entry_point_and_extra_stage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,shader_module,entry_point:vertex:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,shader_module,entry_point:vertex_undefined_entry_point_and_extra_stage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,shader_module,overrides:id_conflict:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,shader_module,overrides:name_conflict:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:command,clearBuffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:command,computePass,dispatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:command,copyBufferToBuffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:command,copyBufferToTexture:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:command,copyTextureToBuffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:command,copyTextureToTexture:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:command,renderPass,draw:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:command,renderPass,renderBundle:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:command,resolveQuerySet:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:command,writeTimestamp:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:createBindGroup:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:createBindGroupLayout:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:createBuffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:createCommandEncoder:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:createComputePipeline:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:createComputePipelineAsync:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:createPipelineLayout:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:createQuerySet:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:createRenderBundleEncoder:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:createRenderPipeline:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:createRenderPipelineAsync:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:createSampler:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:createShaderModule:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:createTexture,2d,compressed_format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:createTexture,2d,uncompressed_format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:createView,2d,compressed_format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:createView,2d,uncompressed_format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:importExternalTexture:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:queue,copyExternalImageToTexture,canvas:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:queue,copyExternalImageToTexture,imageBitmap:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:queue,writeBuffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:queue,writeTexture,2d,compressed_format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,state,device_lost,destroy:queue,writeTexture,2d,uncompressed_format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,texture,bgra8unorm_storage:configure_storage_usage_on_canvas_context_with_bgra8unorm_storage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,texture,bgra8unorm_storage:configure_storage_usage_on_canvas_context_without_bgra8unorm_storage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,texture,bgra8unorm_storage:create_bind_group_layout:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,texture,bgra8unorm_storage:create_shader_module_with_bgra8unorm_storage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,texture,bgra8unorm_storage:create_shader_module_without_bgra8unorm_storage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,texture,bgra8unorm_storage:create_texture:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,texture,destroy:base:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,texture,destroy:invalid_texture:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,texture,destroy:submit_a_destroyed_texture_as_attachment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,texture,destroy:twice:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,texture,float32_filterable:create_bind_group:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,texture,rg11b10ufloat_renderable:begin_render_bundle_encoder:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,texture,rg11b10ufloat_renderable:begin_render_pass_msaa_and_resolve:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,texture,rg11b10ufloat_renderable:begin_render_pass_single_sampled:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,texture,rg11b10ufloat_renderable:create_render_pipeline:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:api,validation,texture,rg11b10ufloat_renderable:create_texture:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:compat,api,validation,createBindGroup:viewDimension_matches_textureBindingViewDimension:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:compat,api,validation,createBindGroupLayout:unsupportedStorageTextureFormats:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:compat,api,validation,encoding,cmds,copyTextureToBuffer:compressed:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:compat,api,validation,encoding,cmds,copyTextureToTexture:compressed:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:compat,api,validation,encoding,cmds,copyTextureToTexture:multisample:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:compat,api,validation,encoding,programmable,pipeline_bind_group_compat:twoDifferentTextureViews,compute_pass,unused:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:compat,api,validation,encoding,programmable,pipeline_bind_group_compat:twoDifferentTextureViews,compute_pass,used:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:compat,api,validation,encoding,programmable,pipeline_bind_group_compat:twoDifferentTextureViews,render_pass,unused:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:compat,api,validation,encoding,programmable,pipeline_bind_group_compat:twoDifferentTextureViews,render_pass,used:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:compat,api,validation,render_pipeline,depth_stencil_state:depthBiasClamp:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:compat,api,validation,render_pipeline,fragment_state:colorState:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:compat,api,validation,render_pipeline,shader_module:interpolate:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:compat,api,validation,render_pipeline,shader_module:sample_index:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:compat,api,validation,render_pipeline,shader_module:sample_mask:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:compat,api,validation,render_pipeline,shader_module:unsupportedStorageTextureFormats,computePipeline:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:compat,api,validation,render_pipeline,shader_module:unsupportedStorageTextureFormats,renderPipeline:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:compat,api,validation,render_pipeline,vertex_state:maxVertexAttributesVertexIndexInstanceIndex:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:compat,api,validation,texture,createTexture:depthOrArrayLayers_incompatible_with_textureBindingViewDimension:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:compat,api,validation,texture,createTexture:format_reinterpretation:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:compat,api,validation,texture,createTexture:invalidTextureBindingViewDimension:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:compat,api,validation,texture,createTexture:unsupportedStorageTextureFormats:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:compat,api,validation,texture,createTexture:unsupportedTextureFormats:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:compat,api,validation,texture,createTexture:unsupportedTextureViewFormats:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:compat,api,validation,texture,cubeArray:cube_array:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:examples:basic,async:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:examples:basic,builder_cases:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:examples:basic,builder_cases_subcases:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:examples:basic,builder_subcases:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:examples:basic,builder_subcases_short:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:examples:basic,plain_cases:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:examples:basic,plain_cases_private:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:examples:basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:examples:gpu,async:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:examples:gpu,buffers:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:examples:gpu,with_texture_compression,bc:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:examples:gpu,with_texture_compression,etc2:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:examples:not_implemented_yet,with_plan:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:examples:not_implemented_yet,without_plan:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:examples:test_name:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:idl,constants,flags:BufferUsage,count:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:idl,constants,flags:BufferUsage,values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:idl,constants,flags:ColorWrite,count:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:idl,constants,flags:ColorWrite,values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:idl,constants,flags:ShaderStage,count:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:idl,constants,flags:ShaderStage,values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:idl,constants,flags:TextureUsage,count:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:idl,constants,flags:TextureUsage,values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:idl,constructable:gpu_errors:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:idl,constructable:pipeline_errors:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:idl,constructable:uncaptured_error_event:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,af_addition:scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,af_addition:scalar_vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,af_addition:vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,af_addition:vector_scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,af_comparison:equals:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,af_comparison:greater_equals:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,af_comparison:greater_than:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,af_comparison:less_equals:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,af_comparison:less_than:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,af_comparison:not_equals:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,af_division:scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,af_division:scalar_vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,af_division:vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,af_division:vector_scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,af_matrix_addition:matrix:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,af_matrix_subtraction:matrix:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,af_multiplication:scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,af_multiplication:scalar_vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,af_multiplication:vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,af_multiplication:vector_scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,af_remainder:scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,af_remainder:scalar_vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,af_remainder:vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,af_remainder:vector_scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,af_subtraction:scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,af_subtraction:scalar_vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,af_subtraction:vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,af_subtraction:vector_scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,bitwise:bitwise_and:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,bitwise:bitwise_and_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,bitwise:bitwise_exclusive_or:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,bitwise:bitwise_exclusive_or_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,bitwise:bitwise_or:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,bitwise:bitwise_or_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,bitwise_shift:shift_left_concrete:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,bitwise_shift:shift_left_concrete_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,bitwise_shift:shift_right_concrete:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,bitwise_shift:shift_right_concrete_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,bool_logical:and:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,bool_logical:and_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,bool_logical:and_short_circuit:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,bool_logical:equals:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,bool_logical:not_equals:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,bool_logical:or:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,bool_logical:or_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,bool_logical:or_short_circuit:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_addition:scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_addition:scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_addition:scalar_vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_addition:vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_addition:vector_scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_addition:vector_scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_comparison:equals:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_comparison:greater_equals:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_comparison:greater_than:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_comparison:less_equals:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_comparison:less_than:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_comparison:not_equals:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_division:scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_division:scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_division:scalar_vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_division:vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_division:vector_scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_division:vector_scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_matrix_addition:matrix:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_matrix_addition:matrix_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_matrix_matrix_multiplication:matrix_matrix:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_matrix_matrix_multiplication:matrix_matrix_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_matrix_scalar_multiplication:matrix_scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_matrix_scalar_multiplication:matrix_scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_matrix_scalar_multiplication:scalar_matrix:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_matrix_subtraction:matrix:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_matrix_subtraction:matrix_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_matrix_vector_multiplication:matrix_vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_matrix_vector_multiplication:vector_matrix:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_matrix_vector_multiplication:vector_matrix_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_multiplication:scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_multiplication:scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_multiplication:scalar_vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_multiplication:vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_multiplication:vector_scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_multiplication:vector_scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_remainder:scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_remainder:scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_remainder:scalar_vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_remainder:vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_remainder:vector_scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_remainder:vector_scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_subtraction:scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_subtraction:scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_subtraction:scalar_vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_subtraction:vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_subtraction:vector_scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f16_subtraction:vector_scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_addition:scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_addition:scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_addition:scalar_vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_addition:vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_addition:vector_scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_addition:vector_scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_comparison:equals:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_comparison:greater_equals:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_comparison:greater_than:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_comparison:less_equals:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_comparison:less_than:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_comparison:not_equals:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_division:scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_division:scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_division:scalar_vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_division:vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_division:vector_scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_division:vector_scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_matrix_addition:matrix:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_matrix_addition:matrix_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_matrix_matrix_multiplication:matrix_matrix:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_matrix_matrix_multiplication:matrix_matrix_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_matrix_scalar_multiplication:matrix_scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_matrix_scalar_multiplication:matrix_scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_matrix_scalar_multiplication:scalar_matrix:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_matrix_subtraction:matrix:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_matrix_subtraction:matrix_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_matrix_vector_multiplication:matrix_vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_matrix_vector_multiplication:vector_matrix:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_matrix_vector_multiplication:vector_matrix_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_multiplication:scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_multiplication:scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_multiplication:scalar_vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_multiplication:vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_multiplication:vector_scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_multiplication:vector_scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_remainder:scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_remainder:scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_remainder:scalar_vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_remainder:vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_remainder:vector_scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_remainder:vector_scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_subtraction:scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_subtraction:scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_subtraction:scalar_vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_subtraction:vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_subtraction:vector_scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,f32_subtraction:vector_scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:addition:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:addition_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:addition_scalar_vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:addition_vector_scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:addition_vector_scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:division:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:division_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:division_scalar_vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:division_vector_scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:division_vector_scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:multiplication:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:multiplication_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:multiplication_scalar_vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:multiplication_vector_scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:multiplication_vector_scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:remainder:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:remainder_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:remainder_scalar_vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:remainder_vector_scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:remainder_vector_scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:subtraction:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:subtraction_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:subtraction_scalar_vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:subtraction_vector_scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:subtraction_vector_scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_comparison:equals:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_comparison:greater_equals:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_comparison:greater_than:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_comparison:less_equals:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_comparison:less_than:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,i32_comparison:not_equals:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:addition:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:addition_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:addition_scalar_vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:addition_vector_scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:addition_vector_scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:division:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:division_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:division_scalar_vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:division_vector_scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:division_vector_scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:multiplication:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:multiplication_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:multiplication_scalar_vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:multiplication_vector_scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:multiplication_vector_scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:remainder:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:remainder_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:remainder_scalar_vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:remainder_vector_scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:remainder_vector_scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:subtraction:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:subtraction_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:subtraction_scalar_vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:subtraction_vector_scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:subtraction_vector_scalar_compound:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_comparison:equals:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_comparison:greater_equals:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_comparison:greater_than:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_comparison:less_equals:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_comparison:less_than:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,binary,u32_comparison:not_equals:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,abs:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,abs:abstract_int:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,abs:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,abs:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,abs:i32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,abs:u32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,acos:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,acos:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,acos:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,acosh:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,acosh:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,acosh:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,all:bool:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,any:bool:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,arrayLength:binding_subregion:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,arrayLength:multiple_elements:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,arrayLength:read_only:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,arrayLength:single_element:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,arrayLength:struct_member:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,asin:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,asin:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,asin:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,asinh:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,asinh:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,asinh:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atan2:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atan2:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atan2:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atan:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atan:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atan:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atanh:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atanh:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atanh:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicAdd:add_storage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicAdd:add_workgroup:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicAnd:and_storage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicAnd:and_workgroup:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicCompareExchangeWeak:compare_exchange_weak_storage_advanced:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicCompareExchangeWeak:compare_exchange_weak_storage_basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicCompareExchangeWeak:compare_exchange_weak_workgroup_advanced:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicCompareExchangeWeak:compare_exchange_weak_workgroup_basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicExchange:exchange_storage_advanced:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicExchange:exchange_storage_basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicExchange:exchange_workgroup_advanced:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicExchange:exchange_workgroup_basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicLoad:load_storage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicLoad:load_workgroup:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicMax:max_storage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicMax:max_workgroup:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicMin:min_storage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicMin:min_workgroup:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicOr:or_storage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicOr:or_workgroup:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicStore:store_storage_advanced:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicStore:store_storage_basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicStore:store_workgroup_advanced:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicStore:store_workgroup_basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicSub:sub_storage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicSub:sub_workgroup:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicXor:xor_storage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atomics,atomicXor:xor_workgroup:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:af_to_f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:af_to_i32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:af_to_u32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:af_to_vec2f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:ai_to_f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:ai_to_i32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:ai_to_u32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:ai_to_vec2f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:f16_to_f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:f32_to_f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:f32_to_i32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:f32_to_u32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:f32_to_vec2h:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:i32_to_f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:i32_to_i32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:i32_to_u32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:i32_to_vec2h:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:u32_to_f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:u32_to_i32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:u32_to_u32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:u32_to_vec2h:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:vec2af_to_vec4f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:vec2ai_to_vec4f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:vec2f_to_vec4h:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:vec2h_to_f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:vec2h_to_i32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:vec2h_to_u32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:vec2i_to_vec4h:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:vec2u_to_vec4h:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:vec4h_to_vec2f:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:vec4h_to_vec2i:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,bitcast:vec4h_to_vec2u:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,ceil:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,ceil:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,ceil:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,clamp:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,clamp:abstract_int:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,clamp:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,clamp:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,clamp:i32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,clamp:u32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,cos:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,cos:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,cos:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,cosh:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,cosh:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,cosh:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,countLeadingZeros:i32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,countLeadingZeros:u32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,countOneBits:i32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,countOneBits:u32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,countTrailingZeros:i32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,countTrailingZeros:u32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,cross:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,cross:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,cross:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,degrees:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,degrees:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,degrees:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,determinant:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,determinant:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,determinant:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,distance:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,distance:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,distance:f16_vec2:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,distance:f16_vec3:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,distance:f16_vec4:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,distance:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,distance:f32_vec2:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,distance:f32_vec3:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,distance:f32_vec4:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot4I8Packed:basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot4U8Packed:basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:abstract_int:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:f16_vec2:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:f16_vec3:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:f16_vec4:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:f32_vec2:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:f32_vec3:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:f32_vec4:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:i32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:u32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dpdx:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dpdxCoarse:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dpdxFine:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dpdy:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dpdyCoarse:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dpdyFine:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,exp2:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,exp2:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,exp2:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,exp:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,exp:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,exp:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,extractBits:i32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,extractBits:u32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,faceForward:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,faceForward:f16_vec2:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,faceForward:f16_vec3:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,faceForward:f16_vec4:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec2:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec3:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec4:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,firstLeadingBit:i32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,firstLeadingBit:u32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,firstTrailingBit:i32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,firstTrailingBit:u32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,floor:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,floor:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,floor:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,fma:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,fma:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,fma:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,fract:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,fract:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,fract:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,frexp:f16_exp:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,frexp:f16_fract:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,frexp:f16_vec2_exp:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,frexp:f16_vec2_fract:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,frexp:f16_vec3_exp:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,frexp:f16_vec3_fract:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,frexp:f16_vec4_exp:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,frexp:f16_vec4_fract:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,frexp:f32_exp:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,frexp:f32_fract:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,frexp:f32_vec2_exp:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,frexp:f32_vec2_fract:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,frexp:f32_vec3_exp:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,frexp:f32_vec3_fract:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,frexp:f32_vec4_exp:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,frexp:f32_vec4_fract:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,fwidth:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,fwidthCoarse:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,fwidthFine:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,insertBits:integer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,inversesqrt:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,inversesqrt:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,inversesqrt:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,ldexp:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,ldexp:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,ldexp:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,length:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,length:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,length:f16_vec2:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,length:f16_vec3:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,length:f16_vec4:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,length:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,length:f32_vec2:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,length:f32_vec3:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,length:f32_vec4:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,log2:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,log2:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,log2:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,log:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,log:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,log:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,max:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,max:abstract_int:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,max:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,max:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,max:i32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,max:u32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,min:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,min:abstract_int:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,min:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,min:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,min:i32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,min:u32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:abstract_float_matching:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:abstract_float_nonmatching_vec2:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:abstract_float_nonmatching_vec3:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:abstract_float_nonmatching_vec4:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:f16_matching:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:f16_nonmatching_vec2:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:f16_nonmatching_vec3:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:f16_nonmatching_vec4:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:f32_matching:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:f32_nonmatching_vec2:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:f32_nonmatching_vec3:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:f32_nonmatching_vec4:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:abstract_fract:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:abstract_vec2_fract:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:abstract_vec2_whole:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:abstract_vec3_fract:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:abstract_vec3_whole:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:abstract_vec4_fract:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:abstract_vec4_whole:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:abstract_whole:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f16_fract:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f16_vec2_fract:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f16_vec2_whole:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f16_vec3_fract:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f16_vec3_whole:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f16_vec4_fract:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f16_vec4_whole:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f16_whole:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f32_fract:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f32_vec2_fract:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f32_vec2_whole:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f32_vec3_fract:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f32_vec3_whole:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f32_vec4_fract:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f32_vec4_whole:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f32_whole:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,normalize:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,normalize:f16_vec2:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,normalize:f16_vec3:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,normalize:f16_vec4:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,normalize:f32_vec2:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,normalize:f32_vec3:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,normalize:f32_vec4:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,pack2x16float:pack:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,pack2x16snorm:pack:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,pack2x16unorm:pack:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,pack4x8snorm:pack:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,pack4x8unorm:pack:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,pack4xI8:basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,pack4xI8Clamp:basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,pack4xU8:basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,pack4xU8Clamp:basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,pow:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,pow:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,pow:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,quantizeToF16:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,radians:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,radians:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,radians:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,reflect:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,reflect:f16_vec2:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,reflect:f16_vec3:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,reflect:f16_vec4:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,reflect:f32_vec2:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,reflect:f32_vec3:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,reflect:f32_vec4:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,refract:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,refract:f16_vec2:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,refract:f16_vec3:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,refract:f16_vec4:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,refract:f32_vec2:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,refract:f32_vec3:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,refract:f32_vec4:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,reverseBits:i32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,reverseBits:u32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,round:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,round:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,round:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,saturate:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,saturate:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,saturate:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,select:scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,select:vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sign:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sign:abstract_int:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sign:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sign:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sign:i32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sin:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sin:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sin:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sinh:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sinh:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sinh:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,smoothstep:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,smoothstep:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,smoothstep:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sqrt:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sqrt:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sqrt:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,step:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,step:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,step:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,storageBarrier:barrier:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,storageBarrier:stage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,tan:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,tan:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,tan:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,tanh:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,tanh:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,tanh:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureDimension:depth:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureDimension:external:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureDimension:sampled:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureDimension:storage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGather:depth_2d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGather:depth_3d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGather:depth_array_2d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGather:depth_array_3d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGather:sampled_2d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGather:sampled_3d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGather:sampled_array_2d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGather:sampled_array_3d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGatherCompare:array_2d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGatherCompare:array_3d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGatherCompare:sampled_array_2d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureGatherCompare:sampled_array_3d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureLoad:arrayed:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureLoad:depth:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureLoad:external:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureLoad:multisampled:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureLoad:sampled_1d:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureLoad:sampled_2d:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureLoad:sampled_3d:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureNumLayers:arrayed:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureNumLayers:sampled:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureNumLayers:storage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureNumLevels:depth:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureNumLevels:sampled:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureNumSamples:depth:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureNumSamples:sampled:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSample:control_flow:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSample:depth_2d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSample:depth_3d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSample:depth_array_2d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSample:depth_array_3d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSample:sampled_1d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSample:sampled_2d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSample:sampled_3d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSample:sampled_array_2d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSample:sampled_array_3d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSample:stage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleBias:arrayed_2d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleBias:arrayed_3d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleBias:control_flow:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleBias:sampled_2d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleBias:sampled_3d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleBias:stage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompare:2d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompare:3d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompare:arrayed_2d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompare:arrayed_3d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompare:control_flow:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompare:stage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompareLevel:2d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompareLevel:3d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompareLevel:arrayed_2d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompareLevel:arrayed_3d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompareLevel:control_flow:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleCompareLevel:stage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleGrad:sampled_2d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleGrad:sampled_3d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleGrad:sampled_array_2d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleGrad:sampled_array_3d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleLevel:depth_2d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleLevel:depth_3d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleLevel:depth_array_2d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleLevel:sampled_2d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleLevel:sampled_3d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleLevel:sampled_array_2d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureSampleLevel:sampled_array_3d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureStore:store_1d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureStore:store_2d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureStore:store_3d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,textureStore:store_array_2d_coords:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,transpose:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,transpose:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,transpose:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,trunc:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,trunc:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,trunc:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,unpack2x16float:unpack:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,unpack2x16snorm:unpack:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,unpack2x16unorm:unpack:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,unpack4x8snorm:unpack:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,unpack4x8unorm:unpack:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,unpack4xI8:basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,unpack4xU8:basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,workgroupBarrier:barrier:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,builtin,workgroupBarrier:stage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,user,ptr_params:mixed_ptr_parameters:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,user,ptr_params:read_full_object:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,user,ptr_params:read_ptr_to_element:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,user,ptr_params:read_ptr_to_member:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,user,ptr_params:write_full_object:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,user,ptr_params:write_ptr_to_element:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,call,user,ptr_params:write_ptr_to_member:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,af_arithmetic:negation:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,af_assignment:abstract:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,af_assignment:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,af_assignment:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,ai_assignment:abstract:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,ai_assignment:i32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,ai_assignment:u32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,bool_conversion:bool:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,bool_conversion:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,bool_conversion:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,bool_conversion:i32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,bool_conversion:u32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,bool_logical:negation:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,f16_arithmetic:negation:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,f16_conversion:bool:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,f16_conversion:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,f16_conversion:f16_mat:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,f16_conversion:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,f16_conversion:f32_mat:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,f16_conversion:i32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,f16_conversion:u32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,f32_arithmetic:negation:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,f32_conversion:bool:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,f32_conversion:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,f32_conversion:f16_mat:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,f32_conversion:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,f32_conversion:f32_mat:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,f32_conversion:i32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,f32_conversion:u32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,i32_arithmetic:negation:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,i32_complement:i32_complement:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,i32_conversion:bool:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,i32_conversion:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,i32_conversion:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,i32_conversion:i32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,i32_conversion:u32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,indirection:deref:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,indirection:deref_index:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,indirection:deref_member:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,u32_complement:u32_complement:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,u32_conversion:abstract_int:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,u32_conversion:bool:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,u32_conversion:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,u32_conversion:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,u32_conversion:i32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,expression,unary,u32_conversion:u32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,float_parse:valid:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,call:call_basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,call:call_nested:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,call:call_repeated:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,complex:continue_in_switch_in_for_loop:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:1d_array_assignment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:1d_array_compound_assignment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:1d_array_constructor:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:1d_array_increment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:2d_array_assignment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:2d_array_compound_assignment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:2d_array_constructor:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:2d_array_increment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:array_index:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:array_index_lhs_assignment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:array_index_lhs_member_assignment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:array_index_via_ptrs:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:array_index_via_struct_members:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:binary_op:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:binary_op_chain:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:binary_op_chain_C_C_C_R:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:binary_op_chain_C_C_R_C:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:binary_op_chain_C_R_C_C:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:binary_op_chain_R_C_C_C:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:binary_op_lhs_const:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:binary_op_parenthesized_expr:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:binary_op_rhs_const:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:bitwise_and:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:bitwise_or:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:builtin_fn_args:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:logical_and:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:logical_or:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:matrix_index:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:matrix_index_via_ptr:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:nested_builtin_fn_args:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:nested_fn_args:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:nested_struct_constructor:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:nested_vec4_constructor:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:struct_constructor:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:user_fn_args:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,eval_order:vec4_constructor:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,for:for_basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,for:for_break:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,for:for_complex_condition:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,for:for_complex_continuing:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,for:for_complex_initalizer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,for:for_condition:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,for:for_continue:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,for:for_continuing:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,for:for_initalizer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,for:nested_for_break:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,for:nested_for_continue:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,if:else_if:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,if:if_false:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,if:if_true:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,if:nested_if_else:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,loop:loop_break:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,loop:loop_continue:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,loop:loop_continuing_basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,loop:nested_loops:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,phony:phony_assign_call_basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,phony:phony_assign_call_builtin:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,phony:phony_assign_call_must_use:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,phony:phony_assign_call_nested:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,phony:phony_assign_call_nested_must_use:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,return:return:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,return:return_conditional_false:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,return:return_conditional_true:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,switch:switch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,switch:switch_default:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,switch:switch_default_only:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,switch:switch_multiple_case:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,switch:switch_multiple_case_default:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,while:while_basic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,while:while_break:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,while:while_continue:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,while:while_nested_break:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,flow_control,while:while_nested_continue:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,memory_layout:read_layout:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,memory_layout:write_layout:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,memory_model,adjacent:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,memory_model,atomicity:atomicity:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,memory_model,barrier:workgroup_barrier_load_store:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,memory_model,barrier:workgroup_barrier_store_load:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,memory_model,barrier:workgroup_barrier_store_store:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,memory_model,coherence:corr:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,memory_model,coherence:corw1:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,memory_model,coherence:corw2:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,memory_model,coherence:cowr:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,memory_model,coherence:coww:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,memory_model,weak:2_plus_2_write:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,memory_model,weak:load_buffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,memory_model,weak:message_passing:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,memory_model,weak:read:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,memory_model,weak:store:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,memory_model,weak:store_buffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,padding:array_of_matCx3:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,padding:array_of_struct:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,padding:array_of_vec3:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,padding:matCx3:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,padding:struct_explicit:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,padding:struct_implicit:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,padding:struct_nested:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,padding:vec3:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,robust_access:linear_memory:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,robust_access_vertex:vertex_buffer_access:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,shader_io,compute_builtins:inputs:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,shader_io,fragment_builtins:inputs,front_facing:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,shader_io,fragment_builtins:inputs,interStage,centroid:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,shader_io,fragment_builtins:inputs,interStage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,shader_io,fragment_builtins:inputs,position:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,shader_io,fragment_builtins:inputs,sample_index:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,shader_io,shared_structs:shared_between_stages:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,shader_io,shared_structs:shared_with_buffer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,shader_io,shared_structs:shared_with_non_entry_point_function:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,shader_io,workgroup_size:workgroup_size:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,shadow:builtin:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,shadow:declaration:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,shadow:for_loop:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,shadow:if:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,shadow:loop:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,shadow:switch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,shadow:while:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,stage:basic_compute:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,stage:basic_render:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,statement,compound:decl:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,statement,increment_decrement:frexp_exp_increment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,statement,increment_decrement:scalar_i32_decrement:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,statement,increment_decrement:scalar_i32_decrement_underflow:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,statement,increment_decrement:scalar_i32_increment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,statement,increment_decrement:scalar_i32_increment_overflow:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,statement,increment_decrement:scalar_u32_decrement:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,statement,increment_decrement:scalar_u32_decrement_underflow:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,statement,increment_decrement:scalar_u32_increment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,statement,increment_decrement:scalar_u32_increment_overflow:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,statement,increment_decrement:vec2_element_decrement:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,statement,increment_decrement:vec2_element_increment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,statement,increment_decrement:vec3_element_decrement:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,statement,increment_decrement:vec3_element_increment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,statement,increment_decrement:vec4_element_decrement:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,statement,increment_decrement:vec4_element_increment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,execution,zero_init:compute,zero_init:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,const_assert,const_assert:constant_expression_assert:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,const_assert,const_assert:constant_expression_logical_and_assert:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,const_assert,const_assert:constant_expression_logical_and_no_assert:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,const_assert,const_assert:constant_expression_logical_or_assert:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,const_assert,const_assert:constant_expression_logical_or_no_assert:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,const_assert,const_assert:constant_expression_no_assert:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,const_assert,const_assert:evaluation_stage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,compound_statement:decl_conflict:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,compound_statement:decl_use:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,const:no_direct_recursion:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,const:no_indirect_recursion:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,const:no_indirect_recursion_via_array_size:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,const:no_indirect_recursion_via_struct_attribute:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,override:no_direct_recursion:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,override:no_indirect_recursion:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,ptr_spelling:let_ptr_explicit_type_matches_var:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,ptr_spelling:let_ptr_reads:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,ptr_spelling:let_ptr_writes:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,ptr_spelling:ptr_address_space_never_uses_access_mode:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,ptr_spelling:ptr_bad_store_type:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,ptr_spelling:ptr_handle_space_invalid:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,ptr_spelling:ptr_not_instantiable:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,var:binding_collision_unused_helper:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,var:binding_collisions:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,var:binding_point_on_function_var:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,var:binding_point_on_non_resources:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,var:binding_point_on_resources:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,var:function_addrspace_at_module_scope:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,var:function_scope_types:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,var:handle_initializer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,var:initializer_kind:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,var:module_scope_initializers:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,var:module_scope_types:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,var_access_mode:explicit_access_mode:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,var_access_mode:implicit_access_mode:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,var_access_mode:read_access:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,decl,var_access_mode:write_access:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,access,vector:vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,binary,bitwise_shift:shift_left_concrete:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,binary,bitwise_shift:shift_left_vec_size_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,binary,bitwise_shift:shift_right_concrete:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,binary,bitwise_shift:shift_right_vec_size_mismatch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,abs:values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,acos:integer_argument:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,acos:values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,acosh:integer_argument:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,acosh:values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,arrayLength:access_mode:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,arrayLength:bool_type:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,arrayLength:type:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,asin:integer_argument:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,asin:values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,asinh:integer_argument:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,asinh:values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,atan2:integer_argument_x:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,atan2:integer_argument_y:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,atan2:values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,atan:integer_argument:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,atan:values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,atanh:integer_argument:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,atanh:values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,atomics:stage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,barriers:no_return_value:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,barriers:only_in_compute:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,bitcast:bad_const_to_f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,bitcast:bad_const_to_f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,bitcast:bad_to_f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,bitcast:bad_to_vec3h:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,bitcast:bad_type_constructible:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,bitcast:bad_type_nonconstructible:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,bitcast:valid_vec2h:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,bitcast:valid_vec4h:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,ceil:integer_argument:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,ceil:values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,clamp:values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,cos:integer_argument:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,cos:values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,cosh:integer_argument:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,cosh:values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,degrees:integer_argument:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,degrees:values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,dot4I8Packed:bad_args:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,dot4I8Packed:must_use:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,dot4I8Packed:supported:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,dot4I8Packed:unsupported:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,dot4U8Packed:bad_args:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,dot4U8Packed:must_use:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,dot4U8Packed:supported:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,dot4U8Packed:unsupported:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,exp2:integer_argument:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,exp2:values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,exp:integer_argument:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,exp:values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,floor:integer_argument:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,floor:values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,inverseSqrt:integer_argument:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,inverseSqrt:values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,length:integer_argument:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,length:scalar:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,length:vec2:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,length:vec3:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,length:vec4:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,log2:integer_argument:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,log2:values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,log:integer_argument:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,log:values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,modf:integer_argument:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,modf:values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,pack4xI8:bad_args:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,pack4xI8:must_use:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,pack4xI8:supported:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,pack4xI8:unsupported:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,pack4xI8Clamp:bad_args:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,pack4xI8Clamp:must_use:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,pack4xI8Clamp:supported:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,pack4xI8Clamp:unsupported:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,pack4xU8:bad_args:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,pack4xU8:must_use:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,pack4xU8:supported:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,pack4xU8:unsupported:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,pack4xU8Clamp:bad_args:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,pack4xU8Clamp:must_use:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,pack4xU8Clamp:supported:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,pack4xU8Clamp:unsupported:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,radians:integer_argument:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,radians:values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,round:integer_argument:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,round:values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,saturate:integer_argument:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,saturate:values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,sign:unsigned_integer_argument:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,sign:values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,sin:integer_argument:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,sin:values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,sinh:integer_argument:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,sinh:values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,sqrt:integer_argument:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,sqrt:values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,tan:integer_argument:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,tan:values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,unpack4xI8:bad_args:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,unpack4xI8:must_use:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,unpack4xI8:supported:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,unpack4xI8:unsupported:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,unpack4xU8:bad_args:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,unpack4xU8:must_use:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,unpack4xU8:supported:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,expression,call,builtin,unpack4xU8:unsupported:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,extension,pointer_composite_access:deref:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,extension,pointer_composite_access:pointer:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,functions,alias_analysis:aliasing_inside_function:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,functions,alias_analysis:member_accessors:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,functions,alias_analysis:one_atomic_pointer_one_module_scope:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,functions,alias_analysis:one_pointer_one_module_scope:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,functions,alias_analysis:same_pointer_read_and_write:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,functions,alias_analysis:subcalls:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,functions,alias_analysis:two_atomic_pointers:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,functions,alias_analysis:two_atomic_pointers_to_array_elements:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,functions,alias_analysis:two_atomic_pointers_to_struct_members:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,functions,alias_analysis:two_pointers:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,functions,alias_analysis:two_pointers_to_array_elements:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,functions,alias_analysis:two_pointers_to_array_elements_indirect:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,functions,alias_analysis:two_pointers_to_struct_members:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,functions,alias_analysis:two_pointers_to_struct_members_indirect:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,functions,alias_analysis:workgroup_uniform_load:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,functions,restrictions:call_arg_types_match_1_param:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,functions,restrictions:call_arg_types_match_2_params:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,functions,restrictions:call_arg_types_match_3_params:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,functions,restrictions:entry_point_call_target:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,functions,restrictions:function_parameter_matching:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,functions,restrictions:function_parameter_types:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,functions,restrictions:function_return_types:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,functions,restrictions:no_direct_recursion:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,functions,restrictions:no_indirect_recursion:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,functions,restrictions:param_names_must_differ:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,functions,restrictions:param_number_matches_call:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,functions,restrictions:param_scope_is_function_body:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,functions,restrictions:vertex_returns_position:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,align:multi_align:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,align:parsing:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,align:placement:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,align:required_alignment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,attribute:expressions:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,binary_ops:all:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,blankspace:blankspace:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,blankspace:bom:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,blankspace:null_characters:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,break:placement:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,break_if:non_bool_param:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,break_if:placement:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,builtin:parse:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,builtin:placement:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,comments:comments:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,comments:line_comment_eof:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,comments:line_comment_terminators:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,comments:unterminated_block_comment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,compound:parse:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,const:placement:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,const_assert:parse:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,continuing:placement:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,diagnostic:after_other_directives:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,diagnostic:conflicting_attribute_different_location:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,diagnostic:conflicting_attribute_same_location:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,diagnostic:conflicting_directive:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,diagnostic:invalid_locations:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,diagnostic:invalid_severity:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,diagnostic:valid_locations:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,diagnostic:valid_params:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,diagnostic:warning_unknown_rule:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,discard:placement:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,enable:enable:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,identifiers:alias_name:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,identifiers:function_const_name:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,identifiers:function_let_name:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,identifiers:function_name:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,identifiers:function_param_name:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,identifiers:function_var_name:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,identifiers:module_const_name:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,identifiers:module_var_name:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,identifiers:non_normalized:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,identifiers:override_name:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,identifiers:struct_name:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,literal:abstract_float:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,literal:abstract_int:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,literal:bools:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,literal:f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,literal:f32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,literal:i32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,literal:u32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,must_use:builtin_must_use:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,must_use:builtin_no_must_use:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,must_use:call:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,must_use:declaration:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,must_use:ignore_result_of_non_must_use_that_returns_call_of_must_use:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,pipeline_stage:compute_parsing:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,pipeline_stage:extra_on_compute_function:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,pipeline_stage:extra_on_fragment_function:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,pipeline_stage:extra_on_vertex_function:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,pipeline_stage:fragment_parsing:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,pipeline_stage:multiple_entry_points:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,pipeline_stage:placement:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,pipeline_stage:vertex_parsing:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,requires:requires:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,requires:wgsl_matches_api:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_assignment:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_call:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_case:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_case_break:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_compound_statement:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_continuing:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_default_case:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_default_case_break:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_diagnostic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_discard:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_enable:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_fn_const_assert:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_fn_const_decl:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_fn_var_decl:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_for:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_for_break:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_func_decl:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_if:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_if_else:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_let_decl:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_loop:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_loop_break:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_loop_break_if:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_loop_continue:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_member:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_module_const_decl:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_module_var_decl:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_requires:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_return:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_struct_decl:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_switch:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_type_alias_decl:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_while:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_while_break:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:after_while_continue:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:compound_statement_multiple:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:compound_statement_single:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:function_body_multiple:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:function_body_single:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:module_scope_multiple:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,semicolon:module_scope_single:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,source:empty:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,source:invalid_source:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,source:valid_source:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,unary_ops:all:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,var_and_let:initializer_type:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,var_and_let:var_access_mode_bad_other_template_contents:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,parse,var_and_let:var_access_mode_bad_template_delim:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,binding:binding:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,binding:binding_f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,builtins:duplicates:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,builtins:missing_vertex_position:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,builtins:nesting:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,builtins:reuse_builtin_name:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,builtins:stage_inout:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,builtins:type:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,entry_point:missing_attribute_on_param:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,entry_point:missing_attribute_on_param_struct:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,entry_point:missing_attribute_on_return_type:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,entry_point:missing_attribute_on_return_type_struct:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,entry_point:no_entry_point_provided:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,group:group:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,group:group_f16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,group_and_binding:binding_attributes:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,group_and_binding:different_entry_points:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,group_and_binding:function_scope:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,group_and_binding:function_scope_texture:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,group_and_binding:private_function_scope:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,group_and_binding:private_module_scope:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,group_and_binding:single_entry_point:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,id:id:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,id:id_fp16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,id:id_in_function:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,id:id_non_override:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,id:id_struct_member:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,interpolate:duplicate:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,interpolate:integral_types:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,interpolate:interpolation_validation:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,interpolate:require_location:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,interpolate:type_and_sampling:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,invariant:not_valid_on_user_defined_io:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,invariant:parsing:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,invariant:valid_only_with_vertex_position_builtin:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,locations:duplicates:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,locations:location_fp16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,locations:nesting:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,locations:stage_inout:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,locations:type:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,locations:validation:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,size:size:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,size:size_creation_fixed_footprint:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,size:size_fp16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,size:size_non_struct:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,workgroup_size:workgroup_size:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,workgroup_size:workgroup_size_const:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,workgroup_size:workgroup_size_fp16:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,workgroup_size:workgroup_size_fragment_shader:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,workgroup_size:workgroup_size_function:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,workgroup_size:workgroup_size_var:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,shader_io,workgroup_size:workgroup_size_vertex_shader:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,types,alias:no_direct_recursion:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,types,alias:no_indirect_recursion:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,types,alias:no_indirect_recursion_via_array_element:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,types,alias:no_indirect_recursion_via_array_size:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,types,alias:no_indirect_recursion_via_atomic:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,types,alias:no_indirect_recursion_via_matrix_element:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,types,alias:no_indirect_recursion_via_ptr_store_type:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,types,alias:no_indirect_recursion_via_struct_attribute:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,types,alias:no_indirect_recursion_via_struct_member:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,types,alias:no_indirect_recursion_via_vector_element:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,types,struct:no_direct_recursion:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,types,struct:no_indirect_recursion:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,types,struct:no_indirect_recursion_via_array_element:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,types,struct:no_indirect_recursion_via_array_size:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,types,struct:no_indirect_recursion_via_struct_attribute:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,types,struct:no_indirect_recursion_via_struct_member_nested_in_alias:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,types,vector:vector:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,uniformity,uniformity:basics:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,uniformity,uniformity:binary_expressions:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,uniformity,uniformity:compute_builtin_values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,uniformity,uniformity:fragment_builtin_values:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,uniformity,uniformity:function_pointer_parameters:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,uniformity,uniformity:function_variables:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,uniformity,uniformity:functions:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,uniformity,uniformity:pointers:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,uniformity,uniformity:short_circuit_expressions:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:shader,validation,uniformity,uniformity:unary_expressions:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:util,texture,color_space_conversions:util_matches_2d_canvas:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:util,texture,texel_data:float_texel_data_in_shader:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:util,texture,texel_data:sint_texel_data_in_shader:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:util,texture,texel_data:snorm_texel_data_in_shader:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:util,texture,texel_data:ufloat_texel_data_in_shader:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:util,texture,texel_data:uint_texel_data_in_shader:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:util,texture,texel_data:unorm_texel_data_in_shader:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:util,texture,texture_ok:float32:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:util,texture,texture_ok:norm:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:util,texture,texture_ok:snorm_min:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,canvas,configure:alpha_mode:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,canvas,configure:defaults:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,canvas,configure:device:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,canvas,configure:format:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,canvas,configure:size_zero_after_configure:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,canvas,configure:size_zero_before_configure:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,canvas,configure:usage:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,canvas,configure:viewFormats:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,canvas,context_creation:return_type:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,canvas,getCurrentTexture:configured:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,canvas,getCurrentTexture:expiry:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,canvas,getCurrentTexture:multiple_frames:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,canvas,getCurrentTexture:resize:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,canvas,getCurrentTexture:single_frames:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,canvas,getPreferredCanvasFormat:value:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,canvas,readbackFromWebGPUCanvas:drawTo2DCanvas:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,canvas,readbackFromWebGPUCanvas:offscreenCanvas,snapshot:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,snapshot:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,canvas,readbackFromWebGPUCanvas:onscreenCanvas,uploadToWebGL:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,canvas,readbackFromWebGPUCanvas:transferToImageBitmap_huge_size:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,canvas,readbackFromWebGPUCanvas:transferToImageBitmap_unconfigured_nonzero_size:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,canvas,readbackFromWebGPUCanvas:transferToImageBitmap_zero_size:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,copyToTexture,ImageBitmap:copy_subrect_from_2D_Canvas:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,copyToTexture,ImageBitmap:copy_subrect_from_ImageData:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,copyToTexture,ImageBitmap:from_ImageData:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,copyToTexture,ImageBitmap:from_canvas:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,copyToTexture,ImageData:copy_subrect_from_ImageData:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,copyToTexture,ImageData:from_ImageData:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,copyToTexture,canvas:color_space_conversion:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,copyToTexture,canvas:copy_contents_from_2d_context_canvas:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,copyToTexture,canvas:copy_contents_from_bitmaprenderer_context_canvas:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,copyToTexture,canvas:copy_contents_from_gl_context_canvas:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,copyToTexture,canvas:copy_contents_from_gpu_context_canvas:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,copyToTexture,image:copy_subrect_from_2D_Canvas:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,copyToTexture,image:from_image:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,copyToTexture,video:copy_from_video:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,external_texture,video:importExternalTexture,compute:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,external_texture,video:importExternalTexture,sample:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,external_texture,video:importExternalTexture,sampleWithVideoFrameWithVisibleRectParam:*",
- {}
+ {
+ "timeout": "long"
+ }
],
[
"webgpu/cts.https.html?q=webgpu:web_platform,worker,worker:worker:*",
- {}
+ {
+ "timeout": "long"
+ }
]
],
"webgpu": {
diff --git a/tests/wpt/webgpu/meta/webgpu/cts.https.html.ini b/tests/wpt/webgpu/meta/webgpu/cts.https.html.ini
index 37fdd2a008f..d4e77925bde 100644
--- a/tests/wpt/webgpu/meta/webgpu/cts.https.html.ini
+++ b/tests/wpt/webgpu/meta/webgpu/cts.https.html.ini
@@ -68941,7 +68941,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,af_addition:scalar_vector:*]
expected:
- if os == "linux" and not debug: [ERROR]
+ if os == "linux" and not debug: ERROR
[:inputSource="const";dim=2]
expected:
if os == "linux" and not debug: TIMEOUT
@@ -68956,8 +68956,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,af_addition:vector:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize=2]
expected:
if os == "linux" and not debug: FAIL
@@ -68988,8 +68986,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,af_comparison:equals:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -69008,8 +69004,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,af_comparison:greater_equals:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -69288,8 +69282,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,af_remainder:scalar_vector:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";dim=2]
expected:
if os == "linux" and not debug: FAIL
@@ -69304,8 +69296,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,af_remainder:vector:*]
- expected:
- if os == "linux" and not debug: [OK]
[:inputSource="const";vectorize=2]
expected:
if os == "linux" and not debug: [PASS, FAIL]
@@ -69343,7 +69333,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,af_subtraction:scalar_vector:*]
expected:
- if os == "linux" and not debug: [ERROR]
+ if os == "linux" and not debug: ERROR
[:inputSource="const";dim=2]
expected:
if os == "linux" and not debug: TIMEOUT
@@ -71014,8 +71004,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f16_addition:scalar:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const"]
[:inputSource="storage_r"]
@@ -71138,8 +71126,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f16_addition:vector_scalar_compound:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";dim=2]
[:inputSource="const";dim=3]
@@ -71166,8 +71152,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f16_comparison:equals:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
[:inputSource="const";vectorize=2]
@@ -71202,8 +71186,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f16_comparison:greater_equals:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
[:inputSource="const";vectorize=2]
@@ -71238,8 +71220,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f16_comparison:greater_than:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
[:inputSource="const";vectorize=2]
@@ -71376,8 +71356,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f16_division:scalar:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const"]
[:inputSource="storage_r"]
@@ -71448,8 +71426,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f16_division:vector:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize=2]
[:inputSource="const";vectorize=3]
@@ -71476,8 +71452,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f16_division:vector_scalar:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";dim=2]
[:inputSource="const";dim=3]
@@ -71604,8 +71578,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f16_matrix_addition:matrix_compound:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";cols=2;rows=2]
[:inputSource="const";cols=2;rows=3]
@@ -71680,8 +71652,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f16_matrix_matrix_multiplication:matrix_matrix:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";common_dim=2;x_rows=2;y_cols=2]
[:inputSource="const";common_dim=2;x_rows=2;y_cols=3]
@@ -72048,8 +72018,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f16_matrix_scalar_multiplication:matrix_scalar_compound:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";cols=2;rows=2]
[:inputSource="const";cols=2;rows=3]
@@ -72346,8 +72314,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f16_matrix_vector_multiplication:matrix_vector:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";cols=2;rows=2]
[:inputSource="const";cols=2;rows=3]
@@ -72522,8 +72488,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f16_multiplication:scalar:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const"]
[:inputSource="storage_r"]
@@ -72534,8 +72498,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f16_multiplication:scalar_compound:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
[:inputSource="const";vectorize=2]
@@ -72622,8 +72584,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f16_multiplication:vector_scalar:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";dim=2]
[:inputSource="const";dim=3]
@@ -72720,8 +72680,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f16_remainder:scalar_vector:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";dim=2]
[:inputSource="const";dim=3]
@@ -72774,8 +72732,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f16_remainder:vector_scalar:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";dim=2]
[:inputSource="const";dim=3]
@@ -72838,8 +72794,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f16_subtraction:scalar_compound:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
[:inputSource="const";vectorize=2]
@@ -72900,8 +72854,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f16_subtraction:vector:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize=2]
[:inputSource="const";vectorize=3]
@@ -73274,8 +73226,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f32_comparison:equals:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -73342,8 +73292,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f32_comparison:greater_equals:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -73410,8 +73358,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f32_comparison:greater_than:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -73478,8 +73424,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f32_comparison:less_equals:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -73546,8 +73490,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f32_comparison:less_than:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -73764,8 +73706,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f32_division:scalar_vector:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";dim=2]
expected:
if os == "linux" and not debug: FAIL
@@ -73916,8 +73856,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f32_division:vector_scalar_compound:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";dim=2]
expected:
if os == "linux" and not debug: FAIL
@@ -74265,7 +74203,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f32_matrix_matrix_multiplication:matrix_matrix:*]
expected:
- if os == "linux" and not debug: TIMEOUT
+ if os == "linux" and not debug: ERROR
[:inputSource="const";common_dim=2;x_rows=2;y_cols=2]
expected:
if os == "linux" and not debug: [PASS, TIMEOUT]
@@ -74701,7 +74639,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f32_matrix_matrix_multiplication:matrix_matrix_compound:*]
expected:
- if os == "linux" and not debug: TIMEOUT
+ if os == "linux" and not debug: ERROR
[:inputSource="const";common_dim=2;x_rows=2]
expected:
if os == "linux" and not debug: [PASS, TIMEOUT]
@@ -76230,8 +76168,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f32_remainder:scalar:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const"]
expected:
if os == "linux" and not debug: FAIL
@@ -76250,8 +76186,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f32_remainder:scalar_compound:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -76368,8 +76302,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f32_remainder:vector:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize=2]
expected:
if os == "linux" and not debug: FAIL
@@ -76420,8 +76352,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,f32_remainder:vector_scalar:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";dim=2]
expected:
if os == "linux" and not debug: FAIL
@@ -76816,8 +76746,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:addition:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -76884,8 +76812,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:addition_compound:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -77108,8 +77034,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:division:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -77686,8 +77610,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:remainder:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -77976,8 +77898,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:subtraction:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -78044,8 +77964,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,i32_arithmetic:subtraction_compound:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -78532,8 +78450,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,i32_comparison:less_than:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -78600,8 +78516,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,i32_comparison:not_equals:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -78734,8 +78648,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:addition_compound:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -78802,8 +78714,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:addition_scalar_vector:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize_rhs=2]
expected:
if os == "linux" and not debug: FAIL
@@ -78854,8 +78764,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:addition_vector_scalar:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize_lhs=2]
expected:
if os == "linux" and not debug: FAIL
@@ -79022,8 +78930,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:division_compound:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -79190,8 +79096,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:division_vector_scalar_compound:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize_lhs=2]
expected:
if os == "linux" and not debug: FAIL
@@ -79590,8 +79494,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:remainder_compound:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -79658,8 +79560,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:remainder_scalar_vector:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize_rhs=2]
expected:
if os == "linux" and not debug: FAIL
@@ -79942,8 +79842,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:subtraction_scalar_vector:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize_rhs=2]
expected:
if os == "linux" and not debug: FAIL
@@ -79994,8 +79892,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,u32_arithmetic:subtraction_vector_scalar:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize_lhs=2]
expected:
if os == "linux" and not debug: FAIL
@@ -80294,8 +80190,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,u32_comparison:less_equals:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: [PASS, FAIL]
@@ -80428,8 +80322,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,binary,u32_comparison:not_equals:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -80496,8 +80388,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,abs:abstract_float:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -80550,8 +80440,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,abs:f16:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
[:inputSource="const";vectorize=2]
@@ -80784,8 +80672,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,acos:abstract_float:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
[:inputSource="const";vectorize=2]
@@ -80954,8 +80840,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,acosh:f16:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
[:inputSource="const";vectorize=2]
@@ -82568,8 +82452,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atan:abstract_float:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
[:inputSource="const";vectorize=2]
@@ -82638,8 +82520,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,atan:f32:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -90410,8 +90290,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,clamp:f16:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
[:inputSource="const";vectorize=2]
@@ -90786,8 +90664,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,cosh:abstract_float:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
[:inputSource="const";vectorize=2]
@@ -91474,8 +91350,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,determinant:abstract_float:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";dimension=2]
[:inputSource="const";dimension=3]
@@ -91642,8 +91516,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,distance:f16_vec4:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const"]
[:inputSource="storage_r"]
@@ -91770,8 +91642,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:abstract_float:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const"]
[:inputSource="storage_r"]
@@ -91892,8 +91762,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,dot:u32:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const"]
[:inputSource="storage_r"]
@@ -92244,8 +92112,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,exp:abstract_float:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
[:inputSource="const";vectorize=2]
@@ -92280,8 +92146,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,exp:f16:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
[:inputSource="const";vectorize=2]
@@ -92573,7 +92437,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec2:*]
expected:
- if os == "linux" and not debug: TIMEOUT
+ if os == "linux" and not debug: ERROR
[:inputSource="const"]
expected:
if os == "linux" and not debug: TIMEOUT
@@ -92593,7 +92457,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec3:*]
expected:
- if os == "linux" and not debug: TIMEOUT
+ if os == "linux" and not debug: ERROR
[:inputSource="const"]
expected:
if os == "linux" and not debug: [PASS, TIMEOUT]
@@ -92613,7 +92477,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec4:*]
expected:
- if os == "linux" and not debug: TIMEOUT
+ if os == "linux" and not debug: ERROR
[:inputSource="const"]
expected:
if os == "linux" and not debug: [PASS, TIMEOUT]
@@ -92948,8 +92812,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,floor:f32:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -93172,8 +93034,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,fract:f16:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
[:inputSource="const";vectorize=2]
@@ -93730,8 +93590,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,inversesqrt:abstract_float:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
[:inputSource="const";vectorize=2]
@@ -94066,8 +93924,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,length:f16_vec4:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const"]
[:inputSource="storage_r"]
@@ -94096,8 +93952,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,length:f32_vec2:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const"]
expected:
if os == "linux" and not debug: [PASS, FAIL]
@@ -94152,8 +94006,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,log2:abstract_float:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
[:inputSource="const";vectorize=2]
@@ -94324,8 +94176,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,log:f16:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
[:inputSource="const";vectorize=2]
@@ -94650,8 +94500,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,max:u32:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: [PASS, FAIL]
@@ -94738,8 +94586,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,min:abstract_int:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
[:inputSource="const";vectorize=2]
@@ -94942,8 +94788,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,min:u32:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -95011,7 +94855,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:abstract_float_matching:*]
expected:
- if os == "linux" and not debug: TIMEOUT
+ if os == "linux" and not debug: ERROR
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: [PASS, TIMEOUT]
@@ -95031,7 +94875,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:abstract_float_nonmatching_vec2:*]
expected:
- if os == "linux" and not debug: TIMEOUT
+ if os == "linux" and not debug: ERROR
[:inputSource="const"]
expected:
if os == "linux" and not debug: [PASS, TIMEOUT]
@@ -95039,7 +94883,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:abstract_float_nonmatching_vec3:*]
expected:
- if os == "linux" and not debug: TIMEOUT
+ if os == "linux" and not debug: ERROR
[:inputSource="const"]
expected:
if os == "linux" and not debug: [PASS, TIMEOUT]
@@ -95047,7 +94891,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:abstract_float_nonmatching_vec4:*]
expected:
- if os == "linux" and not debug: TIMEOUT
+ if os == "linux" and not debug: ERROR
[:inputSource="const"]
expected:
if os == "linux" and not debug: TIMEOUT
@@ -95119,7 +94963,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:f32_matching:*]
expected:
- if os == "linux" and not debug: TIMEOUT
+ if os == "linux" and not debug: ERROR
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: [PASS, TIMEOUT]
@@ -95187,7 +95031,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:f32_nonmatching_vec2:*]
expected:
- if os == "linux" and not debug: TIMEOUT
+ if os == "linux" and not debug: ERROR
[:inputSource="const"]
expected:
if os == "linux" and not debug: [PASS, TIMEOUT]
@@ -95207,7 +95051,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:f32_nonmatching_vec3:*]
expected:
- if os == "linux" and not debug: TIMEOUT
+ if os == "linux" and not debug: ERROR
[:inputSource="const"]
expected:
if os == "linux" and not debug: [PASS, TIMEOUT]
@@ -95227,7 +95071,7 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,mix:f32_nonmatching_vec4:*]
expected:
- if os == "linux" and not debug: TIMEOUT
+ if os == "linux" and not debug: ERROR
[:inputSource="const"]
expected:
if os == "linux" and not debug: [PASS, TIMEOUT]
@@ -95246,16 +95090,12 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:abstract_fract:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const"]
expected:
if os == "linux" and not debug: FAIL
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:abstract_vec2_fract:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const"]
expected:
if os == "linux" and not debug: [PASS, FAIL]
@@ -95298,8 +95138,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f16_fract:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const"]
[:inputSource="storage_r"]
@@ -95320,8 +95158,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f16_vec2_whole:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const"]
[:inputSource="storage_r"]
@@ -95342,8 +95178,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f16_vec3_whole:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const"]
[:inputSource="storage_r"]
@@ -95354,8 +95188,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f16_vec4_fract:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const"]
[:inputSource="storage_r"]
@@ -95386,8 +95218,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f32_fract:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const"]
expected:
if os == "linux" and not debug: FAIL
@@ -95406,8 +95236,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f32_vec2_fract:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const"]
expected:
if os == "linux" and not debug: FAIL
@@ -95480,8 +95308,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f32_vec4_fract:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const"]
expected:
if os == "linux" and not debug: FAIL
@@ -95500,8 +95326,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f32_vec4_whole:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const"]
expected:
if os == "linux" and not debug: FAIL
@@ -95520,8 +95344,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,modf:f32_whole:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const"]
expected:
if os == "linux" and not debug: FAIL
@@ -95962,8 +95784,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,quantizeToF16:f32:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: [PASS, FAIL]
@@ -96030,8 +95850,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,radians:abstract_float:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -96196,8 +96014,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,reflect:f16_vec4:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const"]
[:inputSource="storage_r"]
@@ -96268,8 +96084,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,refract:abstract_float:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize=2]
[:inputSource="const";vectorize=3]
@@ -96327,17 +96141,62 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,refract:f32_vec2:*]
expected:
- if os == "linux" and not debug: TIMEOUT
+ if os == "linux" and not debug: ERROR
+ [:inputSource="const"]
+ expected:
+ if os == "linux" and not debug: TIMEOUT
+
+ [:inputSource="storage_r"]
+ expected:
+ if os == "linux" and not debug: NOTRUN
+
+ [:inputSource="storage_rw"]
+ expected:
+ if os == "linux" and not debug: NOTRUN
+
+ [:inputSource="uniform"]
+ expected:
+ if os == "linux" and not debug: NOTRUN
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,refract:f32_vec3:*]
expected:
- if os == "linux" and not debug: TIMEOUT
+ if os == "linux" and not debug: ERROR
+ [:inputSource="const"]
+ expected:
+ if os == "linux" and not debug: TIMEOUT
+
+ [:inputSource="storage_r"]
+ expected:
+ if os == "linux" and not debug: NOTRUN
+
+ [:inputSource="storage_rw"]
+ expected:
+ if os == "linux" and not debug: NOTRUN
+
+ [:inputSource="uniform"]
+ expected:
+ if os == "linux" and not debug: NOTRUN
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,refract:f32_vec4:*]
expected:
- if os == "linux" and not debug: TIMEOUT
+ if os == "linux" and not debug: ERROR
+ [:inputSource="const"]
+ expected:
+ if os == "linux" and not debug: TIMEOUT
+
+ [:inputSource="storage_r"]
+ expected:
+ if os == "linux" and not debug: NOTRUN
+
+ [:inputSource="storage_rw"]
+ expected:
+ if os == "linux" and not debug: NOTRUN
+
+ [:inputSource="uniform"]
+ expected:
+ if os == "linux" and not debug: NOTRUN
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,reverseBits:i32:*]
@@ -96491,8 +96350,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,round:f16:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
[:inputSource="const";vectorize=2]
@@ -96593,8 +96450,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,saturate:abstract_float:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -97645,8 +97500,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sinh:abstract_float:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
[:inputSource="const";vectorize=2]
@@ -97715,8 +97568,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sinh:f32:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -97987,8 +97838,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,sqrt:f32:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -98373,8 +98222,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,tanh:f16:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
[:inputSource="const";vectorize=2]
@@ -99741,8 +99588,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,trunc:f32:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -99809,8 +99654,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,unpack2x16float:unpack:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const"]
expected:
if os == "linux" and not debug: FAIL
@@ -99865,8 +99708,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,call,builtin,unpack4x8snorm:unpack:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const"]
expected:
if os == "linux" and not debug: FAIL
@@ -100261,14 +100102,10 @@
[cts.https.html?q=webgpu:shader,execution,expression,unary,af_assignment:f16:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const"]
[cts.https.html?q=webgpu:shader,execution,expression,unary,af_assignment:f32:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const"]
expected:
if os == "linux" and not debug: FAIL
@@ -100283,24 +100120,18 @@
[cts.https.html?q=webgpu:shader,execution,expression,unary,ai_assignment:i32:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const"]
expected:
if os == "linux" and not debug: FAIL
[cts.https.html?q=webgpu:shader,execution,expression,unary,ai_assignment:u32:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const"]
expected:
if os == "linux" and not debug: FAIL
[cts.https.html?q=webgpu:shader,execution,expression,unary,bool_conversion:bool:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -100367,8 +100198,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,unary,bool_conversion:f16:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
[:inputSource="const";vectorize=2]
@@ -100469,8 +100298,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,unary,bool_conversion:i32:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -101189,8 +101016,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,unary,f32_conversion:f16_mat:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";cols=2;rows=2]
[:inputSource="const";cols=2;rows=3]
@@ -101609,8 +101434,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,unary,i32_arithmetic:negation:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -101743,8 +101566,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,unary,i32_conversion:bool:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -101977,8 +101798,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,unary,i32_conversion:u32:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -102915,8 +102734,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,unary,u32_complement:u32_complement:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -103117,8 +102934,6 @@
[cts.https.html?q=webgpu:shader,execution,expression,unary,u32_conversion:f32:*]
- expected:
- if os == "linux" and not debug: OK
[:inputSource="const";vectorize="_undef_"]
expected:
if os == "linux" and not debug: FAIL
@@ -103993,24 +103808,14 @@
[cts.https.html?q=webgpu:shader,execution,memory_model,atomicity:atomicity:*]
- expected:
- if os == "linux" and not debug: TIMEOUT
[:memType="atomic_storage";testType="inter_workgroup"]
- expected:
- if os == "linux" and not debug: TIMEOUT
[:memType="atomic_storage";testType="intra_workgroup"]
- expected:
- if os == "linux" and not debug: NOTRUN
[:memType="atomic_workgroup";testType="intra_workgroup"]
- expected:
- if os == "linux" and not debug: NOTRUN
[cts.https.html?q=webgpu:shader,execution,memory_model,barrier:workgroup_barrier_load_store:*]
- expected:
- if os == "linux" and not debug: TIMEOUT
[:accessValueType="f16";memType="non_atomic_storage";accessPair="rw";normalBarrier=false]
[:accessValueType="f16";memType="non_atomic_storage";accessPair="rw";normalBarrier=true]
@@ -104027,7 +103832,7 @@
[:accessValueType="u32";memType="non_atomic_workgroup";accessPair="rw";normalBarrier=false]
expected:
- if os == "linux" and not debug: TIMEOUT
+ if os == "linux" and not debug: FAIL
[:accessValueType="u32";memType="non_atomic_workgroup";accessPair="rw";normalBarrier=true]
expected:
@@ -104035,8 +103840,6 @@
[cts.https.html?q=webgpu:shader,execution,memory_model,barrier:workgroup_barrier_store_load:*]
- expected:
- if os == "linux" and not debug: TIMEOUT
[:accessValueType="f16";memType="non_atomic_storage";accessPair="wr";normalBarrier=false]
[:accessValueType="f16";memType="non_atomic_storage";accessPair="wr";normalBarrier=true]
@@ -104053,7 +103856,7 @@
[:accessValueType="u32";memType="non_atomic_workgroup";accessPair="wr";normalBarrier=false]
expected:
- if os == "linux" and not debug: TIMEOUT
+ if os == "linux" and not debug: FAIL
[:accessValueType="u32";memType="non_atomic_workgroup";accessPair="wr";normalBarrier=true]
expected:
@@ -104085,203 +103888,103 @@
[cts.https.html?q=webgpu:shader,execution,memory_model,coherence:corr:*]
- expected:
- if os == "linux" and not debug: TIMEOUT
[:memType="atomic_storage";testType="inter_workgroup"]
- expected:
- if os == "linux" and not debug: TIMEOUT
[:memType="atomic_storage";testType="inter_workgroup";extraFlags="rmw_variant"]
- expected:
- if os == "linux" and not debug: NOTRUN
[:memType="atomic_storage";testType="intra_workgroup"]
- expected:
- if os == "linux" and not debug: NOTRUN
[:memType="atomic_storage";testType="intra_workgroup";extraFlags="rmw_variant"]
- expected:
- if os == "linux" and not debug: NOTRUN
[:memType="atomic_workgroup";testType="intra_workgroup"]
- expected:
- if os == "linux" and not debug: NOTRUN
[:memType="atomic_workgroup";testType="intra_workgroup";extraFlags="rmw_variant"]
- expected:
- if os == "linux" and not debug: NOTRUN
[cts.https.html?q=webgpu:shader,execution,memory_model,coherence:corw1:*]
- expected:
- if os == "linux" and not debug: TIMEOUT
[:memType="atomic_storage";testType="inter_workgroup"]
- expected:
- if os == "linux" and not debug: TIMEOUT
[:memType="atomic_storage";testType="intra_workgroup"]
- expected:
- if os == "linux" and not debug: NOTRUN
[:memType="atomic_workgroup";testType="intra_workgroup"]
- expected:
- if os == "linux" and not debug: NOTRUN
[cts.https.html?q=webgpu:shader,execution,memory_model,coherence:corw2:*]
- expected:
- if os == "linux" and not debug: TIMEOUT
[:memType="atomic_storage";testType="inter_workgroup"]
- expected:
- if os == "linux" and not debug: TIMEOUT
[:memType="atomic_storage";testType="inter_workgroup";extraFlags="rmw_variant"]
- expected:
- if os == "linux" and not debug: NOTRUN
[:memType="atomic_storage";testType="intra_workgroup"]
- expected:
- if os == "linux" and not debug: NOTRUN
[:memType="atomic_storage";testType="intra_workgroup";extraFlags="rmw_variant"]
- expected:
- if os == "linux" and not debug: NOTRUN
[:memType="atomic_workgroup";testType="intra_workgroup"]
- expected:
- if os == "linux" and not debug: NOTRUN
[:memType="atomic_workgroup";testType="intra_workgroup";extraFlags="rmw_variant"]
- expected:
- if os == "linux" and not debug: NOTRUN
[cts.https.html?q=webgpu:shader,execution,memory_model,coherence:cowr:*]
- expected:
- if os == "linux" and not debug: TIMEOUT
[:memType="atomic_storage";testType="inter_workgroup"]
- expected:
- if os == "linux" and not debug: TIMEOUT
[:memType="atomic_storage";testType="inter_workgroup";extraFlags="rmw_variant"]
- expected:
- if os == "linux" and not debug: NOTRUN
[:memType="atomic_storage";testType="intra_workgroup"]
- expected:
- if os == "linux" and not debug: NOTRUN
[:memType="atomic_storage";testType="intra_workgroup";extraFlags="rmw_variant"]
- expected:
- if os == "linux" and not debug: NOTRUN
[:memType="atomic_workgroup";testType="intra_workgroup"]
- expected:
- if os == "linux" and not debug: NOTRUN
[:memType="atomic_workgroup";testType="intra_workgroup";extraFlags="rmw_variant"]
- expected:
- if os == "linux" and not debug: NOTRUN
[cts.https.html?q=webgpu:shader,execution,memory_model,coherence:coww:*]
- expected:
- if os == "linux" and not debug: TIMEOUT
[:memType="atomic_storage";testType="inter_workgroup"]
- expected:
- if os == "linux" and not debug: TIMEOUT
[:memType="atomic_storage";testType="inter_workgroup";extraFlags="rmw_variant"]
- expected:
- if os == "linux" and not debug: NOTRUN
[:memType="atomic_storage";testType="intra_workgroup"]
- expected:
- if os == "linux" and not debug: NOTRUN
[:memType="atomic_storage";testType="intra_workgroup";extraFlags="rmw_variant"]
- expected:
- if os == "linux" and not debug: NOTRUN
[:memType="atomic_workgroup";testType="intra_workgroup"]
- expected:
- if os == "linux" and not debug: NOTRUN
[:memType="atomic_workgroup";testType="intra_workgroup";extraFlags="rmw_variant"]
- expected:
- if os == "linux" and not debug: NOTRUN
[cts.https.html?q=webgpu:shader,execution,memory_model,weak:2_plus_2_write:*]
- expected:
- if os == "linux" and not debug: TIMEOUT
[:memType="atomic_storage"]
- expected:
- if os == "linux" and not debug: NOTRUN
[:memType="atomic_workgroup"]
- expected:
- if os == "linux" and not debug: TIMEOUT
[cts.https.html?q=webgpu:shader,execution,memory_model,weak:load_buffer:*]
- expected:
- if os == "linux" and not debug: TIMEOUT
[:memType="atomic_storage"]
- expected:
- if os == "linux" and not debug: NOTRUN
[:memType="atomic_workgroup"]
- expected:
- if os == "linux" and not debug: TIMEOUT
[cts.https.html?q=webgpu:shader,execution,memory_model,weak:message_passing:*]
- expected:
- if os == "linux" and not debug: TIMEOUT
[:memType="atomic_storage"]
- expected:
- if os == "linux" and not debug: NOTRUN
[:memType="atomic_workgroup"]
- expected:
- if os == "linux" and not debug: TIMEOUT
[cts.https.html?q=webgpu:shader,execution,memory_model,weak:read:*]
- expected:
- if os == "linux" and not debug: TIMEOUT
[:memType="atomic_storage"]
- expected:
- if os == "linux" and not debug: NOTRUN
[:memType="atomic_workgroup"]
- expected:
- if os == "linux" and not debug: TIMEOUT
[cts.https.html?q=webgpu:shader,execution,memory_model,weak:store:*]
- expected:
- if os == "linux" and not debug: TIMEOUT
[:memType="atomic_storage"]
- expected:
- if os == "linux" and not debug: NOTRUN
[:memType="atomic_workgroup"]
- expected:
- if os == "linux" and not debug: TIMEOUT
[cts.https.html?q=webgpu:shader,execution,memory_model,weak:store_buffer:*]
- expected:
- if os == "linux" and not debug: TIMEOUT
[:memType="atomic_storage"]
- expected:
- if os == "linux" and not debug: NOTRUN
[:memType="atomic_workgroup"]
- expected:
- if os == "linux" and not debug: TIMEOUT
[cts.https.html?q=webgpu:shader,execution,padding:array_of_matCx3:*]
diff --git a/tests/wpt/webgpu/tests/webgpu/cts.https.html b/tests/wpt/webgpu/tests/webgpu/cts.https.html
index 4d4739214e3..52aa6715a1c 100644
--- a/tests/wpt/webgpu/tests/webgpu/cts.https.html
+++ b/tests/wpt/webgpu/tests/webgpu/cts.https.html
@@ -22,6 +22,7 @@
<!doctype html>
<title>WebGPU CTS</title>
<meta charset=utf-8>
+<meta name="timeout" content="long">
<link rel=help href='https://gpuweb.github.io/gpuweb/'>
<script src=/resources/testharness.js></script>