All of lore.kernel.org
 help / color / mirror / Atom feed
From: sai.krishna.kuchi@intel.com
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [PATCH i-g-t] i915/gem_caching: Added description for all subtests
Date: Tue, 15 Jun 2021 10:46:55 +0530	[thread overview]
Message-ID: <20210615051655.6348-1-sai.krishna.kuchi@intel.com> (raw)

From: Kuchi, Sai Krishna <sai.krishna.kuchi@intel.com>

Added description for all subtests

Cc: Melkaveri, Arjun <arjun.melkaveri@intel.com>

Signed-off-by: Kuchi, Sai Krishna <sai.krishna.kuchi@intel.com>
---
 tests/i915/gem_caching.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/i915/gem_caching.c b/tests/i915/gem_caching.c
index d5d15f387..6959e2d07 100644
--- a/tests/i915/gem_caching.c
+++ b/tests/i915/gem_caching.c
@@ -173,6 +173,7 @@ igt_main
 					       32, 0, I915_TILING_NONE, 0);
 	}
 
+	igt_describe("Checking the reads for random size of buffer");
 	igt_subtest("reads") {
 		igt_require(flags & TEST_READ);
 
@@ -201,6 +202,7 @@ igt_main
 		}
 	}
 
+	igt_describe("Checking the writes for random size of buffer");
 	igt_subtest("writes") {
 		igt_require(flags & TEST_WRITE);
 
@@ -246,6 +248,7 @@ igt_main
 		}
 	}
 
+	igt_describe("Checking the writes after reads for random size of buffer");
 	igt_subtest("read-writes") {
 		igt_require((flags & TEST_BOTH) == TEST_BOTH);
 
-- 
2.28.0

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

             reply	other threads:[~2021-06-15  5:16 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-15  5:16 sai.krishna.kuchi [this message]
2021-06-15 11:07 ` [igt-dev] ✗ Fi.CI.BUILD: failure for i915/gem_caching: Added description for all subtests 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=20210615051655.6348-1-sai.krishna.kuchi@intel.com \
    --to=sai.krishna.kuchi@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 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.