Check GPUAdapterInfo.isFallbackAdapter on explicit `fallback` request (#4483) According to specification a fallback adapter may still be returned if forceFallbackAdapter is set to false and either no other appropriate adapter is available or the user agent chooses to return a fallback adapter. https://gpuweb.github.io/gpuweb/#dom-gpurequestadapteroptions-forcefallbackadapter Therefore, checking whether an adapter is a fallback adapter should only be performed if forceFallbackAdapter is true. Issue: https://github.com/gpuweb/cts/issues/4480 Signed-off-by: Andrei Volykhin <andrei.volykhin@gmail.com>
This is the conformance test suite for WebGPU. It tests the behaviors defined by the WebGPU specification.
The contents of this test suite are considered normative; implementations must pass them to be WebGPU-conformant. Mismatches between the specification and tests are bugs.
This test suite can be embedded inside WPT or run in standalone.
Please read the introductory guidelines before contributing. Other documentation may be found in docs/ and in the helper index (source).
Read CONTRIBUTING.md on licensing.
For realtime communication about WebGPU spec and test, join the #WebGPU:matrix.org room on Matrix.