Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t] tests/kms_atomic_transition: Add newline to assert message
@ 2026-05-06  9:04 Pranay Samala
  2026-05-06 11:40 ` Sharma, Swati2
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Pranay Samala @ 2026-05-06  9:04 UTC (permalink / raw)
  To: igt-dev; +Cc: karthik.b.s, sameer.lattannavar, pranay.samala

Add missing trailing newline to igt_assert_f() error message.

Signed-off-by: Pranay Samala <pranay.samala@intel.com>
---
 tests/kms_atomic_transition.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/kms_atomic_transition.c b/tests/kms_atomic_transition.c
index 431508a83..58cadc560 100644
--- a/tests/kms_atomic_transition.c
+++ b/tests/kms_atomic_transition.c
@@ -439,7 +439,7 @@ static void setup_parms(data_t *data, igt_crtc_t *crtc,
 		if (cursor_width == sprite_width &&
 		    cursor_height == sprite_height) {
 			igt_plane_t *removed_plane = NULL;
-			igt_assert_f(n_planes >= 3, "No planes left to proceed with!");
+			igt_assert_f(n_planes >= 3, "No planes left to proceed with!\n");
 			if (n_overlays > 0) {
 				uint32_t plane_to_remove = hars_petruska_f54_1_random_unsafe_max(n_overlays);
 				removed_plane = &crtc->planes[overlays[plane_to_remove]];
-- 
2.34.1


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

end of thread, other threads:[~2026-05-06 17:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-06  9:04 [PATCH i-g-t] tests/kms_atomic_transition: Add newline to assert message Pranay Samala
2026-05-06 11:40 ` Sharma, Swati2
2026-05-06 12:29 ` ✓ Xe.CI.BAT: success for " Patchwork
2026-05-06 12:32 ` ✓ i915.CI.BAT: " Patchwork
2026-05-06 13:49 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-05-06 17:48 ` ✗ 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