Roll third_party/webgpu-cts/ e23ca12d5..900765392 (15 commits)

Update expectations and ts_sources

e23ca12d57..9007653926
 - 900765 Add positive case into invariant duplicate test. (#1307)
 - e02d75 Add more interpolate tests. (#1195)
 - 140d30 wgsl: Stub frexp test (#1305)
 - 039db3 wgsl: Stub acos builtin tests (#1306)
 - 239c46 Test invariant can only be applied once. (#1196)
 - 88062c wgsl: Stub faceFoward tests. (#1303)
 - 5083e8 wgsl: Stub fam builtin tests. (#1304)
 - efa12f wgsl: Stub exp2 builtin tests. (#1302)
 - 495556 wgsl: Add stub for exp builtin (#1301)
 - a6eaaf wgsl: Stub out cross builtin tests (#1300)
 - 9b55e6 wgsl: Add unimplemented stub for cosh builtin. (#1299)
 - 02adc5 cmdline: Add --list-unimplemented (#1214)
 - 8c2c49 wgsl: Add unimplemented quantizeToF16 spec (#1298)
 - 0d388d Sync WGSL spec descriptions to spec text. (#1296)
 - d54181 Fix TypeScript errors with build-out-node. (#1261)

Created with './tools/run cts roll'

Change-Id: Ieb2cf8bb719e03e3b2c929d7e10ee4fb39f01d1d
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/88003
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Ben Clayton 2022-04-27 14:23:43 +00:00 committed by Dawn LUCI CQ
parent 46bef8aae6
commit a9b856e10e
2 changed files with 12 additions and 4 deletions

4
DEPS
View File

@ -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@e23ca12d5775a72e29d1d64d15ea3993a3f2cffa',
'url': '{chromium_git}/external/github.com/gpuweb/cts@9007653926414cb1afb3fe7e882a31ac296163c8',
'condition': 'build_with_chromium',
},
@ -171,7 +171,7 @@ deps = {
'condition': 'dawn_node',
},
'third_party/gpuweb-cts': {
'url': '{chromium_git}/external/github.com/gpuweb/cts@e23ca12d5775a72e29d1d64d15ea3993a3f2cffa',
'url': '{chromium_git}/external/github.com/gpuweb/cts@9007653926414cb1afb3fe7e882a31ac296163c8',
'condition': 'dawn_standalone',
},

View File

@ -269,33 +269,41 @@ src/webgpu/shader/execution/expression/binary/f32_arithmetic.spec.ts
src/webgpu/shader/execution/expression/binary/f32_logical.spec.ts
src/webgpu/shader/execution/expression/call/builtin/builtin.ts
src/webgpu/shader/execution/expression/call/builtin/abs.spec.ts
src/webgpu/shader/execution/expression/call/builtin/acos.spec.ts
src/webgpu/shader/execution/expression/call/builtin/all.spec.ts
src/webgpu/shader/execution/expression/call/builtin/any.spec.ts
src/webgpu/shader/execution/expression/call/builtin/arrayLength.spec.ts
src/webgpu/shader/execution/expression/call/builtin/atan.spec.ts
src/webgpu/shader/execution/expression/call/builtin/atan2.spec.ts
src/webgpu/shader/execution/expression/call/builtin/ceil.spec.ts
src/webgpu/shader/execution/expression/call/builtin/clamp.spec.ts
src/webgpu/shader/execution/expression/call/builtin/cos.spec.ts
src/webgpu/shader/execution/expression/call/builtin/cosh.spec.ts
src/webgpu/shader/execution/expression/call/builtin/countLeadingZeros.spec.ts
src/webgpu/shader/execution/expression/call/builtin/countOneBits.spec.ts
src/webgpu/shader/execution/expression/call/builtin/countTrailingZeros.spec.ts
src/webgpu/shader/execution/expression/call/builtin/cross.spec.ts
src/webgpu/shader/execution/expression/call/builtin/exp.spec.ts
src/webgpu/shader/execution/expression/call/builtin/exp2.spec.ts
src/webgpu/shader/execution/expression/call/builtin/extractBits.spec.ts
src/webgpu/shader/execution/expression/call/builtin/faceForward.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/floor.spec.ts
src/webgpu/shader/execution/expression/call/builtin/fma.spec.ts
src/webgpu/shader/execution/expression/call/builtin/fract.spec.ts
src/webgpu/shader/execution/expression/call/builtin/frexp.spec.ts
src/webgpu/shader/execution/expression/call/builtin/insertBits.spec.ts
src/webgpu/shader/execution/expression/call/builtin/inversesqrt.spec.ts
src/webgpu/shader/execution/expression/call/builtin/ldexp.spec.ts
src/webgpu/shader/execution/expression/call/builtin/log.spec.ts
src/webgpu/shader/execution/expression/call/builtin/log2.spec.ts
src/webgpu/shader/execution/expression/call/builtin/logical_built_in_functions.spec.ts
src/webgpu/shader/execution/expression/call/builtin/max.spec.ts
src/webgpu/shader/execution/expression/call/builtin/min.spec.ts
src/webgpu/shader/execution/expression/call/builtin/quantizeToF16.spec.ts
src/webgpu/shader/execution/expression/call/builtin/reverseBits.spec.ts
src/webgpu/shader/execution/expression/call/builtin/select.spec.ts
src/webgpu/shader/execution/expression/call/builtin/sin.spec.ts
src/webgpu/shader/execution/expression/call/builtin/value_testing_built_in_functions.spec.ts
src/webgpu/shader/execution/expression/unary/unary.ts
src/webgpu/shader/execution/expression/unary/f32_arithmetic.spec.ts
src/webgpu/shader/execution/memory_model/memory_model_setup.ts