gpuweb / cts

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

[Refactor] wgsl: Consolidate validation tests #3741

Open alan-baker opened 1 month ago

alan-baker commented 1 month ago

The current shader validation tests spread have functionality spread across multiple directories that can make it hard to find where certain functionality is tested. The split is often between the parse/ directory and other directories (e.g. statement/). Some of the type tests have already been refactored this way.