Commit c7575da5 by Frank Henigman Committed by Commit Bot

Skip ReuploadingClearsTexture test on Mac.

BUG=chromium:826576 Change-Id: If241e57480efe3aabfb30a2be453f05d45367e4a Reviewed-on: https://chromium-review.googlesource.com/982910 Commit-Queue: Frank Henigman <fjhenigman@chromium.org> Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org>
parent e858cb1d
......@@ -531,6 +531,9 @@ TEST_P(RobustResourceInitTest, ReuploadingClearsTexture)
{
ANGLE_SKIP_TEST_IF(!hasGLExtension());
// crbug.com/826576
ANGLE_SKIP_TEST_IF(IsOSX() && IsNVIDIA() && IsDesktopOpenGL());
// Put some data into the texture
std::array<GLColor, kWidth * kHeight> data;
data.fill(GLColor::white);
......
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