Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t v2] tests/kms_plane_scaling: Add logs to skips
@ 2025-01-09  8:38 Pranay Samala
  2025-01-09 10:33 ` ✓ Xe.CI.BAT: success for tests/kms_plane_scaling: Add logs to skips (rev2) Patchwork
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Pranay Samala @ 2025-01-09  8:38 UTC (permalink / raw)
  To: igt-dev
  Cc: karthik.b.s, santhosh.reddy.guddati, sameer.lattannavar,
	pranay.samala

Having some logs for test failures & skips would
make debugging much easier.

v2: Add output/pipe name for detailed message (Santhosh)

Signed-off-by: Pranay Samala <pranay.samala@intel.com>
---
 tests/kms_plane_scaling.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tests/kms_plane_scaling.c b/tests/kms_plane_scaling.c
index c8c9aee31..43f578d55 100644
--- a/tests/kms_plane_scaling.c
+++ b/tests/kms_plane_scaling.c
@@ -1577,6 +1577,12 @@ igt_main_args("", long_opts, help_str, opt_handler, &data)
 								       kmstest_pipe_name(pipe), igt_output_name(output))
 								intel_max_source_size_test(&data, pipe, output, mode,
 											   intel_paramtests[index].planesize);
+						} else {
+							igt_info("Unable to find the lowest " \
+								 "refresh rate mode on output " \
+								 "%s pipe %s\n",
+								 igt_output_name(output),
+								 kmstest_pipe_name(pipe));
 						}
 						continue;
 					}
-- 
2.34.1


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

end of thread, other threads:[~2025-01-11 18:37 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-09  8:38 [PATCH i-g-t v2] tests/kms_plane_scaling: Add logs to skips Pranay Samala
2025-01-09 10:33 ` ✓ Xe.CI.BAT: success for tests/kms_plane_scaling: Add logs to skips (rev2) Patchwork
2025-01-09 10:43 ` ✓ i915.CI.BAT: " Patchwork
2025-01-09 16:59 ` [PATCH i-g-t v2] tests/kms_plane_scaling: Add logs to skips Reddy Guddati, Santhosh
2025-01-10  4:53   ` Reddy Guddati, Santhosh
2025-01-11 14:23 ` ✗ Xe.CI.Full: failure for tests/kms_plane_scaling: Add logs to skips (rev2) Patchwork
2025-01-11 18:37 ` ✗ i915.CI.Full: " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox