Message ID | 1464366473-14046-2-git-send-email-marius.c.vlad@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, May 27, 2016 at 07:27:47PM +0300, Marius Vlad wrote: Nak. This catches bugs quickly. -Chris
diff --git a/tests/gem_ctx_switch.c b/tests/gem_ctx_switch.c index 7b27336..ce52365 100644 --- a/tests/gem_ctx_switch.c +++ b/tests/gem_ctx_switch.c @@ -157,7 +157,7 @@ igt_main igt_fork_hang_detector(fd); for (e = intel_execution_engines; e->name; e++) { - igt_subtest_f("%s%s", e->exec_id == 0 ? "basic-" : "", e->name) + igt_subtest_f("%s", e->name) single(fd, handle, e, 0, 1); igt_subtest_f("%s-interruptible", e->name) single(fd, handle, e, INTERRUPTIBLE, 1);
Signed-off-by: Marius Vlad <marius.c.vlad@intel.com> --- tests/gem_ctx_switch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)