gpuweb / cts

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

Compat: Convert pipeline creation tests to shader module creation tests. #3769

Closed greggman closed 3 weeks ago

greggman commented 4 weeks ago

The spec recently changed that they should be shader module creation errors.

see: https://github.com/gpuweb/gpuweb/issues/4568

Note: these tests are skipped in core. They will fail in compat until implementations update to match the changes in the spec.


Requirements for PR author:

Requirements for reviewer sign-off:

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

greggman commented 3 weeks ago

I can change all the compat tests so they are expected to pass in core. I'm make a PR