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

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


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

diff --git a/tests/all.py b/tests/all.py
index 73ee729..5bd0e5d 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -4283,9 +4283,9 @@ with profile.test_list.group_manager(
 with profile.test_list.group_manager(
         PiglitGLTest,
         grouptools.join('spec', 'ext_draw_buffers2')) as g:
-    g(['fbo-drawbuffers2-blend'], run_concurrent=False)
-    g(['fbo-drawbuffers2-colormask'], run_concurrent=False)
-    g(['fbo-drawbuffers2-colormask', 'clear'], run_concurrent=False)
+    g(['fbo-drawbuffers2-blend'])
+    g(['fbo-drawbuffers2-colormask'])
+    g(['fbo-drawbuffers2-colormask', 'clear'])
 
 with profile.test_list.group_manager(
         PiglitGLTest,
-- 
1.9.1



More information about the Piglit mailing list