gpuweb / cts

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

For .unimplemented() tests, skip before iterating subcases #3625

Closed kainino0x closed 2 months ago

kainino0x commented 2 months ago

There's no reason to iterate the subcases if the test is unimplemented.

When someone goes and implements the test, they can deal with any overparameterization problems.

This cuts log spew from tests like webgpu:shader,execution,expression,call,builtin,textureSampleBias:arrayed_2d_coords:

Issue: https://crbug.com/333424900, https://crbug.com/332934824


Requirements for PR author:

Requirements for reviewer sign-off:

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