[Piglit] [PATCH 04/11] all.py: run ARB_seamless_cube_map tests concurrently
Brian Paul
brianp at vmware.com
Sat Oct 14 03:33:22 UTC 2017
---
tests/all.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/all.py b/tests/all.py
index 76a17af..01eca2c 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -3911,9 +3911,9 @@ with profile.test_list.group_manager(
with profile.test_list.group_manager(
PiglitGLTest, grouptools.join('spec', 'arb_seamless_cube_map')) as g:
- g(['arb_seamless_cubemap'], run_concurrent=False)
- g(['arb_seamless_cubemap-initially-disabled'], run_concurrent=False)
- g(['arb_seamless_cubemap-three-faces-average'], run_concurrent=False)
+ g(['arb_seamless_cubemap'])
+ g(['arb_seamless_cubemap-initially-disabled'])
+ g(['arb_seamless_cubemap-three-faces-average'])
with profile.test_list.group_manager(
PiglitGLTest, grouptools.join('spec', 'AMD_pinned_memory')) as g:
--
1.9.1
More information about the Piglit
mailing list