From: priyanka.dandamudi@intel.com
To: kamil.konieczny@linux.intel.com, igt-dev@lists.freedesktop.org,
arjun.melkaveri@intel.com, priyanka.dandamudi@intel.com
Subject: [igt-dev] [PATCH i-g-t 1/2] i915/gem_flink_basic: Add subtests description for test case
Date: Fri, 11 Mar 2022 09:52:09 +0530 [thread overview]
Message-ID: <20220311042210.179018-2-priyanka.dandamudi@intel.com> (raw)
In-Reply-To: <20220311042210.179018-1-priyanka.dandamudi@intel.com>
From: Priyanka Dandamudi <priyanka.dandamudi@intel.com>
Add description for all subtests
v2: Modified a description to be more clear
v3: Rebase
v4: Modified descriptions
Signed-off-by: Apoorva Singh <apoorva1.singh@intel.com>
Signed-off-by: Priyanka Dandamudi <priyanka.dandamudi@intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: Arjun Melkaveri <arjun.melkaveri@intel.com>
---
tests/i915/gem_flink_basic.c | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/tests/i915/gem_flink_basic.c b/tests/i915/gem_flink_basic.c
index 48b0b8b1..3d83e9aa 100644
--- a/tests/i915/gem_flink_basic.c
+++ b/tests/i915/gem_flink_basic.c
@@ -161,16 +161,26 @@ igt_main
igt_fixture
fd = drm_open_driver(DRIVER_INTEL);
+ igt_describe("Check if gem object can be exported to global namespace"
+ " and then opened");
igt_subtest("basic")
test_flink(fd);
+
+ igt_describe("Tests that multiple flinks for the same gem object share"
+ " the same name");
igt_subtest("double-flink")
test_double_flink(fd);
+
+ igt_describe("Verify that GEM_FLINK ioctl with invalid gem object fails.");
igt_subtest("bad-flink")
test_bad_flink(fd);
+
+ igt_describe("Verify that GEM_OPEN ioctl with invalid flink name fails.");
igt_subtest("bad-open")
test_bad_open(fd);
/* Flink lifetime is limited to that of the gem object it points to */
+ igt_describe("Tests flink lifetime by referencing from multiple descriptors.");
igt_subtest("flink-lifetime")
test_flink_lifetime(fd);
}
--
2.25.1
next prev parent reply other threads:[~2022-03-11 4:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-11 4:22 [igt-dev] [PATCH i-g-t 0/2] HAX add description to gem_flink_basic priyanka.dandamudi
2022-03-11 4:22 ` priyanka.dandamudi [this message]
2022-03-11 14:29 ` [igt-dev] [PATCH i-g-t 1/2] i915/gem_flink_basic: Add subtests description for test case Kamil Konieczny
2022-03-11 4:22 ` [igt-dev] [PATCH i-g-t 2/2] HAX: don't do full run priyanka.dandamudi
2022-03-11 5:15 ` [igt-dev] ✗ Fi.CI.BAT: failure for HAX add description to gem_flink_basic Patchwork
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=20220311042210.179018-2-priyanka.dandamudi@intel.com \
--to=priyanka.dandamudi@intel.com \
--cc=arjun.melkaveri@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=kamil.konieczny@linux.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