Roll third_party/webgpu-cts/ 501cb3643..e23ca12d5 (7 commits)
Update expectations and ts_sources
501cb36438..e23ca12d57
- 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 <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
parent
b84c0b9adf
commit
d93d0c994b
4
DEPS
4
DEPS
|
@ -153,7 +153,7 @@ deps = {
|
||||||
|
|
||||||
# WebGPU CTS - not used directly by Dawn, only transitively by Chromium.
|
# WebGPU CTS - not used directly by Dawn, only transitively by Chromium.
|
||||||
'third_party/webgpu-cts': {
|
'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',
|
'condition': 'build_with_chromium',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -171,7 +171,7 @@ deps = {
|
||||||
'condition': 'dawn_node',
|
'condition': 'dawn_node',
|
||||||
},
|
},
|
||||||
'third_party/gpuweb-cts': {
|
'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',
|
'condition': 'dawn_standalone',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -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/extractBits.spec.ts
|
||||||
src/webgpu/shader/execution/expression/call/builtin/firstLeadingBit.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/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/floor.spec.ts
|
||||||
src/webgpu/shader/execution/expression/call/builtin/fract.spec.ts
|
src/webgpu/shader/execution/expression/call/builtin/fract.spec.ts
|
||||||
src/webgpu/shader/execution/expression/call/builtin/insertBits.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/parse/var_and_let.spec.ts
|
||||||
src/webgpu/shader/validation/shader_io/util.ts
|
src/webgpu/shader/validation/shader_io/util.ts
|
||||||
src/webgpu/shader/validation/shader_io/builtins.spec.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/interpolate.spec.ts
|
||||||
src/webgpu/shader/validation/shader_io/invariant.spec.ts
|
src/webgpu/shader/validation/shader_io/invariant.spec.ts
|
||||||
src/webgpu/shader/validation/shader_io/locations.spec.ts
|
src/webgpu/shader/validation/shader_io/locations.spec.ts
|
||||||
|
|
Loading…
Reference in New Issue