From: Kamil Konieczny <kamil.konieczny@linux.intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Sai Gowtham Ch <sai.gowtham.ch@intel.com>
Subject: Re: [igt-dev] [PATCH i-g-t 1/2] tests/i915/gem_basic: Added test description for test case.
Date: Tue, 29 Mar 2022 10:19:12 +0200 [thread overview]
Message-ID: <YkLBAOaYNFphQQFm@kamilkon-DESK1> (raw)
In-Reply-To: <20220317053003.402-2-sai.gowtham.ch@intel.com>
Hi,
Dnia 2022-03-17 at 11:00:02 +0530, sai.gowtham.ch@intel.com napisał(a):
> 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
>
Looks good to me,
Reviewed-by: Kamil Konieczny <kamil.konieczny@linux.intel.com>
--
Kamil
next prev parent reply other threads:[~2022-03-29 8:19 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 ` [igt-dev] [PATCH i-g-t 1/2] tests/i915/gem_basic: Added test description for test case sai.gowtham.ch
2022-03-29 8:19 ` Kamil Konieczny [this message]
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=YkLBAOaYNFphQQFm@kamilkon-DESK1 \
--to=kamil.konieczny@linux.intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=sai.gowtham.ch@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