[PATCH i-g-t] intel-ci/xe.blocklist: Fix regex for blocked tests
Kamil Konieczny
kamil.konieczny at linux.intel.com
Fri May 9 13:44:17 UTC 2025
The regex should use '.*' at the end so, for example, in
generated testlist there should not occur:
igt at template@a
igt at template@b
igt at tools_test@sysfs_l3_parity
igt at tools_test@tools_test
Cc: Katarzyna Piecielska <katarzyna.piecielska at intel.com>
Cc: Marcin Bernatowicz <marcin.bernatowicz at linux.intel.com>
Cc: Ashutosh Dixit <ashutosh.dixit at intel.com>
Signed-off-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
---
tests/intel-ci/xe.blocklist.txt | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
index 541917393..7f4dbcd27 100644
--- a/tests/intel-ci/xe.blocklist.txt
+++ b/tests/intel-ci/xe.blocklist.txt
@@ -37,14 +37,14 @@ igt at xe_live_ktest@xe_bo_shrink
# Exclude all other non-Xe tests
##################################################################
igt at debugfs.*
-igt at device_reset
-igt at drm_read
+igt at device_reset.*
+igt at drm_read.*
igt at dumb.*
igt at prime_.*
-igt at sw_sync
+igt at sw_sync.*
igt at syncobj_.*
-igt at template
-igt at tools_test
+igt at template.*
+igt at tools_test.*
##################################################################
# KMS: Pipe E to Pipe P are not available on Intel hardware,
# hence can't use more than 4 displays.
--
2.49.0
More information about the igt-dev
mailing list