Bug 1770047 [wpt PR 34117] - [Clipboard API] Clipboard Web Custom Formats implementat...
[gecko.git] / testing / web-platform / tests / webgpu / README.md
blob24a68b3ad3e89ea6617f02d90c890c1d04cf717e
1 # WebGPU Conformance Test Suite
3 The WebGPU CTS requires support for the WebGPU API. This requires both browser
4 support and hardware support, so this API cannot run on most automated testing
5 infrastructure. Tests inside this directory should always be skipped if
6 appropriate GPU hardware is not available.
8 ~~The contents of this directory are automatically generated from TypeScript
9 sources which live upstream in the [WebGPU CTS](https://github.com/gpuweb/cts).
10 They are periodically built and pushed to WPT.~~
12 **NOTE:** This directory is currently empty while WebGPU is in flux, as it's
13 not practical for browser developers to sync their WebGPU implementations with
14 WPT auto-import and auto-export of these tests. Instead, browsers should pin
15 ("vendor") a specific version of the gpuweb/cts repository, and check the built
16 files into the browser repository as non-exported wpt tests (like Chromium's
17 `wpt_internal`).