Commit 6b462120 by Yuly Novikov Committed by Commit Bot

Skip flaky SwANGLE end2end tests.

AttributeLayoutNonIndexed.Test AttributeLayoutBufferIndexed.Test EGLSurfaceTest.ResizeWindowWithDraw Bug: angleproject:4453, angleproject:4502 Change-Id: I6dbd333e428d61d84bb17bf0c4112fa66cff9846 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2113711Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent c0b267cc
......@@ -454,6 +454,9 @@ TEST_P(EGLSurfaceTest, ResizeWindowWithDraw)
// http://anglebug.com/4453
ANGLE_SKIP_TEST_IF(isVulkanRenderer() && IsLinux() && IsIntel());
// 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
mOSWindow->setVisible(true);
......
......@@ -454,6 +454,9 @@ class AttributeLayoutBufferIndexed : public AttributeLayoutTest
TEST_P(AttributeLayoutNonIndexed, Test)
{
// Flaky on Linux SwANGLE http://anglebug.com/4502
ANGLE_SKIP_TEST_IF(IsLinux() && isSwiftshader());
Run(true);
ANGLE_SKIP_TEST_IF(IsWindows() && IsAMD() && IsOpenGL());
Run(false);
......@@ -468,6 +471,9 @@ TEST_P(AttributeLayoutMemoryIndexed, Test)
TEST_P(AttributeLayoutBufferIndexed, Test)
{
// Flaky on Linux SwANGLE http://anglebug.com/4502
ANGLE_SKIP_TEST_IF(IsLinux() && isSwiftshader());
Run(true);
ANGLE_SKIP_TEST_IF(IsWindows() && IsAMD() && (IsOpenGL() || IsD3D11_FL93()));
Run(false);
......
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