[igt-dev] [PATCH i-g-t] i915/gem_caching: Added decriptions for the subtests

sai.krishna.kuchi at intel.com sai.krishna.kuchi at intel.com
Tue Jun 29 12:32:03 UTC 2021


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

Cc: Melkaveri, Arjun<arjun.melkaveri at intel.com>
Cc: Gandi, Ramadevi<ramadevi.gandi at intel.com>

Signed-off-by: Kuchi, Sai Krishna<sai.krishna.kuchi at 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 4e844952..0ff460ac 100644
--- a/tests/i915/gem_caching.c
+++ b/tests/i915/gem_caching.c
@@ -168,6 +168,7 @@ igt_main
 					       32, 0, I915_TILING_NONE, 0);
 	}
 
+	igt_describe_f("Checking the preads for random size of the buffer");
 	igt_subtest("reads") {
 		igt_require(flags & TEST_READ);
 
@@ -200,6 +201,7 @@ igt_main
 		intel_bb_destroy(ibb);
 	}
 
+	igt_describe_f("Checking the pwrites for random size of the buffer");
 	igt_subtest("writes") {
 		igt_require(flags & TEST_WRITE);
 
@@ -249,6 +251,7 @@ igt_main
 		intel_bb_destroy(ibb);
 	}
 
+	igt_describe_f("Checking the pwrites after preads for random size of the buffer");
 	igt_subtest("read-writes") {
 		igt_require((flags & TEST_BOTH) == TEST_BOTH);
 
-- 
2.28.0



More information about the igt-dev mailing list