[PATCH i-g-t] intel-ci/xe.blocklist: fix regex
Swati Sharma
swati2.sharma at intel.com
Thu Dec 21 14:55:01 UTC 2023
Fix regex, since its block-listing
"igt at kms_frontbuffer_tracking@pipe-fbc-rte" which is not
meant to be.
Fixes: 6be4fb999 ("intel-ci: Blacklist tests on pipe I to pipe P")
Signed-off-by: Swati Sharma <swati2.sharma at intel.com>
---
tests/intel-ci/xe.blocklist.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/intel-ci/xe.blocklist.txt b/tests/intel-ci/xe.blocklist.txt
index 7c28c3471..cd8960c64 100644
--- a/tests/intel-ci/xe.blocklist.txt
+++ b/tests/intel-ci/xe.blocklist.txt
@@ -47,7 +47,7 @@ igt at tools_test
# KMS: Pipe E to Pipe P are not available on Intel hardware,
# hence can't use more than 4 displays.
##################################################################
-igt at .*@.*pipe-[e-pE-P].*
+igt at .*@.*pipe-[e-pE-P]($|-.*)
igt at kms_bw@.*-([5-9]|1[0-6])-displays-.*
##################################################################
# KMS: Tests specific to i915 driver
--
2.25.1
More information about the igt-dev
mailing list