On 27/05/16 17:27, Marius Vlad wrote:
Signed-off-by: Marius Vlad <marius.c.v...@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
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to