From: David Heidelberg Date: Fri, 10 Mar 2023 07:55:31 +0000 (+0100) Subject: ci/iris: update apl and glk expectations, after enabling Wayland support X-Git-Tag: upstream/23.3.3~11783 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2b00eaaedc8cb83d4ed138930e0dc8f7824f28ec;p=platform%2Fupstream%2Fmesa.git 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 Part-of: --- diff --git a/src/intel/ci/iris-apl-fails.txt b/src/intel/ci/iris-apl-fails.txt index 55006f8..8bb5f72 100644 --- a/src/intel/ci/iris-apl-fails.txt +++ b/src/intel/ci/iris-apl-fails.txt @@ -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 diff --git a/src/intel/ci/iris-apl-skips.txt b/src/intel/ci/iris-apl-skips.txt new file mode 100644 index 0000000..1658554 --- /dev/null +++ b/src/intel/ci/iris-apl-skips.txt @@ -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.* diff --git a/src/intel/ci/iris-glk-fails.txt b/src/intel/ci/iris-glk-fails.txt index 632e5fd..ed2b184 100644 --- a/src/intel/ci/iris-glk-fails.txt +++ b/src/intel/ci/iris-glk-fails.txt @@ -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 diff --git a/src/intel/ci/iris-glk-skips.txt b/src/intel/ci/iris-glk-skips.txt new file mode 100644 index 0000000..f08bd0c --- /dev/null +++ b/src/intel/ci/iris-glk-skips.txt @@ -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.*