public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] tests/kms_color: Skip the test early if no outputs found
@ 2026-02-12  3:18 Karthik B S
  2026-02-12  3:53 ` ✓ Xe.CI.BAT: success for " Patchwork
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Karthik B S @ 2026-02-12  3:18 UTC (permalink / raw)
  To: igt-dev; +Cc: Karthik B S

Add igt_display_require_output call in the initial test fixture to avoid
skipping the subtest down the line if output is not found.

Signed-off-by: Karthik B S <karthik.b.s@intel.com>
---
 tests/kms_color.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/kms_color.c b/tests/kms_color.c
index a50793651..aea7e008f 100644
--- a/tests/kms_color.c
+++ b/tests/kms_color.c
@@ -1168,6 +1168,7 @@ int igt_main()
 		kmstest_set_vt_graphics_mode();
 
 		igt_display_require(&data.display, data.drm_fd);
+		igt_display_require_output(&data.display);
 	}
 
 	igt_subtest_group()
-- 
2.43.0


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

end of thread, other threads:[~2026-02-13  8:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-12  3:18 [PATCH i-g-t] tests/kms_color: Skip the test early if no outputs found Karthik B S
2026-02-12  3:53 ` ✓ Xe.CI.BAT: success for " Patchwork
2026-02-12  4:08 ` ✗ i915.CI.BAT: failure " Patchwork
2026-02-12 14:48 ` [PATCH i-g-t] " Kamil Konieczny
2026-02-12 19:56 ` Sharma, Swati2
2026-02-13  8:28 ` ✓ Xe.CI.FULL: success for " Patchwork

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