dawn-cmake/third_party/gn/webgpu-cts
Ben Clayton 76795db7ce Roll third_party/webgpu-cts/ 3030a7bb2..99d11d886 (12 commits)
Regenerated:
 - expectations.txt
 - ts_sources.txt
 - test_list.txt
 - cache_list.txt
 - resource_files.txt
 - webtest .html files


3030a7bb2c..99d11d8864
 - 99d11d Add test case about copying HTMLVideoElement to texture (#2018)
 - ef9763 Add bitwise shift validation tests (#2399)
 - a7dda2 Add tests for unary~ i32, u32, and vectors of them (#2395)
 - c054fc Add bitwise shift tests (#2397)
 - 174648 consolidate more createPipeline/Async tests
 - 12e6c2 Make the test names less descriptive
 - a483c0 limit # of storage textures & storage buffers to device limit
 - ba16f0 Change bytesPerSample calculation to be similar to spec
 - ce7f52 merge createPipeline and createPipelineAsync tests
 - d64c03 Validate maxFragmentCombindOutputResources and related changes
 - 5a89d4 roll to types@4e0beeeb3ddd5327aaffd1f3fa7943c314eeaceb
 - 25aef0 [wgsl] Add increment and decrement execution tests. (#2394)

Created with './tools/run cts roll'

Change-Id: I9080d8128450937d3c94c3e40e95c5521d6c1320
Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Include-Ci-Only-Tests: true
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/124000
Reviewed-by: Austin Eng <enga@chromium.org>
Kokoro: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
2023-03-14 22:24:40 +00:00
..
BUILD.gn Generate and load CTS cache 2022-11-21 15:16:51 +00:00
OWNERS Set OWNERS to * on .txt files needed for CTS rolls 2023-02-13 10:17:04 +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/ 3030a7bb2..99d11d886 (12 commits) 2023-03-14 22:24:40 +00:00
resource_files.txt Roll third_party/webgpu-cts/ 13410d18b..6e39b5d2f (14 commits) 2023-02-25 18:13:43 +00:00
test_list.txt Roll third_party/webgpu-cts/ 3030a7bb2..99d11d886 (12 commits) 2023-03-14 22:24:40 +00:00
ts_sources.txt Roll third_party/webgpu-cts/ 3030a7bb2..99d11d886 (12 commits) 2023-03-14 22:24:40 +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.