[Piglit] [PATCH 02/11] all.py: run ati_draw_buffers tests concurrently
Brian Paul
brianp at vmware.com
Sat Oct 14 03:33:20 UTC 2017
---
tests/all.py | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/tests/all.py b/tests/all.py
index f21575d..33b441c 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -3841,11 +3841,9 @@ with profile.test_list.group_manager(
with profile.test_list.group_manager(
PiglitGLTest, grouptools.join('spec', 'ati_draw_buffers')) as g:
- g(['ati_draw_buffers-arbfp'], run_concurrent=False)
- g(['ati_draw_buffers-arbfp-no-index'], 'arbfp-no-index',
- run_concurrent=False)
- g(['ati_draw_buffers-arbfp-no-option'], 'arbfp-no-option',
- run_concurrent=False)
+ g(['ati_draw_buffers-arbfp'])
+ g(['ati_draw_buffers-arbfp-no-index'], 'arbfp-no-index')
+ g(['ati_draw_buffers-arbfp-no-option'], 'arbfp-no-option')
with profile.test_list.group_manager(
PiglitGLTest, grouptools.join('spec', 'ati_envmap_bumpmap')) as g:
--
1.9.1
More information about the Piglit
mailing list