From 2f957d5bad6c7b4e2285917ec25405bffee3be73 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Wed, 4 Feb 2026 12:43:16 +0100 Subject: [PATCH] pan/ci: clean up t720 expectations There's a lot that has been fixed, but nobody has been paying attentions to t720. Let's update the results. In addition, we used to do skips here instead of flakes. Not sure why, flakes works just fine. Reviewed-by: Lars-Ivar Hesselberg Simonsen Acked-by: Daniel Stone Part-of: --- src/panfrost/ci/panfrost-t720-fails.txt | 20 -------------------- src/panfrost/ci/panfrost-t720-flakes.txt | 4 ++++ src/panfrost/ci/panfrost-t720-skips.txt | 10 ---------- 3 files changed, 4 insertions(+), 30 deletions(-) diff --git a/src/panfrost/ci/panfrost-t720-fails.txt b/src/panfrost/ci/panfrost-t720-fails.txt index d5b56da96f3..3e531cff9f4 100644 --- a/src/panfrost/ci/panfrost-t720-fails.txt +++ b/src/panfrost/ci/panfrost-t720-fails.txt @@ -1,23 +1,3 @@ -dEQP-GLES2.functional.fragment_ops.blend.equation_src_func_dst_func.add_src_color_one_minus_dst_alpha,Fail -dEQP-GLES2.functional.fragment_ops.blend.equation_src_func_dst_func.reverse_subtract_one_minus_dst_alpha_one_minus_src_alpha,Fail -dEQP-GLES2.functional.fragment_ops.blend.equation_src_func_dst_func.reverse_subtract_one_minus_dst_color_one_minus_src_alpha,Fail -dEQP-GLES2.functional.fragment_ops.blend.equation_src_func_dst_func.subtract_constant_alpha_one_minus_constant_color,Fail -dEQP-GLES2.functional.fragment_ops.blend.equation_src_func_dst_func.subtract_src_color_dst_color,Fail -dEQP-GLES2.functional.fragment_ops.blend.rgb_func_alpha_func.dst.one_minus_constant_alpha_dst_color,Fail -dEQP-GLES2.functional.fragment_ops.blend.rgb_func_alpha_func.dst.one_minus_constant_alpha_one_minus_dst_alpha,Fail -dEQP-GLES2.functional.fragment_ops.blend.rgb_func_alpha_func.dst.src_color_one_minus_src_color,Fail -dEQP-GLES2.functional.fragment_ops.blend.rgb_func_alpha_func.dst.src_color_zero,Fail -dEQP-GLES2.functional.fragment_ops.blend.rgb_func_alpha_func.src.constant_alpha_constant_alpha,Fail -dEQP-GLES2.functional.fragment_ops.blend.rgb_func_alpha_func.src.dst_alpha_constant_alpha,Fail -dEQP-GLES2.functional.fragment_ops.blend.rgb_func_alpha_func.src.one_constant_color,Fail -dEQP-GLES2.functional.fragment_ops.blend.rgb_func_alpha_func.src.one_minus_constant_color_one_minus_constant_alpha,Fail -dEQP-GLES2.functional.fragment_ops.blend.rgb_func_alpha_func.src.src_alpha_saturate_one_minus_src_color,Fail -dEQP-GLES2.functional.fragment_ops.interaction.basic_shader.18,Fail -dEQP-GLES2.functional.fragment_ops.interaction.basic_shader.4,Fail -dEQP-GLES2.functional.fragment_ops.interaction.basic_shader.62,Fail -dEQP-GLES2.functional.fragment_ops.interaction.basic_shader.73,Fail -dEQP-GLES2.functional.fragment_ops.interaction.basic_shader.81,Fail -dEQP-GLES2.functional.fragment_ops.random.43,Fail dEQP-GLES2.functional.fbo.completeness.renderable.texture.color0.rgb_half_float_oes,Fail dEQP-GLES2.functional.texture.vertex.cube.filtering.nearest_mipmap_linear_linear_clamp,Fail dEQP-GLES2.functional.texture.vertex.cube.filtering.nearest_mipmap_linear_linear_mirror,Fail diff --git a/src/panfrost/ci/panfrost-t720-flakes.txt b/src/panfrost/ci/panfrost-t720-flakes.txt index e69de29bb2d..5c89ebd8623 100644 --- a/src/panfrost/ci/panfrost-t720-flakes.txt +++ b/src/panfrost/ci/panfrost-t720-flakes.txt @@ -0,0 +1,4 @@ +dEQP-GLES2.functional.fragment_ops.blend.equation_src_func_dst_func.add_src_color_one_minus_constant_alpha +dEQP-GLES2.functional.fragment_ops.blend.equation_src_func_dst_func.subtract_src_alpha_constant_alpha +dEQP-GLES2.functional.fragment_ops.blend.rgb_func_alpha_func.dst.one_minus_src_color_dst_alpha +dEQP-GLES2.functional.fragment_ops.random.49 diff --git a/src/panfrost/ci/panfrost-t720-skips.txt b/src/panfrost/ci/panfrost-t720-skips.txt index 4b8d1e7ffe8..824ea20af4c 100644 --- a/src/panfrost/ci/panfrost-t720-skips.txt +++ b/src/panfrost/ci/panfrost-t720-skips.txt @@ -1,13 +1,3 @@ # Note: skips lists for CI are just a list of lines that, when # non-zero-length and not starting with '#', will regex match to # delete lines from the test list. Be careful. - -# Needs investigation -dEQP-GLES2.functional.fbo.render.shared_colorbuffer.rbo_rgb565_depth_component16 -dEQP-GLES2.functional.fbo.render.shared_colorbuffer.tex2d_rgba_depth_component16 - -# Blending seems unstable on T720, skip to avoid flakes -dEQP-GLES2.functional.fragment_ops.interaction.basic_shader.* -dEQP-GLES2.functional.fragment_ops.random.* -dEQP-GLES2.functional.fragment_ops.blend.equation_src_func_dst_func.* -dEQP-GLES2.functional.fragment_ops.blend.rgb_func_alpha_func.*