All of lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] i915/gem_caching: Added description for all subtests
@ 2021-06-15  5:16 sai.krishna.kuchi
  2021-06-15 11:07 ` [igt-dev] ✗ Fi.CI.BUILD: failure for " Patchwork
  0 siblings, 1 reply; 2+ messages in thread
From: sai.krishna.kuchi @ 2021-06-15  5:16 UTC (permalink / raw)
  To: igt-dev

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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [igt-dev] ✗ Fi.CI.BUILD: failure for i915/gem_caching: Added description for all subtests
  2021-06-15  5:16 [igt-dev] [PATCH i-g-t] i915/gem_caching: Added description for all subtests sai.krishna.kuchi
@ 2021-06-15 11:07 ` Patchwork
  0 siblings, 0 replies; 2+ messages in thread
From: Patchwork @ 2021-06-15 11:07 UTC (permalink / raw)
  To: sai.krishna.kuchi; +Cc: igt-dev

== Series Details ==

Series: i915/gem_caching: Added description for all subtests
URL   : https://patchwork.freedesktop.org/series/91494/
State : failure

== Summary ==

Applying: i915/gem_caching: Added description for all subtests
Patch failed at 0001 i915/gem_caching: Added description for all subtests
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".


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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-15 11:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-15  5:16 [igt-dev] [PATCH i-g-t] i915/gem_caching: Added description for all subtests sai.krishna.kuchi
2021-06-15 11:07 ` [igt-dev] ✗ Fi.CI.BUILD: failure for " Patchwork

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.