Commit 943a38a5 by Yuly Novikov Committed by Commit Bot

Skip ClearTest.ChangeFramebufferAttachmentFromRGBAtoRGB on Mac

Nvidia and Intel Desktop GL. Bug: angleproject:2689 Change-Id: Id26ad3bd765f2410e76c79b870baf9c2ea4e2044 Reviewed-on: https://chromium-review.googlesource.com/1115770Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent e0234aeb
...@@ -113,6 +113,7 @@ TEST_P(ClearTest, ChangeFramebufferAttachmentFromRGBAtoRGB) ...@@ -113,6 +113,7 @@ TEST_P(ClearTest, ChangeFramebufferAttachmentFromRGBAtoRGB)
// TODO(lucferron): Diagnose and fix this on D3D9 and 11. // TODO(lucferron): Diagnose and fix this on D3D9 and 11.
// http://anglebug.com/2689 // http://anglebug.com/2689
ANGLE_SKIP_TEST_IF(IsD3D9() || IsD3D11() || (IsOzone() && IsOpenGLES())); ANGLE_SKIP_TEST_IF(IsD3D9() || IsD3D11() || (IsOzone() && IsOpenGLES()));
ANGLE_SKIP_TEST_IF(IsOSX() && (IsNVIDIA() || IsIntel()) && IsDesktopOpenGL());
ANGLE_GL_PROGRAM(program, angle::essl1_shaders::vs::Simple(), ANGLE_GL_PROGRAM(program, angle::essl1_shaders::vs::Simple(),
angle::essl1_shaders::fs::UniformColor()); angle::essl1_shaders::fs::UniformColor());
......
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