@@ -32,6 +32,7 @@ fails-if(vulkan) webgpu:api,operation,vertex_state,correctness:array_stride_zero
3232webgpu:api,operation,vertex_state,correctness:setVertexBuffer_offset_and_attribute_offset:*
3333webgpu:api,validation,buffer,create:*
3434webgpu:api,validation,buffer,destroy:*
35+ webgpu:api,validation,capability_checks,features,clip_distances:*
3536fails-if(dx12) webgpu:api,validation,capability_checks,limits,maxBindGroups:setBindGroup,*
3637// NOTE: Only test some of these `maxInterStageShaderVariables` cases, because of a CTS bug (see
3738// below). CTS (incorrectly) only deducts once for any set of them being enabled, but it should
@@ -207,6 +208,7 @@ webgpu:shader,execution,flow_control,return:*
207208// Many other vertex_buffer_access subtests also passing, but there are too many to enumerate.
208209// Fails on Metal in CI only, not when running locally.
209210fails-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
211+ webgpu:shader,execution,shader_io,vertex_builtins:outputs,clip_distances:*
210212webgpu:shader,validation,const_assert,const_assert:*
211213webgpu:shader,validation,expression,binary,short_circuiting_and_or:array_override:op="%26%26";a_val=1;b_val=1
212214webgpu:shader,validation,expression,binary,short_circuiting_and_or:invalid_types:*
0 commit comments