gpuweb / cts

WebGPU Conformance Test Suite
https://gpuweb.github.io/cts/
BSD 3-Clause "New" or "Revised" License
121 stars 72 forks source link

error in webgpu:shader,execution,expression,access,structure,index:const_nested:member_types #3654

Closed greggman closed 2 months ago

greggman commented 2 months ago

webgpu:shader,execution,expression,access,structure,index:const_nested:member_types=

["i32","u32","f32","f16","vec3f","vec4i"] - fail:

Seems like an error in the test?

kainino0x commented 2 months ago

Found this too, in the roll, and verified it fails locally (M1 Mac) as well.

kainino0x commented 2 months ago

Actually more broadly - it's in a bunch of tests in this file.

kainino0x commented 2 months ago

From PR #3641

ben-clayton commented 2 months ago

Fixed.