All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t, v3] i915/gem_flink_basic: Add subtests description for test case
@ 2022-02-23 12:58 apoorva1.singh
  2022-02-23 14:49 ` [igt-dev] ✓ Fi.CI.BAT: success for i915/gem_flink_basic: Add subtests description for test case (rev3) Patchwork
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: apoorva1.singh @ 2022-02-23 12:58 UTC (permalink / raw)
  To: igt-dev, kamil.konieczny

From: Apoorva Singh <apoorva1.singh@intel.com>

Add description for all subtests

v2: Modified a description to be more clear

v3: Rebase

Signed-off-by: Apoorva Singh <apoorva1.singh@intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Cc: Arjun Melkaveri <arjun.melkaveri@intel.com>
---
 tests/i915/gem_flink_basic.c | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/tests/i915/gem_flink_basic.c b/tests/i915/gem_flink_basic.c
index 48b0b8b1..ad370eb4 100644
--- a/tests/i915/gem_flink_basic.c
+++ b/tests/i915/gem_flink_basic.c
@@ -161,16 +161,24 @@ 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 retuns relevant error");
 	igt_subtest("bad-flink")
 		test_bad_flink(fd);
+
+	igt_describe("Verify that GEM_OPEN ioctl with invalid flink name retuns relevant error");
 	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 it from multiple fd's");
 	igt_subtest("flink-lifetime")
 		test_flink_lifetime(fd);
 }
-- 
2.25.1

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

end of thread, other threads:[~2022-03-08 15:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-23 12:58 [igt-dev] [PATCH i-g-t, v3] i915/gem_flink_basic: Add subtests description for test case apoorva1.singh
2022-02-23 14:49 ` [igt-dev] ✓ Fi.CI.BAT: success for i915/gem_flink_basic: Add subtests description for test case (rev3) Patchwork
2022-02-24  1:17 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2022-03-08 15:48 ` [igt-dev] [PATCH i-g-t, v3] i915/gem_flink_basic: Add subtests description for test case Kamil Konieczny

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.