diff mbox

[10/18] tests/gem_pread/pwrite: mark normal tests as basic

Message ID 1439497901-14310-10-git-send-email-jbarnes@virtuousgeek.org (mailing list archive)
State New, archived
Headers show

Commit Message

Jesse Barnes Aug. 13, 2015, 8:31 p.m. UTC
These should always pass.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
---
 tests/gem_pread.c  | 2 +-
 tests/gem_pwrite.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Daniel Vetter Aug. 14, 2015, 12:36 p.m. UTC | #1
On Thu, Aug 13, 2015 at 01:31:33PM -0700, Jesse Barnes wrote:
> These should always pass.
> 
> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>

If they're fast enough ... Acked-by: Daniel Vetter <daniel.vetter@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@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
diff mbox

Patch

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;