dawn-cmake/third_party/gn/webgpu-cts
Ben Clayton 63aa15467e Roll third_party/webgpu-cts/ 15b8caf79..8220cf0cf (9 commits)
Regenerated:
 - expectations.txt
 - ts_sources.txt
 - test_list.txt
 - cache_list.txt
 - resource_files.txt
 - webtest .html files


15b8caf79e..8220cf0cfb
 - 8220cf Move "device_destroyed_before_importing_video_frame" case to "api,validation,states,device_lost,destroy" (#2464)
 - f77035 Migrate Scalar -> Interval tests to use new numeric framework (#2474)
 - 65cd11 Migrate `abs` tests over to use FP.f32 directly
 - 3ab032 Replace Point/Binary/Ternary with Scalar{Pair/Triple}
 - 552fe1 Fix Occlusion Query Op Test
 - 3182e8 Fix fragment shader in maxInterStageShaderComponents validation (#2469)
 - 0eacf5 Refactor how floating point intervals are calculated (#2468)
 - fd777c Slightly expand sample_mask tests (#2466)
 - 7e014d Use (number | IntervalBounds) for specifying unittests (#2456)

Created with './tools/run cts roll'

Change-Id: I48f7afe742004afb6f373c64a16877802f755de1
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/+/126600
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Jiawei Shao <jiawei.shao@intel.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Jiawei Shao <jiawei.shao@intel.com>
2023-04-17 02:25:29 +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/ 99d11d886..886a83abf (28 commits) 2023-03-20 16:38:06 +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/ 15b8caf79..8220cf0cf (9 commits) 2023-04-17 02:25:29 +00:00
ts_sources.txt Roll third_party/webgpu-cts/ 15b8caf79..8220cf0cf (9 commits) 2023-04-17 02:25:29 +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.