Commit c275ce14 by Yuly Novikov Committed by Commit Bot

Skip Texture2DBaseMaxTestES3.GenerateMipmapAfterRebase* on Mac ARM GL

Bug: angleproject:5880 Change-Id: I18698e0603938c43878ad4d28379d6976952c561 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2836787Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent 2d741b43
...@@ -3614,18 +3614,24 @@ TEST_P(Texture2DBaseMaxTestES3, RedefineEveryLevelToAnotherFormat) ...@@ -3614,18 +3614,24 @@ TEST_P(Texture2DBaseMaxTestES3, RedefineEveryLevelToAnotherFormat)
// Test that generating mipmaps after change base level. // Test that generating mipmaps after change base level.
TEST_P(Texture2DBaseMaxTestES3, GenerateMipmapAfterRebase) TEST_P(Texture2DBaseMaxTestES3, GenerateMipmapAfterRebase)
{ {
// http://anglebug.com/5880
ANGLE_SKIP_TEST_IF(IsOSX() && IsARM64() && IsDesktopOpenGL());
testGenerateMipmapAfterRebase(false); testGenerateMipmapAfterRebase(false);
} }
TEST_P(Texture2DBaseMaxTestES3, GenerateMipmapAfterRebaseImmutable) TEST_P(Texture2DBaseMaxTestES3, GenerateMipmapAfterRebaseImmutable)
{ {
// http://anglebug.com/4710 // http://anglebug.com/4710
ANGLE_SKIP_TEST_IF(IsD3D()); ANGLE_SKIP_TEST_IF(IsD3D());
// http://anglebug.com/5798 // http://anglebug.com/5798
ANGLE_SKIP_TEST_IF(IsOpenGL() && IsNVIDIA()); ANGLE_SKIP_TEST_IF(IsOpenGL() && IsNVIDIA());
// http://anglebug.com/5880
ANGLE_SKIP_TEST_IF(IsOSX() && IsARM64() && IsDesktopOpenGL());
testGenerateMipmapAfterRebase(true); testGenerateMipmapAfterRebase(true);
} }
void Texture2DBaseMaxTestES3::testGenerateMipmapAfterRebase(bool immutable) void Texture2DBaseMaxTestES3::testGenerateMipmapAfterRebase(bool immutable)
{ {
initTest(immutable); initTest(immutable);
......
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