Commit 9243273c authored by Yuly Novikov's avatar Yuly Novikov Committed by Commit Bot

Mark several WebGL2 CTS Flaky on Win NVIDIA OpenGL

conformance2/textures/canvas_sub_rectangle/tex-2d-r11f_g11f_b10f-rgb-float.html
conformance2/textures/canvas_sub_rectangle/tex-2d-rg32f-rg-float.html
conformance2/textures/webgl_canvas/tex-3d-rgba32f-rgba-float.html
deqp/functional/gles3/shadercommonfunction.html
deqp/functional/gles3/shaderpackingfunction.html

Removed existing Fail expectation for
conformance2/textures/canvas_sub_rectangle/tex-2d-rg32f-rg-float.html
on passthrough Win NVIDIA OpenGL, since the tests run validating CB.

BUG=795030,794340
TBR=kbr@chromium.org,zmo@chromium.org

Cq-Include-Trybots: master.tryserver.chromium.android:android_optional_gpu_tests_rel;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
Change-Id: I9fe3675ac9aa0b68b7884273294dc1210ada4bad
Reviewed-on: https://chromium-review.googlesource.com/835135
Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
Reviewed-by: default avatarYuly Novikov <ynovikov@chromium.org>
Cr-Commit-Position: refs/heads/master@{#525237}
parent 10d64836
...@@ -172,19 +172,32 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -172,19 +172,32 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['win', 'nvidia', 'opengl'], bug=709874) ['win', 'nvidia', 'opengl'], bug=709874)
self.Flaky('conformance2/rendering/attrib-type-match.html', self.Flaky('conformance2/rendering/attrib-type-match.html',
['win', 'nvidia', 'opengl'], bug=782254) ['win', 'nvidia', 'opengl'], bug=782254)
self.Flaky('conformance2/textures/canvas_sub_rectangle/' +
'tex-2d-r11f_g11f_b10f-rgb-float.html',
['win', 'nvidia', 'opengl'], bug=795030)
self.Fail('conformance2/textures/canvas_sub_rectangle/' + self.Fail('conformance2/textures/canvas_sub_rectangle/' +
'tex-2d-rg16f-rg-half_float.html', 'tex-2d-r16f-red-float.html',
['win', 'nvidia', 'opengl'], bug=784849) ['win', 'nvidia', 'opengl'], bug=786716)
self.Fail('conformance2/textures/canvas_sub_rectangle/' + self.Fail('conformance2/textures/canvas_sub_rectangle/' +
'tex-2d-r8-red-unsigned_byte.html', 'tex-2d-r8-red-unsigned_byte.html',
['win', 'nvidia', 'opengl'], bug=784849) ['win', 'nvidia', 'opengl'], bug=784849)
self.Fail('conformance2/textures/canvas_sub_rectangle/' + self.Fail('conformance2/textures/canvas_sub_rectangle/' +
'tex-2d-r16f-red-float.html', 'tex-2d-rg16f-rg-half_float.html',
['win', 'nvidia', 'opengl'], bug=786716) ['win', 'nvidia', 'opengl'], bug=784849)
self.Flaky('conformance2/textures/canvas_sub_rectangle/' +
'tex-2d-rg32f-rg-float.html',
['win', 'nvidia', 'opengl'], bug=795030)
self.Flaky('conformance2/textures/webgl_canvas/' +
'tex-3d-rgba32f-rgba-float.html',
['win', 'nvidia', 'opengl'], bug=795030)
self.Fail('conformance2/rendering/instanced-rendering-bug.html', self.Fail('conformance2/rendering/instanced-rendering-bug.html',
['win', 'nvidia', 'opengl'], bug=791289) ['win', 'nvidia', 'opengl'], bug=791289)
self.Fail('conformance2/rendering/canvas-resizing-with-pbo-bound.html', self.Fail('conformance2/rendering/canvas-resizing-with-pbo-bound.html',
['win', 'nvidia', 'opengl'], bug=794613) ['win', 'nvidia', 'opengl'], bug=794613)
self.Flaky('deqp/functional/gles3/shadercommonfunction.html',
['win', 'nvidia', 'opengl'], bug=795030)
self.Flaky('deqp/functional/gles3/shaderpackingfunction.html',
['win', 'nvidia', 'opengl'], bug=795030)
# Win / AMD # Win / AMD
self.Fail('conformance2/rendering/blitframebuffer-stencil-only.html', self.Fail('conformance2/rendering/blitframebuffer-stencil-only.html',
...@@ -323,11 +336,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations): ...@@ -323,11 +336,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance/renderbuffers/framebuffer-state-restoration.html', self.Fail('conformance/renderbuffers/framebuffer-state-restoration.html',
['passthrough', 'opengl', 'intel'], bug=602688) ['passthrough', 'opengl', 'intel'], bug=602688)
# Passthrough command decoder / Win / OpenGL / NVIDIA
self.Fail('conformance2/textures/canvas_sub_rectangle/' +
'tex-2d-rg32f-rg-float.html',
['win', 'passthrough', 'opengl', 'nvidia'], bug=794340)
# Passthrough command decoder / Linux / OpenGL / NVIDIA # Passthrough command decoder / Linux / OpenGL / NVIDIA
self.Fail('conformance/textures/image_bitmap_from_video/' + self.Fail('conformance/textures/image_bitmap_from_video/' +
'tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.html', 'tex-2d-luminance_alpha-luminance_alpha-unsigned_byte.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