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

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


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

diff --git a/tests/all.py b/tests/all.py
index 055608e..9055979 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -4252,9 +4252,8 @@ with profile.test_list.group_manager(
 
 with profile.test_list.group_manager(
         PiglitGLTest, grouptools.join('spec', 'arb_half_float_vertex')) as g:
-    g(['draw-vertices-half-float'], run_concurrent=False)
-    g(['draw-vertices-half-float', 'user'], 'draw-vertices-half-float-user',
-      run_concurrent=False)
+    g(['draw-vertices-half-float'])
+    g(['draw-vertices-half-float', 'user'], 'draw-vertices-half-float-user')
 
 with profile.test_list.group_manager(
         PiglitGLTest, grouptools.join('spec', 'oes_vertex_half_float')) as g:
-- 
1.9.1



More information about the Piglit mailing list