ErichDonGubler / 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
0 stars 2 forks source link

Validate that `status` is always blank in jobs that seem to have timed out #49

Open ErichDonGubler opened 8 months ago

ErichDonGubler commented 8 months ago

It'd be nice to validate that status is still there (but set to "") without keeping them around. 🤔 Custom Deserialize impl. or a mono-state structure, I suppose?