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:
parent
bd0f0a279c
commit
90f4939948
4
DEPS
4
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@f6b6dd54874538895f161a53795dab29f1173d7d',
|
||||
'url': '{chromium_git}/external/github.com/gpuweb/cts@501cb36438c27b6240c9393d5f0f768b70b955e0',
|
||||
'condition': 'build_with_chromium',
|
||||
},
|
||||
|
||||
|
@ -171,7 +171,7 @@ deps = {
|
|||
'condition': 'dawn_node',
|
||||
},
|
||||
'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',
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue