Commit 893ccb48 by Yuly Novikov Committed by Commit Bot

Skip EGLSurfaceTest.SwapInterval on Nexus 5X and 6P GLES

Bug: angleproject:3364 Change-Id: I51dd45cfcd1c548266712b71eac0dca60574e69e Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1558960 Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org>
parent 76a9a97f
...@@ -353,6 +353,9 @@ TEST_P(EGLSurfaceTest, SwapInterval) ...@@ -353,6 +353,9 @@ TEST_P(EGLSurfaceTest, SwapInterval)
{ {
// On OSX, maxInterval >= 1 is advertised, but is not implemented. http://anglebug.com/3140 // On OSX, maxInterval >= 1 is advertised, but is not implemented. http://anglebug.com/3140
ANGLE_SKIP_TEST_IF(IsOSX()); ANGLE_SKIP_TEST_IF(IsOSX());
// Flaky hang on Nexus 5X and 6P. http://anglebug.com/3364
ANGLE_SKIP_TEST_IF((IsNexus5X() || IsNexus6P()) &&
GetParam().getRenderer() == EGL_PLATFORM_ANGLE_TYPE_OPENGLES_ANGLE);
initializeDisplay(); initializeDisplay();
initializeSurfaceWithDefaultConfig(); initializeSurfaceWithDefaultConfig();
......
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