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