Commit 566d8f2b authored by Kenneth Russell's avatar Kenneth Russell Committed by Commit Bot

Suppress further flake on Mac NVIDIA.

conformance/ogles/GL/exp2/exp2_001_to_008.html is flaking in the WebGL
2.0 suite as well, not just the WebGL 1.0 suite.

Tbr: senorblanco@chromium.org
Bug: 923080
Change-Id: I9aef3e7035d82f66e84ed76d1a93697329f3225b
Reviewed-on: https://chromium-review.googlesource.com/c/1441471Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#626882}
parent 578620bf
...@@ -492,6 +492,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -492,6 +492,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Flaky( self.Flaky(
'conformance/extensions/webgl-compressed-texture-size-limit.html', 'conformance/extensions/webgl-compressed-texture-size-limit.html',
['mac', ('nvidia', 0xfe9)], bug=483282) ['mac', ('nvidia', 0xfe9)], bug=483282)
self.Flaky('conformance/ogles/GL/exp2/exp2_001_to_008.html',
['mac', ('nvidia', 0xfe9)], bug=923080)
self.Fail('conformance/programs/' + self.Fail('conformance/programs/' +
'gl-bind-attrib-location-long-names-test.html', 'gl-bind-attrib-location-long-names-test.html',
['mac', ('nvidia', 0xfe9)], bug=483282) ['mac', ('nvidia', 0xfe9)], bug=483282)
......
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