Tests tend to assume they are the only thing running, some need DRM master, some fill the memory. All in all, they are some correctness issues if we run tests concurrently.
Acked-by: Ben Widawsky <[email protected]> Signed-off-by: Damien Lespiau <[email protected]> --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 5742b82..f280879 100644 --- a/Makefile.am +++ b/Makefile.am @@ -50,7 +50,7 @@ dist-hook: ChangeLog INSTALL # # Useful shortcuts to run tests # -PIGLIT := $(srcdir)/piglit/piglit-run.py +PIGLIT := $(srcdir)/piglit/piglit-run.py --no-concurrency PIGLIT_SUMMARY := $(srcdir)/piglit/piglit-summary.py -s PIGLIT_HTML := $(srcdir)/piglit/piglit-summary-html.py IGT_TESTS := $(abs_srcdir)/piglit/tests/igt.tests -- 1.8.3.1 _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
