Skip to content

Commit

Permalink
Skip ReuploadingClearsTexture test on Mac.
Browse files Browse the repository at this point in the history
BUG=chromium:826576

Change-Id: If241e57480efe3aabfb30a2be453f05d45367e4a
Reviewed-on: https://chromium-review.googlesource.com/982910
Commit-Queue: Frank Henigman <fjhenigman@chromium.org>
Reviewed-by: Yuly Novikov <ynovikov@chromium.org>
  • Loading branch information
fjhenigman authored and Commit Bot committed Mar 28, 2018
1 parent e858cb1 commit c7575da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/gl_tests/RobustResourceInitTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c7575da

Please sign in to comment.