Skip to content

Commit 04d7be3

Browse files
y-novikovCommit Bot
authored andcommitted
Skip InstancingTest.NonIndexed* with non-zero Offset on Mac Mini 8.1
Bug: angleproject:5271 Change-Id: I644b28670ce0501407797f7ae7e749a66a63d84e Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2508975 Reviewed-by: Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
1 parent 646cf5b commit 04d7be3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tests/gl_tests/InstancingTest.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,10 @@ class InstancingTest : public ANGLETest
122122
// Unknown problem. FL9_3 is not officially supported anyway.
123123
ANGLE_SKIP_TEST_IF(IsD3D11_FL93() && geometry == Quad && draw == NonIndexed);
124124

125+
// http://anglebug.com/5271
126+
ANGLE_SKIP_TEST_IF(IsOSX() && IsIntelUHD630Mobile() && IsDesktopOpenGL() &&
127+
draw == NonIndexed && offset != 0);
128+
125129
// The window is divided into kMaxDrawn slices of size kDrawSize.
126130
// The slice drawn into is determined by the instance datum.
127131
// The instance data array selects all the slices in order.

0 commit comments

Comments
 (0)