public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH i-g-t v2 1/8] tests/gem_exec_flush: Remove tests from BAT.
@ 2016-05-27 16:27 Marius Vlad
  2016-05-27 16:27 ` [PATCH i-g-t v2 2/8] tests/gem_ctx_switch: Remove test " Marius Vlad
                   ` (7 more replies)
  0 siblings, 8 replies; 22+ messages in thread
From: Marius Vlad @ 2016-05-27 16:27 UTC (permalink / raw)
  To: intel-gfx

Signed-off-by: Marius Vlad <marius.c.vlad@intel.com>
---
 tests/gem_exec_flush.c | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/tests/gem_exec_flush.c b/tests/gem_exec_flush.c
index d08b843..2f271bb 100644
--- a/tests/gem_exec_flush.c
+++ b/tests/gem_exec_flush.c
@@ -532,18 +532,15 @@ igt_main
 		}
 
 		for (const struct batch *b = batches; b->name; b++) {
-			igt_subtest_f("%sbatch-%s-%s-uc",
-				      b == batches && e->exec_id == 0 ? "basic-" : "",
+			igt_subtest_f("batch-%s-%s-uc",
 				      b->name,
 				      e->name)
 				batch(fd, ring, ncpus, timeout, b->mode, 0);
-			igt_subtest_f("%sbatch-%s-%s-wb",
-				      b == batches && e->exec_id == 0 ? "basic-" : "",
+			igt_subtest_f("batch-%s-%s-wb",
 				      b->name,
 				      e->name)
 				batch(fd, ring, ncpus, timeout, b->mode, COHERENT);
-			igt_subtest_f("%sbatch-%s-%s-cmd",
-				      b == batches && e->exec_id == 0 ? "basic-" : "",
+			igt_subtest_f("batch-%s-%s-cmd",
 				      b->name,
 				      e->name)
 				batch(fd, ring, ncpus, timeout, b->mode,
@@ -551,8 +548,7 @@ igt_main
 		}
 
 		for (const struct mode *m = modes; m->name; m++) {
-			igt_subtest_f("%suc-%s-%s",
-				      (m->flags & BASIC && e->exec_id == 0) ? "basic-" : "",
+			igt_subtest_f("uc-%s-%s",
 				      m->name,
 				      e->name)
 				run(fd, ring, ncpus, timeout,
@@ -564,8 +560,7 @@ igt_main
 				run(fd, ring, ncpus, timeout,
 				    UNCACHED | m->flags | INTERRUPTIBLE);
 
-			igt_subtest_f("%swb-%s-%s",
-				      e->exec_id == 0 ? "basic-" : "",
+			igt_subtest_f("wb-%s-%s",
 				      m->name,
 				      e->name)
 				run(fd, ring, ncpus, timeout,
-- 
2.5.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply related	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2016-05-31 12:18 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-27 16:27 [PATCH i-g-t v2 1/8] tests/gem_exec_flush: Remove tests from BAT Marius Vlad
2016-05-27 16:27 ` [PATCH i-g-t v2 2/8] tests/gem_ctx_switch: Remove test " Marius Vlad
2016-05-27 16:39   ` Chris Wilson
2016-05-27 16:27 ` [PATCH i-g-t v2 3/8] tests/gem_exec_nop: " Marius Vlad
2016-05-27 16:39   ` Chris Wilson
2016-05-31 12:01   ` Tvrtko Ursulin
2016-05-27 16:27 ` [PATCH i-g-t v2 4/8] tests/gem_close_race: Remove basic-threads " Marius Vlad
2016-05-27 16:39   ` Chris Wilson
2016-05-31 12:02   ` Tvrtko Ursulin
2016-05-27 16:27 ` [PATCH i-g-t v2 5/8] tests/gem_sync: Remove basic tests Marius Vlad
2016-05-27 16:40   ` Chris Wilson
2016-05-31 12:04   ` Tvrtko Ursulin
2016-05-27 16:27 ` [PATCH i-g-t v2 6/8] tests/gem_storedw_loop: Remove from BAT Marius Vlad
2016-05-31 12:05   ` Tvrtko Ursulin
2016-05-31 12:18     ` Chris Wilson
2016-05-27 16:27 ` [PATCH i-g-t v2 7/8] tests/gem_tile_pread_basic: Remove gem_tiled_pread_basic " Marius Vlad
2016-05-27 16:27 ` [PATCH i-g-t 8/8] tests/gem_exec_suspend: Remove hibernate " Marius Vlad
2016-05-27 16:38   ` Chris Wilson
2016-05-27 16:37 ` [PATCH i-g-t v2 1/8] tests/gem_exec_flush: Remove tests " Chris Wilson
2016-05-30 10:44   ` Marius Vlad
2016-05-30 10:50     ` Chris Wilson
2016-05-30 13:58       ` Marius Vlad

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox