Commit d2683459 by Yuly Novikov Committed by Commit Bot

Skip Texture2DIntegerTestES3.IntegerTextureNonZeroBaseLevel

on Win AMD OpenGL Bug: angleproject:3478 Change-Id: I8f0ffeb0da31d08f4f4f45048d295c847cf095bd Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1626328Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent 6bb193c8
...@@ -4551,6 +4551,9 @@ TEST_P(Texture2DTestES3, MinificationWithSamplerNoMipmapping) ...@@ -4551,6 +4551,9 @@ TEST_P(Texture2DTestES3, MinificationWithSamplerNoMipmapping)
// texture is output. // texture is output.
TEST_P(Texture2DIntegerTestES3, IntegerTextureNonZeroBaseLevel) TEST_P(Texture2DIntegerTestES3, IntegerTextureNonZeroBaseLevel)
{ {
// http://anglebug.com/3478
ANGLE_SKIP_TEST_IF(IsWindows() && IsAMD() && IsDesktopOpenGL());
glActiveTexture(GL_TEXTURE0); glActiveTexture(GL_TEXTURE0);
glBindTexture(GL_TEXTURE_2D, mTexture2D); glBindTexture(GL_TEXTURE_2D, mTexture2D);
int width = getWindowWidth(); 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