Skip to content

Commit

Permalink
Skip RobustResourceInitTestES3.MaskedStencilClearBuffer on Intel Mac.
Browse files Browse the repository at this point in the history
BUG=angleproject:2408

Change-Id: I5994b5ade3c533743c9fc52915aa1d5faca3dd8f
Reviewed-on: https://chromium-review.googlesource.com/984292
Reviewed-by: Geoff Lang <geofflang@chromium.org>
  • Loading branch information
vonture committed Mar 28, 2018
1 parent c7575da commit 78c5eb2
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 @@ -1282,6 +1282,9 @@ TEST_P(RobustResourceInitTestES3, MaskedStencilClearBuffer)
{
ANGLE_SKIP_TEST_IF(!hasGLExtension());

// http://anglebug.com/2408
ANGLE_SKIP_TEST_IF(IsOSX() && IsOpenGL() && IsIntel());

// http://anglebug.com/2407
ANGLE_SKIP_TEST_IF(IsAndroid());

Expand Down

0 comments on commit 78c5eb2

Please sign in to comment.