mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 13:00:21 +01:00
ci/broadcom: add EGL testing jobs
Reviewed-by: Eric Anholt <eric@anholt.net Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10352>
This commit is contained in:
parent
37e7725a5e
commit
ccfe3e4af5
2 changed files with 29 additions and 0 deletions
|
|
@ -371,6 +371,19 @@ KHR-GLES2.texture_3d.filtering.sizes.63x63x63_nearest_mipmap_linear,Fail
|
|||
KHR-GLES2.texture_3d.filtering.sizes.63x63x63_nearest_mipmap_nearest,Fail
|
||||
KHR-GLES2.texture_3d.framebuffer_texture.rgba,Fail
|
||||
KHR-GLES2.texture_3d.sub_image.rgba8,Fail
|
||||
dEQP-EGL.functional.color_clears.multi_context.gles2.rgb888_window,Crash
|
||||
dEQP-EGL.functional.color_clears.multi_context.gles2.rgba8888_window,Crash
|
||||
dEQP-EGL.functional.color_clears.multi_thread.gles2.rgb888_window,Crash
|
||||
dEQP-EGL.functional.color_clears.multi_thread.gles2.rgba8888_window,Crash
|
||||
dEQP-EGL.functional.color_clears.single_context.gles2.rgb888_window,Crash
|
||||
dEQP-EGL.functional.color_clears.single_context.gles2.rgba8888_window,Crash
|
||||
dEQP-EGL.functional.create_context.no_config,Fail
|
||||
dEQP-EGL.functional.render.multi_context.gles2.rgb888_window,Crash
|
||||
dEQP-EGL.functional.render.multi_context.gles2.rgba8888_window,Crash
|
||||
dEQP-EGL.functional.render.multi_thread.gles2.rgb888_window,Crash
|
||||
dEQP-EGL.functional.render.multi_thread.gles2.rgba8888_window,Crash
|
||||
dEQP-EGL.functional.render.single_context.gles2.rgb888_window,Crash
|
||||
dEQP-EGL.functional.render.single_context.gles2.rgba8888_window,Crash
|
||||
dEQP-GLES2.functional.clipping.line.wide_line_clip_viewport_center,Fail
|
||||
dEQP-GLES2.functional.clipping.line.wide_line_clip_viewport_corner,Fail
|
||||
dEQP-GLES2.functional.depth_stencil_clear.depth_stencil_masked,Fail
|
||||
|
|
|
|||
|
|
@ -41,6 +41,14 @@ vc4-rpi3-khr-gles2:armhf:
|
|||
variables:
|
||||
DEQP_VER: gles2-khr
|
||||
|
||||
vc4-rpi3-egl:armhf:
|
||||
extends:
|
||||
- .vc4-rpi3-deqp:armhf
|
||||
- .test-manual
|
||||
variables:
|
||||
BM_START_XORG: 1
|
||||
DEQP_VER: egl
|
||||
|
||||
.vc4-rpi3-piglit:armhf:
|
||||
extends:
|
||||
- .piglit-test
|
||||
|
|
@ -130,6 +138,14 @@ v3d-rpi4-khr-gles2:armhf:
|
|||
variables:
|
||||
DEQP_VER: gles2-khr
|
||||
|
||||
v3d-rpi3-egl:armhf:
|
||||
extends:
|
||||
- .v3d-rpi4-test:armhf
|
||||
- .test-manual
|
||||
variables:
|
||||
BM_START_XORG: 1
|
||||
DEQP_VER: egl
|
||||
|
||||
.v3d-rpi4-piglit:armhf:
|
||||
extends:
|
||||
- .piglit-test
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue