@@ -87,6 +87,11 @@ webgpu:api,validation,encoding,queries,general:occlusion_query,query_index:*
8787webgpu:shader,validation,extension,dual_source_blending:blend_src_syntax_validation:*
8888webgpu:api,validation,image_copy,buffer_texture_copies:depth_stencil_format,copy_usage_and_aspect:*
8989webgpu:api,validation,image_copy,buffer_texture_copies:depth_stencil_format,copy_buffer_size:*
90+ fails-if(dx12,vulkan,metal) webgpu:api,validation,queue,buffer_mapped:writeBuffer:*
91+ webgpu:api,validation,queue,buffer_mapped:copyBufferToBuffer:*
92+ webgpu:api,validation,queue,buffer_mapped:copyBufferToTexture:*
93+ webgpu:api,validation,queue,buffer_mapped:copyTextureToBuffer:*
94+ webgpu:api,validation,queue,buffer_mapped:map_command_recording_order:*
9095// image_copy depth/stencil failures on dx12: https://github.com/gfx-rs/wgpu/issues/8133
9196fails-if(dx12) webgpu:api,validation,image_copy,buffer_texture_copies:depth_stencil_format,copy_buffer_offset:format="stencil8";aspect="stencil-only";copyType="CopyB2T"
9297fails-if(dx12) webgpu:api,validation,image_copy,buffer_texture_copies:depth_stencil_format,copy_buffer_offset:format="stencil8";aspect="stencil-only";copyType="CopyT2B"
0 commit comments