[Intel-gfx] [PATCH i-g-t v2 5/8] tests/gem_sync: Remove basic tests.

Tvrtko Ursulin tvrtko.ursulin at linux.intel.com
Tue May 31 12:04:01 UTC 2016


On 27/05/16 17:27, Marius Vlad wrote:
> Signed-off-by: Marius Vlad <marius.c.vlad at intel.com>
> ---
>   tests/gem_sync.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/gem_sync.c b/tests/gem_sync.c
> index 320bce3..a46f120 100644
> --- a/tests/gem_sync.c
> +++ b/tests/gem_sync.c
> @@ -221,12 +221,12 @@ igt_main
>   			sync_ring(fd, e->exec_id | e->flags, ncpus);
>   	}
>
> -	igt_subtest("basic-each")
> +	igt_subtest("each")
>   		sync_ring(fd, ~0u, 1);
>   	igt_subtest("forked-each")
>   		sync_ring(fd, ~0u, ncpus);
>
> -	igt_subtest("basic-all")
> +	igt_subtest("all")
>   		sync_all(fd, 1);
>   	igt_subtest("forked-all")
>   		sync_all(fd, ncpus);
>

Same thing, make it faster for BAT and keep the current length for nightly?

Regards,

Tvrtko


More information about the Intel-gfx mailing list