0

Roll WebGPU CTS from 3f3c9da15a14 to 2f0de1ee3917 (2 revisions)

3f3c9da15a..2f0de1ee39

2024-03-29 tojiro@gmail.com wgsl: Validation for step builtin function
2024-03-29 tojiro@gmail.com wgsl: Validation for trunc builtin function

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/webgpu-cts-chromium-autoroll
Please CC dneto@google.com,webgpu-developers@google.com on the revert to ensure that a human
is aware of the problem.

To file a bug in Chromium: https://bugs.chromium.org/p/chromium/issues/entry

To report a problem with the AutoRoller itself, please file a bug:
https://issues.skia.org/issues/new?component=1389291&template=1850622

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md

Cq-Include-Trybots: luci.chromium.try:dawn-android-arm-deps-rel;luci.chromium.try:dawn-android-arm64-deps-rel;luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-mac-arm64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel
Bug: None
Tbr: dneto@google.com
Change-Id: I1e02f591cc36cc42276b60f966450cb24e44f49e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5408691
Bot-Commit: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/main@{#1280478}
This commit is contained in:
chromium-autoroll
2024-03-30 02:55:21 +00:00
committed by Chromium LUCI CQ
parent 770fb51bff
commit 08d3205aeb
3 changed files with 4 additions and 2 deletions
DEPS
third_party/webgpu-cts

2
DEPS

@ -1843,7 +1843,7 @@ deps = {
Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'f4bf599a8b575df685c31d9c4729a70a04e377ed',
'src/third_party/webgpu-cts/src':
Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + '3f3c9da15a14cf0f3059d870b7ef8202e982d522',
Var('chromium_git') + '/external/github.com/gpuweb/cts.git' + '@' + '2f0de1ee391759073f2a498cf8bc70968be15087',
'src/third_party/webrtc':
Var('webrtc_git') + '/src.git' + '@' + '018feb90c2269a29f4ee46c073afc4a5536aea04',

@ -763,6 +763,7 @@ src/webgpu/shader/validation/expression/call/builtin/sign.spec.ts
src/webgpu/shader/validation/expression/call/builtin/sin.spec.ts
src/webgpu/shader/validation/expression/call/builtin/sinh.spec.ts
src/webgpu/shader/validation/expression/call/builtin/sqrt.spec.ts
src/webgpu/shader/validation/expression/call/builtin/step.spec.ts
src/webgpu/shader/validation/expression/call/builtin/tan.spec.ts
src/webgpu/shader/validation/expression/call/builtin/textureLoad.spec.ts
src/webgpu/shader/validation/expression/call/builtin/textureSample.spec.ts
@ -773,6 +774,7 @@ src/webgpu/shader/validation/expression/call/builtin/textureSampleCompareLevel.s
src/webgpu/shader/validation/expression/call/builtin/textureSampleGrad.spec.ts
src/webgpu/shader/validation/expression/call/builtin/textureSampleLevel.spec.ts
src/webgpu/shader/validation/expression/call/builtin/textureStore.spec.ts
src/webgpu/shader/validation/expression/call/builtin/trunc.spec.ts
src/webgpu/shader/validation/expression/call/builtin/unpack4xI8.spec.ts
src/webgpu/shader/validation/expression/call/builtin/unpack4xU8.spec.ts
src/webgpu/shader/validation/expression/call/builtin/workgroupUniformLoad.spec.ts