From 42e17a948efdc193a08e05a84d8a8d22040d13a2 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Fri, 23 Jan 2026 16:36:49 -0800 Subject: [PATCH] lima/ci: Remove erroneous skips. When you get UnexpectedResult(skip), that means take your xfail out because it's now skipping. Which is the fix, instead of "take the xfail out and add it to manual skips". Fixes: e54440d15e92 ("Uprev Piglit to a3826de3c26a279599d15b018a9a3e75ca46f4f8") Part-of: --- src/gallium/drivers/lima/ci/lima-skips.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/gallium/drivers/lima/ci/lima-skips.txt b/src/gallium/drivers/lima/ci/lima-skips.txt index 5832c0d6087..4f390d34870 100644 --- a/src/gallium/drivers/lima/ci/lima-skips.txt +++ b/src/gallium/drivers/lima/ci/lima-skips.txt @@ -105,10 +105,3 @@ spec@ext_framebuffer_object@fbo-blending-formats@GL_RGB12 spec@ext_framebuffer_object@fbo-blending-formats@GL_RGB16 spec@ext_framebuffer_object@fbo-blending-formats@GL_RGB5 spec@ext_framebuffer_object@fbo-blending-formats@GL_RGB8 - -# See https://gitlab.freedesktop.org/mesa/piglit/-/merge_requests/947 -# uprev Piglit in Mesa, reported as UnexpectedImprovement(Skip) -spec@ext_texture_compression_s3tc@s3tc-errors_gles2 -spec@ext_texture_compression_s3tc@s3tc-teximage_gles2 -spec@ext_texture_compression_s3tc@s3tc-texsubimage_gles2 -