Roll third_party/webgpu-cts/ bc88622f4..43ac618ba (4 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/bc88622f42d0..43ac618bad4e
- 43ac61 Allow unknown limits to be requested with value undefined (#4057)
- 4ff5ad Compat: Validate non-comparsion sampler + depth texture fails. (#4055)
- 0c09a6 Compat: Don't test depth textures with non-comparison samplers (#4054)
- 91a2cf Add warning in checkCallResults for compressed textures (#4053)
Created with './tools/run cts roll'
Change-Id: Ic4d59fd9eef96e5320bb51c36ce34fc11f268262
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/+/216394
Commit-Queue: dan sinclair <dsinclair@chromium.org>
Reviewed-by: dan sinclair <dsinclair@chromium.org>
diff --git a/DEPS b/DEPS
index 954936d..8a719cd 100644
--- a/DEPS
+++ b/DEPS
@@ -367,7 +367,7 @@
# WebGPU CTS - not used directly by Dawn, only transitively by Chromium.
'third_party/webgpu-cts': {
- 'url': '{chromium_git}/external/github.com/gpuweb/cts@bc88622f42d01a22d70126a189d07f8263408e53',
+ 'url': '{chromium_git}/external/github.com/gpuweb/cts@43ac618bad4e06980a1242120366e3c6d3b1b663',
'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 52fbd27..784c529 100644
--- a/third_party/gn/webgpu-cts/test_list.txt
+++ b/third_party/gn/webgpu-cts/test_list.txt
@@ -41191,6 +41191,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="fragment";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_2d%3Cf32%3E";stage="fragment";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";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="fragment";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="fragment";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d";stage="fragment";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d";stage="fragment";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec3f(0),%200)";textureType="texture_depth_cube";stage="fragment";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec3f(0),%200)";textureType="texture_depth_cube";stage="fragment";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200)";textureType="texture_depth_2d_array";stage="fragment";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200)";textureType="texture_depth_2d_array";stage="fragment";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="fragment";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="fragment";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="fragment";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="fragment";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="vertex";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="vertex";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="compute";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="compute";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="vertex";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="vertex";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="compute";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="compute";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="vertex";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="vertex";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="compute";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="compute";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="vertex";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="vertex";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="compute";async=false
+webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="compute";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="vertex";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="vertex";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="fragment";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="fragment";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="compute";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="compute";async=true
webgpu:compat,api,validation,render_pipeline,depth_stencil_state:depthBiasClamp:depthBiasClamp="_undef_";async=false
webgpu:compat,api,validation,render_pipeline,depth_stencil_state:depthBiasClamp:depthBiasClamp="_undef_";async=true
webgpu:compat,api,validation,render_pipeline,depth_stencil_state:depthBiasClamp:depthBiasClamp=0;async=false
diff --git a/third_party/gn/webgpu-cts/ts_sources.txt b/third_party/gn/webgpu-cts/ts_sources.txt
index 70fdc94..223df5e 100644
--- a/third_party/gn/webgpu-cts/ts_sources.txt
+++ b/third_party/gn/webgpu-cts/ts_sources.txt
@@ -357,6 +357,9 @@
src/webgpu/compat/compatibility_test.ts
src/webgpu/compat/api/validation/createBindGroup.spec.ts
src/webgpu/compat/api/validation/createBindGroupLayout.spec.ts
+src/webgpu/shader/types.ts
+src/webgpu/shader/validation/decl/util.ts
+src/webgpu/compat/api/validation/pipeline_creation.spec.ts
src/webgpu/compat/api/validation/encoding/cmds/copyTextureToBuffer.spec.ts
src/webgpu/compat/api/validation/encoding/cmds/copyTextureToTexture.spec.ts
src/webgpu/compat/api/validation/encoding/programmable/pipeline_bind_group_compat.spec.ts
@@ -370,7 +373,6 @@
src/webgpu/idl/constructable.spec.ts
src/webgpu/idl/exposed.html.ts
src/webgpu/idl/constants/flags.spec.ts
-src/webgpu/shader/types.ts
src/webgpu/shader/values.ts
src/webgpu/shader/execution/float_parse.spec.ts
src/webgpu/shader/execution/limits.spec.ts
@@ -620,7 +622,6 @@
src/webgpu/shader/execution/expression/call/builtin/tan.spec.ts
src/webgpu/shader/execution/expression/call/builtin/tanh.cache.ts
src/webgpu/shader/execution/expression/call/builtin/tanh.spec.ts
-src/webgpu/shader/validation/decl/util.ts
src/webgpu/shader/execution/expression/call/builtin/texture_utils.ts
src/webgpu/shader/execution/expression/call/builtin/textureDimensions.spec.ts
src/webgpu/shader/execution/expression/call/builtin/textureGather.spec.ts
diff --git a/third_party/webgpu-cts b/third_party/webgpu-cts
index bc88622..43ac618 160000
--- a/third_party/webgpu-cts
+++ b/third_party/webgpu-cts
@@ -1 +1 @@
-Subproject commit bc88622f42d01a22d70126a189d07f8263408e53
+Subproject commit 43ac618bad4e06980a1242120366e3c6d3b1b663
diff --git a/webgpu-cts/compat-expectations.txt b/webgpu-cts/compat-expectations.txt
index 330fd77..fa14be4 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-11-21 05:27:43AM
+# Last rolled: 2024-11-24 09:12:07AM
# conflicts_allowed: true
@@ -140,7 +140,6 @@
crbug.com/0000 [ intel linux ] webgpu:shader,execution,expression,call,builtin,textureSampleGrad:sampled_3d_coords:* [ Failure ]
crbug.com/0000 [ intel linux ] webgpu:shader,execution,expression,call,builtin,textureSampleLevel:sampled_3d_coords:* [ Failure ]
-
crbug.com/0000 [ android ] webgpu:shader,execution,expression,call,builtin,textureDimensions:sampled_and_multisampled:format="r16sint";aspect="all";samples=4 [ Failure ]
crbug.com/0000 [ android ] webgpu:shader,execution,expression,call,builtin,textureDimensions:sampled_and_multisampled:format="r16uint";aspect="all";samples=4 [ Failure ]
crbug.com/0000 [ android ] webgpu:shader,execution,expression,call,builtin,textureDimensions:sampled_and_multisampled:format="r8sint";aspect="all";samples=4 [ Failure ]
@@ -1034,7 +1033,6 @@
crbug.com/0000 [ android ] webgpu:shader,execution,expression,call,builtin,textureGatherCompare:sampled_2d_coords:stage="v";format="depth32float";filt="linear";mode="m";offset=true [ Failure ]
crbug.com/0000 [ android ] webgpu:shader,execution,expression,call,builtin,textureGatherCompare:sampled_2d_coords:stage="v";format="depth32float";filt="nearest";mode="m";offset=true [ Failure ]
-
crbug.com/0000 [ android ] webgpu:shader,execution,expression,call,builtin,textureNumLayers:storage:format="r32float";view_type="full" [ Failure ]
crbug.com/0000 [ android ] webgpu:shader,execution,expression,call,builtin,textureNumLayers:storage:format="r32sint";view_type="full" [ Failure ]
crbug.com/0000 [ android ] webgpu:shader,execution,expression,call,builtin,textureNumLayers:storage:format="r32uint";view_type="full" [ Failure ]
@@ -1886,7 +1884,6 @@
crbug.com/0000 [ android ] webgpu:shader,execution,expression,call,builtin,textureSample:sampled_3d_coords:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false [ Failure ]
crbug.com/0000 [ android ] webgpu:shader,execution,expression,call,builtin,textureSample:sampled_3d_coords:format="astc-8x5-unorm-srgb";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false [ Failure ]
-
################################################################################
# This section represents things that are probably fixable in Dawn.
################################################################################
@@ -8299,7 +8296,6 @@
crbug.com/364595481 [ android arm ] webgpu:shader,execution,expression,call,builtin,textureSampleLevel:sampled_2d_coords:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="r";offset=true [ Skip ]
crbug.com/364595481 [ android arm ] webgpu:shader,execution,expression,call,builtin,textureSampleLevel:sampled_2d_coords:stage="v";format="depth32float";filt="nearest";modeU="m";modeV="m";offset=true [ Skip ]
-
################################################################################
# New flakes. Please triage - will be discarded/regenerated by the next roll:
# ##ROLLER_DISCARD_AND_REWRITE##
@@ -8334,6 +8330,253 @@
# Autogenerated Failure expectations. Please triage.
# ##ROLLER_AUTOGENERATED_FAILURES##
################################################################################
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxColorAttachmentBytesPerSample:createRenderPipeline,at_over:limitTest="underDefault";testValueName="atLimit";async=false;sampleCount=1;interleaveFormat="rg16float" [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createPipeline,at_over:limitTest="underDefault";testValueName="overLimit";async=true;bindingCombination="compute";order="shiftByHalf";bindGroupTest="sameGroup" [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,gpu_external_texture_expiration:import_and_use_in_different_task:sourceType="VideoElement" [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="compute";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="compute";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="compute";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="compute";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="compute";async=false [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="compute";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="compute";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="compute";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="compute";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="compute";async=true [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="vertex";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="vertex";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="vertex";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="vertex";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="vertex";async=false [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="vertex";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="vertex";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="vertex";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="vertex";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="vertex";async=true [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="compute";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="compute";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="compute";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="compute";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="compute";async=false [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="compute";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="compute";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="compute";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="compute";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="compute";async=true [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="vertex";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="vertex";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="vertex";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="vertex";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="vertex";async=false [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="vertex";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="vertex";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="vertex";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="vertex";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="vertex";async=true [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="compute";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="compute";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="compute";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="compute";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="compute";async=false [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="compute";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="compute";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="compute";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="compute";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="compute";async=true [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="vertex";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="vertex";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="vertex";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="vertex";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="vertex";async=false [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="vertex";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="vertex";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="vertex";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="vertex";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="vertex";async=true [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="compute";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="compute";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="compute";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="compute";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="compute";async=false [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="compute";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="compute";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="compute";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="compute";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="compute";async=true [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="vertex";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="vertex";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="vertex";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="vertex";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="vertex";async=false [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="vertex";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="vertex";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="vertex";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="vertex";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="vertex";async=true [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="compute";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="compute";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="compute";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="compute";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="compute";async=false [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="compute";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="compute";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="compute";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="compute";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="compute";async=true [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="vertex";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="vertex";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="vertex";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="vertex";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="vertex";async=false [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="vertex";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="vertex";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="vertex";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="vertex";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureGather(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="vertex";async=true [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec2f(0),%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200)";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200)";textureType="texture_depth_2d_array";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%200)";textureType="texture_depth_2d_array";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] 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="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] 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="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] 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="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] 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="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] 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="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] 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="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] 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="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] 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="fragment";async=true [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec2f(0),%200,%20vec2i(0,%200))";textureType="texture_depth_2d";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec3f(0),%200)";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec3f(0),%200)";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec3f(0),%200)";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec3f(0),%200)";textureType="texture_depth_cube";stage="fragment";async=false [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec3f(0),%200)";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec3f(0),%200)";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec3f(0),%200)";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSampleLevel(t,%20s,%20vec3f(0),%200)";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:shader,execution,expression,call,builtin,textureSample:depth_2d_coords:format="depth16unorm";modeU="c";modeV="c";offset=false [ Failure ]
crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:shader,execution,expression,call,builtin,textureSample:depth_2d_coords:format="depth16unorm";modeU="c";modeV="c";offset=true [ Failure ]
crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:shader,execution,expression,call,builtin,textureSample:depth_2d_coords:format="depth16unorm";modeU="c";modeV="m";offset=false [ Failure ]
@@ -10048,6 +10291,7 @@
crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:shader,execution,expression,call,builtin,textureSampleBias:sampled_3d_coords:format="depth24plus-stencil8";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="c";offset=false [ Failure ]
crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:shader,execution,expression,call,builtin,textureSampleBias:sampled_3d_coords:format="depth24plus-stencil8";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="m";offset=false [ Failure ]
crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:shader,execution,expression,call,builtin,textureSampleBias:sampled_3d_coords:format="depth24plus-stencil8";dim="cube";filt="nearest";modeU="r";modeV="r";modeW="r";offset=false [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:shader,execution,expression,call,builtin,textureSampleCompare:2d_coords:format="depth32float";filt="linear";modeU="c";modeV="c";offset=false [ Failure ]
crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:shader,execution,expression,call,builtin,textureSampleCompare:2d_coords:format="depth32float";filt="linear";modeU="r";modeV="c";offset=true [ Failure ]
crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:shader,execution,expression,call,builtin,textureSampleLevel:depth_2d_coords:stage="c";format="depth16unorm";mode="c";offset=false [ Failure ]
crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:shader,execution,expression,call,builtin,textureSampleLevel:depth_2d_coords:stage="c";format="depth16unorm";mode="c";offset=true [ Failure ]
@@ -10267,3 +10511,4 @@
crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:shader,execution,expression,call,builtin,textureSampleLevel:sampled_3d_coords:stage="v";format="depth24plus-stencil8";dim="cube";filt="nearest";mode="r";offset=false [ Failure ]
crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:shader,execution,expression,call,builtin,texture_utils:readTextureToTexelViews:srcFormat="r8sint";texelViewFormat="rgba32sint";viewDimension="2d";sampleCount=4 [ Failure ]
crbug.com/0000 [ android-chromium android-pixel-6 angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:shader,execution,expression,call,builtin,texture_utils:readTextureToTexelViews:srcFormat="r8uint";texelViewFormat="rgba32uint";viewDimension="2d";sampleCount=4 [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:web_platform,copyToTexture,ImageBitmap:from_ImageData:alpha="none";orientation="flipY";colorSpaceConversion="none";srcFlipYInCopy=true;dstFormat="rg16float";dstPremultiplied=false [ Failure ]
diff --git a/webgpu-cts/expectations.txt b/webgpu-cts/expectations.txt
index ec22ff3..bd23c83 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-11-21 05:27:43AM
+# Last rolled: 2024-11-24 09:12:07AM
# conflicts_allowed: true
@@ -7361,8 +7361,15 @@
crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,operation,command_buffer,image_copy:rowsPerImage_and_bytesPerRow:initMethod="CopyB2T";checkMethod="FullCopyT2B";format="r32uint";dimension="2d" [ Failure ]
crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,operation,command_buffer,image_copy:rowsPerImage_and_bytesPerRow:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="r8sint";dimension="3d" [ Failure ]
crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,operation,command_buffer,image_copy:rowsPerImage_and_bytesPerRow:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba16sint";dimension="3d" [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,operation,command_buffer,image_copy:rowsPerImage_and_bytesPerRow:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba8unorm";dimension="2d" [ Failure ]
crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,operation,command_buffer,image_copy:rowsPerImage_and_bytesPerRow:initMethod="WriteTexture";checkMethod="FullCopyT2B";format="rgba8unorm-srgb";dimension="3d" [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,features,clip_distances:createRenderPipeline,max_vertex_output_location:pointList=false;clipDistances=7;startLocation=0 [ Failure ]
+crbug.com/0000 [ android-chromium android-pixel-4 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,validation,capability_checks,limits,maxBindGroups:createPipeline,at_over:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";createPipelineType="createComputePipeline";async=false [ Failure ]
+crbug.com/0000 [ angle-d3d11 dawn-no-backend-validation desktop graphite-enabled intel-0x4680 no-asan no-clang-coverage oop-c passthrough release-x64 renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-dxc-disabled webgpu-no-worker win10 ] webgpu:api,validation,capability_checks,limits,maxColorAttachmentBytesPerSample:beginRenderPass,at_over:limitTest="atMaximum";testValueName="atLimit";sampleCount=1;interleaveFormat="r8unorm" [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxColorAttachmentBytesPerSample:createRenderBundle,at_over:limitTest="atMaximum";testValueName="atLimit";sampleCount=4;interleaveFormat="rg16float" [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxColorAttachmentBytesPerSample:createRenderPipeline,at_over:limitTest="atDefault";testValueName="atLimit";async=false;sampleCount=4;interleaveFormat="rg16float" [ Failure ]
crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-vulkan target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupStorageSize:createComputePipeline,at_over:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;wgslType="vec2%3Cu32%3E" [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupStorageSize:createComputePipeline,at_over:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true;wgslType="vec3%3Cu32%3E" [ Failure ]
crbug.com/0000 [ angle-opengl dawn-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupStorageSize:createComputePipeline,at_over:limitTest="underDefault";testValueName="atLimit";async=false;wgslType="mat2x4%3Cf32%3E" [ Failure ]
crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupStorageSize:createComputePipeline,at_over:limitTest="underDefault";testValueName="atLimit";async=false;wgslType="mat2x4%3Cf32%3E" [ Failure ]
crbug.com/0000 [ angle-opengl dawn-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupStorageSize:createComputePipeline,at_over:limitTest="underDefault";testValueName="atLimit";async=true;wgslType="vec2%3Cf32%3E" [ Failure ]
@@ -7370,9 +7377,12 @@
crbug.com/0000 [ angle-opengl dawn-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxComputeWorkgroupsPerDimension:dispatchWorkgroups,at_over:limitTest="underDefault";testValueName="overLimit";pipelineType="createComputePipeline";axis=2 [ Failure ]
crbug.com/0000 [ angle-opengl dawn-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxSampledTexturesPerShaderStage:createPipeline,at_over:limitTest="underDefault";testValueName="atLimit";async=false;bindingCombination="vertex";order="forward";bindGroupTest="differentGroups" [ Failure ]
crbug.com/0000 [ angle-d3d11 dawn-no-backend-validation desktop graphite-disabled intel-0x9bc5 no-asan no-clang-coverage oop-c passthrough release-x64 renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-dxc-disabled webgpu-no-worker win10 ] webgpu:api,validation,capability_checks,limits,maxSampledTexturesPerShaderStage:createPipelineLayout,at_over:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";visibility=6;order="forward" [ Failure ]
+crbug.com/0000 [ angle-d3d11 dawn-no-backend-validation desktop graphite-disabled intel-0x9bc5 no-asan no-clang-coverage oop-c passthrough release-x64 renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-dxc-disabled webgpu-no-worker win10 ] webgpu:api,validation,capability_checks,limits,maxSampledTexturesPerShaderStage:createPipelineLayout,at_over:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";visibility=7;order="backward" [ Failure ]
crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxSamplersPerShaderStage:createPipeline,at_over:limitTest="atDefault";testValueName="atLimit";async=true;bindingCombination="fragment";order="shiftByHalf";bindGroupTest="sameGroup" [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxSamplersPerShaderStage:createPipelineLayout,at_over:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";visibility=7;order="forward" [ Failure ]
crbug.com/0000 [ angle-opengl dawn-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxSamplersPerShaderStage:createPipelineLayout,at_over:limitTest="underDefault";testValueName="atLimit";visibility=6;order="backward" [ Failure ]
crbug.com/0000 [ angle-opengl dawn-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxStorageBufferBindingSize:createBindGroup,at_over:limitTest="atMaximum";testValueName="overLimit";bufferPart="wholeBuffer" [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxStorageBufferBindingSize:createBindGroup,at_over:limitTest="atMaximum";testValueName="overLimit";bufferPart="wholeBuffer" [ Failure ]
crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxStorageBufferBindingSize:createBindGroup,at_over:limitTest="atMaximum";testValueName="overLimit";bufferPart="wholeBuffer" [ Failure ]
crbug.com/0000 [ angle-metal apple-angle-metal-renderer:-apple-m2 dawn-backend-validation desktop graphite-enabled mac mac-arm64 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxStorageBufferBindingSize:createBindGroup,at_over:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";bufferPart="wholeBuffer" [ Failure ]
crbug.com/0000 [ angle-metal apple-angle-metal-renderer:-apple-m2 dawn-no-backend-validation desktop graphite-enabled mac mac-arm64 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxStorageBufferBindingSize:createBindGroup,at_over:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";bufferPart="wholeBuffer" [ Failure ]
@@ -7384,10 +7394,14 @@
crbug.com/0000 [ angle-opengl dawn-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxStorageBuffersPerShaderStage:createPipeline,at_over:limitTest="underDefault";testValueName="atLimit";async=false;bindingCombination="compute";order="shiftByHalf";bindGroupTest="sameGroup" [ Failure ]
crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxStorageBuffersPerShaderStage:createPipeline,at_over:limitTest="underDefault";testValueName="atLimit";async=false;bindingCombination="compute";order="shiftByHalf";bindGroupTest="sameGroup" [ Failure ]
crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxStorageTexturesPerShaderStage:createPipeline,at_over:limitTest="atMaximum";testValueName="overLimit";async=false;bindingCombination="fragment";order="backward";bindGroupTest="differentGroups" [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createBindGroupLayout,at_over:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";visibility=3;order="backward" [ Failure ]
crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createPipeline,at_over:limitTest="atMaximum";testValueName="atLimit";async=true;bindingCombination="fragment";order="shiftByHalf";bindGroupTest="differentGroups" [ Failure ]
crbug.com/0000 [ angle-opengl dawn-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createPipeline,at_over:limitTest="atMaximum";testValueName="overLimit";async=true;bindingCombination="fragment";order="backward";bindGroupTest="differentGroups" [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] 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 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-vulkan target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createPipeline,at_over:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;bindingCombination="fragment";order="shiftByHalf";bindGroupTest="differentGroups" [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createPipeline,at_over:limitTest="underDefault";testValueName="atLimit";async=false;bindingCombination="vertex";order="backward";bindGroupTest="sameGroup" [ Failure ]
crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createPipeline,at_over:limitTest="underDefault";testValueName="overLimit";async=true;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow";order="backward";bindGroupTest="sameGroup" [ Failure ]
+crbug.com/0000 [ angle-opengl dawn-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxUniformBuffersPerShaderStage:createPipelineLayout,at_over:limitTest="underDefault";testValueName="atLimit";visibility=3;order="shiftByHalf" [ Failure ]
crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled intel-0x9bc5 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,capability_checks,limits,maxVertexBuffers:createRenderPipeline,at_over:limitTest="betweenDefaultAndMaximum";testValueName="atLimit";async=true [ Failure ]
crbug.com/0000 [ angle-d3d11 dawn-no-backend-validation desktop graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-32 webgpu-adapter-default webgpu-dxc-disabled webgpu-no-worker win10 ] webgpu:api,validation,error_scope:balanced_nesting:errorFilter="validation";numErrors=1000 [ Failure ]
crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,error_scope:balanced_siblings:errorFilter="validation";numErrors=1000 [ Failure ]
@@ -7395,18 +7409,29 @@
crbug.com/0000 [ angle-opengl dawn-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,error_scope:current_scope:errorFilter="validation";stackDepth=1000 [ Failure ]
crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,error_scope:current_scope:errorFilter="validation";stackDepth=1000 [ Failure ]
crbug.com/0000 [ angle-opengl dawn-no-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,error_scope:current_scope:errorFilter="validation";stackDepth=1000 [ Failure ]
+crbug.com/0000 [ angle-metal dawn-backend-validation desktop graphite-enabled intel-0x3e9b mac-x86_64 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl sequoia target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_sparse:encoderType="render%20bundle";attachmentCount=26 [ Failure ]
crbug.com/0000 [ angle-metal dawn-no-backend-validation desktop graphite-enabled intel-0x3e9b mac-x86_64 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl sequoia target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_sparse:encoderType="render%20bundle";attachmentCount=26 [ Failure ]
crbug.com/0000 [ angle-metal dawn-backend-validation desktop graphite-enabled intel-0x3e9b mac-x86_64 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl sequoia target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_sparse:encoderType="render%20bundle";attachmentCount=29 [ Failure ]
crbug.com/0000 [ angle-opengl dawn-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_sparse:encoderType="render%20bundle";attachmentCount=29 [ Failure ]
+crbug.com/0000 [ amd-0x67ef angle-metal dawn-backend-validation desktop graphite-enabled mac mac-x86_64 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_sparse:encoderType="render%20bundle";attachmentCount=30 [ Failure ]
crbug.com/0000 [ amd-0x7340 angle-metal dawn-backend-validation desktop graphite-enabled mac mac-x86_64 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_sparse:encoderType="render%20bundle";attachmentCount=30 [ Failure ]
crbug.com/0000 [ amd-0x67ef angle-metal dawn-no-backend-validation desktop graphite-enabled mac mac-x86_64 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_sparse:encoderType="render%20bundle";attachmentCount=31 [ Failure ]
+crbug.com/0000 [ angle-metal dawn-no-backend-validation desktop graphite-enabled intel-0x3e9b mac-x86_64 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl sequoia target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_sparse:encoderType="render%20pass";attachmentCount=10 [ Failure ]
crbug.com/0000 [ angle-d3d11 dawn-backend-validation desktop graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release-x64 renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-dxc-enabled webgpu-no-worker win10 ] webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_sparse:encoderType="render%20pass";attachmentCount=16 [ Failure ]
crbug.com/0000 [ angle-d3d11 dawn-no-backend-validation desktop graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-gl target-cpu-32 webgpu-adapter-default webgpu-dxc-disabled webgpu-no-worker win10 ] webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_sparse:encoderType="render%20pass";attachmentCount=16 [ Failure ]
crbug.com/0000 [ angle-d3d11 dawn-no-backend-validation desktop graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release-x64 renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-dxc-enabled webgpu-no-worker win10 ] webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_sparse:encoderType="render%20pass";attachmentCount=16 [ Failure ]
crbug.com/0000 [ angle-opengl dawn-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_sparse:encoderType="render%20pass";attachmentCount=18 [ Failure ]
+crbug.com/0000 [ angle-metal apple-angle-metal-renderer:-apple-m2 dawn-no-backend-validation desktop graphite-enabled mac mac-arm64 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_sparse:encoderType="render%20pass";attachmentCount=21 [ Failure ]
+crbug.com/0000 [ amd-0x67ef angle-metal dawn-backend-validation desktop graphite-enabled mac mac-x86_64 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_sparse:encoderType="render%20pass";attachmentCount=22 [ Failure ]
crbug.com/0000 [ amd-0x67ef angle-metal dawn-no-backend-validation desktop graphite-enabled mac mac-x86_64 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_sparse:encoderType="render%20pass";attachmentCount=22 [ Failure ]
+crbug.com/0000 [ amd-0x7340 angle-metal dawn-no-backend-validation desktop graphite-enabled mac mac-x86_64 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_sparse:encoderType="render%20pass";attachmentCount=22 [ Failure ]
crbug.com/0000 [ angle-metal dawn-backend-validation desktop graphite-enabled intel-0x3e9b mac-x86_64 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl sequoia target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_sparse:encoderType="render%20pass";attachmentCount=22 [ Failure ]
+crbug.com/0000 [ angle-metal dawn-no-backend-validation desktop graphite-enabled intel-0x3e9b mac mac-x86_64 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_sparse:encoderType="render%20pass";attachmentCount=22 [ Failure ]
+crbug.com/0000 [ amd-0x7340 angle-metal dawn-backend-validation desktop graphite-enabled mac mac-x86_64 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_sparse:encoderType="render%20pass";attachmentCount=24 [ Failure ]
+crbug.com/0000 [ angle-metal dawn-backend-validation desktop graphite-enabled intel-0x3e9b mac mac-x86_64 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_sparse:encoderType="render%20pass";attachmentCount=27 [ Failure ]
+crbug.com/0000 [ angle-d3d11 dawn-backend-validation desktop graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_lt_535.183.01 oop-c passthrough release-x64 renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-dxc-disabled webgpu-no-worker win10 ] webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_sparse:encoderType="render%20pass";attachmentCount=29 [ Failure ]
crbug.com/0000 [ angle-opengl dawn-backend-validation desktop display-server-x graphite-disabled no-asan no-clang-coverage nvidia-0x2184 nvidia_ge_535.183.01 oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:api,validation,render_pass,attachment_compatibility:render_pass_or_bundle_and_pipeline,color_sparse:encoderType="render%20pass";attachmentCount=29 [ Failure ]
+crbug.com/0000 [ angle-d3d11 dawn-backend-validation desktop graphite-enabled intel-0x4680 no-asan no-clang-coverage oop-c passthrough release-x64 renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-dxc-enabled webgpu-no-worker win10 ] webgpu:shader,execution,expression,binary,ai_arithmetic:remainder_vector_scalar:inputSource="const";vectorize_lhs=4 [ Failure ]
crbug.com/0000 [ amd-0x7340 angle-metal dawn-no-backend-validation desktop graphite-enabled mac mac-x86_64 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:shader,execution,expression,call,builtin,faceForward:f16_vec2:inputSource="const" [ Failure ]
crbug.com/0000 [ amd-0x7340 angle-metal dawn-no-backend-validation desktop graphite-enabled mac mac-x86_64 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:shader,execution,expression,call,builtin,faceForward:f32_vec2:inputSource="storage_rw" [ Failure ]
crbug.com/0000 [ angle-d3d11 dawn-backend-validation desktop graphite-enabled intel-0x4680 no-asan no-clang-coverage oop-c passthrough release-x64 renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-dxc-enabled webgpu-no-worker win10 ] webgpu:shader,execution,expression,call,builtin,fma:abstract_float:inputSource="const";vectorize="_undef_" [ Failure ]
@@ -7416,6 +7441,7 @@
crbug.com/0000 [ amd-0x7340 angle-metal dawn-no-backend-validation desktop graphite-enabled mac mac-x86_64 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:shader,execution,expression,call,builtin,mix:f32_nonmatching_vec2:inputSource="storage_r" [ Failure ]
crbug.com/0000 [ android-chromium android-pixel-6 android-t angle-opengles arm dawn-no-backend-validation graphite-disabled mobile no-asan no-clang-coverage oop-c passthrough renderer-skia-vulkan target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:shader,execution,expression,call,builtin,subgroupMul:data_types:type="vec2%3Cf16%3E" [ Failure ]
crbug.com/0000 [ angle-d3d11 dawn-no-backend-validation desktop graphite-enabled intel-0x4680 no-asan no-clang-coverage oop-c passthrough release-x64 renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-dxc-enabled webgpu-no-worker win10 ] webgpu:shader,execution,expression,call,builtin,textureDimensions:sampled_and_multisampled:format="bc6h-rgb-ufloat";aspect="all";samples=1 [ Failure ]
+crbug.com/0000 [ angle-d3d11 dawn-backend-validation desktop graphite-enabled intel-0x4680 no-asan no-clang-coverage oop-c passthrough release-x64 renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-dxc-enabled webgpu-no-worker win10 ] webgpu:shader,execution,expression,call,builtin,textureDimensions:sampled_and_multisampled:format="depth32float";aspect="all";samples=1 [ Failure ]
crbug.com/0000 [ angle-d3d11 dawn-no-backend-validation desktop graphite-enabled intel-0x4680 no-asan no-clang-coverage oop-c passthrough release-x64 renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-dxc-enabled webgpu-no-worker win10 ] webgpu:shader,execution,expression,call,builtin,textureDimensions:sampled_and_multisampled:format="depth32float";aspect="all";samples=1 [ Failure ]
crbug.com/0000 [ angle-d3d11 dawn-no-backend-validation desktop graphite-enabled intel-0x4680 no-asan no-clang-coverage oop-c passthrough release-x64 renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-dxc-disabled webgpu-no-worker win10 ] webgpu:shader,execution,expression,call,builtin,textureDimensions:sampled_and_multisampled:format="r8unorm";aspect="all";samples=1 [ Failure ]
crbug.com/0000 [ angle-d3d11 dawn-backend-validation desktop graphite-disabled intel-0x9bc5 no-asan no-clang-coverage oop-c passthrough release-x64 renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-dxc-disabled webgpu-no-worker win10 ] webgpu:shader,execution,expression,call,builtin,textureGather:sampled_3d_coords:stage="c";format="depth24plus";filt="nearest";mode="c" [ Failure ]
@@ -7669,6 +7695,7 @@
crbug.com/0000 [ angle-metal dawn-backend-validation desktop graphite-enabled intel-0x3e9b mac-x86_64 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl sequoia target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:shader,execution,expression,call,builtin,texture_utils:weights:stage="compute" [ Failure ]
crbug.com/0000 [ angle-metal dawn-no-backend-validation desktop graphite-enabled intel-0x3e9b mac mac-x86_64 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:shader,execution,expression,call,builtin,texture_utils:weights:stage="compute" [ Failure ]
crbug.com/0000 [ angle-metal dawn-no-backend-validation desktop graphite-enabled intel-0x3e9b mac-x86_64 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl sequoia target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:shader,execution,expression,call,builtin,texture_utils:weights:stage="compute" [ Failure ]
+crbug.com/0000 [ angle-d3d11 dawn-backend-validation desktop graphite-enabled intel-0x4680 no-asan no-clang-coverage oop-c passthrough release-x64 renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-dxc-enabled webgpu-no-worker win10 ] webgpu:web_platform,copyToTexture,ImageBitmap:from_canvas:orientation="none";colorSpaceConversion="default";srcFlipYInCopy=false;dstFormat="rg32float";dstPremultiplied=true [ Failure ]
crbug.com/0000 [ angle-opengl dawn-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:web_platform,external_texture,video:importExternalTexture,sampleWithVideoFrameWithVisibleRectParam:videoName="four-colors-h264-bt601.mp4";dstColorSpace="display-p3" [ Failure ]
crbug.com/0000 [ angle-opengl dawn-backend-validation desktop display-server-x graphite-disabled intel-0x4680 mesa_ge_23.2 no-asan no-clang-coverage oop-c passthrough release renderer-skia-vulkan target-cpu-64 ubuntu webgpu-adapter-default webgpu-no-worker ] webgpu:web_platform,external_texture,video:importExternalTexture,sampleWithVideoFrameWithVisibleRectParam:videoName="four-colors-vp8-bt601.webm";dstColorSpace="display-p3" [ Failure ]
crbug.com/0000 [ angle-metal apple-angle-metal-renderer:-apple-m2 dawn-backend-validation desktop graphite-enabled mac mac-arm64 no-asan no-clang-coverage oop-c passthrough release renderer-skia-gl target-cpu-64 webgpu-adapter-default webgpu-no-worker ] webgpu:web_platform,external_texture,video:importExternalTexture,sampleWithVideoFrameWithVisibleRectParam:videoName="four-colors-vp9-bt601-rotate-90.mp4";dstColorSpace="srgb" [ Failure ]