From 58c9dad06bad83367d18735e3b5344833b767c79 Mon Sep 17 00:00:00 2001 From: Ben Clayton Date: Mon, 16 May 2022 09:01:01 +0000 Subject: [PATCH] Roll third_party/webgpu-cts/ 11f61c5f9..bf5409992 (8 commits) Update expectations and ts_sources https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/11f61c5f919c..bf540999270b - bf5409 Remove dupes in anyOf to clean up error messages (#1401) - f124d7 Fix WGSL deprecation warnings in operation/rendering/draw.spec.ts (#1400) - 2f5bb7 wgsl: Add stub tests for textureNumSamples (#1406) - 8dae94 wgsl: Stub tests for textureNumLevels builtin. (#1405) - ba9abf wgsl: Stub tests for textureNumLayers builtin (#1404) - 591a45 wgsl: Stub tests for textureLoad builtin. (#1403) - b32ac3 Replace flushSubnormalNumber with isSubnormalNumber (#1399) - 5a1def Fix unary tests with subnormal inputs (#1397) Created with './tools/run cts roll' Change-Id: I0b8bdf31a333d90e2ca8a71294fabe85a092d02b Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/90260 Commit-Queue: Corentin Wallez Reviewed-by: Corentin Wallez --- DEPS | 4 ++-- third_party/gn/webgpu-cts/ts_sources.txt | 4 ++++ webgpu-cts/expectations.txt | 3 +-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index e108d5f3d4..c1080ce556 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@11f61c5f919cf69aefddfb71f1612f502dbf5f45', + 'url': '{chromium_git}/external/github.com/gpuweb/cts@bf540999270bf258493727abb19e4e3a71f7f750', 'condition': 'build_with_chromium', }, @@ -171,7 +171,7 @@ deps = { 'condition': 'dawn_node', }, 'third_party/gpuweb-cts': { - 'url': '{chromium_git}/external/github.com/gpuweb/cts@11f61c5f919cf69aefddfb71f1612f502dbf5f45', + 'url': '{chromium_git}/external/github.com/gpuweb/cts@bf540999270bf258493727abb19e4e3a71f7f750', 'condition': 'dawn_standalone', }, diff --git a/third_party/gn/webgpu-cts/ts_sources.txt b/third_party/gn/webgpu-cts/ts_sources.txt index c1f4bde600..45012011fb 100644 --- a/third_party/gn/webgpu-cts/ts_sources.txt +++ b/third_party/gn/webgpu-cts/ts_sources.txt @@ -340,6 +340,10 @@ src/webgpu/shader/execution/expression/call/builtin/tanh.spec.ts src/webgpu/shader/execution/expression/call/builtin/textureDimension.spec.ts src/webgpu/shader/execution/expression/call/builtin/textureGather.spec.ts src/webgpu/shader/execution/expression/call/builtin/textureGatherCompare.spec.ts +src/webgpu/shader/execution/expression/call/builtin/textureLoad.spec.ts +src/webgpu/shader/execution/expression/call/builtin/textureNumLayers.spec.ts +src/webgpu/shader/execution/expression/call/builtin/textureNumLevels.spec.ts +src/webgpu/shader/execution/expression/call/builtin/textureNumSamples.spec.ts src/webgpu/shader/execution/expression/call/builtin/textureSampleBias.spec.ts src/webgpu/shader/execution/expression/call/builtin/transpose.spec.ts src/webgpu/shader/execution/expression/call/builtin/trunc.spec.ts diff --git a/webgpu-cts/expectations.txt b/webgpu-cts/expectations.txt index f159c34917..9df9afb139 100644 --- a/webgpu-cts/expectations.txt +++ b/webgpu-cts/expectations.txt @@ -63,7 +63,7 @@ # tags: [ webgpu-adapter-default webgpu-adapter-swiftshader ] # END TAG HEADER -# Last rolled: 2022-05-12 10:15:46AM +# Last rolled: 2022-05-13 02:28:31PM ################################################################################ # webgpu:shader,execution,zero_init:compute,zero_init failures on intel-0x5912 @@ -308,7 +308,6 @@ crbug.com/dawn/1546 [ monterey ] webgpu:shader,execution,expression,call,builtin crbug.com/dawn/1546 [ ubuntu ] webgpu:shader,execution,expression,call,builtin,fract:* [ Failure ] crbug.com/dawn/1546 [ win10 ] webgpu:shader,execution,expression,call,builtin,fract:* [ Failure ] - ################################################################################ # crbug.com/dawn/1325 render pass/bundle and render pipeline depth/stencil read only and write states validation # KEEP