Roll third_party/webgpu-cts/ 72e3a2249..e88fcf99d (3 commits)
Update:
- expectations.txt
- ts_sources.txt
- resource_files.txt
- webtest .html files
72e3a22491..e88fcf99da
- e88fcf Implement val:queue,writeTexture:sample_count (#1703)
- 75268b Implement val:queue,writeTexture:texture_state (#1702)
- c4eb1d Fix testing of the offset in image_copy,layout_related:required_bytes_in_copy (#1704)
Created with './tools/run cts roll'
Change-Id: Ic1986bfac317aabfb623213bbc84dc3c38cd9a2a
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/+/97001
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Austin Eng <enga@chromium.org>
Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
parent
e657fa7cb7
commit
f122fd52a8
2
DEPS
2
DEPS
|
@ -155,7 +155,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@72e3a2249135b5d42d7a1c611af497565e9e6f02',
|
'url': '{chromium_git}/external/github.com/gpuweb/cts@e88fcf99da482fb22a3f90e0f74bed85d84e0f99',
|
||||||
'condition': 'build_with_chromium',
|
'condition': 'build_with_chromium',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -61,7 +61,7 @@
|
||||||
# tags: [ webgpu-adapter-default webgpu-adapter-swiftshader ]
|
# tags: [ webgpu-adapter-default webgpu-adapter-swiftshader ]
|
||||||
# END TAG HEADER
|
# END TAG HEADER
|
||||||
|
|
||||||
# Last rolled: 2022-07-21 07:58:12PM
|
# Last rolled: 2022-07-22 06:28:34PM
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
# webgpu:shader,execution,zero_init:compute,zero_init failures on intel
|
# webgpu:shader,execution,zero_init:compute,zero_init failures on intel
|
||||||
|
|
Loading…
Reference in New Issue