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] Move the align validation tests. #3712

Closed dj2 closed 1 month ago

dj2 commented 1 month ago

Most of the other shader I/O tests are in validation,shader_io. The align tests ended up in shader,parse. This Cl moves the align tests to the shader_io folder to match other other I/O tests.


Requirements for PR author:

Requirements for reviewer sign-off:

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