Commit 397ca26a by Luc Ferron Committed by Commit Bot

GLES: Add skip for failing test

Bug: angleproject:2681 Change-Id: I728e57cee4c56da049a27c2d86a8899c44cf4917 Reviewed-on: https://chromium-review.googlesource.com/1108494Reviewed-by: 's avatarFrank Henigman <fjhenigman@chromium.org> Commit-Queue: Luc Ferron <lucferron@chromium.org>
parent 2ad498eb
......@@ -109,6 +109,9 @@ TEST_P(ClearTest, RGBA8Framebuffer)
// Test clearing a RGB8 Framebuffer with a color mask.
TEST_P(ClearTest, RGB8WithMaskFramebuffer)
{
// TODO(fjhenigman): Diagnose and fix http://anglebug.com/2681
ANGLE_SKIP_TEST_IF(IsOzone() && IsOpenGLES());
// TODO(lucferron): Figure out why this test fails on OSX / OpenGL.
// http://anglebug.com/2674
ANGLE_SKIP_TEST_IF(IsOSX() && IsDesktopOpenGL());
......
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