r300/ci: run EGL deqp tests

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41517>
This commit is contained in:
Pavel Ondračka 2026-05-12 19:53:25 +02:00 committed by Marge Bot
parent 2f63d09270
commit 6cb04bb791
2 changed files with 22 additions and 0 deletions

View file

@ -23,6 +23,17 @@ deqp_args = [
"--deqp-visibility=hidden"
]
[[deqp]]
deqp = "/deqp-gles/modules/egl/deqp-egl-x11"
caselists = ["/deqp-gles/mustpass/egl-main.txt"]
deqp_args = [
"--deqp-surface-width=256",
"--deqp-surface-height=256",
"--deqp-surface-type=pbuffer",
"--deqp-gl-config-name=rgba8888d24s8ms0",
"--deqp-visibility=hidden"
]
[[piglit]]
piglit_folder = "/piglit"
profile = "gpu"

View file

@ -1216,3 +1216,14 @@ glx@glx-visuals-stencil,Fail
glx@glx_arb_sync_control@waitformsc,Fail
spec@egl 1.4@largest possible eglcreatepbuffersurface and then glclear,Fail
spec@egl_mesa_configless_context@basic,Fail
# dEQP-EGL x11
dEQP-EGL.functional.color_clears.multi_context.gles2.rgba8888_pbuffer,Fail
dEQP-EGL.functional.color_clears.multi_context.gles2.rgba8888_window,Fail
dEQP-EGL.functional.color_clears.multi_thread.gles2.rgba8888_pbuffer,Fail
dEQP-EGL.functional.color_clears.multi_thread.gles2.rgba8888_window,Fail
dEQP-EGL.functional.create_context.no_config,Fail
dEQP-EGL.functional.render.multi_context.gles2.rgba8888_pbuffer,Fail
dEQP-EGL.functional.render.multi_context.gles2.rgba8888_window,Fail
dEQP-EGL.functional.render.multi_thread.gles2.rgba8888_pbuffer,Fail
dEQP-EGL.functional.render.multi_thread.gles2.rgba8888_window,Fail