Commit 8ea72e86 by Shahbaz Youssefi Committed by Commit Bot

Skip failing test on NVIDIA Shield

Bug: chromium:1100613 Change-Id: I1e05b2b7829ee790f878bf99976310c8a697faa2 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2274520Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
parent 06462add
......@@ -2840,6 +2840,9 @@ TEST_P(Texture2DBaseMaxTestES3, GenerateMipmapAfterRedefineAndRebase)
{
ANGLE_SKIP_TEST_IF(IsWindows() && IsAMD() && IsOpenGL());
// http://crbug.com/1100613
ANGLE_SKIP_TEST_IF(IsNVIDIAShield());
initTest();
// Test that all mips have the expected data initially (this makes sure the texture image is
......
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