[igt-dev] [PATCH i-g-t] tests/kms_draw_crc: Add subtest description

Arundhati Hagaragi arundhati.hagaragi at intel.com
Thu Apr 8 05:28:16 UTC 2021


Added description for all subtests

Signed-off-by: Arundhati Hagaragi <arundhati.hagaragi at intel.com>
Cc: Gupta Nidhi1 <nidhi1.gupta at intel.com>
---
 tests/kms_draw_crc.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/kms_draw_crc.c b/tests/kms_draw_crc.c
index ffd655b0..2d7f30dc 100644
--- a/tests/kms_draw_crc.c
+++ b/tests/kms_draw_crc.c
@@ -331,6 +331,7 @@ igt_main
 	for (format_idx = 0; format_idx < N_FORMATS; format_idx++) {
 	for (method = 0; method < IGT_DRAW_METHOD_COUNT; method++) {
 	for (tiling_idx = 0; tiling_idx < N_TILING_METHODS; tiling_idx++) {
+		igt_describe("Check if rectangles are drawn correctly on tiled buffer using different methods");
 		igt_subtest_f("draw-method-%s-%s-%s",
 			      format_str(format_idx),
 			      igt_draw_get_method_name(method),
@@ -339,6 +340,7 @@ igt_main
 					    tilings[tiling_idx]);
 	} } }
 
+	igt_describe("Check if colored rectangles are drawn correctly on destination buffer");
 	igt_subtest("fill-fb")
 		fill_fb_subtest();
 
-- 
2.25.1



More information about the igt-dev mailing list