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

Karthik B S karthik.b.s at intel.com
Mon Jun 23 03:58:00 UTC 2025


On 6/19/2025 1:54 PM, Naladala Ramanaidu wrote:
> 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>
Reviewed-by: Karthik B S <karthik.b.s 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


More information about the igt-dev mailing list