[Piglit] [PATCH 01/11] all.py run ARB_depth_clamp tests concurrently
Brian Paul
brianp at vmware.com
Sat Oct 14 03:33:19 UTC 2017
---
tests/all.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/all.py b/tests/all.py
index f9ff6b0..f21575d 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -1978,9 +1978,9 @@ with profile.test_list.group_manager(
with profile.test_list.group_manager(
PiglitGLTest, grouptools.join('spec', 'ARB_depth_clamp')) as g:
- g(['depth_clamp'], run_concurrent=False)
- g(['depth-clamp-range'], run_concurrent=False)
- g(['depth-clamp-status'], run_concurrent=False)
+ g(['depth_clamp'])
+ g(['depth-clamp-range'])
+ g(['depth-clamp-status'])
# Group ARB_draw_elements_base_vertex
with profile.test_list.group_manager(
--
1.9.1
More information about the Piglit
mailing list