Commit 0757a61a by Shahbaz Youssefi Committed by Commit Bot

Remove suppression of passing test

Bug: angleproject:4698 Change-Id: I1c97f27534f25e1b63b1e07a82ffade353f805d2 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2280983Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
parent b6c8bff2
...@@ -2596,9 +2596,6 @@ TEST_P(Texture2DBaseMaxTestES3, ExtendMipChainAfterRedefine) ...@@ -2596,9 +2596,6 @@ TEST_P(Texture2DBaseMaxTestES3, ExtendMipChainAfterRedefine)
// http://anglebug.com/4704 // http://anglebug.com/4704
ANGLE_SKIP_TEST_IF(IsVulkan()); ANGLE_SKIP_TEST_IF(IsVulkan());
// Mip 0 data seems to have disappeared in this configuration! http://anglebug.com/4698
ANGLE_SKIP_TEST_IF(IsOpenGL() && IsNVIDIA() && IsLinux());
EXPECT_PIXEL_COLOR_EQ(0, 0, kMipColors[0]); EXPECT_PIXEL_COLOR_EQ(0, 0, kMipColors[0]);
} }
......
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