Roll third_party/webgpu-cts/ d7e8d005d..622cac9c6 (2 commits)
Update:
- expectations.txt
- ts_sources.txt
- resource_files.txt
- webtest .html files
d7e8d005dd..622cac9c69
- 622cac Remove infinity cases from const eval ranges (#1990)
- 8c74ca op: Implement 'simple_blend_color,blend_constant_non_inherited' test in blending.spec.ts (#1987)
Created with './tools/run cts roll'
Change-Id: I7e8604008004d2160716c8078c3e08f939e0a490
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/+/110445
Reviewed-by: Ben Clayton <bclayton@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Kokoro: Kokoro <noreply+kokoro@google.com>
This commit is contained in:
parent
7df98007ab
commit
b3077e734c
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@d7e8d005dd88bbe5445ec42f30cdafca55982fae',
|
||||
'url': '{chromium_git}/external/github.com/gpuweb/cts@622cac9c69eb356b1e6a5117b6ddbb0d0e2acbaf',
|
||||
'condition': 'build_with_chromium',
|
||||
},
|
||||
|
||||
|
|
|
@ -4161,6 +4161,7 @@ webgpu:api,operation,rendering,blending:formats:format="rgb10a2unorm"
|
|||
webgpu:api,operation,rendering,blending:formats:format="rgba16float"
|
||||
webgpu:api,operation,rendering,blending:simple_blend_constant,initial_blend_constant:
|
||||
webgpu:api,operation,rendering,blending:simple_blend_constant,setting_blend_constant:
|
||||
webgpu:api,operation,rendering,blending:simple_blend_constant,blend_constant_non_inherited:
|
||||
webgpu:api,operation,rendering,blending:clamp,blend_factor:
|
||||
webgpu:api,operation,rendering,blending:clamp,blend_color:
|
||||
webgpu:api,operation,rendering,blending:clamp,blend_result:
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
# results: [ Failure RetryOnFailure Skip Slow ]
|
||||
# END TAG HEADER
|
||||
|
||||
# Last rolled: 2022-11-11 01:21:17PM
|
||||
# Last rolled: 2022-11-17 12:36:46AM
|
||||
|
||||
################################################################################
|
||||
# webgpu:api,operation,resource_init,texture_zero:uninitialized_texture_is_zero
|
||||
|
|
Loading…
Reference in New Issue