Commit e9a82849 by Jamie Madill Committed by Commit Bot

Skip ResizeWindowWithDraw test on all Linux.

Flakes on NVIDIA Linux as well when run in certain orders. Bug: angleproject:4453 Change-Id: I7565b7868518d01d5e928ce95d0edb8abd651e28 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2446091 Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org>
parent a2d9abef
...@@ -472,10 +472,7 @@ TEST_P(EGLSurfaceTest, ResizeWindow) ...@@ -472,10 +472,7 @@ TEST_P(EGLSurfaceTest, ResizeWindow)
TEST_P(EGLSurfaceTest, ResizeWindowWithDraw) TEST_P(EGLSurfaceTest, ResizeWindowWithDraw)
{ {
// http://anglebug.com/4453 // http://anglebug.com/4453
ANGLE_SKIP_TEST_IF(isVulkanRenderer() && IsLinux() && IsIntel()); ANGLE_SKIP_TEST_IF(IsLinux());
// Flaky on Linux SwANGLE http://anglebug.com/4453
ANGLE_SKIP_TEST_IF(IsLinux() && isSwiftshader());
// Necessary for a window resizing test if there is no per-frame window size query // Necessary for a window resizing test if there is no per-frame window size query
setWindowVisible(mOSWindow, true); setWindowVisible(mOSWindow, true);
......
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