All of lore.kernel.org
 help / color / mirror / Atom feed
From: sai.gowtham.ch@intel.com
To: kamil.konieczny@linux.intel.com, igt-dev@lists.freedesktop.org,
	sai.gowtham.ch@intel.com
Subject: [igt-dev] [PATCH i-g-t 1/2] tests/i915/gem_basic: Added test description for test case.
Date: Thu, 17 Mar 2022 11:00:02 +0530	[thread overview]
Message-ID: <20220317053003.402-2-sai.gowtham.ch@intel.com> (raw)
In-Reply-To: <20220317053003.402-1-sai.gowtham.ch@intel.com>

From: Ch Sai Gowtham <sai.gowtham.ch@intel.com>

Added test description to all the available subtests.

Cc: Melkaveri Arjun <Arjun.Melkaveri@intel.com>
Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Signed-off-by: Ch Sai Gowtham <sai.gowtham.ch@intel.com>
---
 tests/i915/gem_basic.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/tests/i915/gem_basic.c b/tests/i915/gem_basic.c
index 13ecce52..17ae190c 100644
--- a/tests/i915/gem_basic.c
+++ b/tests/i915/gem_basic.c
@@ -39,6 +39,8 @@
 #include "drm.h"
 #include "i915/gem_create.h"
 
+IGT_TEST_DESCRIPTION("Tests basic gem_create and gem_close IOCTLs");
+
 static void
 test_bad_close(int fd)
 {
@@ -83,10 +85,15 @@ igt_main
 	igt_fixture
 		fd = drm_open_driver(DRIVER_INTEL);
 
+	igt_describe("Verify that gem_close fails with bad params.");
 	igt_subtest("bad-close")
 		test_bad_close(fd);
+
+	igt_describe("Verify basic functionality of gem_create and gem_close.");
 	igt_subtest("create-close")
 		test_create_close(fd);
+
+	igt_describe("Verify that closing drm driver is possible with opened gem object.");
 	igt_subtest("create-fd-close")
 		test_create_fd_close(fd);
 }
-- 
2.35.1

  reply	other threads:[~2022-03-17  5:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-17  5:30 [igt-dev] [PATCH i-g-t 0/2] HAX add description to gem_basic sai.gowtham.ch
2022-03-17  5:30 ` sai.gowtham.ch [this message]
2022-03-29  8:19   ` [igt-dev] [PATCH i-g-t 1/2] tests/i915/gem_basic: Added test description for test case Kamil Konieczny
2022-03-17  5:30 ` [igt-dev] [PATCH i-g-t 2/2] HAX: don't do full run sai.gowtham.ch
2022-03-17  5:50 ` [igt-dev] ✗ Fi.CI.BAT: failure for HAX add description to gem_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=20220317053003.402-2-sai.gowtham.ch@intel.com \
    --to=sai.gowtham.ch@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 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.