Commit 92727df9 authored by James Darpinian's avatar James Darpinian Committed by Commit Bot

WebGL: suppress AMD test failure

conformance2/textures/misc/copy-texture-image-same-texture.html is
failing on AMD even after http://crrev.com/c/1356330. Suppressing the
failure.

TBR: kbr@chromium.org
Bug: 809233, 911216
Change-Id: I56138fe20025eb4836f9b588755fcdc71ba88055
Reviewed-on: https://chromium-review.googlesource.com/c/1359129Reviewed-by: default avatarJames Darpinian <jdarpinian@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: James Darpinian <jdarpinian@chromium.org>
Cr-Commit-Position: refs/heads/master@{#613230}
parent 0c82881c
......@@ -1041,6 +1041,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/vertex_arrays/' +
'vertex-array-object-and-disabled-attributes.html',
['linux', 'amd'], bug=899754)
self.Fail('conformance2/textures/misc/copy-texture-image-same-texture.html',
['linux', 'no_passthrough', 'amd'], bug=911216)
self.Fail('deqp/functional/gles3/texturespecification/' +
'teximage2d_pbo_cube_00.html',
......
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