commit | d2683459da1d6e5907fc54dc1f98398397b59841 | [log] [tgz] |
---|---|---|
author | Yuly Novikov <ynovikov@chromium.org> | Thu May 23 16:11:19 2019 -0400 |
committer | Commit Bot <commit-bot@chromium.org> | Thu May 23 20:39:07 2019 +0000 |
tree | 07e503319d6890ccda7eb7fb169a2e9e933a091b | |
parent | 6bb193c86a9a3242227012d17a267e3d71ee3fe0 [diff] [blame] |
Skip Texture2DIntegerTestES3.IntegerTextureNonZeroBaseLevel on Win AMD OpenGL Bug: angleproject:3478 Change-Id: I8f0ffeb0da31d08f4f4f45048d295c847cf095bd Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1626328 Reviewed-by: Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
diff --git a/src/tests/gl_tests/TextureTest.cpp b/src/tests/gl_tests/TextureTest.cpp index 8fb54f3..4315839 100644 --- a/src/tests/gl_tests/TextureTest.cpp +++ b/src/tests/gl_tests/TextureTest.cpp
@@ -4551,6 +4551,9 @@ // texture is output. TEST_P(Texture2DIntegerTestES3, IntegerTextureNonZeroBaseLevel) { + // http://anglebug.com/3478 + ANGLE_SKIP_TEST_IF(IsWindows() && IsAMD() && IsDesktopOpenGL()); + glActiveTexture(GL_TEXTURE0); glBindTexture(GL_TEXTURE_2D, mTexture2D); int width = getWindowWidth();