diff mbox

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

Message ID 1464366473-14046-5-git-send-email-marius.c.vlad@intel.com (mailing list archive)
State New, archived
Headers show

Commit Message

Marius Vlad May 27, 2016, 4:27 p.m. UTC
Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
---
 tests/gem_sync.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Chris Wilson May 27, 2016, 4:40 p.m. UTC | #1
On Fri, May 27, 2016 at 07:27:50PM +0300, Marius Vlad wrote:

No. Please explain what you replace this basic test with.
-Chris
Tvrtko Ursulin May 31, 2016, 12:04 p.m. UTC | #2
On 27/05/16 17:27, Marius Vlad wrote:
> Signed-off-by: Marius Vlad <marius.c.vlad@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
diff mbox

Patch

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);