[PATCH i-g-t v1] tests/intel-ci: Refine regex to accurately match plane downscale factor tests

Naladala Ramanaidu ramanaidu.naladala at intel.com
Thu Jun 19 08:24:36 UTC 2025


The previous pattern was overly broad and potentially matched
unintended test cases. The updated regex now accurately targets
the intended downscale factors.

Fixes: a0d787e069ce ("tests/intel-ci: Blocklist unsupported Xe scaling tests")
Signed-off-by: Naladala Ramanaidu <ramanaidu.naladala 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 dcdce8b20..1eabd4232 100644
--- a/tests/intel-ci/xe.blocklist.txt
+++ b/tests/intel-ci/xe.blocklist.txt
@@ -82,7 +82,7 @@ igt at kms_pm_rpm@cursor.*
 ##################################################################
 igt at kms_atomic@plane-primary-overlay-mutable-zpos
 igt at kms_plane_scaling@.*downscale-factor-0-25.*
-igt at kms_plane_scaling@planes-downscale-factor-(0-25|0-5|0-75)
+igt at kms_plane_scaling@planes-downscale-factor-(0-2|0-|0-7).$
 igt at kms_plane_scaling@planes-upscale-.*downscale-.*
 igt at kms_prime@.*
 igt at kms_scaling_modes@scaling-mode-none
-- 
2.43.0



More information about the igt-dev mailing list