etnaviv/ci: remove dEQP-GLES2.functional.polygon_offset.default_enable fail

This test already passed when executed standalone, but hit a issue triggered
by switching between fast and slow ZS clears when executed together with other
dEQP tests. This issue has been fixed by the previous commit, so we can drop
the fail from the CI expectation now.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Christian Gmeiner <cgmeiner@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34029>
This commit is contained in:
Lucas Stach 2025-03-12 17:42:34 +01:00 committed by Marge Bot
parent fb0f9e6352
commit 25338cb295
3 changed files with 0 additions and 3 deletions

View file

@ -632,7 +632,6 @@ spec@arb_texture_rectangle@copyteximage rect samples=2,Fail
spec@arb_texture_rectangle@copyteximage rect samples=4,Fail
# Added on 2025-01-30
dEQP-GLES2.functional.polygon_offset.default_enable,Fail
dEQP-GLES2.functional.shaders.operator.selection.highp_float_fragment,Fail
dEQP-GLES2.functional.shaders.operator.selection.highp_int_fragment,Fail
dEQP-GLES2.functional.shaders.operator.selection.highp_ivec2_fragment,Fail

View file

@ -10,7 +10,6 @@ dEQP-GLES2.functional.fbo.render.color_clear.rbo_rgba4_stencil_index8,Fail
dEQP-GLES2.functional.fbo.render.color_clear.rbo_rgba4,Fail
dEQP-GLES2.functional.fragment_ops.random.3,Fail
dEQP-GLES2.functional.fragment_ops.random.36,Fail
dEQP-GLES2.functional.polygon_offset.default_enable,Fail
dEQP-GLES2.functional.shaders.invariance.highp.loop_2,Fail
dEQP-GLES2.functional.shaders.invariance.highp.subexpression_precision_lowp,Fail
dEQP-GLES2.functional.shaders.invariance.lowp.loop_2,Fail

View file

@ -4,7 +4,6 @@ dEQP-GLES2.functional.fbo.render.color_clear.rbo_rgba4,Fail
dEQP-GLES2.functional.fbo.render.color_clear.rbo_rgba4_stencil_index8,Fail
dEQP-GLES2.functional.fragment_ops.random.36,Fail
dEQP-GLES2.functional.fragment_ops.random.3,Fail
dEQP-GLES2.functional.polygon_offset.default_enable,Fail
dEQP-GLES2.functional.shaders.builtin_variable.fragcoord_w,Fail
dEQP-GLES2.functional.shaders.builtin_variable.fragcoord_xyz,Fail
dEQP-GLES2.functional.shaders.operator.selection.highp_float_fragment,Fail