Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH i-g-t 1/2] tests/kms_flip.c: Updating the skip message
@ 2024-10-15 17:18 Pranay Samala
  2024-10-15 17:18 ` [PATCH i-g-t 2/2] HAX: Do not merge Pranay Samala
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Pranay Samala @ 2024-10-15 17:18 UTC (permalink / raw)
  To: igt-dev; +Cc: karthik.b.s, sameer.lattannavar, pranay.samala

Debugging would be easier if we had logs available for
test failures and skips. This patch rephrases the skip
message for better understanding.

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

diff --git a/tests/kms_flip.c b/tests/kms_flip.c
index cbabbe74f..88cd41083 100755
--- a/tests/kms_flip.c
+++ b/tests/kms_flip.c
@@ -1896,7 +1896,7 @@ static void run_pair(int duration, int flags)
 
 	/* If we have fewer than 2 connected outputs then we won't have any
 	 * configuration at all. So skip in that case. */
-	igt_require_f(modes, "At least two displays required\n");
+	igt_require_f(modes, "At least two displays with same modes are required\n");
 
 	if (duration) {
 		duration = duration * 1000 / modes;
-- 
2.34.1


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

end of thread, other threads:[~2024-11-07 13:28 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-15 17:18 [PATCH i-g-t 1/2] tests/kms_flip.c: Updating the skip message Pranay Samala
2024-10-15 17:18 ` [PATCH i-g-t 2/2] HAX: Do not merge Pranay Samala
2024-10-15 22:13 ` ✗ CI.xeBAT: failure for series starting with [i-g-t,1/2] tests/kms_flip.c: Updating the skip message Patchwork
2024-10-15 22:21 ` ✗ Fi.CI.BAT: " Patchwork
2024-10-16 10:28 ` ✗ CI.xeFULL: " Patchwork
2024-10-17  8:53 ` [PATCH i-g-t 1/2] " Naladala, Ramanaidu
2024-10-21 11:14 ` ✗ Fi.CI.BAT: failure for series starting with [i-g-t,1/2] " Patchwork
2024-10-21 13:40 ` ✓ Fi.CI.BAT: success " Patchwork
2024-10-21 15:51 ` ✗ Fi.CI.IGT: failure " Patchwork
2024-10-21 20:22 ` [PATCH i-g-t 1/2] " Sharma, Swati2
2024-11-07 13:26 ` Naladala, Ramanaidu

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