From 81d7fa97f6741b38574620763fe72b83a4eef2cd Mon Sep 17 00:00:00 2001 From: Janga Rahul Kumar Date: Wed, 1 Jun 2022 03:45:25 +0530 Subject: tests/i915/gem_tiled_blits : Added subtests description Added test description to all the available subtests. Cc: Kamil Konieczny Signed-off-by: Janga Rahul Kumar Reviewed-by: Kamil Konieczny --- tests/i915/gem_tiled_blits.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/i915/gem_tiled_blits.c b/tests/i915/gem_tiled_blits.c index d6c91e6f..cc44d0f1 100644 --- a/tests/i915/gem_tiled_blits.c +++ b/tests/i915/gem_tiled_blits.c @@ -192,9 +192,11 @@ igt_main count = (count + ncpus - 1) / ncpus; } + igt_describe("Check basic functionality."); igt_subtest("basic") run_test(fd, 2); + igt_describe("Check with parallel execution."); igt_subtest("normal") { intel_allocator_multiprocess_start(); igt_fork(child, ncpus) @@ -203,6 +205,7 @@ igt_main intel_allocator_multiprocess_stop(); } + igt_describe("Check with interrupts in parallel execution."); igt_subtest("interruptible") { intel_allocator_multiprocess_start(); igt_fork_signal_helper(); -- cgit v1.2.3