From: Jeevan B <jeevan.b@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: petri.latvala@intel.com, swati2.sharma@intel.com,
Jeevan B <jeevan.b@intel.com>
Subject: [igt-dev] [PATCH] tests/i915/kms_big_fb: Skip tests if there is no connector connected
Date: Thu, 21 Oct 2021 23:36:41 +0530 [thread overview]
Message-ID: <20211021180641.8950-1-jeevan.b@intel.com> (raw)
Modify test to skip if no connector is connected as Unsupported config
should be followed by this check.
Signed-off-by: Jeevan B <jeevan.b@intel.com>
---
tests/i915/kms_big_fb.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/i915/kms_big_fb.c b/tests/i915/kms_big_fb.c
index 86659038..4be90531 100644
--- a/tests/i915/kms_big_fb.c
+++ b/tests/i915/kms_big_fb.c
@@ -810,6 +810,7 @@ igt_main
igt_require_pipe_crc(data.drm_fd);
igt_display_require(&data.display, data.drm_fd);
+ igt_display_require_output(&data.display);
res = drmModeGetResources(data.drm_fd);
igt_assert(res);
--
2.19.1
next reply other threads:[~2021-10-21 18:04 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-21 18:06 Jeevan B [this message]
2021-10-21 18:57 ` [igt-dev] ✓ Fi.CI.BAT: success for tests/i915/kms_big_fb: Skip tests if there is no connector connected Patchwork
2021-10-21 20:38 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2021-10-22 9:47 ` [igt-dev] [PATCH] " Petri Latvala
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211021180641.8950-1-jeevan.b@intel.com \
--to=jeevan.b@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=petri.latvala@intel.com \
--cc=swati2.sharma@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox