erichdongubler-mozilla / moz-webgpu-cts

An extremely fast (but opinionated) tool for working with WPT metadata while developing an implementation of WebGPU in a web browser.
Apache License 2.0
1 stars 2 forks source link

Support `*.any.js` tests #123

Open ErichDonGubler opened 4 months ago

ErichDonGubler commented 4 months ago

As with #122, any.js spec. files are a common method of authoring tests portable across window and all worker contexts. We should support them, both because (1) it's likely that WebGPU CTS upstream may generate these in the future, and (2) moz-webgpu-cts has ambitions for supporting wider use cases in the far future.