ci/iris: update apl and glk expectations, after enabling Wayland support

After enabling the Wayland platform for x86_64,
multiple new tests were triggered, some of which timed out.

Also wayland-dEQP-EGL.functional.negative_api.create_pixmap_surface now pass.

Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21786>
This commit is contained in:
David Heidelberg 2023-03-10 08:55:31 +01:00 committed by Marge Bot
parent 2f8073f87c
commit 2b00eaaedc
4 changed files with 19 additions and 20 deletions

View file

@ -1,13 +1,3 @@
# EGL_BAD_DISPLAY is generated if display is not an EGL display connection
# eglCreatePixmapSurface(0, 0x0000000000000000, 0x0000000000000000, { EGL_NONE });
# // 0x0000000000000000 returned
# eglCreatePixmapSurface(0xffffffffffffffff, 0x0000000000000000, 0x0000000000000000, { EGL_NONE });
# // 0x0000000000000000 returned
# EGL_BAD_CONFIG or EGL_BAD_PARAMETER is generated if config is not an EGL frame buffer configuration or if the PixmapSurface call is not supported
# eglCreatePixmapSurface(0xaaab01f31100, 0xffffffffffffffff, 0x0000000000000000, { EGL_NONE });
# // 0x0000000000000000 returned
# // ERROR expected: EGL_BAD_CONFIG or EGL_BAD_PARAMETER, Got: EGL_BAD_NATIVE_PIXMAP
wayland-dEQP-EGL.functional.negative_api.create_pixmap_surface,Fail
# Excerpt:
# Image comparison failed: reference = -0.000488281, expected = 0:0:0:0, result = 0:0:0:3
# Image comparison failed: reference = 0, expected = 0:0:0:0, result = 0:0:0:3
@ -18,3 +8,7 @@ wayland-dEQP-EGL.functional.wide_color.pbuffer_888_colorspace_default,Fail
# New CTS failures in 1.3.5.0
KHR-GL46.polygon_offset_clamp.PolygonOffsetClampMinMax,Fail
KHR-GL46.polygon_offset_clamp.PolygonOffsetClampZeroInfinity,Fail
# after enabling wayland in x86_64 mesa build
wayland-dEQP-EGL.functional.wide_color.window_888_colorspace_default,Fail
wayland-dEQP-EGL.functional.wide_color.window_fp16_default_colorspace,Fail

View file

@ -0,0 +1,6 @@
# timeouts
wayland-dEQP-EGL.functional.buffer_age.no_preserve.*
wayland-dEQP-EGL.functional.query_context.get_current_context.*
wayland-dEQP-EGL.functional.query_context.get_current_surface.*
wayland-dEQP-EGL.functional.resize.surface_size.stretch*
wayland-dEQP-EGL.functional.swap_buffers_with_damage.*

View file

@ -3,16 +3,6 @@ KHR-GL46.texture_buffer.texture_buffer_atomic_functions,Fail
KHR-GLES31.core.texture_buffer.texture_buffer_atomic_functions,Fail
# EGL_BAD_DISPLAY is generated if display is not an EGL display connection
# eglCreatePixmapSurface(0, 0x0000000000000000, 0x0000000000000000, { EGL_NONE });
# // 0x0000000000000000 returned
# eglCreatePixmapSurface(0xffffffffffffffff, 0x0000000000000000, 0x0000000000000000, { EGL_NONE });
# // 0x0000000000000000 returned
# EGL_BAD_CONFIG or EGL_BAD_PARAMETER is generated if config is not an EGL frame buffer configuration or if the PixmapSurface call is not supported
# eglCreatePixmapSurface(0xaaab01f31100, 0xffffffffffffffff, 0x0000000000000000, { EGL_NONE });
# // 0x0000000000000000 returned
# // ERROR expected: EGL_BAD_CONFIG or EGL_BAD_PARAMETER, Got: EGL_BAD_NATIVE_PIXMAP
wayland-dEQP-EGL.functional.negative_api.create_pixmap_surface,Fail
# Excerpt:
# Image comparison failed: reference = -0.000488281, expected = 0:0:0:0, result = 0:0:0:3
# Image comparison failed: reference = 0, expected = 0:0:0:0, result = 0:0:0:3

View file

@ -0,0 +1,9 @@
# timeouts
wayland-dEQP-EGL.functional.buffer_age.no_preserve.*
wayland-dEQP-EGL.functional.query_context.get_current_context.*
wayland-dEQP-EGL.functional.query_context.get_current_display.*
wayland-dEQP-EGL.functional.query_context.get_current_surface.*
wayland-dEQP-EGL.functional.query_context.query_context.*
wayland-dEQP-EGL.functional.resize.surface_size.*
wayland-dEQP-EGL.functional.swap_buffers_with_damage.*
wayland-dEQP-EGL.functional.wide_color.*