From 6788d37a1f4647fe71b58e64e3119d504764b92a Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Mon, 13 Mar 2023 21:28:21 -0400 Subject: [PATCH] panfrost/ci: Skip draw_buffers_indexed.random.* on Midgard These are (have always been) quite broken. Given that the whole section is already in the flakes.txt, and there's no plan for improving this (I've tried and fails), I'd rather just skip the section and reduce the noise in the #panfrost-ci channel. Signed-off-by: Alyssa Rosenzweig Reviewed-by: Emma Anholt Reviewed-by: Boris Brezillon Part-of: --- src/panfrost/ci/panfrost-t860-flakes.txt | 1 - src/panfrost/ci/panfrost-t860-skips.txt | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/panfrost/ci/panfrost-t860-flakes.txt b/src/panfrost/ci/panfrost-t860-flakes.txt index 0d3f6db0518..02aff76e16e 100644 --- a/src/panfrost/ci/panfrost-t860-flakes.txt +++ b/src/panfrost/ci/panfrost-t860-flakes.txt @@ -1,2 +1 @@ dEQP-GLES2.functional.fbo.render.shared_colorbuffer.rbo_rgba4_depth_component16 -dEQP-GLES3.functional.draw_buffers_indexed.random.* diff --git a/src/panfrost/ci/panfrost-t860-skips.txt b/src/panfrost/ci/panfrost-t860-skips.txt index e316f633195..67d7a8ae8b9 100644 --- a/src/panfrost/ci/panfrost-t860-skips.txt +++ b/src/panfrost/ci/panfrost-t860-skips.txt @@ -8,5 +8,5 @@ dEQP-GLES[0-9]*.functional.flush_finish.* # Slow, and indirect draws are emulated in Midgard anyway. dEQP-GLES31.functional.draw_indirect.compute_interop.large.* -# Marked as xfail but sometimes passes. -dEQP-GLES31.functional.draw_buffers_indexed.random.max_implementation_draw_buffers.7 +# Mix of passes, flakes, and fails, with little discernible pattern. Skip. +dEQP-GLES3.functional.draw_buffers_indexed.random.*