[Intel-gfx] [PATCH 10/18] tests/gem_pread/pwrite: mark normal tests as basic

Daniel Vetter daniel at ffwll.ch
Fri Aug 14 05:36:55 PDT 2015


On Thu, Aug 13, 2015 at 01:31:33PM -0700, Jesse Barnes wrote:
> These should always pass.
> 
> Signed-off-by: Jesse Barnes <jbarnes at virtuousgeek.org>

If they're fast enough ... Acked-by: Daniel Vetter <daniel.vetter at ffwll.ch>
> ---
>  tests/gem_pread.c  | 2 +-
>  tests/gem_pwrite.c | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/tests/gem_pread.c b/tests/gem_pread.c
> index cc83948..3ec5fb1 100644
> --- a/tests/gem_pread.c
> +++ b/tests/gem_pread.c
> @@ -108,7 +108,7 @@ int main(int argc, char **argv)
>  		src = malloc(object_size);
>  	}
>  
> -	igt_subtest("normal") {
> +	igt_subtest("basic") {
>  		for (count = 1; count <= 1<<17; count <<= 1) {
>  			struct timeval start, end;
>  
> diff --git a/tests/gem_pwrite.c b/tests/gem_pwrite.c
> index 5b6a77f..1d867e7 100644
> --- a/tests/gem_pwrite.c
> +++ b/tests/gem_pwrite.c
> @@ -169,7 +169,7 @@ int main(int argc, char **argv)
>  		src = malloc(object_size);
>  	}
>  
> -	igt_subtest("normal") {
> +	igt_subtest("basic") {
>  		for (count = 1; count <= 1<<17; count <<= 1) {
>  			struct timeval start, end;
>  
> -- 
> 1.9.1
> 
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch


More information about the Intel-gfx mailing list