Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: sai.gowtham.ch@intel.com
To: igt-dev@lists.freedesktop.org, arjun.melkaveri@intel.com,
	sai.gowtham.ch@intel.com
Subject: [igt-dev] [PATCH i-g-t] i915/gem_exec_create: Added test description for test case
Date: Tue, 30 Jun 2020 12:11:10 +0530	[thread overview]
Message-ID: <20200630064110.4585-1-sai.gowtham.ch@intel.com> (raw)

From: sai gowtham <sai.gowtham.ch@intel.com>

Added test description for test and to all 3 subtests.

Signed-off-by: sai gowtham <sai.gowtham.ch@intel.com>
---
 tests/i915/gem_exec_create.c | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/tests/i915/gem_exec_create.c b/tests/i915/gem_exec_create.c
index ee7d4e5d..5236d477 100644
--- a/tests/i915/gem_exec_create.c
+++ b/tests/i915/gem_exec_create.c
@@ -42,6 +42,10 @@
 #include "i915/gem.h"
 #include "igt.h"
 
+IGT_TEST_DESCRIPTION("\n This test runs an uninterrupted loop within the specified timeouts"
+		" with different flags & ncpus combinations and checks if there are any"
+		" missed interrupts reported from the driver.");
+
 #define ENGINE_FLAGS  (I915_EXEC_RING_MASK | I915_EXEC_BSD_MASK)
 
 static double elapsed(const struct timespec *start, const struct timespec *end)
@@ -133,12 +137,16 @@ igt_main
 
 		igt_fork_hang_detector(device);
 	}
-
+	igt_describe("Runs single uninterrupted loop for 2s.");
 	igt_subtest("basic")
 		all(device, 0, 2, 1);
+
+	igt_describe("Runs single uninterrupted loop for 20s.");
 	igt_subtest("forked")
 		all(device, 0, 20, ncpus);
 
+	igt_describe("Runs single uninterrupted loop with"
+			" different flag combination for 20s.");
 	igt_subtest("madvise")
 		all(device, LEAK, 20, 1);
 
-- 
2.25.0

_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

             reply	other threads:[~2020-06-30  6:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-30  6:41 sai.gowtham.ch [this message]
2020-06-30  8:56 ` [igt-dev] [PATCH i-g-t] i915/gem_exec_create: Added test description for test case Melkaveri, Arjun
2020-06-30  9:28 ` Chris Wilson
2020-07-01  4:22   ` Ch, Sai Gowtham
  -- strict thread matches above, loose matches on Subject: below --
2020-06-29 17:16 sai.gowtham.ch

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=20200630064110.4585-1-sai.gowtham.ch@intel.com \
    --to=sai.gowtham.ch@intel.com \
    --cc=arjun.melkaveri@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    /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