Roll third_party/webgpu-cts/ 3539008f9..cdf293897 (5 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/3539008f90dc..cdf2938973d2
- cdf293 Compat: Fix pipeline creation test (#4186)
- a71a20 Add `AllFeaturesMaxLimitsGPUTest` (#4184)
- 294a0e Skip color-space-conversion test if no ImageData (#4185)
- fb608e Add override test for short circuiting in arrays (#4183)
- 769869 Remove checks for skipIfColorRenderableNotSupportedForFormat (#4179)
Created with './tools/run cts roll'
Change-Id: I80cc279d1b314e284d92395f9f8843be21918f84
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/+/226616
Reviewed-by: Shrek Shao <shrekshao@google.com>
Reviewed-by: Loko Kung <lokokung@google.com>
Commit-Queue: Shrek Shao <shrekshao@google.com>
diff --git a/DEPS b/DEPS
index b685ebf..524a0cf 100644
--- a/DEPS
+++ b/DEPS
@@ -363,7 +363,7 @@
# WebGPU CTS - not used directly by Dawn, only transitively by Chromium.
'third_party/webgpu-cts': {
- 'url': '{chromium_git}/external/github.com/gpuweb/cts@3539008f90dc1742d64ac9efbedf8ec7bfed70c2',
+ 'url': '{chromium_git}/external/github.com/gpuweb/cts@cdf2938973d2a4e7c33fdf24012565f3cbf961a2',
'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 4e44f1d..0bf2eac 100644
--- a/third_party/gn/webgpu-cts/test_list.txt
+++ b/third_party/gn/webgpu-cts/test_list.txt
@@ -41960,58 +41960,58 @@
webgpu:compat,api,validation,encoding,programmable,pipeline_bind_group_compat:twoDifferentTextureViews,compute_pass,used:bindCase="binding%20incompatible%20bindGroups%20then%20fix";useCase="dispatchWorkgroupsIndirect";textureType="regular"
webgpu:compat,api,validation,encoding,programmable,pipeline_bind_group_compat:twoDifferentTextureViews,compute_pass,unused:textureType="regular"
webgpu:compat,api,validation,encoding,programmable,pipeline_bind_group_compat:twoDifferentTextureViews,compute_pass,unused:textureType="storage"
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_2d%3Cf32%3E";stage="f";async=false
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_2d%3Cf32%3E";stage="f";async=true
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="f";async=false
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="f";async=true
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="f";async=false
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="f";async=true
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="f";async=false
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="f";async=true
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="f";async=false
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="f";async=true
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="f";async=false
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="f";async=true
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d";stage="f";async=false
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d";stage="f";async=true
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec3f(0),%200)";textureType="texture_depth_cube";stage="f";async=false
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec3f(0),%200)";textureType="texture_depth_cube";stage="f";async=true
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200)";textureType="texture_depth_2d_array";stage="f";async=false
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200)";textureType="texture_depth_2d_array";stage="f";async=true
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d";stage="f";async=false
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d";stage="f";async=true
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="f";async=false
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="f";async=true
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="c";async=false
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="c";async=true
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="f";async=false
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="f";async=true
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="v";async=false
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="v";async=true
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="c";async=false
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="c";async=true
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="f";async=false
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="f";async=true
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="v";async=false
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="v";async=true
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="c";async=false
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="c";async=true
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="f";async=false
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="f";async=true
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="v";async=false
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="v";async=true
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="c";async=false
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="c";async=true
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="f";async=false
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="f";async=true
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="v";async=false
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="v";async=true
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="c";async=false
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="c";async=true
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="f";async=false
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="f";async=true
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="v";async=false
-webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="v";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureSampleWith2DF32";stage="f";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureSampleWith2DF32";stage="f";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureSampleWithDepth2D";stage="f";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureSampleWithDepth2D";stage="f";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureSampleWithDepthCube";stage="f";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureSampleWithDepthCube";stage="f";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureSampleWithDepth2DArray";stage="f";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureSampleWithDepth2DArray";stage="f";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureSampleWithOffsetWithDepth2D";stage="f";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureSampleWithOffsetWithDepth2D";stage="f";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureSampleWithOffsetWithDepth2DArray";stage="f";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureSampleWithOffsetWithDepth2DArray";stage="f";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureSampleLevelWithDepth2D";stage="f";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureSampleLevelWithDepth2D";stage="f";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureSampleLevelWithDepthCube";stage="f";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureSampleLevelWithDepthCube";stage="f";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureSampleLevelWithDepth2DArray";stage="f";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureSampleLevelWithDepth2DArray";stage="f";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureSampleLevelWithOffsetWithDepth2D";stage="f";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureSampleLevelWithOffsetWithDepth2D";stage="f";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureSampleLevelWithOffsetWithDepth2DArray";stage="f";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureSampleLevelWithOffsetWithDepth2DArray";stage="f";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithDepth2D";stage="c";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithDepth2D";stage="c";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithDepth2D";stage="f";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithDepth2D";stage="f";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithDepth2D";stage="v";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithDepth2D";stage="v";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithDepthCube";stage="c";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithDepthCube";stage="c";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithDepthCube";stage="f";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithDepthCube";stage="f";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithDepthCube";stage="v";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithDepthCube";stage="v";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithDepth2DArray";stage="c";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithDepth2DArray";stage="c";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithDepth2DArray";stage="f";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithDepth2DArray";stage="f";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithDepth2DArray";stage="v";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithDepth2DArray";stage="v";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithOffsetWithDepth2D";stage="c";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithOffsetWithDepth2D";stage="c";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithOffsetWithDepth2D";stage="f";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithOffsetWithDepth2D";stage="f";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithOffsetWithDepth2D";stage="v";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithOffsetWithDepth2D";stage="v";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithOffsetDepth2DArray";stage="c";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithOffsetDepth2DArray";stage="c";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithOffsetDepth2DArray";stage="f";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithOffsetDepth2DArray";stage="f";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithOffsetDepth2DArray";stage="v";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:depthCase="textureGatherWithOffsetDepth2DArray";stage="v";async=true
webgpu:compat,api,validation,pipeline_creation:texture_sampler_combos:pass=true;numCombos="max";numNonSampled="1";numExternal=0;useSame=false;stages="vertex";async=false
webgpu:compat,api,validation,pipeline_creation:texture_sampler_combos:pass=true;numCombos="max";numNonSampled="1";numExternal=0;useSame=false;stages="vertex";async=true
webgpu:compat,api,validation,pipeline_creation:texture_sampler_combos:pass=true;numCombos="max";numNonSampled="1";numExternal=0;useSame=false;stages="fragment";async=false
@@ -182623,6 +182623,14 @@
webgpu:shader,validation,expression,binary,short_circuiting_and_or:invalid_array_count_on_rhs:op="%7C%7C";rhs="sqrt_neg1";control=false
webgpu:shader,validation,expression,binary,short_circuiting_and_or:invalid_array_count_on_rhs:op="%7C%7C";rhs="nested";control=true
webgpu:shader,validation,expression,binary,short_circuiting_and_or:invalid_array_count_on_rhs:op="%7C%7C";rhs="nested";control=false
+webgpu:shader,validation,expression,binary,short_circuiting_and_or:array_override:op="%26%26";a_val=0;b_val=0
+webgpu:shader,validation,expression,binary,short_circuiting_and_or:array_override:op="%26%26";a_val=0;b_val=1
+webgpu:shader,validation,expression,binary,short_circuiting_and_or:array_override:op="%26%26";a_val=1;b_val=0
+webgpu:shader,validation,expression,binary,short_circuiting_and_or:array_override:op="%26%26";a_val=1;b_val=1
+webgpu:shader,validation,expression,binary,short_circuiting_and_or:array_override:op="%7C%7C";a_val=0;b_val=0
+webgpu:shader,validation,expression,binary,short_circuiting_and_or:array_override:op="%7C%7C";a_val=0;b_val=1
+webgpu:shader,validation,expression,binary,short_circuiting_and_or:array_override:op="%7C%7C";a_val=1;b_val=0
+webgpu:shader,validation,expression,binary,short_circuiting_and_or:array_override:op="%7C%7C";a_val=1;b_val=1
webgpu:shader,validation,expression,call,builtin,abs:values:stage="constant";type="abstract-int"
webgpu:shader,validation,expression,call,builtin,abs:values:stage="constant";type="abstract-float"
webgpu:shader,validation,expression,call,builtin,abs:values:stage="constant";type="f32"
diff --git a/third_party/webgpu-cts b/third_party/webgpu-cts
index 3539008..cdf2938 160000
--- a/third_party/webgpu-cts
+++ b/third_party/webgpu-cts
@@ -1 +1 @@
-Subproject commit 3539008f90dc1742d64ac9efbedf8ec7bfed70c2
+Subproject commit cdf2938973d2a4e7c33fdf24012565f3cbf961a2
diff --git a/webgpu-cts/compat-expectations.txt b/webgpu-cts/compat-expectations.txt
index 534705c..ee310c9 100644
--- a/webgpu-cts/compat-expectations.txt
+++ b/webgpu-cts/compat-expectations.txt
@@ -84,7 +84,7 @@
# results: [ Failure RetryOnFailure Skip Slow ]
# END TAG HEADER
-# Last rolled: 2025-02-10 07:50:17AM
+# Last rolled: 2025-02-18 07:58:59AM
# conflicts_allowed: true
@@ -28058,8 +28058,8 @@
crbug.com/0000 [ intel linux ] webgpu:shader,execution,expression,call,builtin,fwidthFine:f32:vectorize=3;non_uniform_discard=true [ Failure ]
crbug.com/0000 [ intel linux ] webgpu:shader,execution,expression,call,builtin,fwidthFine:f32:vectorize=4;non_uniform_discard=false [ Failure ]
crbug.com/0000 [ intel linux ] webgpu:shader,execution,expression,call,builtin,fwidthFine:f32:vectorize=4;non_uniform_discard=true [ Failure ]
-crbug.com/0000 [ intel linux ] webgpu:shader,execution,expression,call,builtin,textureSample:depth_2d_coords:format="depth32float";modeU="r";modeV="c";offset=false [ Failure ]
crbug.com/0000 [ linux nvidia nvidia_lt_535.183.01 ] webgpu:shader,execution,expression,call,builtin,textureDimensions:external: [ Failure ]
+crbug.com/0000 [ intel linux ] webgpu:shader,execution,expression,call,builtin,textureSample:depth_2d_coords:format="depth32float";modeU="r";modeV="c";offset=false [ Failure ]
crbug.com/0000 [ linux nvidia ] webgpu:shader,execution,expression,call,builtin,textureSampleBaseClampToEdge:2d_coords:stage="f";textureType="texture_external";filt="linear";modeU="r";modeV="m" [ Failure ]
crbug.com/0000 [ intel linux ] webgpu:shader,execution,expression,call,builtin,textureSampleBias:arrayed_2d_coords:format="astc-8x5-unorm";filt="nearest";modeU="c";modeV="r";offset=true [ Failure ]
crbug.com/0000 [ intel linux ] webgpu:shader,execution,expression,call,builtin,textureSampleBias:arrayed_2d_coords:format="astc-8x5-unorm-srgb";filt="nearest";modeU="r";modeV="c";offset=false [ Failure ]
diff --git a/webgpu-cts/expectations.txt b/webgpu-cts/expectations.txt
index 5c193d1..e83ff1a 100644
--- a/webgpu-cts/expectations.txt
+++ b/webgpu-cts/expectations.txt
@@ -84,7 +84,7 @@
# results: [ Failure RetryOnFailure Skip Slow ]
# END TAG HEADER
-# Last rolled: 2025-02-10 07:50:17AM
+# Last rolled: 2025-02-18 07:58:59AM
# conflicts_allowed: true
@@ -5276,7 +5276,6 @@
# Failures due to change in `@align()` validation.
crbug.com/375467276 webgpu:shader,execution,expression,access,structure,index:buffer_align:* [ Failure ]
-
crbug.com/dawn/0000 [ android-chromium android-r angle-opengles dawn-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough qualcomm renderer-skia-gl target-cpu-32 webgpu-adapter-default webgpu-no-worker ] webgpu:api,operation,render_pipeline,overrides:multi_entry_points:isAsync=true [ RetryOnFailure ]
crbug.com/dawn/0000 [ android-chromium android-r angle-opengles dawn-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough qualcomm renderer-skia-gl target-cpu-32 webgpu-adapter-default webgpu-no-worker ] webgpu:api,operation,render_pipeline,overrides:shared_shader_module:isAsync=true [ RetryOnFailure ]
crbug.com/dawn/0000 [ android-chromium android-r angle-opengles dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough qualcomm renderer-skia-gl target-cpu-32 webgpu-adapter-default webgpu-no-worker ] webgpu:api,operation,render_pipeline,overrides:multi_entry_points:isAsync=true [ RetryOnFailure ]
@@ -6758,6 +6757,7 @@
crbug.com/0000 [ dawn-backend-validation intel linux ] webgpu:api,operation,command_buffer,image_copy:mip_levels:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="etc2-rgba8unorm";dimension="2d" [ Failure ]
crbug.com/0000 [ dawn-backend-validation intel linux ] webgpu:api,operation,command_buffer,image_copy:mip_levels:initMethod="WriteTexture";checkMethod="PartialCopyT2B";format="etc2-rgba8unorm-srgb";dimension="2d" [ Failure ]
crbug.com/0000 [ dawn-no-backend-validation intel-0x9bc5 linux ] webgpu:api,operation,command_buffer,image_copy:rowsPerImage_and_bytesPerRow:initMethod="CopyB2T";checkMethod="FullCopyT2B";format="r32uint";dimension="2d" [ Failure ]
+crbug.com/0000 [ intel linux ] webgpu:api,operation,command_buffer,image_copy:rowsPerImage_and_bytesPerRow:initMethod="CopyB2T";checkMethod="FullCopyT2B";format="rg16sint";dimension="2d" [ Failure ]
crbug.com/0000 [ intel linux ] webgpu:api,operation,command_buffer,image_copy:rowsPerImage_and_bytesPerRow:initMethod="CopyB2T";checkMethod="FullCopyT2B";format="rgba8uint";dimension="2d" [ Failure ]
crbug.com/0000 [ intel linux ] webgpu:api,operation,command_buffer,image_copy:rowsPerImage_and_bytesPerRow:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba16sint";dimension="3d" [ Failure ]
crbug.com/0000 [ intel linux ] webgpu:api,operation,command_buffer,image_copy:rowsPerImage_and_bytesPerRow:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba8unorm";dimension="2d" [ Failure ]
@@ -6765,6 +6765,7 @@
crbug.com/0000 [ asan dawn-no-backend-validation no-clang-coverage nvidia release-x64 target-cpu-64 win ] webgpu:api,operation,device,all_limits_and_features:everything: [ Failure ]
crbug.com/0000 [ clang-coverage dawn-no-backend-validation linux nvidia nvidia_lt_535.183.01 ] webgpu:api,operation,device,all_limits_and_features:everything: [ Failure ]
crbug.com/0000 [ clang-coverage dawn-no-backend-validation no-asan nvidia release-x64 target-cpu-64 webgpu-dxc-enabled win ] webgpu:api,operation,device,all_limits_and_features:everything: [ Failure ]
+crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,features,clip_distances:createRenderPipeline,at_over:limitTest="atMaximum";testValueName="atLimit";async=true;pointList=false;clipDistances=6 [ Failure ]
crbug.com/0000 [ dawn-backend-validation linux no-clang-coverage nvidia nvidia_ge_535.183.01 ] webgpu:api,validation,capability_checks,features,clip_distances:createRenderPipeline,max_vertex_output_location:pointList=false;clipDistances=1;startLocation=0 [ Failure ]
crbug.com/0000 [ dawn-no-backend-validation intel-0x4680 linux ] webgpu:api,validation,capability_checks,features,clip_distances:createRenderPipeline,max_vertex_output_location:pointList=false;clipDistances=1;startLocation=2 [ Failure ]
crbug.com/0000 [ linux no-clang-coverage nvidia nvidia_lt_535.183.01 ] webgpu:api,validation,capability_checks,features,clip_distances:createRenderPipeline,max_vertex_output_location:pointList=false;clipDistances=1;startLocation=2 [ Failure ]
@@ -6778,6 +6779,7 @@
crbug.com/0000 [ linux no-clang-coverage nvidia ] webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupStorageSize:createComputePipeline,at_over:limitTest="underDefault";testValueName="overLimit";async=true;wgslType="u32" [ Failure ]
crbug.com/0000 [ linux no-clang-coverage nvidia ] webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupStorageSize:createComputePipeline,at_over:limitTest="underDefault";testValueName="overLimit";async=true;wgslType="vec2%3Ci32%3E" [ Failure ]
crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupsPerDimension:dispatchWorkgroups,at_over:limitTest="underDefault";testValueName="overLimit";pipelineType="createComputePipeline";axis=0 [ Failure ]
+crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxSampledTexturesPerShaderStage:createBindGroupLayout,at_over:limitTest="underDefault";testValueName="atLimit";visibility=2;order="backward" [ Failure ]
crbug.com/0000 [ android-pixel-6 ] webgpu:api,validation,capability_checks,limits,maxSampledTexturesPerShaderStage:createPipeline,at_over:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;bindingCombination="compute";order="backward";bindGroupTest="sameGroup" [ Failure ]
crbug.com/0000 [ android-pixel-6 ] webgpu:api,validation,capability_checks,limits,maxSampledTexturesPerShaderStage:createPipeline,at_over:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;bindingCombination="fragment";order="forward";bindGroupTest="sameGroup" [ Failure ]
crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxSampledTexturesPerShaderStage:createPipeline,at_over:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;bindingCombination="fragment";order="forward";bindGroupTest="sameGroup" [ Failure ]
@@ -6785,6 +6787,7 @@
crbug.com/0000 [ linux no-clang-coverage nvidia ] webgpu:api,validation,capability_checks,limits,maxSampledTexturesPerShaderStage:createPipeline,at_over:limitTest="underDefault";testValueName="atLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="backward";bindGroupTest="sameGroup" [ Failure ]
crbug.com/0000 [ dawn-no-backend-validation intel-0x9bc5 no-asan target-cpu-32 webgpu-dxc-disabled win ] webgpu:api,validation,capability_checks,limits,maxSamplersPerShaderStage:createBindGroupLayout,at_over:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";visibility=6;order="shiftByHalf" [ Failure ]
crbug.com/0000 [ intel linux ] webgpu:api,validation,capability_checks,limits,maxSamplersPerShaderStage:createBindGroupLayout,at_over:limitTest="underDefault";testValueName="overLimit";visibility=5;order="shiftByHalf" [ Failure ]
+crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxSamplersPerShaderStage:createPipeline,at_over:limitTest="atDefault";testValueName="overLimit";async=true;bindingCombination="vertexAndFragmentWithPossibleVertexStageOverflow";order="forward";bindGroupTest="differentGroups" [ Failure ]
crbug.com/0000 [ linux no-clang-coverage nvidia ] webgpu:api,validation,capability_checks,limits,maxSamplersPerShaderStage:createPipeline,at_over:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleVertexStageOverflow";order="shiftByHalf";bindGroupTest="differentGroups" [ Failure ]
crbug.com/0000 [ linux no-clang-coverage nvidia ] webgpu:api,validation,capability_checks,limits,maxSamplersPerShaderStage:createPipeline,at_over:limitTest="underDefault";testValueName="atLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="shiftByHalf";bindGroupTest="differentGroups" [ Failure ]
crbug.com/0000 [ intel win ] webgpu:api,validation,capability_checks,limits,maxSamplersPerShaderStage:createPipelineLayout,at_over:limitTest="atDefault";testValueName="overLimit";visibility=2;order="backward" [ Failure ]
@@ -7509,6 +7512,7 @@
crbug.com/0000 [ intel mac ] webgpu:api,validation,capability_checks,limits,maxStorageBuffersInVertexStage:createPipelineLayout,at_over:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";order="shiftByHalf" [ Failure ]
crbug.com/0000 [ intel win ] webgpu:api,validation,capability_checks,limits,maxStorageBuffersInVertexStage:createPipelineLayout,at_over:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";order="shiftByHalf" [ Failure ]
crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxStorageBuffersInVertexStage:createPipelineLayout,at_over:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";order="shiftByHalf" [ Failure ]
+crbug.com/0000 [ android-pixel-6 ] webgpu:api,validation,capability_checks,limits,maxStorageBuffersPerShaderStage:createPipeline,at_over:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;bindingCombination="compute" [ Failure ]
crbug.com/0000 [ amd mac ] webgpu:api,validation,capability_checks,limits,maxStorageTexturesInFragmentStage:auto_upgrades_per_stage,maxStorageTexturesPerShaderStage: [ Failure ]
crbug.com/0000 [ android-pixel-4 ] webgpu:api,validation,capability_checks,limits,maxStorageTexturesInFragmentStage:auto_upgrades_per_stage,maxStorageTexturesPerShaderStage: [ Failure ]
crbug.com/0000 [ android-pixel-6 ] webgpu:api,validation,capability_checks,limits,maxStorageTexturesInFragmentStage:auto_upgrades_per_stage,maxStorageTexturesPerShaderStage: [ Failure ]
@@ -8308,8 +8312,17 @@
crbug.com/0000 [ intel win ] webgpu:api,validation,capability_checks,limits,maxStorageTexturesInVertexStage:createPipelineLayout,at_over:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";order="shiftByHalf" [ Failure ]
crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxStorageTexturesInVertexStage:createPipelineLayout,at_over:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";order="shiftByHalf" [ Failure ]
crbug.com/0000 [ linux no-clang-coverage nvidia nvidia_ge_535.183.01 ] webgpu:api,validation,capability_checks,limits,maxStorageTexturesPerShaderStage:createPipeline,at_over:limitTest="atDefault";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";access="read-only" [ Failure ]
+crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxStorageTexturesPerShaderStage:createPipeline,at_over:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleVertexStageOverflow";access="read-only" [ Failure ]
+crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxStorageTexturesPerShaderStage:createPipeline,at_over:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=true;bindingCombination="compute";access="read-write" [ Failure ]
+crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxStorageTexturesPerShaderStage:createPipelineLayout,at_over:limitTest="atMaximum";testValueName="atLimit";visibility=3;access="read-only";order="shiftByHalf" [ Failure ]
crbug.com/0000 [ intel-0x4680 no-asan release-x64 target-cpu-64 webgpu-dxc-enabled win ] webgpu:api,validation,capability_checks,limits,maxStorageTexturesPerShaderStage:createPipelineLayout,at_over:limitTest="atMaximum";testValueName="overLimit";visibility=2;access="write-only";order="backward" [ Failure ]
+crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxStorageTexturesPerShaderStage:createPipelineLayout,at_over:limitTest="atMaximum";testValueName="overLimit";visibility=4;access="write-only";order="shiftByHalf" [ Failure ]
+crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createBindGroupLayout,at_over:limitTest="underDefault";testValueName="atLimit";visibility=3;order="backward" [ Failure ]
+crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createPipeline,at_over:limitTest="atMaximum";testValueName="atLimit";async=true;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="forward";bindGroupTest="differentGroups" [ Failure ]
crbug.com/0000 [ dawn-backend-validation linux no-clang-coverage nvidia nvidia_ge_535.183.01 ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createPipeline,at_over:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=false;bindingCombination="vertex";order="shiftByHalf";bindGroupTest="differentGroups" [ Failure ]
+crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createPipeline,at_over:limitTest="underDefault";testValueName="atLimit";async=false;bindingCombination="compute";order="backward";bindGroupTest="differentGroups" [ Failure ]
+crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createPipeline,at_over:limitTest="underDefault";testValueName="atLimit";async=false;bindingCombination="fragment";order="backward";bindGroupTest="differentGroups" [ Failure ]
+crbug.com/0000 [ linux nvidia ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createPipeline,at_over:limitTest="underDefault";testValueName="atLimit";async=false;bindingCombination="vertex";order="forward";bindGroupTest="sameGroup" [ Failure ]
crbug.com/0000 [ android-pixel-4 ] webgpu:api,validation,createBindGroup:buffer,resource_binding_size:type="read-only-storage" [ Failure ]
crbug.com/0000 [ android-pixel-6 ] webgpu:api,validation,createBindGroup:buffer,resource_binding_size:type="read-only-storage" [ Failure ]
crbug.com/0000 [ dawn-no-backend-validation intel-0x9bc5 no-asan target-cpu-32 webgpu-dxc-disabled win ] webgpu:api,validation,createBindGroup:buffer,resource_binding_size:type="read-only-storage" [ Failure ]
@@ -8342,11 +8355,14 @@
crbug.com/0000 [ linux no-clang-coverage nvidia nvidia_ge_535.183.01 ] webgpu:api,validation,error_scope:balanced_siblings:errorFilter="validation";numErrors=1000 [ Failure ]
crbug.com/0000 [ linux no-clang-coverage nvidia ] webgpu:api,validation,error_scope:current_scope:errorFilter="validation";stackDepth=1000 [ Failure ]
crbug.com/0000 [ nvidia win ] webgpu:api,validation,error_scope:current_scope:errorFilter="validation";stackDepth=1000 [ Failure ]
+crbug.com/0000 [ intel linux ] webgpu:api,validation,error_scope:parent_scope:errorFilter="validation";stackDepth=1000 [ Failure ]
crbug.com/0000 [ dawn-no-backend-validation linux no-clang-coverage nvidia nvidia_lt_535.183.01 webgpu-service-worker ] webgpu:idl,javascript:getter_replacement:type="adapter" [ Failure ]
crbug.com/0000 [ dawn-no-backend-validation linux no-clang-coverage nvidia nvidia_lt_535.183.01 webgpu-service-worker ] webgpu:idl,javascript:getter_replacement:type="buffer" [ Failure ]
crbug.com/0000 [ dawn-no-backend-validation linux no-clang-coverage nvidia nvidia_lt_535.183.01 webgpu-service-worker ] webgpu:idl,javascript:getter_replacement:type="device" [ Failure ]
+crbug.com/0000 [ linux nvidia ] webgpu:idl,javascript:limits:type="adapter" [ Failure ]
crbug.com/0000 [ dawn-no-backend-validation linux no-clang-coverage nvidia nvidia_ge_535.183.01 webgpu-service-worker ] webgpu:idl,javascript:limits:type="device" [ Failure ]
crbug.com/0000 [ linux nvidia ] webgpu:idl,javascript:setlike,requiredFeatures:type="adapterFeatures" [ Failure ]
+crbug.com/0000 [ linux nvidia ] webgpu:idl,javascript:setlike,requiredFeatures:type="deviceFeatures" [ Failure ]
crbug.com/0000 [ dawn-no-backend-validation linux no-clang-coverage nvidia nvidia_ge_535.183.01 webgpu-service-worker ] webgpu:print_environment:info: [ Failure ]
crbug.com/0000 [ asan dawn-no-backend-validation intel-0x9bc5 release-x64 target-cpu-64 webgpu-dxc-disabled win ] webgpu:shader,execution,expression,access,array,index:matrix:inputSource="const";elementType="f32" [ Failure ]
crbug.com/0000 [ dawn-no-backend-validation intel-0x4680 no-asan release-x64 target-cpu-64 webgpu-dxc-enabled win ] webgpu:shader,execution,expression,access,array,index:matrix:inputSource="const";elementType="f32" [ Failure ]
@@ -8915,10 +8931,15 @@
crbug.com/0000 [ intel-0x9bc5 linux ] webgpu:shader,execution,expression,call,builtin,textureSampleLevel:sampled_array_2d_coords:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=false [ Failure ]
crbug.com/0000 [ intel-0x9bc5 linux ] webgpu:shader,execution,expression,call,builtin,textureSampleLevel:sampled_array_2d_coords:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="m";offset=true [ Failure ]
crbug.com/0000 [ intel-0x9bc5 linux ] webgpu:shader,execution,expression,call,builtin,textureSampleLevel:sampled_array_2d_coords:stage="v";format="astc-8x6-unorm";filt="nearest";modeU="r";modeV="r";offset=false [ Failure ]
+crbug.com/0000 [ amd mac ] webgpu:shader,execution,expression,call,builtin,texture_utils:readTextureToTexelViews:srcFormat="depth24plus-stencil8";texelViewFormat="rgba32float";viewDimension="2d-array";sampleCount=1 [ Failure ]
+crbug.com/0000 [ amd mac ] webgpu:shader,execution,expression,call,builtin,texture_utils:readTextureToTexelViews:srcFormat="stencil8";texelViewFormat="stencil8";viewDimension="2d";sampleCount=1 [ Failure ]
crbug.com/0000 [ intel mac ] webgpu:shader,execution,expression,call,builtin,texture_utils:readTextureToTexelViews:srcFormat="stencil8";texelViewFormat="stencil8";viewDimension="2d";sampleCount=1 [ Failure ]
crbug.com/0000 [ amd mac ] webgpu:shader,execution,expression,call,builtin,texture_utils:readTextureToTexelViews:srcFormat="stencil8";texelViewFormat="stencil8";viewDimension="2d";sampleCount=4 [ Failure ]
+crbug.com/0000 [ amd mac ] webgpu:shader,execution,expression,call,builtin,texture_utils:readTextureToTexelViews:srcFormat="stencil8";texelViewFormat="stencil8";viewDimension="2d-array";sampleCount=1 [ Failure ]
crbug.com/0000 [ intel mac ] webgpu:shader,execution,expression,call,builtin,texture_utils:readTextureToTexelViews:srcFormat="stencil8";texelViewFormat="stencil8";viewDimension="2d-array";sampleCount=1 [ Failure ]
+crbug.com/0000 [ amd mac ] webgpu:shader,execution,expression,call,builtin,texture_utils:readTextureToTexelViews:srcFormat="stencil8";texelViewFormat="stencil8";viewDimension="cube";sampleCount=1 [ Failure ]
crbug.com/0000 [ intel mac ] webgpu:shader,execution,expression,call,builtin,texture_utils:readTextureToTexelViews:srcFormat="stencil8";texelViewFormat="stencil8";viewDimension="cube";sampleCount=1 [ Failure ]
+crbug.com/0000 [ amd mac ] webgpu:shader,execution,expression,call,builtin,texture_utils:readTextureToTexelViews:srcFormat="stencil8";texelViewFormat="stencil8";viewDimension="cube-array";sampleCount=1 [ Failure ]
crbug.com/0000 [ intel mac ] webgpu:shader,execution,expression,call,builtin,texture_utils:readTextureToTexelViews:srcFormat="stencil8";texelViewFormat="stencil8";viewDimension="cube-array";sampleCount=1 [ Failure ]
crbug.com/0000 [ intel mac ] webgpu:shader,execution,expression,call,builtin,texture_utils:weights:stage="compute" [ Failure ]
crbug.com/0000 [ dawn-backend-validation intel-0x9bc5 no-asan release-x64 target-cpu-64 webgpu-dxc-disabled win ] webgpu:shader,execution,limits:struct_members: [ Failure ]