Commit 65946f88 by Charlie Lao Committed by Commit Bot

Skip Texture2DArrayIntegerTestES3.NonZeroBaseLevel on OSX+OpenGL

This test is failing just because another test is been added. The theory is that there is a OpenGL driver bug here. Bug: angleproject:5959 Change-Id: I8405a512de28b10528c14be79f76815877a5771f Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2893499 Commit-Queue: Charlie Lao <cclao@google.com> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 76181384
...@@ -8564,6 +8564,9 @@ TEST_P(Texture2DIntegerProjectiveOffsetTestES3, NonZeroBaseLevel) ...@@ -8564,6 +8564,9 @@ TEST_P(Texture2DIntegerProjectiveOffsetTestES3, NonZeroBaseLevel)
// texture is output. // texture is output.
TEST_P(Texture2DArrayIntegerTestES3, NonZeroBaseLevel) TEST_P(Texture2DArrayIntegerTestES3, NonZeroBaseLevel)
{ {
// Test fail: http://anglebug.com/5959
ANGLE_SKIP_TEST_IF(IsIntel() && IsOSX() && IsOpenGL());
glActiveTexture(GL_TEXTURE0); glActiveTexture(GL_TEXTURE0);
glBindTexture(GL_TEXTURE_2D_ARRAY, m2DArrayTexture); glBindTexture(GL_TEXTURE_2D_ARRAY, m2DArrayTexture);
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