Commit 6d96c420 authored by jchen10's avatar jchen10 Committed by Commit Bot

Skip gl_FragCoord in Win/Intel/GL WebGL test.

It causes no-over-optimization-on-uniform-array cases failing
consistently.

TBR=kbr@chromium.org

Bug: 884210
Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel
Change-Id: I5e61cdcfd793fb3a7916b9c25acca535d61771fd
Reviewed-on: https://chromium-review.googlesource.com/1235327Reviewed-by: default avatarYuly Novikov <ynovikov@chromium.org>
Reviewed-by: default avatarJamie Madill <jmadill@chromium.org>
Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#592820}
parent 50439b88
......@@ -400,6 +400,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['passthrough', 'opengl', 'intel'], bug=602688)
# Passthrough command decoder / Windows / OpenGL / Intel
# This case causes no-over-optimization-on-uniform-array fail.
self.Skip('conformance/ogles/GL/gl_FragCoord/gl_FragCoord_001_to_003.html',
['win', 'passthrough', 'opengl', 'intel'], bug=884210)
self.Flaky('conformance/glsl/variables/gl-pointcoord.html',
['win', 'passthrough', 'opengl', 'intel'], bug=854100)
self.Fail('conformance2/textures/misc/copy-texture-image-same-texture.html',
......@@ -407,12 +410,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/renderbuffers/' +
'multisampled-depth-renderbuffer-initialization.html',
['win', 'passthrough', 'opengl', 'intel'], bug=2760) # ANGLE bug
self.Fail('conformance/uniforms/' +
'no-over-optimization-on-uniform-array-06.html',
['win', 'passthrough', 'opengl', 'intel'], bug=884210)
self.Fail('conformance/uniforms/' +
'no-over-optimization-on-uniform-array-16.html',
['win', 'passthrough', 'opengl', 'intel'], bug=602688)
self.Fail('conformance/glsl/constructors/glsl-construct-mat2.html',
['win', 'passthrough', 'opengl', 'intel'], bug=602688)
self.Fail('conformance2/textures/misc/texture-npot.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