From d93d0c994b9a1db541b638df776a4134e1ad180d Mon Sep 17 00:00:00 2001 From: Ben Clayton Date: Tue, 26 Apr 2022 11:55:02 +0000 Subject: [PATCH] Roll third_party/webgpu-cts/ 501cb3643..e23ca12d5 (7 commits) Update expectations and ts_sources https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/501cb36438c2..e23ca12d5775 - e23ca1 Remove old builtin combined function file. (#1220) - 15883e src/webgpu/util/texture/texel_data: Use `,` for member delimiters (#1215) - 719dff Add a test with a Unicode character which would normalize (#1194) - deeb73 Remove uniqueId and plan_autogen from WGSL tests. (#1219) - 47cb99 Add a quiet option to the test runner. (#1190) - 115652 Rename generic WGSL shader_io test case. (#1199) - 74dc27 shader/execution: Reduce `atan2` cases (#1198) Created with './tools/run cts roll' Change-Id: Id6d29fce42e9c647338795074a13e6a5a6034787 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/87980 Auto-Submit: Ben Clayton Kokoro: Kokoro Reviewed-by: Corentin Wallez Commit-Queue: Corentin Wallez --- DEPS | 4 ++-- third_party/gn/webgpu-cts/ts_sources.txt | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 4cd0349753..9d8c05d2bd 100644 --- a/DEPS +++ b/DEPS @@ -153,7 +153,7 @@ deps = { # WebGPU CTS - not used directly by Dawn, only transitively by Chromium. 'third_party/webgpu-cts': { - 'url': '{chromium_git}/external/github.com/gpuweb/cts@501cb36438c27b6240c9393d5f0f768b70b955e0', + 'url': '{chromium_git}/external/github.com/gpuweb/cts@e23ca12d5775a72e29d1d64d15ea3993a3f2cffa', 'condition': 'build_with_chromium', }, @@ -171,7 +171,7 @@ deps = { 'condition': 'dawn_node', }, 'third_party/gpuweb-cts': { - 'url': '{chromium_git}/external/github.com/gpuweb/cts@501cb36438c27b6240c9393d5f0f768b70b955e0', + 'url': '{chromium_git}/external/github.com/gpuweb/cts@e23ca12d5775a72e29d1d64d15ea3993a3f2cffa', 'condition': 'dawn_standalone', }, diff --git a/third_party/gn/webgpu-cts/ts_sources.txt b/third_party/gn/webgpu-cts/ts_sources.txt index 1fd707636b..65eb912faf 100644 --- a/third_party/gn/webgpu-cts/ts_sources.txt +++ b/third_party/gn/webgpu-cts/ts_sources.txt @@ -282,7 +282,6 @@ src/webgpu/shader/execution/expression/call/builtin/countTrailingZeros.spec.ts src/webgpu/shader/execution/expression/call/builtin/extractBits.spec.ts src/webgpu/shader/execution/expression/call/builtin/firstLeadingBit.spec.ts src/webgpu/shader/execution/expression/call/builtin/firstTrailingBit.spec.ts -src/webgpu/shader/execution/expression/call/builtin/float_built_functions.spec.ts src/webgpu/shader/execution/expression/call/builtin/floor.spec.ts src/webgpu/shader/execution/expression/call/builtin/fract.spec.ts src/webgpu/shader/execution/expression/call/builtin/insertBits.spec.ts @@ -315,7 +314,7 @@ src/webgpu/shader/validation/parse/source.spec.ts src/webgpu/shader/validation/parse/var_and_let.spec.ts src/webgpu/shader/validation/shader_io/util.ts src/webgpu/shader/validation/shader_io/builtins.spec.ts -src/webgpu/shader/validation/shader_io/generic.spec.ts +src/webgpu/shader/validation/shader_io/entry_point.ts src/webgpu/shader/validation/shader_io/interpolate.spec.ts src/webgpu/shader/validation/shader_io/invariant.spec.ts src/webgpu/shader/validation/shader_io/locations.spec.ts