Roll third_party/webgpu-cts/ f6b6dd548..501cb3643 (2 commits)

Update expectations and ts_sources

f6b6dd5487..501cb36438
 - 501cb3 Add api,validation,resource_usages,buffer,in_pass_encoder:* - Part II (#1197)
 - c334e4 Extend WGSL interpolate tests. (#1189)

Created with './tools/run cts roll'

Change-Id: I89cdad6d33b753942156d7312dea93da8ac71945
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/87820
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
Ben Clayton 2022-04-25 11:55:14 +00:00 committed by Dawn LUCI CQ
parent bd0f0a279c
commit 90f4939948
1 changed files with 2 additions and 2 deletions

4
DEPS
View File

@ -153,7 +153,7 @@ deps = {
# WebGPU CTS - not used directly by Dawn, only transitively by Chromium. # WebGPU CTS - not used directly by Dawn, only transitively by Chromium.
'third_party/webgpu-cts': { 'third_party/webgpu-cts': {
'url': '{chromium_git}/external/github.com/gpuweb/cts@f6b6dd54874538895f161a53795dab29f1173d7d', 'url': '{chromium_git}/external/github.com/gpuweb/cts@501cb36438c27b6240c9393d5f0f768b70b955e0',
'condition': 'build_with_chromium', 'condition': 'build_with_chromium',
}, },
@ -171,7 +171,7 @@ deps = {
'condition': 'dawn_node', 'condition': 'dawn_node',
}, },
'third_party/gpuweb-cts': { 'third_party/gpuweb-cts': {
'url': '{chromium_git}/external/github.com/gpuweb/cts@f6b6dd54874538895f161a53795dab29f1173d7d', 'url': '{chromium_git}/external/github.com/gpuweb/cts@501cb36438c27b6240c9393d5f0f768b70b955e0',
'condition': 'dawn_standalone', 'condition': 'dawn_standalone',
}, },