From a9b856e10e7d0662eef7c425f3aefe6fcd0d9991 Mon Sep 17 00:00:00 2001 From: Ben Clayton Date: Wed, 27 Apr 2022 14:23:43 +0000 Subject: [PATCH] Roll third_party/webgpu-cts/ e23ca12d5..900765392 (15 commits) Update expectations and ts_sources https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/e23ca12d5775..900765392641 - 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 Commit-Queue: Ben Clayton Reviewed-by: Corentin Wallez --- DEPS | 4 ++-- third_party/gn/webgpu-cts/ts_sources.txt | 12 ++++++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index 18583c5c7b..8e9066ffa9 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@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', }, diff --git a/third_party/gn/webgpu-cts/ts_sources.txt b/third_party/gn/webgpu-cts/ts_sources.txt index 65eb912faf..c34eee2c84 100644 --- a/third_party/gn/webgpu-cts/ts_sources.txt +++ b/third_party/gn/webgpu-cts/ts_sources.txt @@ -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