broadcom/ci: add x11- prefix to x11 EGL tests

Makes things more obvious now that we're enabling wayland as well.

Signed-off-by: Eric Engestrom <eric@igalia.com>
Acked-by: Daniel Stone <daniels@collabora.com>
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21453>
This commit is contained in:
Eric Engestrom 2023-02-13 15:25:06 +00:00 committed by Marge Bot
parent 176add76ad
commit ccc61357d5
4 changed files with 4 additions and 2 deletions

View file

@ -7,7 +7,7 @@ KHR-GLES2.core.internalformat.texture2d.depth_component_unsigned_short_depth_com
# Creating OpenGL ES 3 context
# Fail, context: 0x00000000, error: EGL_BAD_MATCH
# https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/3816
dEQP-EGL.functional.create_context.no_config,Fail
x11-dEQP-EGL.functional.create_context.no_config,Fail
wayland-dEQP-EGL.functional.create_context.no_config,Fail
# wide line outside the viewport incorrectly clipped out when ES wants it

View file

@ -26,4 +26,4 @@ spec@!opengl 1.1@copypixels-draw-sync
spec@!opengl 1.1@draw-copypixels-sync
# 2022-12-29
dEQP-EGL.functional.color_clears.multi_context.gles2.rgba8888_pbuffer
x11-dEQP-EGL.functional.color_clears.multi_context.gles2.rgba8888_pbuffer

View file

@ -7,6 +7,7 @@ deqp_args = [
"--deqp-surface-type=pbuffer", "--deqp-visibility=hidden",
"--deqp-gl-config-name=rgba8888d24s8ms0",
]
prefix = "x11-"
# Disabled due to timeouts since wayland platform was enabled
# See https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20480#note_1702748

View file

@ -7,6 +7,7 @@ deqp_args = [
"--deqp-surface-type=pbuffer", "--deqp-visibility=hidden",
"--deqp-gl-config-name=rgba8888d24s8ms0",
]
prefix = "x11-"
# Disabled due to timeouts since wayland platform was enabled
# See https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20480#note_1702748