gpuweb / cts

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

[wgsl] Combine var/let tests #3713

Closed dj2 closed 1 month ago

dj2 commented 1 month ago

The var/let validation tests ended up spread over multiple files. Some were combined var/let tests, some where individual. This CL moves them all to be decl,var and decl,let to make it easier to determine what validation exists.


Requirements for PR author:

Requirements for reviewer sign-off:

When landing this PR, be sure to make any necessary issue status updates.