[Intel-gfx] [PATCH 10/23] piglit: Run our test suite with --no-concurrency

Damien Lespiau damien.lespiau at intel.com
Fri Nov 15 17:33:27 CET 2013


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 <ben at bwidawsk.net>
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
 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




More information about the Intel-gfx mailing list