[dawn] Expectations and suppressions for pixel 10

The new bot should go green after these land.

Cl
https://chromium-review.googlesource.com/c/chromium/src/+/7452730

Bot name 'android-dawn-arm64-p10-rel'


Bug: 40238674,475503907
Change-Id: Iaf51aa2e83065e991af289571ba2ae605031012a
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/286835
Reviewed-by: James Price <jrprice@google.com>
Commit-Queue: Peter McNeeley <petermcneeley@google.com>
Reviewed-by: dan sinclair <dsinclair@chromium.org>
diff --git a/src/dawn/tests/end2end/CopyTests.cpp b/src/dawn/tests/end2end/CopyTests.cpp
index ad62e35..d1f2ba4 100644
--- a/src/dawn/tests/end2end/CopyTests.cpp
+++ b/src/dawn/tests/end2end/CopyTests.cpp
@@ -2947,6 +2947,8 @@
 
 // Test that copying a texture 1D works.
 TEST_P(CopyTests_B2T, Texture1DFull) {
+    // TODO(crbug.com/40238674): Fails on Pixel 10.
+    DAWN_SUPPRESS_TEST_IF(IsImgTec());
     constexpr uint32_t kWidth = 256;
     constexpr uint32_t kHeight = 1;
     constexpr uint32_t kDepth = 1;
@@ -3291,6 +3293,8 @@
 
 // Test that copying whole 1D texture in one texture-to-texture-copy works.
 TEST_P(CopyTests_T2T, Texture1DFull) {
+    // TODO(crbug.com/40238674): Fails on Pixel 10.
+    DAWN_SUPPRESS_TEST_IF(IsImgTec());
     constexpr uint32_t kWidth = 256;
     constexpr uint32_t kHeight = 1;
     constexpr uint32_t kDepth = 1;
diff --git a/webgpu-cts/compat-expectations.txt b/webgpu-cts/compat-expectations.txt
index a21de16..503558e 100644
--- a/webgpu-cts/compat-expectations.txt
+++ b/webgpu-cts/compat-expectations.txt
@@ -2502,6 +2502,10 @@
 crbug.com/0000 [ android-pixel-10 ] webgpu:api,operation,resource_init,texture_zero:uninitialized_texture_is_zero:dimension="3d";readMethod="Sample";format="rgba32float" [ Skip ]
 crbug.com/0000 [ android-pixel-10 ] webgpu:shader,execution,memory_model,weak:2_plus_2_write:memType="atomic_storage" [ Skip ]
 crbug.com/0000 [ android-pixel-10 ] webgpu:shader,execution,robust_access_vertex:vertex_buffer_access:* [ Skip ]
+crbug.com/0000 [ android-pixel-10 ] webgpu:api,operation,resource_init,texture_zero:uninitialized_texture_is_zero:dimension="2d";readMethod="CopyToBuffer";format="r8snorm" [ Skip ]
+crbug.com/0000 [ android-pixel-10 ] webgpu:api,validation,capability_checks,limits,maxBindGroupsPlusVertexBuffers:draw,at_over:limitTest="atDefault";testValueName="overLimit";encoderType="render" [ Skip ]
+crbug.com/0000 [ android-pixel-10 ] webgpu:api,validation,capability_checks,limits,maxStorageBuffersPerShaderStage:createPipeline,at_over:limitTest="underDefault";testValueName="overLimit";async=true;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow" [ Skip ]
+crbug.com/0000 [ android-pixel-10 ] webgpu:api,validation,capability_checks,limits,maxStorageBuffersPerShaderStage:createPipeline,at_over:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;bindingCombination="vertex" [ Skip ]
 
 ################################################################################
 # Autogenerated Failure expectations. Please triage.
diff --git a/webgpu-cts/expectations.txt b/webgpu-cts/expectations.txt
index 1320493..569b3a5 100644
--- a/webgpu-cts/expectations.txt
+++ b/webgpu-cts/expectations.txt
@@ -2302,7 +2302,10 @@
 crbug.com/0000 [ android-pixel-10 ] webgpu:api,validation,capability_checks,limits,maxStorageBuffersPerShaderStage:createPipeline,at_over:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;bindingCombination="vertexAndFragmentWithPossibleVertexStageOverflow" [ Failure ]
 crbug.com/0000 [ android-pixel-10 ] webgpu:api,validation,encoding,encoder_state:pass_end_invalid_order:pass0Type="render";pass1Type="compute" [ Failure ]
 crbug.com/0000 [ android-pixel-10 ] webgpu:api,validation,encoding,encoder_state:pass_end_invalid_order:pass0Type="render";pass1Type="render" [ Failure ]
-
+crbug.com/0000 [ android-pixel-10 ] webgpu:api,operation,resource_init,texture_zero:uninitialized_texture_is_zero:dimension="2d";readMethod="CopyToBuffer";format="r8snorm" [ Failure ]
+crbug.com/0000 [ android-pixel-10 ] webgpu:api,validation,capability_checks,limits,maxBindGroupsPlusVertexBuffers:draw,at_over:limitTest="atDefault";testValueName="overLimit";encoderType="render" [ Failure ]
+crbug.com/0000 [ android-pixel-10 ] webgpu:api,validation,capability_checks,limits,maxStorageBuffersPerShaderStage:createPipeline,at_over:limitTest="underDefault";testValueName="overLimit";async=true;bindingCombination="vertexAndFragmentWithPossibleFragmentStageOverflow" [ Failure ]
+crbug.com/0000 [ android-pixel-10 ] webgpu:api,validation,capability_checks,limits,maxStorageBuffersPerShaderStage:createPipeline,at_over:limitTest="betweenDefaultAndMaximum";testValueName="overLimit";async=false;bindingCombination="vertex" [ Failure ]
 
 ################################################################################
 # Autogenerated Failure expectations. Please triage.