[Piglit] [PATCH 4/5] all.py: remove run_concurrent=False from 1.4 tests
Brian Paul
brianp at vmware.com
Fri Oct 13 04:26:57 UTC 2017
---
tests/all.py | 25 ++++++++++---------------
1 file changed, 10 insertions(+), 15 deletions(-)
diff --git a/tests/all.py b/tests/all.py
index f2e329a..c69889a 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -1096,28 +1096,23 @@ with profile.test_list.group_manager(
with profile.test_list.group_manager(
PiglitGLTest,
grouptools.join('spec', '!opengl 1.4')) as g:
- g(['fdo25614-genmipmap'], run_concurrent=False)
- g(['tex1d-2dborder'], run_concurrent=False)
- g(['blendminmax'], run_concurrent=False)
- g(['blendsquare'], run_concurrent=False)
+ g(['fdo25614-genmipmap'])
+ g(['tex1d-2dborder'])
+ g(['blendminmax'])
+ g(['blendsquare'])
g(['gl-1.4-dlist-multidrawarrays'])
g(['gl-1.4-multidrawarrays-errors'])
g(['gl-1.4-polygon-offset'])
- g(['draw-batch'], run_concurrent=False)
- g(['stencil-wrap'], run_concurrent=False)
- g(['triangle-rasterization'], run_concurrent=False)
- g(['triangle-rasterization', '-use_fbo'], 'triangle-rasterization-fbo',
- run_concurrent=False)
- g(['triangle-rasterization-overdraw'], run_concurrent=False)
+ g(['draw-batch'])
+ g(['stencil-wrap'])
+ g(['triangle-rasterization'])
+ g(['triangle-rasterization', '-use_fbo'], 'triangle-rasterization-fbo')
+ g(['triangle-rasterization-overdraw'])
g(['tex-miplevel-selection', '-nobias', '-nolod'],
'tex-miplevel-selection')
g(['tex-miplevel-selection', '-nobias'], 'tex-miplevel-selection-lod')
g(['tex-miplevel-selection'], 'tex-miplevel-selection-lod-bias')
-
-with profile.test_list.group_manager(
- PiglitGLTest,
- grouptools.join('spec', '!opengl 1.4')) as g:
- add_msaa_visual_plain_tests(g, ['copy-pixels'], run_concurrent=False)
+ add_msaa_visual_plain_tests(g, ['copy-pixels'])
with profile.test_list.group_manager(
PiglitGLTest,
--
1.9.1
More information about the Piglit
mailing list