Commit edb7fd1c authored by zmo's avatar zmo Committed by Commit bot

Update WebGL2 conformance test expectations.

BUG=
TEST=webgl2_conformance
TBR=qiankun.miao@intel.com
NOTRY=true
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel

Review-Url: https://codereview.chromium.org/2177653005
Cr-Commit-Position: refs/heads/master@{#407301}
parent d9357efc
......@@ -42,8 +42,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
self.Fail('conformance2/rendering/attrib-type-match.html', bug=627193)
self.Fail('conformance2/transform_feedback/' +
'unwritten-output-defaults-to-zero.html', bug=1441) # ANGLE bug
......@@ -55,27 +53,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/functional/gles3/multisample.html',
['amd'], bug=617290)
self.Fail('conformance2/rendering/framebuffer-unsupported.html',
bug=628861)
self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
bug=1450) # ANGLE bug
# self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
# ['mac'], bug=483282)
# self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
# ['linux', 'amd', 'intel'], bug=483282)
self.Fail('conformance/textures/image_bitmap_from_canvas/' +
'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
['win'], bug=628954)
self.Fail('conformance/textures/image_bitmap_from_canvas/' +
'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
['win'], bug=628954)
self.Fail('conformance/textures/image_bitmap_from_canvas/' +
'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
['win'], bug=628954)
# Windows only.
self.Fail('conformance/glsl/bugs/' +
'pow-of-small-constant-in-user-defined-function.html',
['win'], bug=485641)
......@@ -101,6 +80,16 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance/textures/webgl_canvas/' +
'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
['win'], bug=483282)
self.Fail('conformance/textures/image_bitmap_from_canvas/' +
'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
['win'], bug=628954)
self.Fail('conformance/textures/image_bitmap_from_canvas/' +
'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
['win'], bug=628954)
self.Fail('conformance/textures/image_bitmap_from_canvas/' +
'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
['win'], bug=628954)
self.Fail('deqp/data/gles2/shaders/functions.html',
['win'], bug=478572)
......@@ -213,6 +202,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Flaky('deqp/*', ['win', 'intel'], bug=628395)
# Mac only.
self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
['mac'], bug=483282)
self.Flaky('deqp/functional/gles3/shaderindexing/varying.html',
['mac'], bug=619264)
self.Fail('deqp/functional/gles3/shaderloop_do_while.html',
......@@ -538,6 +529,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Flaky('deqp/functional/gles3/texturespecification/' +
'random_teximage2d_2d.html',
['linux', 'amd', 'intel'], bug=618447)
self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
['linux', 'amd', 'intel'], bug=483282)
# Linux with ANGLE only
self.Fail('conformance/misc/uninitialized-test.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