@@ -7,7 +7,8 @@ fails-if(vulkan) webgpu:api,operation,command_buffer,copyTextureToTexture:copy_d
77fails-if(vulkan) webgpu:api,operation,command_buffer,copyTextureToTexture:copy_depth_stencil:format="depth32float"
88fails-if(vulkan) webgpu:api,operation,command_buffer,copyTextureToTexture:copy_depth_stencil:format="depth32float-stencil8"
99webgpu:api,operation,command_buffer,copyTextureToTexture:copy_depth_stencil:format="stencil8"
10- webgpu:api,operation,command_buffer,image_copy:offsets_and_sizes:*
10+ // Fails with OOM in CI.
11+ fails-if(dx12) webgpu:api,operation,command_buffer,image_copy:offsets_and_sizes:*
1112webgpu:api,operation,compute,basic:memcpy:*
1213//FAIL: webgpu:api,operation,compute,basic:large_dispatch:*
1314webgpu:api,operation,compute_pipeline,overrides:*
@@ -100,7 +101,8 @@ webgpu:api,validation,encoding,queries,general:occlusion_query,query_type:*
100101webgpu:shader,execution,expression,call,builtin,textureSample:sampled_1d_coords:*
101102webgpu:shader,execution,expression,call,builtin,textureSampleBaseClampToEdge:2d_coords:stage="c";textureType="texture_2d<f32>";*
102103webgpu:shader,execution,flow_control,return:*
103- webgpu:shader,execution,robust_access_vertex:vertex_buffer_access:*
104+ // Many other vertex_buffer_access subtests also passing, but there are too many to enumerate.
105+ webgpu:shader,execution,robust_access_vertex:vertex_buffer_access:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float32x4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true'
104106webgpu:shader,validation,expression,call,builtin,max:values:*
105107webgpu:shader,validation,statement,statement_behavior:invalid_statements:body="break"
106108webgpu:shader,validation,statement,statement_behavior:invalid_statements:body="break_if"
0 commit comments