commit | 2aadbfc3899e5cb656df61c2b98fcc588d85b513 | [log] [tgz] |
---|---|---|
author | Geoff Lang <geofflang@chromium.org> | Thu Apr 27 10:11:27 2017 -0400 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Apr 27 15:27:36 2017 +0000 |
tree | 644ae200b33a4809dc8d6f9d9d44e6a0349657cd | |
parent | 9c9b40acedd6a14da8dd99fbd6821ec66b8cf888 [diff] [blame] |
Expand the MipmapTestES3.BaseLevelTextureBug supression to all AMD OpenGL. BUG=705865 BUG=715875 Change-Id: Ib4d83a8c9cb3f65ac8517bfd3ff7c38794dd0654 Reviewed-on: https://chromium-review.googlesource.com/488661 Reviewed-by: Geoff Lang <geofflang@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org>
diff --git a/src/tests/gl_tests/MipmapTest.cpp b/src/tests/gl_tests/MipmapTest.cpp index ca4f711..02800b0 100644 --- a/src/tests/gl_tests/MipmapTest.cpp +++ b/src/tests/gl_tests/MipmapTest.cpp
@@ -1156,7 +1156,7 @@ // A native version of the WebGL2 test tex-base-level-bug.html TEST_P(MipmapTestES3, BaseLevelTextureBug) { - if (IsOpenGL() && IsWindows() && IsAMD()) + if (IsOpenGL() && IsAMD()) { std::cout << "Test skipped on Windows AMD OpenGL." << std::endl; return;