intel/ci: fix skips definitions
authorEric Engestrom <eric@igalia.com>
Thu, 6 Jul 2023 16:47:02 +0000 (17:47 +0100)
committerMarge Bot <emma+marge@anholt.net>
Thu, 6 Jul 2023 17:18:15 +0000 (17:18 +0000)
Skips are regexes, not globs :)

Signed-off-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24024>

src/intel/ci/hasvk-hsw-skips.txt
src/intel/ci/iris-apl-skips.txt

index a5fc1c5..8628b81 100644 (file)
@@ -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.
index 1658554..19e813c 100644 (file)
@@ -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.*