@@ -55,6 +55,7 @@ webgpu:api,operation,vertex_state,correctness:setVertexBuffer_offset_and_attribu
5555
5656webgpu:api,validation,buffer,create:*
5757webgpu:api,validation,buffer,destroy:*
58+ webgpu:api,validation,capability_checks,features,clip_distances:*
5859webgpu:api,validation,capability_checks,limits,maxBindGroups:setBindGroup,*
5960//FAIL: other `maxInterStageShaderVariables` cases w/ limitTest ∈ [underDefault, overMaximum]
6061// https://github.com/gfx-rs/wgpu/issues/8945
@@ -313,7 +314,7 @@ webgpu:shader,execution,flow_control,return:*
313314// Many other vertex_buffer_access subtests also passing, but there are too many to enumerate.
314315// Fails on Metal in CI only, not when running locally.
315316fails-if(metal) webgpu:shader,execution,robust_access_vertex:vertex_buffer_access:indexed=true;indirect=false;drawCallTestParameter="baseVertex";type="float32x4";additionalBuffers=4;partialLastNumber=false;offsetVertexBuffer=true
316-
317+ webgpu:shader,execution,shader_io,vertex_builtins:outputs,clip_distances:*
317318webgpu:shader,validation,const_assert,const_assert:*
318319webgpu:shader,validation,decl,assignment_statement:*
319320webgpu:shader,validation,decl,compound_statement:*
0 commit comments