Compat CTS: remove unexpected passes.

Bug: 380911418, 379388112
Change-Id: I4c9c5d7e42bdff57e7a2cb1c889735cb646553d7
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/216995
Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Stephen White <senorblanco@chromium.org>
diff --git a/webgpu-cts/compat-expectations.txt b/webgpu-cts/compat-expectations.txt
index 14ba60d..50cac88 100644
--- a/webgpu-cts/compat-expectations.txt
+++ b/webgpu-cts/compat-expectations.txt
@@ -2022,58 +2022,6 @@
 crbug.com/376924407 [ linux ] webgpu:api,operation,vertex_state,correctness:array_stride_zero:format="unorm8" [ Skip ]
 crbug.com/376924407 [ linux ] webgpu:api,operation,vertex_state,correctness:array_stride_zero:format="unorm8x4-bgra" [ Skip ]
 
-# texture depth validation tests; need new validation in Dawn
-crbug.com/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 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/380911418 webgpu:compat,api,validation,pipeline_creation:depth_textures:sampleWGSL="textureSample(t,%20s,%20vec3f(0))";textureType="texture_depth_cube";stage="fragment";async=true [ Failure ]
-
 # textureSampleCompare tests failing for depth24plus and depth24plus-stencil
 crbug.com/377321457 [ android arm ] webgpu:shader,execution,expression,call,builtin,textureSampleCompare:2d_coords:format="depth24plus";filt="linear";modeU="c";modeV="m";offset=true [ Failure ]
 crbug.com/377321457 [ android arm ] webgpu:shader,execution,expression,call,builtin,textureSampleCompare:2d_coords:format="depth24plus";filt="linear";modeU="m";modeV="c";offset=true [ Failure ]
@@ -2238,32 +2186,6 @@
 # Failures due to change in `@align()` validation.
 crbug.com/375467276 webgpu:shader,execution,expression,access,structure,index:buffer_align:* [ Failure ]
 
-# validation,non_filterable_texture_with_filtering_sampler tests failing with sampleType="depth" (also failing in Core)
-crbug.com/379388112 webgpu:api,validation,non_filterable_texture:non_filterable_texture_with_filtering_sampler:pipeline="compute";async=false;sampleType="depth";viewDimension="2d";sameGroup=false [ Failure ]
-crbug.com/379388112 webgpu:api,validation,non_filterable_texture:non_filterable_texture_with_filtering_sampler:pipeline="compute";async=false;sampleType="depth";viewDimension="2d";sameGroup=true [ Failure ]
-crbug.com/379388112 webgpu:api,validation,non_filterable_texture:non_filterable_texture_with_filtering_sampler:pipeline="compute";async=false;sampleType="depth";viewDimension="2d-array";sameGroup=false [ Failure ]
-crbug.com/379388112 webgpu:api,validation,non_filterable_texture:non_filterable_texture_with_filtering_sampler:pipeline="compute";async=false;sampleType="depth";viewDimension="2d-array";sameGroup=true [ Failure ]
-crbug.com/379388112 webgpu:api,validation,non_filterable_texture:non_filterable_texture_with_filtering_sampler:pipeline="compute";async=false;sampleType="depth";viewDimension="cube";sameGroup=false [ Failure ]
-crbug.com/379388112 webgpu:api,validation,non_filterable_texture:non_filterable_texture_with_filtering_sampler:pipeline="compute";async=false;sampleType="depth";viewDimension="cube";sameGroup=true [ Failure ]
-crbug.com/379388112 webgpu:api,validation,non_filterable_texture:non_filterable_texture_with_filtering_sampler:pipeline="compute";async=true;sampleType="depth";viewDimension="2d";sameGroup=false [ Failure ]
-crbug.com/379388112 webgpu:api,validation,non_filterable_texture:non_filterable_texture_with_filtering_sampler:pipeline="compute";async=true;sampleType="depth";viewDimension="2d";sameGroup=true [ Failure ]
-crbug.com/379388112 webgpu:api,validation,non_filterable_texture:non_filterable_texture_with_filtering_sampler:pipeline="compute";async=true;sampleType="depth";viewDimension="2d-array";sameGroup=false [ Failure ]
-crbug.com/379388112 webgpu:api,validation,non_filterable_texture:non_filterable_texture_with_filtering_sampler:pipeline="compute";async=true;sampleType="depth";viewDimension="2d-array";sameGroup=true [ Failure ]
-crbug.com/379388112 webgpu:api,validation,non_filterable_texture:non_filterable_texture_with_filtering_sampler:pipeline="compute";async=true;sampleType="depth";viewDimension="cube";sameGroup=false [ Failure ]
-crbug.com/379388112 webgpu:api,validation,non_filterable_texture:non_filterable_texture_with_filtering_sampler:pipeline="compute";async=true;sampleType="depth";viewDimension="cube";sameGroup=true [ Failure ]
-crbug.com/379388112 webgpu:api,validation,non_filterable_texture:non_filterable_texture_with_filtering_sampler:pipeline="render";async=false;sampleType="depth";viewDimension="2d";sameGroup=false [ Failure ]
-crbug.com/379388112 webgpu:api,validation,non_filterable_texture:non_filterable_texture_with_filtering_sampler:pipeline="render";async=false;sampleType="depth";viewDimension="2d";sameGroup=true [ Failure ]
-crbug.com/379388112 webgpu:api,validation,non_filterable_texture:non_filterable_texture_with_filtering_sampler:pipeline="render";async=false;sampleType="depth";viewDimension="2d-array";sameGroup=false [ Failure ]
-crbug.com/379388112 webgpu:api,validation,non_filterable_texture:non_filterable_texture_with_filtering_sampler:pipeline="render";async=false;sampleType="depth";viewDimension="2d-array";sameGroup=true [ Failure ]
-crbug.com/379388112 webgpu:api,validation,non_filterable_texture:non_filterable_texture_with_filtering_sampler:pipeline="render";async=false;sampleType="depth";viewDimension="cube";sameGroup=false [ Failure ]
-crbug.com/379388112 webgpu:api,validation,non_filterable_texture:non_filterable_texture_with_filtering_sampler:pipeline="render";async=false;sampleType="depth";viewDimension="cube";sameGroup=true [ Failure ]
-crbug.com/379388112 webgpu:api,validation,non_filterable_texture:non_filterable_texture_with_filtering_sampler:pipeline="render";async=true;sampleType="depth";viewDimension="2d";sameGroup=false [ Failure ]
-crbug.com/379388112 webgpu:api,validation,non_filterable_texture:non_filterable_texture_with_filtering_sampler:pipeline="render";async=true;sampleType="depth";viewDimension="2d";sameGroup=true [ Failure ]
-crbug.com/379388112 webgpu:api,validation,non_filterable_texture:non_filterable_texture_with_filtering_sampler:pipeline="render";async=true;sampleType="depth";viewDimension="2d-array";sameGroup=false [ Failure ]
-crbug.com/379388112 webgpu:api,validation,non_filterable_texture:non_filterable_texture_with_filtering_sampler:pipeline="render";async=true;sampleType="depth";viewDimension="2d-array";sameGroup=true [ Failure ]
-crbug.com/379388112 webgpu:api,validation,non_filterable_texture:non_filterable_texture_with_filtering_sampler:pipeline="render";async=true;sampleType="depth";viewDimension="cube";sameGroup=false [ Failure ]
-crbug.com/379388112 webgpu:api,validation,non_filterable_texture:non_filterable_texture_with_filtering_sampler:pipeline="render";async=true;sampleType="depth";viewDimension="cube";sameGroup=true [ Failure ]
-
 ### This section represents things that will require Compat validation
 ### These tests will never pass, but should be skipped in CTS once Compat
 ### validation has been added