Commit 7747cbef authored by Corentin Wallez's avatar Corentin Wallez Committed by Commit Bot

Suppress failures on Pixel 2 SkiaRenderer Vulkan

These failures were introduced by a shared image change [1] that cannot be
reverted because of merge conflicts. Suppress while the issues are being
worked on.

[1]: https://chromium-review.googlesource.com/c/chromium/src/+/1985128

Bug: chromium:1039232
TBR=ynovikov@chromium.org
TBR=tommi@chromium.org

Change-Id: I1db450ce3a6bd245327bb4068d89d41f48afdadd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1988350Reviewed-by: default avatarCorentin Wallez <cwallez@chromium.org>
Reviewed-by: default avatarTommi <tommi@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#728510}
parent b7bd8cd4
......@@ -104,6 +104,13 @@ IN_PROC_BROWSER_TEST_F(WebRtcCaptureFromElementBrowserTest,
IN_PROC_BROWSER_TEST_F(WebRtcCaptureFromElementBrowserTest,
VerifyCanvasCaptureWebGLFrames) {
#if defined(OS_ANDROID)
// TODO(ericrk): fails on Pixel 2 Skia Renderer Vulkan after shared image
// changes. See https://crbug.com/1039232
if (base::SysInfo::HardwareModelName() == "Pixel 2") {
return;
}
#endif
MakeTypicalCall("testCanvasCapture(drawWebGL);", kCanvasCaptureTestHtmlFile);
}
......
......@@ -71,6 +71,10 @@ crbug.com/992599 [ android android-webview-instrumentation ] Pixel_OffscreenCanv
# Produces black images on Nexus 5Xs in Android Webview (qualcomm-adreno-(tm)-418) crbug.com/984352
# Fails on Pixel 2 (qualcomm-adreno-(tm)-540) crbug.com/966069
crbug.com/805739 [ android ] Pixel_CanvasLowLatency2D [ Skip ]
crbug.com/1039232 [ android android-chromium qualcomm-adreno-(tm)-540 use-vulkan skia-renderer ] Pixel_CanvasLowLatencyWebGL [ Failure ]
crbug.com/1039232 [ android android-chromium qualcomm-adreno-(tm)-540 use-vulkan skia-renderer ] Pixel_OffscreenCanvasWebGLPaintAfterResize [ Failure ]
crbug.com/1039232 [ android android-chromium qualcomm-adreno-(tm)-540 use-vulkan skia-renderer ] Pixel_OffscreenCanvasWebGLDefaultWorker [ Failure ]
crbug.com/1039232 [ android android-chromium qualcomm-adreno-(tm)-540 use-vulkan skia-renderer ] Pixel_RepeatedWebGLTo2D [ Failure ]
# Skip test that kills GPU process since Android Webview only supports
# in-process GPU.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment