Roll third_party/webgpu-cts/ 23c3bebbd..95541299f (6 commits)
Regenerated:
- expectations.txt
- ts_sources.txt
- test_list.txt
- cache_list.txt
- resource_files.txt
- webtest .html files
23c3bebbdb..95541299f6
- 955412 Remove `line`, `lineadj` and `point` from reserved words. (#2015)
- 39eb80 Reduce the number of test cases generated for atan2 (#2010)
- 5bc45b op: Implement 'blend_components_clamp' test in blending.spec.ts (#1976)
- a2798b op: Implement 'color_write_mask,channel_work' in color_target_state.spec.ts (#2011)
- 21a8e0 op: Add 'color_write_mask,blending_disabled' to blending.spec.ts (#1994)
- fa3aad Implement rg11b10ufloat-renderable validation test (#1988)
Created with './tools/run cts roll'
Change-Id: I23233032c2ee360ed915892918165fa1f3a06628
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/+/111560
Kokoro: Kokoro <noreply+kokoro@google.com>
Kokoro: Ben Clayton <bclayton@google.com>
Commit-Queue: Ben Clayton <bclayton@google.com>
Reviewed-by: Austin Eng <enga@chromium.org>
Auto-Submit: Ben Clayton <bclayton@google.com>
This commit is contained in:
parent
b785dc1e39
commit
dd3fb05af7
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@23c3bebbdb83fbe81892cee4cb82ec9c5f9bff4f',
|
||||
'url': '{chromium_git}/external/github.com/gpuweb/cts@95541299f6b73716cb632523c3e7cfb80eb714f3',
|
||||
'condition': 'build_with_chromium',
|
||||
},
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -175,7 +175,7 @@ src/webgpu/api/operation/render_pipeline/primitive_topology.spec.ts
|
|||
src/webgpu/api/operation/render_pipeline/sample_mask.spec.ts
|
||||
src/webgpu/api/operation/render_pipeline/vertex_only_render_pipeline.spec.ts
|
||||
src/webgpu/api/operation/rendering/basic.spec.ts
|
||||
src/webgpu/api/operation/rendering/blending.spec.ts
|
||||
src/webgpu/api/operation/rendering/color_target_state.spec.ts
|
||||
src/webgpu/api/operation/rendering/depth.spec.ts
|
||||
src/webgpu/api/operation/rendering/depth_clip_clamp.spec.ts
|
||||
src/webgpu/api/operation/rendering/draw.spec.ts
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
# results: [ Failure RetryOnFailure Skip Slow ]
|
||||
# END TAG HEADER
|
||||
|
||||
# Last rolled: 2022-11-17 07:54:02PM
|
||||
# Last rolled: 2022-11-23 06:18:42PM
|
||||
|
||||
################################################################################
|
||||
# webgpu:api,operation,resource_init,texture_zero:uninitialized_texture_is_zero
|
||||
|
|
Loading…
Reference in New Issue