From f3876f9a1802c3690c85c9765c49a7fbbe4d88ca Mon Sep 17 00:00:00 2001 From: Dawn Automated Expectations Date: Thu, 19 Dec 2024 12:17:41 -0800 Subject: [PATCH] Roll third_party/webgpu-cts/ 40d0e3219..8be4ce774 (6 commits) 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 Reviewed-by: Stephen White --- DEPS | 2 +- third_party/gn/webgpu-cts/test_list.txt | 1 + third_party/webgpu-cts | 2 +- webgpu-cts/compat-expectations.txt | 2 +- webgpu-cts/expectations.txt | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index b393b9bab6..2fe4927891 100644 --- a/DEPS +++ b/DEPS @@ -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', }, diff --git a/third_party/gn/webgpu-cts/test_list.txt b/third_party/gn/webgpu-cts/test_list.txt index cd83cadcaf..6ee0dfd71a 100644 --- a/third_party/gn/webgpu-cts/test_list.txt +++ b/third_party/gn/webgpu-cts/test_list.txt @@ -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" diff --git a/third_party/webgpu-cts b/third_party/webgpu-cts index 40d0e32190..8be4ce774e 160000 --- a/third_party/webgpu-cts +++ b/third_party/webgpu-cts @@ -1 +1 @@ -Subproject commit 40d0e32190eb3bcc9c71b408d7b67302477c05ad +Subproject commit 8be4ce774e2023b8e7934a24f6e0ca5f48dd02c1 diff --git a/webgpu-cts/compat-expectations.txt b/webgpu-cts/compat-expectations.txt index 327ea510f5..3bddbf1481 100644 --- a/webgpu-cts/compat-expectations.txt +++ b/webgpu-cts/compat-expectations.txt @@ -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 diff --git a/webgpu-cts/expectations.txt b/webgpu-cts/expectations.txt index deac825d84..d969e86483 100644 --- a/webgpu-cts/expectations.txt +++ b/webgpu-cts/expectations.txt @@ -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