Module: Mesa Branch: main Commit: 5b3cccaf6305bde6f27a7550a85bb8414ce0b240 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5b3cccaf6305bde6f27a7550a85bb8414ce0b240
Author: David Heidelberg <[email protected]> Date: Fri Jul 14 18:53:40 2023 +0200 ci/lima: EGL testing was disabled when fp16 fail was removed fd4d0e1cc23f ("st/mesa: Set gl_config.floatMode based on color_format"), fixed this functionality across multiple drivers, but EGL testing on Mali was disabled back then, theofore it still fails here. Acked-by: Guilherme Gallo <[email protected]> Acked-by: Erico Nunes <[email protected]> Signed-off-by: David Heidelberg <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24079> --- src/gallium/drivers/lima/ci/lima-fails.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/lima/ci/lima-fails.txt b/src/gallium/drivers/lima/ci/lima-fails.txt index 71033f9add2..5edd3fc46c1 100644 --- a/src/gallium/drivers/lima/ci/lima-fails.txt +++ b/src/gallium/drivers/lima/ci/lima-fails.txt @@ -53,6 +53,7 @@ wayland-dEQP-EGL.functional.render.multi_thread.gles2.rgb888_window,Fail wayland-dEQP-EGL.functional.render.multi_thread.gles2.rgba8888_pbuffer,Fail wayland-dEQP-EGL.functional.wide_color.pbuffer_8888_colorspace_srgb,Fail wayland-dEQP-EGL.functional.wide_color.window_8888_colorspace_srgb,Fail +wayland-dEQP-EGL.functional.wide_color.window_fp16_default_colorspace,Fail x11-dEQP-EGL.functional.create_context.no_config,Fail x11-dEQP-EGL.functional.image.modify.renderbuffer_depth16_renderbuffer_clear_depth,Fail
