[Piglit] [PATCH 11/11] all.py: run ARB_draw_buffers tests concurrently

Brian Paul brianp at vmware.com
Sat Oct 14 03:33:29 UTC 2017


---
 tests/all.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/all.py b/tests/all.py
index 046c02b..9f37ba2 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -4276,9 +4276,9 @@ with profile.test_list.group_manager(
 with profile.test_list.group_manager(
         PiglitGLTest,
         grouptools.join('spec', 'arb_draw_buffers')) as g:
-    g(['arb_draw_buffers-state_change'], run_concurrent=False)
-    g(['fbo-mrt-alphatest'], run_concurrent=False)
-    g(['fbo-mrt-new-bind'], run_concurrent=False)
+    g(['arb_draw_buffers-state_change'])
+    g(['fbo-mrt-alphatest'])
+    g(['fbo-mrt-new-bind'])
 
 with profile.test_list.group_manager(
         PiglitGLTest,
-- 
1.9.1



More information about the Piglit mailing list