All of lore.kernel.org
 help / color / mirror / Atom feed
From: janga.rahul.kumar@intel.com
To: igt-dev@lists.freedesktop.org, ramadevi.gandi@intel.com,
	janga.rahul.kumar@intel.com, sai.gowtham.ch@intel.com,
	Priyanka.Dandamudi@intel.com
Subject: [igt-dev] [PATCH 1/2] tests/i915/gem_tiled_blits : Added subtests description
Date: Wed,  1 Jun 2022 03:45:25 +0530	[thread overview]
Message-ID: <20220531221526.1192064-2-janga.rahul.kumar@intel.com> (raw)
In-Reply-To: <20220531221526.1192064-1-janga.rahul.kumar@intel.com>

From: Janga Rahul Kumar <janga.rahul.kumar@intel.com>

Added test description to all the available subtests.

Cc: Kamil Konieczny <kamil.konieczny@linux.intel.com>
Signed-off-by: Janga Rahul Kumar <janga.rahul.kumar@intel.com>
---
 tests/i915/gem_tiled_blits.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/i915/gem_tiled_blits.c b/tests/i915/gem_tiled_blits.c
index d6c91e6f..680967d3 100644
--- a/tests/i915/gem_tiled_blits.c
+++ b/tests/i915/gem_tiled_blits.c
@@ -192,9 +192,11 @@ igt_main
 		count = (count + ncpus - 1) / ncpus;
 	}
 
+	igt_describe("Check basic functionality.");
 	igt_subtest("basic")
 		run_test(fd, 2);
 
+	igt_describe("Check with parallel execution.");
 	igt_subtest("normal") {
 		intel_allocator_multiprocess_start();
 		igt_fork(child, ncpus)
@@ -203,6 +205,7 @@ igt_main
 		intel_allocator_multiprocess_stop();
 	}
 
+	igt_describe("Check with interrupts in parallel execution.");
 	igt_subtest("interruptible") {
 		intel_allocator_multiprocess_start();
 		igt_fork_signal_helper();
-- 
2.25.1

  reply	other threads:[~2022-05-31 22:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-31 22:15 [igt-dev] [PATCH 0/2] HAX add test description for gem_tiled_blits janga.rahul.kumar
2022-05-31 22:15 ` janga.rahul.kumar [this message]
2022-06-03 15:43   ` [igt-dev] [PATCH 1/2] tests/i915/gem_tiled_blits : Added subtests description Kamil Konieczny
2022-05-31 22:15 ` [igt-dev] [PATCH 2/2] HAX: don't do full run janga.rahul.kumar
2022-05-31 23:44 ` [igt-dev] ✗ Fi.CI.BAT: failure for HAX add test description for gem_tiled_blits 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=20220531221526.1192064-2-janga.rahul.kumar@intel.com \
    --to=janga.rahul.kumar@intel.com \
    --cc=Priyanka.Dandamudi@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    --cc=ramadevi.gandi@intel.com \
    --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 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.