Commit 948dc61f authored by James Darpinian's avatar James Darpinian Committed by Commit Bot

WebGL: Unsuppress fixed tests

conformance/textures/misc/texture-active-bind.html
was fixed on Windows in
https://github.com/KhronosGroup/WebGL/pull/2819

LUMINANCE/ALPHA emulation fixes in http://crrev.com/c/1545512
fixed these tests on Android Qualcomm:
conformance2/textures/misc/tex-new-formats.html
conformance2/textures/misc/copy-texture-image-luma-format.html
deqp/functional/gles3/textureformat/unsized_2d_array.html
deqp/functional/gles3/textureformat/unsized_3d.html

TBR: kbr@chromium.org
Bug: 931006, 906740, 947236
Change-Id: I5c3a79c17b6a263b1a52f0a9fa646de591e370b2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1559756Reviewed-by: default avatarJames Darpinian <jdarpinian@chromium.org>
Commit-Queue: James Darpinian <jdarpinian@chromium.org>
Cr-Commit-Position: refs/heads/master@{#649767}
parent 5c45af44
......@@ -120,8 +120,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['win', 'no_passthrough'], bug=3033) # angle bug ID
self.Fail('conformance2/glsl3/tricky-loop-conditions.html',
['win'], bug=1465) # anglebug.com/1465
self.Fail('conformance/textures/misc/texture-active-bind.html',
['win'], bug=931006)
# Win / NVidia
self.Flaky('deqp/functional/gles3/fbomultisample*',
......@@ -1392,18 +1390,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/textures/video/' +
'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html',
['android', 'qualcomm'], bug=906735)
self.Fail('conformance2/textures/misc/tex-new-formats.html',
['android', 'qualcomm'], bug=906740)
self.Fail('conformance2/textures/misc/copy-texture-image-luma-format.html',
['android', 'qualcomm'], bug=906740)
# This test is failing on Android Pixel 2 and 3 (Qualcomm)
# Seems to be an OpenGL ES bug.
self.Fail('conformance2/rendering/vertex-id.html',
['android', 'qualcomm'], bug=945903)
self.Fail('deqp/functional/gles3/textureformat/unsized_2d_array.html',
['android', 'qualcomm'], bug=906740)
self.Fail('deqp/functional/gles3/textureformat/unsized_3d.html',
['android', 'qualcomm'], bug=906740)
self.Fail('deqp/functional/gles3/shaderderivate_dfdy.html',
['android', 'qualcomm'], bug=906745)
self.Flaky('deqp/functional/gles3/multisample.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