Commit 62939923 authored by Kenneth Russell's avatar Kenneth Russell Committed by Commit Bot

Suppress canvas-alpha-bug failure on Mac Intel Haswell GPUs.

conformance/rendering/canvas-alpha-bug.html is failing on this
configuration on 10.13 and later. Rather than specialize the
suppression for multiple OS versions, suppress it on this GPU type.

Tbr: jdarpinian@chromium.org
No-Try: True
Bug: 886970
Change-Id: Ifeeaa59aca1c232b3d3eda6b2a82b35451c8a2bc
Reviewed-on: https://chromium-review.googlesource.com/c/1298199
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#602479}
parent 58062c0d
...@@ -789,6 +789,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -789,6 +789,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac', 'amd'], bug=642822) ['mac', 'amd'], bug=642822)
# Mac Intel # Mac Intel
self.Fail('conformance/rendering/canvas-alpha-bug.html',
['mac', ('intel', 0x0a2e)], bug=886970)
self.Fail('conformance2/rendering/framebuffer-texture-level1.html', self.Fail('conformance2/rendering/framebuffer-texture-level1.html',
['mac', 'intel'], bug=680278) ['mac', 'intel'], bug=680278)
self.Fail('conformance2/textures/misc/angle-stuck-depth-textures.html', self.Fail('conformance2/textures/misc/angle-stuck-depth-textures.html',
......
...@@ -602,9 +602,12 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -602,9 +602,12 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# ['mac', 'amd', 'release'], bug=735483) # ['mac', 'amd', 'release'], bug=735483)
# Mac Intel # Mac Intel
self.Fail('conformance/rendering/canvas-alpha-bug.html',
['mac', ('intel', 0x0a2e)], bug=886970)
self.Fail('conformance/rendering/rendering-stencil-large-viewport.html', self.Fail('conformance/rendering/rendering-stencil-large-viewport.html',
['mac', 'intel'], bug=782317) ['mac', 'intel'], bug=782317)
# Mac Retina NVidia failures # Mac Retina NVidia failures
self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html', self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
['mac', ('nvidia', 0xfe9)], bug=635081) ['mac', ('nvidia', 0xfe9)], bug=635081)
......
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