Commit 36f47169 by Jamie Madill Committed by Commit Bot

Suppress flaky OpenGL ES3 test.

Texture2DIntegerTestES3.IntegerTextureNonZeroBaseLevel/ES3_OpenGL Bug: chromium:963595 Change-Id: I6cdd845a5b7bc1a4b5a16029eaf170db40f1787c Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1613894Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 32a1b0f7
......@@ -4466,6 +4466,9 @@ TEST_P(Texture2DTestES3, MinificationWithSamplerNoMipmapping)
// texture is output.
TEST_P(Texture2DIntegerTestES3, IntegerTextureNonZeroBaseLevel)
{
// Flaky on Windows OpenGL drivers. http://crbug.com/963595
ANGLE_SKIP_TEST_IF(IsOpenGL() && IsWindows());
glActiveTexture(GL_TEXTURE0);
glBindTexture(GL_TEXTURE_2D, mTexture2D);
int width = getWindowWidth();
......
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