From 703102d7cbd1a72169eb439cbf4fd768894845d1 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 6 Jul 2023 17:47:02 +0100 Subject: [PATCH] intel/ci: fix skips definitions Skips are regexes, not globs :) Signed-off-by: Eric Engestrom Part-of: --- src/intel/ci/hasvk-hsw-skips.txt | 2 +- src/intel/ci/iris-apl-skips.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/intel/ci/hasvk-hsw-skips.txt b/src/intel/ci/hasvk-hsw-skips.txt index a5fc1c5..8628b81 100644 --- a/src/intel/ci/hasvk-hsw-skips.txt +++ b/src/intel/ci/hasvk-hsw-skips.txt @@ -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. diff --git a/src/intel/ci/iris-apl-skips.txt b/src/intel/ci/iris-apl-skips.txt index 1658554..19e813c 100644 --- a/src/intel/ci/iris-apl-skips.txt +++ b/src/intel/ci/iris-apl-skips.txt @@ -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.* -- 2.7.4