Restore Pixel 6 Android 14 textureGather, textureSample expectations
Removed in https://dawn-review.googlesource.com/c/dawn/+/212796,
but still failing in
https://ci.chromium.org/ui/p/chromium/builders/ci/Dawn%20Android%20arm64%20Experimental%20Release%20(Pixel%206)/5792/overview
Bug: 364595481
Change-Id: I6fefb27067155efa8cd7cbc2856373ffbc648c01
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/214214
Auto-Submit: Yuly Novikov <ynovikov@chromium.org>
Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com>
Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
diff --git a/webgpu-cts/expectations.txt b/webgpu-cts/expectations.txt
index 097a0b5..4948f3e 100644
--- a/webgpu-cts/expectations.txt
+++ b/webgpu-cts/expectations.txt
@@ -2126,7 +2126,7 @@
crbug.com/dawn/0000 [ android-r dawn-no-backend-validation qualcomm ] webgpu:shader,execution,expression,call,builtin,textureSampleLevel:sampled_array_3d_coords:stage="v";format="rg16float";* [ Failure ]
crbug.com/dawn/0000 [ android-r dawn-no-backend-validation qualcomm ] webgpu:shader,execution,expression,call,builtin,textureSampleLevel:sampled_array_3d_coords:stage="v";format="rgba16float";* [ Failure ]
-# textureGather with offset broken on android-t
+# textureGather with offset broken on android-t and android-14
crbug.com/364595481 [ android-t ] webgpu:shader,execution,expression,call,builtin,textureGather:depth_2d_coords:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true [ Skip ]
crbug.com/364595481 [ android-t ] webgpu:shader,execution,expression,call,builtin,textureGather:depth_2d_coords:stage="c";format="depth16unorm";filt="linear";modeU="c";modeV="m";offset=true [ Skip ]
crbug.com/364595481 [ android-t ] webgpu:shader,execution,expression,call,builtin,textureGather:depth_2d_coords:stage="c";format="depth16unorm";filt="linear";modeU="m";modeV="c";offset=true [ Skip ]
@@ -6948,6 +6948,14 @@
crbug.com/364595481 [ android-t ] webgpu:shader,execution,expression,call,builtin,textureSampleCompare:arrayed_2d_coords:format="depth32float";filt="nearest";modeU="r";modeV="c";offset=true [ Skip ]
crbug.com/364595481 [ android-t ] webgpu:shader,execution,expression,call,builtin,textureSampleCompare:arrayed_2d_coords:format="depth32float";filt="nearest";modeU="r";modeV="m";offset=true [ Skip ]
crbug.com/364595481 [ android-t ] webgpu:shader,execution,expression,call,builtin,textureSampleCompare:arrayed_2d_coords:format="depth32float";filt="nearest";modeU="r";modeV="r";offset=true [ Skip ]
+crbug.com/364595481 [ android-14 arm ] webgpu:shader,execution,expression,call,builtin,textureGather:depth_2d_coords:* [ Failure ]
+crbug.com/364595481 [ android-14 arm ] webgpu:shader,execution,expression,call,builtin,textureGather:depth_array_2d_coords:* [ Failure ]
+crbug.com/364595481 [ android-14 arm ] webgpu:shader,execution,expression,call,builtin,textureGather:sampled_2d_coords:* [ Failure ]
+crbug.com/364595481 [ android-14 arm ] webgpu:shader,execution,expression,call,builtin,textureGather:sampled_array_2d_coords:* [ Failure ]
+crbug.com/364595481 [ android-14 arm ] webgpu:shader,execution,expression,call,builtin,textureSample:depth_2d_coords:* [ Failure ]
+crbug.com/364595481 [ android-14 arm ] webgpu:shader,execution,expression,call,builtin,textureSample:depth_array_2d_coords:* [ Failure ]
+crbug.com/364595481 [ android-14 arm ] webgpu:shader,execution,expression,call,builtin,textureSample:sampled_2d_coords:* [ Failure ]
+crbug.com/364595481 [ android-14 arm ] webgpu:shader,execution,expression,call,builtin,textureSample:sampled_array_2d_coords:* [ Failure ]
# Wrapping is incorrect for texture gather (skip or fail? - they'll never pass, but skip means no testing)
crbug.com/376240232 [ intel-0x9bc5 win ] webgpu:shader,execution,expression,call,builtin,textureGather:depth_3d_coords:stage="c";format="depth16unorm";filt="linear";mode="c" [ Skip ]