mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
intel/ci: fix skips definitions
Skips are regexes, not globs :) Signed-off-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24024>
This commit is contained in:
parent
42df7131ba
commit
703102d7cb
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# These definitely hang the GPU (VK_ERROR_DEVICE_LOST), and they take other
|
||||
# tests out with them.
|
||||
dEQP-VK.compute.basic.empty_workgroup_*
|
||||
dEQP-VK.compute.basic.empty_workgroup_.*
|
||||
|
||||
# Events are not implemented on gen7, and we seem to get GPU hangs that leak
|
||||
# into other tests when these tests fail.
|
||||
|
|
|
|||
|
|
@ -2,5 +2,5 @@
|
|||
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.resize.surface_size.stretch.*
|
||||
wayland-dEQP-EGL.functional.swap_buffers_with_damage.*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue