Message ID | 1464349838-9959-3-git-send-email-marius.c.vlad@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Fri, May 27, 2016 at 02:50:33PM +0300, Marius Vlad wrote: You need some explanation here to explain how you believe that all the corner-cases from this minimal stress test are covered elsewhere. -Chris
diff --git a/tests/gem_exec_nop.c b/tests/gem_exec_nop.c index e90d5eb..1b2d144 100644 --- a/tests/gem_exec_nop.c +++ b/tests/gem_exec_nop.c @@ -213,7 +213,7 @@ igt_main igt_fork_hang_detector(device); igt_subtest("basic") - all(device, handle, 10); + all(device, handle, 1); for (e = intel_execution_engines; e->name; e++) igt_subtest_f("%s", e->name)
Signed-off-by: Marius Vlad <marius.c.vlad@intel.com> --- tests/gem_exec_nop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)