Suppress 2 end2end tests on Pixel 6 Vulkan
DualSourceBlendTests.BlendFactorSrc1/Vulkan_Mali_G78
DualSourceBlendTests.BlendFactorSrc1Alpha/Vulkan_Mali_G78
Bug: dawn:2543
Change-Id: If1914e83a8d2e631c48adbf6e9228e2f6b59b9b7
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/185631
Reviewed-by: Austin Eng <enga@chromium.org>
Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
Auto-Submit: Yuly Novikov <ynovikov@chromium.org>
Commit-Queue: Austin Eng <enga@chromium.org>
diff --git a/src/dawn/tests/end2end/DualSourceBlendTests.cpp b/src/dawn/tests/end2end/DualSourceBlendTests.cpp
index aad357b..c473f77 100644
--- a/src/dawn/tests/end2end/DualSourceBlendTests.cpp
+++ b/src/dawn/tests/end2end/DualSourceBlendTests.cpp
@@ -188,6 +188,9 @@
// Test that Src and Src1 BlendFactors work with dual source blending.
TEST_P(DualSourceBlendTests, BlendFactorSrc1) {
+ // TODO(crbug.com/dawn/2543): diagnose this on Pixel 6 AP1A.240405.002
+ DAWN_SUPPRESS_TEST_IF(IsVulkan() && IsAndroid() && IsARM());
+
// Test source blend factor with source index 0
TestParams params;
params.srcBlendFactor = wgpu::BlendFactor::Src;
@@ -213,6 +216,9 @@
// Test that SrcAlpha and SrcAlpha1 BlendFactors work with dual source blending.
TEST_P(DualSourceBlendTests, BlendFactorSrc1Alpha) {
+ // TODO(crbug.com/dawn/2543): diagnose this on Pixel 6 AP1A.240405.002
+ DAWN_SUPPRESS_TEST_IF(IsVulkan() && IsAndroid() && IsARM());
+
// Test source blend factor with source alpha index 0
TestParams params;
params.srcBlendFactor = wgpu::BlendFactor::SrcAlpha;