Commit 6125419c by Ian Elliott Committed by Commit Bot

Vulkan: Suppress some flaky tests for Intel Linux driver

Bug: angleproject:4453 Change-Id: I55475f85298a593597daa300effa828a6b0ed342 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2087896 Commit-Queue: Ian Elliott <ianelliott@google.com> Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org>
parent 9459bae1
...@@ -399,6 +399,9 @@ TEST_P(EGLSurfaceTest, MakeCurrentTwice) ...@@ -399,6 +399,9 @@ TEST_P(EGLSurfaceTest, MakeCurrentTwice)
// Test that the window surface is correctly resized after calling swapBuffers // Test that the window surface is correctly resized after calling swapBuffers
TEST_P(EGLSurfaceTest, ResizeWindow) TEST_P(EGLSurfaceTest, ResizeWindow)
{ {
// http://anglebug.com/4453
ANGLE_SKIP_TEST_IF(isVulkanRenderer() && IsLinux() && IsIntel());
// 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
mOSWindow->setVisible(true); mOSWindow->setVisible(true);
...@@ -448,8 +451,10 @@ TEST_P(EGLSurfaceTest, ResizeWindow) ...@@ -448,8 +451,10 @@ TEST_P(EGLSurfaceTest, ResizeWindow)
// Test that the backbuffer is correctly resized after calling swapBuffers // Test that the backbuffer is correctly resized after calling swapBuffers
TEST_P(EGLSurfaceTest, ResizeWindowWithDraw) TEST_P(EGLSurfaceTest, ResizeWindowWithDraw)
{ {
// Necessary for a window resizing test if there is no per-frame window size query // http://anglebug.com/4453
ANGLE_SKIP_TEST_IF(isVulkanRenderer() && IsLinux() && IsIntel());
// Necessary for a window resizing test if there is no per-frame window size query
mOSWindow->setVisible(true); mOSWindow->setVisible(true);
initializeDisplay(); initializeDisplay();
......
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