Commit f2afccca by Yuly Novikov Committed by Commit Bot

Skip UniformBufferTest.SimpleBufferChange on Mac NVIDIA GL

BUG=angleproject:2287 Change-Id: I1a5895a9b5c173b221da6ac511c05d8b7d646a5d Reviewed-on: https://chromium-review.googlesource.com/833287Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
parent 5b1180df
...@@ -1459,6 +1459,9 @@ TEST_P(UniformBufferTest, SimpleBindingChange) ...@@ -1459,6 +1459,9 @@ TEST_P(UniformBufferTest, SimpleBindingChange)
// Regression test for a dirty bit bug in ANGLE. Same as above but for the indexed bindings. // Regression test for a dirty bit bug in ANGLE. Same as above but for the indexed bindings.
TEST_P(UniformBufferTest, SimpleBufferChange) TEST_P(UniformBufferTest, SimpleBufferChange)
{ {
// anglebug.com/2287
ANGLE_SKIP_TEST_IF(IsOSX() && IsNVIDIA() && IsDesktopOpenGL());
ANGLE_GL_PROGRAM(program, kVertexShader, kFragmentShader); ANGLE_GL_PROGRAM(program, kVertexShader, kFragmentShader);
glBindAttribLocation(program, 0, "a_vertex"); glBindAttribLocation(program, 0, "a_vertex");
......
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