All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t v1] tests/intel-ci: Refine regex to accurately match plane downscale factor tests
@ 2025-06-19  8:24 Naladala Ramanaidu
  2025-06-19  9:14 ` ✓ Xe.CI.BAT: success for " Patchwork
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Naladala Ramanaidu @ 2025-06-19  8:24 UTC (permalink / raw)
  To: igt-dev; +Cc: karthik.b.s, Naladala Ramanaidu

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@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@kms_pm_rpm@cursor.*
 ##################################################################
 igt@kms_atomic@plane-primary-overlay-mutable-zpos
 igt@kms_plane_scaling@.*downscale-factor-0-25.*
-igt@kms_plane_scaling@planes-downscale-factor-(0-25|0-5|0-75)
+igt@kms_plane_scaling@planes-downscale-factor-(0-2|0-|0-7).$
 igt@kms_plane_scaling@planes-upscale-.*downscale-.*
 igt@kms_prime@.*
 igt@kms_scaling_modes@scaling-mode-none
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-06-23  6:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-19  8:24 [PATCH i-g-t v1] tests/intel-ci: Refine regex to accurately match plane downscale factor tests Naladala Ramanaidu
2025-06-19  9:14 ` ✓ Xe.CI.BAT: success for " Patchwork
2025-06-19  9:17 ` ✓ i915.CI.BAT: " Patchwork
2025-06-19 19:59 ` ✗ i915.CI.Full: failure " Patchwork
2025-06-19 21:30 ` ✗ Xe.CI.Full: " Patchwork
2025-06-23  3:58 ` [PATCH i-g-t v1] " Karthik B S
2025-06-23  6:26   ` Karthik B S

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.