From 5c07f7c427c5bec71665a9c0fd192c2e16376283 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Thu, 24 Feb 2022 09:47:05 -0500 Subject: [PATCH] panfrost/ci: Move T720 flakes to skips Doesn't seem like these will be resolved anytime soon.. Signed-off-by: Alyssa Rosenzweig Suggested-and-acked-by: Daniel Stone Part-of: --- src/panfrost/ci/panfrost-t720-flakes.txt | 4 ---- src/panfrost/ci/panfrost-t720-skips.txt | 6 ++++++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/panfrost/ci/panfrost-t720-flakes.txt b/src/panfrost/ci/panfrost-t720-flakes.txt index b1ec89b378d..e69de29bb2d 100644 --- a/src/panfrost/ci/panfrost-t720-flakes.txt +++ b/src/panfrost/ci/panfrost-t720-flakes.txt @@ -1,4 +0,0 @@ -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.* diff --git a/src/panfrost/ci/panfrost-t720-skips.txt b/src/panfrost/ci/panfrost-t720-skips.txt index 5ec2c169100..4b8d1e7ffe8 100644 --- a/src/panfrost/ci/panfrost-t720-skips.txt +++ b/src/panfrost/ci/panfrost-t720-skips.txt @@ -5,3 +5,9 @@ # 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.*