Commit 0e7f1e0f authored by Kenneth Russell's avatar Kenneth Russell Committed by Commit Bot

Suppress flaky WebGL video upload test.

conformance/textures/misc/tex-video-using-tex-unit-non-zero.html is
failing intermittently on all platforms. Going to rewrite the test for
better correctness and improve its diagnostics.

Bug: 830901
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: Ice9efc8cdcff75753bfd64c231dafc7c7a154790
Tbr: cwallez@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/1142698Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576349}
parent 6d3d90d3
...@@ -139,6 +139,11 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -139,6 +139,11 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Skip('conformance/rendering/texture-switch-performance.html', self.Skip('conformance/rendering/texture-switch-performance.html',
bug=735483) bug=735483)
# Flaky on multiple platforms. Going to rewrite the test to make
# it more obviously correct.
self.Flaky('conformance/textures/misc/' +
'tex-video-using-tex-unit-non-zero.html', bug=830901)
# Passthrough command decoder / OpenGL # Passthrough command decoder / OpenGL
self.Fail('conformance/renderbuffers/framebuffer-test.html', self.Fail('conformance/renderbuffers/framebuffer-test.html',
['passthrough', 'opengl'], bug=665521) ['passthrough', 'opengl'], bug=665521)
...@@ -646,9 +651,6 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -646,9 +651,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Flaky('conformance/textures/image_bitmap_from_video/' + self.Flaky('conformance/textures/image_bitmap_from_video/' +
'tex-2d-rgb-rgb-unsigned_byte.html', 'tex-2d-rgb-rgb-unsigned_byte.html',
['android', ('qualcomm', 'Adreno (TM) 418')], bug=716496) ['android', ('qualcomm', 'Adreno (TM) 418')], bug=716496)
self.Flaky('conformance/textures/misc/' +
'tex-video-using-tex-unit-non-zero.html',
['android', ('qualcomm', 'Adreno (TM) 418')], bug=793050)
self.Fail('conformance/uniforms/uniform-samplers-test.html', self.Fail('conformance/uniforms/uniform-samplers-test.html',
['android', ('qualcomm', 'Adreno (TM) 418'), 'no_passthrough'], ['android', ('qualcomm', 'Adreno (TM) 418'), 'no_passthrough'],
bug=610951) bug=610951)
...@@ -697,12 +699,12 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -697,12 +699,12 @@ class WebGLConformanceExpectations(GpuTestExpectations):
'copy-tex-image-and-sub-image-2d.html', 'copy-tex-image-and-sub-image-2d.html',
['android', ('qualcomm', 'Adreno (TM) 420'), 'no_passthrough'], ['android', ('qualcomm', 'Adreno (TM) 420'), 'no_passthrough'],
bug=499555) bug=499555)
self.Flaky('conformance/textures/misc/' + # self.Flaky('conformance/textures/misc/' +
'tex-video-using-tex-unit-non-zero.html', # 'tex-video-using-tex-unit-non-zero.html',
['android', ('qualcomm', 'Adreno (TM) 420')], bug=830901) # ['android', ('qualcomm', 'Adreno (TM) 420')], bug=830901)
self.Flaky('conformance/textures/misc/' + # self.Flaky('conformance/textures/misc/' +
'tex-video-using-tex-unit-non-zero.html', # 'tex-video-using-tex-unit-non-zero.html',
['android', ('qualcomm', 'Adreno (TM) 430')], bug=830901) # ['android', ('qualcomm', 'Adreno (TM) 430')], bug=830901)
self.Fail('conformance/uniforms/uniform-samplers-test.html', self.Fail('conformance/uniforms/uniform-samplers-test.html',
['android', ('qualcomm', 'Adreno (TM) 430'), 'no_passthrough'], ['android', ('qualcomm', 'Adreno (TM) 430'), 'no_passthrough'],
bug=663071) bug=663071)
...@@ -721,9 +723,9 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -721,9 +723,9 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['android', 'nvidia'], bug=478572) ['android', 'nvidia'], bug=478572)
self.Fail('conformance/glsl/bugs/multiplication-assignment.html', self.Fail('conformance/glsl/bugs/multiplication-assignment.html',
['android', 'nvidia'], bug=606096) ['android', 'nvidia'], bug=606096)
self.Flaky('conformance/textures/misc/' + # self.Flaky('conformance/textures/misc/' +
'tex-video-using-tex-unit-non-zero.html', # 'tex-video-using-tex-unit-non-zero.html',
['android', 'nvidia'], bug=830901) # ['android', 'nvidia'], bug=830901)
# Nexus 9 and Shield TV (NVIDIA GPUs currently on the waterfall) # Nexus 9 and Shield TV (NVIDIA GPUs currently on the waterfall)
self.Fail('conformance/ogles/GL/array/array_001_to_006.html', self.Fail('conformance/ogles/GL/array/array_001_to_006.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