Commit 2bb6a5d1 by Yuly Novikov Committed by Commit Bot

Skip WebGLCompatibilityTest.EnablePixelBufferObjectExtensions

Crashes on Mac Mini 8.1 Bug: angleproject:5268 Change-Id: I18cab39a8b6a8703e798cd8fb14d498a3a611eec Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2508969Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent 5c79613f
...@@ -594,6 +594,9 @@ TEST_P(WebGLCompatibilityTest, EnablePixelBufferObjectExtensions) ...@@ -594,6 +594,9 @@ TEST_P(WebGLCompatibilityTest, EnablePixelBufferObjectExtensions)
// These extensions become core in in ES3/WebGL2. // These extensions become core in in ES3/WebGL2.
ANGLE_SKIP_TEST_IF(getClientMajorVersion() >= 3); ANGLE_SKIP_TEST_IF(getClientMajorVersion() >= 3);
// http://anglebug.com/5268
ANGLE_SKIP_TEST_IF(IsOSX() && IsIntelUHD630Mobile() && IsDesktopOpenGL());
GLBuffer buffer; GLBuffer buffer;
glBindBuffer(GL_PIXEL_PACK_BUFFER, buffer); glBindBuffer(GL_PIXEL_PACK_BUFFER, buffer);
EXPECT_GL_ERROR(GL_INVALID_ENUM); EXPECT_GL_ERROR(GL_INVALID_ENUM);
......
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