Commit 0713d27e authored by Maggie Chen's avatar Maggie Chen Committed by Commit Bot

Suppress WebglConformance rendering-sampling-feedback-loop test on Android

WebglConformance_conformance_rendering_rendering_sampling_feedback_loop fails
on chromium.gpu.fyi bots

Android FYI Release (Nexus 6P)
Android FYI Release (Nexus 6)
Android FYI Release (Nexus 6)

Skip this test for now.

Bug: 950301
Change-Id: I842a071259984f080017508fdff7693bcdaf0efd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1557086
Commit-Queue: Kenneth Russell <kbr@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#648754}
parent 4ad76581
...@@ -731,6 +731,8 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -731,6 +731,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance/glsl/bugs/' + self.Fail('conformance/glsl/bugs/' +
'varying-arrays-should-not-be-reversed.html', 'varying-arrays-should-not-be-reversed.html',
['android', ('qualcomm', 'Adreno (TM) 330')], bug=709704) ['android', ('qualcomm', 'Adreno (TM) 330')], bug=709704)
self.Skip('conformance/rendering/rendering-sampling-feedback-loop.html',
['android', ('qualcomm', 'Adreno (TM) 330'), 'no_passthrough'])
# Nexus 5X # Nexus 5X
# The following test recently became so flaky that it had to be # The following test recently became so flaky that it had to be
...@@ -866,6 +868,9 @@ class WebGLConformanceExpectations(GpuTestExpectations): ...@@ -866,6 +868,9 @@ class WebGLConformanceExpectations(GpuTestExpectations):
('qualcomm', 'Adreno (TM) 420'), ('qualcomm', 'Adreno (TM) 430')]) ('qualcomm', 'Adreno (TM) 420'), ('qualcomm', 'Adreno (TM) 430')])
self.Fail('conformance/glsl/misc/uninitialized-local-global-variables.html', self.Fail('conformance/glsl/misc/uninitialized-local-global-variables.html',
['android', ('qualcomm', 'Adreno (TM) 420')], bug=2046) # angle bug ID ['android', ('qualcomm', 'Adreno (TM) 420')], bug=2046) # angle bug ID
self.Skip('conformance/rendering/rendering-sampling-feedback-loop.html',
['android', ('qualcomm', 'Adreno (TM) 420'),
('qualcomm', 'Adreno (TM) 430'), 'no_passthrough'])
# Nexus 9 # Nexus 9
self.Fail('deqp/data/gles2/shaders/functions.html', self.Fail('deqp/data/gles2/shaders/functions.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