Skip to content

Commit

Permalink
Roll third_party/webgpu-cts/ 40d0e3219..8be4ce774 (6 commits)
Browse files Browse the repository at this point in the history
Regenerated:
 - expectations.txt
 - compat-expectations.txt
 - ts_sources.txt
 - test_list.txt
 - resource_files.txt
 - webtest .html files


https://chromium.googlesource.com/external/github.com/gpuweb/cts/+log/40d0e32190eb..8be4ce774e20
 - 8be4ce Compat: skip memory_sync buffer tests when no support (#4101)
 - 3c73a4 Compat: Skip texture sync tests that use storage textures if 0 (#4104)
 - bdee22 Compat: refactor depth_clip_clamp for 0 storage buffers (#4096)
 - 2fdc88 Fix DeviceModifier (#4103)
 - 7eedd5 Add validation test about creating pipeline layout with null bind group layout (#4076)
 - 5cb27b gen_wpt_cts_html: Add support for filtering the list of variants (#4102)

Created with './tools/run cts roll'

Change-Id: I3155be55bde5e69140cbaf3513ca432ae9ab4fef
Cq-Include-Trybots: luci.chromium.try:android-dawn-arm-rel,android-dawn-arm64-rel,dawn-try-linux-x64-intel-uhd770-rel,dawn-try-mac-amd-exp,dawn-try-mac-arm64-m2-exp,dawn-try-mac-intel-exp,dawn-try-win-x64-intel-uhd770-rel,dawn-try-win10-x86-rel,linux-dawn-nvidia-1660-exp-rel,linux-dawn-rel,mac-arm64-dawn-rel,mac-dawn-rel,win-dawn-rel
Include-Ci-Only-Tests: true
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/220054
Commit-Queue: Stephen White <[email protected]>
Reviewed-by: Stephen White <[email protected]>
  • Loading branch information
Dawn Automated Expectations authored and Dawn LUCI CQ committed Dec 19, 2024
1 parent 55714e2 commit f3876f9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,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@40d0e32190eb3bcc9c71b408d7b67302477c05ad',
'url': '{chromium_git}/external/github.com/gpuweb/cts@8be4ce774e2023b8e7934a24f6e0ca5f48dd02c1',
'condition': 'build_with_chromium',
},

Expand Down
1 change: 1 addition & 0 deletions third_party/gn/webgpu-cts/test_list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16780,6 +16780,7 @@ webgpu:api,validation,createBindGroupLayout:storage_texture,formats:format="astc
webgpu:api,validation,createPipelineLayout:number_of_dynamic_buffers_exceeds_the_maximum_value:
webgpu:api,validation,createPipelineLayout:number_of_bind_group_layouts_exceeds_the_maximum_value:
webgpu:api,validation,createPipelineLayout:bind_group_layouts,device_mismatch:
webgpu:api,validation,createPipelineLayout:bind_group_layouts,null_bind_group_layouts:
webgpu:api,validation,createSampler:lodMinAndMaxClamp:
webgpu:api,validation,createSampler:maxAnisotropy:
webgpu:api,validation,createTexture:zero_size_and_usage:dimension="_undef_";format="rgba8unorm"
Expand Down
2 changes: 1 addition & 1 deletion webgpu-cts/compat-expectations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
# results: [ Failure RetryOnFailure Skip Slow ]
# END TAG HEADER

# Last rolled: 2024-12-18 10:34:56AM
# Last rolled: 2024-12-19 05:03:18AM

# conflicts_allowed: true

Expand Down
2 changes: 1 addition & 1 deletion webgpu-cts/expectations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
# results: [ Failure RetryOnFailure Skip Slow ]
# END TAG HEADER

# Last rolled: 2024-12-18 10:34:56AM
# Last rolled: 2024-12-19 05:03:18AM

# conflicts_allowed: true

Expand Down

0 comments on commit f3876f9

Please sign in to comment.