Commit 2aadbfc3 by Geoff Lang Committed by Commit Bot

Expand the MipmapTestES3.BaseLevelTextureBug supression to all AMD OpenGL.

BUG=705865 BUG=715875 Change-Id: Ib4d83a8c9cb3f65ac8517bfd3ff7c38794dd0654 Reviewed-on: https://chromium-review.googlesource.com/488661Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org>
parent 9c9b40ac
...@@ -1156,7 +1156,7 @@ TEST_P(MipmapTestES3, GenerateMipmapBaseLevelOutOfRangeImmutableTexture) ...@@ -1156,7 +1156,7 @@ TEST_P(MipmapTestES3, GenerateMipmapBaseLevelOutOfRangeImmutableTexture)
// A native version of the WebGL2 test tex-base-level-bug.html // A native version of the WebGL2 test tex-base-level-bug.html
TEST_P(MipmapTestES3, BaseLevelTextureBug) TEST_P(MipmapTestES3, BaseLevelTextureBug)
{ {
if (IsOpenGL() && IsWindows() && IsAMD()) if (IsOpenGL() && IsAMD())
{ {
std::cout << "Test skipped on Windows AMD OpenGL." << std::endl; std::cout << "Test skipped on Windows AMD OpenGL." << std::endl;
return; return;
......
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