[igt-dev] [PATCH i-g-t 2/3] tests/gem_exec_whisper: Change duplicated test names

Zbigniew Kempczyński zbigniew.kempczynski at intel.com
Thu Oct 28 10:26:08 UTC 2021


On Thu, Oct 28, 2021 at 12:18:18PM +0200, Kamil Konieczny wrote:
> Add suffix "-engine" for testing specific engines and avoid tests
> name duplication.

I haven't found anything better so:

Reviewed-by: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>

--
Zbigniew

> 
> Signed-off-by: Kamil Konieczny <kamil.konieczny at linux.intel.com>
> ---
>  tests/i915/gem_exec_whisper.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tests/i915/gem_exec_whisper.c b/tests/i915/gem_exec_whisper.c
> index 104f0a16..c93134db 100644
> --- a/tests/i915/gem_exec_whisper.c
> +++ b/tests/i915/gem_exec_whisper.c
> @@ -630,7 +630,7 @@ igt_main
>  		if (m->flags & CHAIN)
>  			continue;
>  
> -		igt_subtest_with_dynamic_f("%s", m->name) {
> +		igt_subtest_with_dynamic_f("%s-engine", m->name) {
>  			for_each_ctx_engine(fd, ctx, e) {
>  				if (!gem_class_can_store_dword(fd, e->class))
>  					continue;
> -- 
> 2.30.2
> 


More information about the igt-dev mailing list