Commit 924c3dab by Jamie Madill Committed by Commit Bot

Expand suppression of new EGL test.

This test fails on the older N6P device as well as the N5X. Bug: angleproject:5280 Change-Id: Ie1a2b3b3a296e2e4dbbed69ebff6ce325b46ce95 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2514638Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 7dc92430
...@@ -1198,7 +1198,7 @@ TEST_P(EGLSurfaceTest, RobustResourceInitAndEmulatedAlpha) ...@@ -1198,7 +1198,7 @@ TEST_P(EGLSurfaceTest, RobustResourceInitAndEmulatedAlpha)
ANGLE_SKIP_TEST_IF(IsNVIDIA() && isGLRenderer() && IsLinux()); ANGLE_SKIP_TEST_IF(IsNVIDIA() && isGLRenderer() && IsLinux());
// http://anglebug.com/5280 // http://anglebug.com/5280
ANGLE_SKIP_TEST_IF(IsAndroid() && IsNexus5X() && isGLESRenderer()); ANGLE_SKIP_TEST_IF(IsAndroid() && (IsNexus5X() || IsNexus6P()) && isGLESRenderer());
initializeDisplay(); initializeDisplay();
ASSERT_NE(mDisplay, EGL_NO_DISPLAY); ASSERT_NE(mDisplay, EGL_NO_DISPLAY);
......
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