Roll third_party/webgpu-cts/ 95541299f..3b3bca786 (1 commit)
Regenerated:
- expectations.txt
- ts_sources.txt
- test_list.txt
- cache_list.txt
- resource_files.txt
- webtest .html files
95541299f6..3b3bca7868
- 3b3bca Fix buffer size in robust_access tests (#2022)
Created with './tools/run cts roll'
Change-Id: I1a9a342af58a776dbe2ded21e89d5bd6ebfaf7be
Cq-Include-Trybots: luci.chromium.try:dawn-try-win10-x86-rel,linux-dawn-rel,mac-dawn-rel,win-dawn-rel
Include-Ci-Only-Tests: true
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/111620
Kokoro: Kokoro <noreply+kokoro@google.com>
Reviewed-by: Dan Sinclair <dsinclair@chromium.org>
Commit-Queue: James Price <jrprice@google.com>
This commit is contained in:
parent
e2a29a2ccc
commit
a6670833cd
2
DEPS
2
DEPS
|
@ -158,7 +158,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@95541299f6b73716cb632523c3e7cfb80eb714f3',
|
||||
'url': '{chromium_git}/external/github.com/gpuweb/cts@3b3bca78682c27a722a9ae90a01025fe0eab803b',
|
||||
'condition': 'build_with_chromium',
|
||||
},
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
# results: [ Failure RetryOnFailure Skip Slow ]
|
||||
# END TAG HEADER
|
||||
|
||||
# Last rolled: 2022-11-23 06:18:42PM
|
||||
# Last rolled: 2022-11-24 01:29:21AM
|
||||
|
||||
################################################################################
|
||||
# webgpu:api,operation,resource_init,texture_zero:uninitialized_texture_is_zero
|
||||
|
|
Loading…
Reference in New Issue