dawn-cmake/third_party/gn/webgpu-cts
Austin Eng 92b32e8efc Generate and load CTS cache
Cache .json files are generated at build time. This relies on a
list of the expected cache outputs.

The path to the cache is hardcoded in the test_runner and the
.json files are loaded at runtime.

Change-Id: Icc125125df7e9c338a243526dbc4950a2517039f
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/110441
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Austin Eng <enga@chromium.org>
Reviewed-by: Ben Clayton <bclayton@google.com>
2022-11-21 15:16:51 +00:00
..
BUILD.gn Generate and load CTS cache 2022-11-21 15:16:51 +00:00
README.chromium Add WebGPU CTS dep and build files 2022-03-17 21:43:17 +00:00
cache_list.txt Roll third_party/webgpu-cts/ 622cac9c6..992c9a857 (1 commit) 2022-11-17 22:43:58 +00:00
resource_files.txt Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) 2022-11-16 23:09:02 +00:00
test_list.txt Roll third_party/webgpu-cts/ 622cac9c6..992c9a857 (1 commit) 2022-11-17 22:43:58 +00:00
ts_sources.txt Roll third_party/webgpu-cts/ dac3646b1..d7e8d005d (18 commits) 2022-11-16 23:09:02 +00:00

README.chromium

Name: WebGPU Conformance Test Suite
Short Name: webgpu-cts
Version: unknown
Revision: latest
URL: https://gpuweb.github.io/cts/
SOURCE CODE: git clone https://github.com/gpuweb/cts.git
Security Critical: no
License: BSD-3-Clause
License File: NOT_SHIPPED

Description:
(This README is for ../../webgpu-cts/. This directory is part of dawn.)
The WebGPU conformance test suite. Not used directly by Dawn, only transitively
by Chromium. There, it is run under Chromium's GPU testing infrastructure.