mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
broadcom/ci: skip buffer_age.no_preserve and swap_buffers_with_damage on wayland
They hang the runner, but they all pass fine on my rpi. Will need investigating, but for now skip them. 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:
parent
d01fded429
commit
50361c71f4
2 changed files with 10 additions and 0 deletions
|
|
@ -24,6 +24,11 @@ dEQP-GLES2.functional.shaders.loops.*dynamic.*vertex
|
|||
KHR-GLES2.texture_3d.filtering.sizes.3x7x5_linear_mipmap_linear
|
||||
KHR-GLES2.texture_3d.filtering.sizes.4x8x8_linear_mipmap_linear
|
||||
|
||||
# Hangs the runner
|
||||
# https://gitlab.freedesktop.org/mesa/mesa/-/issues/8343
|
||||
wayland-dEQP-EGL.functional.buffer_age.no_preserve.*
|
||||
wayland-dEQP-EGL.functional.swap_buffers_with_damage.*
|
||||
|
||||
# Slow tests (> 1 minute to run)
|
||||
spec@ext_framebuffer_multisample@accuracy
|
||||
glx@glx-multithread-texture
|
||||
|
|
|
|||
|
|
@ -18,6 +18,11 @@ spec@glsl-3.*
|
|||
spec@glsl-4.*
|
||||
spec@glsl-es-3.20.*
|
||||
|
||||
# Hangs the runner
|
||||
# https://gitlab.freedesktop.org/mesa/mesa/-/issues/8343
|
||||
wayland-dEQP-EGL.functional.buffer_age.no_preserve.*
|
||||
wayland-dEQP-EGL.functional.swap_buffers_with_damage.*
|
||||
|
||||
# Broadcom waivers
|
||||
dEQP-VK.draw.inverted_depth_ranges.nodepthclamp_deltazero
|
||||
dEQP-VK.rasterization.depth_bias.d32_sfloat
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue