Commit 42e8ac59 authored by zmo's avatar zmo Committed by Commit bot

Suppress WebGL 2 test compressed-tex-image.html on mac.

BUG=565438
TEST=GPU FYI bots
TBR=bajones@chromium.org
NOTRY=true

Review URL: https://codereview.chromium.org/1493553008

Cr-Commit-Position: refs/heads/master@{#363009}
parent d58c4298
...@@ -221,6 +221,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -221,6 +221,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/renderbuffers/framebuffer-object-attachment.html', self.Fail('conformance2/renderbuffers/framebuffer-object-attachment.html',
['mac'], bug=564020) ['mac'], bug=564020)
self.Fail('conformance2/textures/misc/compressed-tex-image.html',
['mac'], bug=565438)
# Mac 10.9 only. # Mac 10.9 only.
self.Fail('conformance2/textures/misc/tex-mipmap-levels.html', self.Fail('conformance2/textures/misc/tex-mipmap-levels.html',
['mavericks'], bug=483282) ['mavericks'], 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