[Piglit] [PATCH 2/9] all.py: remove run_concurrent=False from GL 2.0 tests
Brian Paul
brianp at vmware.com
Fri Oct 13 20:08:00 UTC 2017
Not needed, AFAICT. No change with llvmpipe.
---
tests/all.py | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/tests/all.py b/tests/all.py
index 168dd85..b4cd2ad 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -1143,9 +1143,9 @@ with profile.test_list.group_manager(
g(['gl-2.0-vertex-attr-0'])
g(['gl-2.0-vertex-const-attr'])
g(['gl-2.0-reuse_fragment_shader'])
- g(['attrib-assignments'], run_concurrent=False)
- g(['getattriblocation-conventional'], run_concurrent=False)
- g(['clip-flag-behavior'], run_concurrent=False)
+ g(['attrib-assignments'])
+ g(['getattriblocation-conventional'])
+ g(['clip-flag-behavior'])
g(['vertex-program-two-side', 'enabled', 'front', 'back', 'front2',
'back2'])
g(['vertex-program-two-side', 'enabled', 'front', 'back', 'front2'])
@@ -1179,15 +1179,15 @@ with profile.test_list.group_manager(
g(['vertex-program-two-side', 'front2'])
g(['vertex-program-two-side', 'back2'])
g(['vertex-program-two-side'])
- g(['clear-varray-2.0'], run_concurrent=False)
- g(['early-z'], run_concurrent=False)
- g(['occlusion-query-discard'], run_concurrent=False)
- g(['stencil-twoside'], run_concurrent=False)
- g(['vs-point_size-zero'], run_concurrent=False)
- g(['depth-tex-modes-glsl'], run_concurrent=False)
- g(['fragment-and-vertex-texturing'], run_concurrent=False)
+ g(['clear-varray-2.0'])
+ g(['early-z'])
+ g(['occlusion-query-discard'])
+ g(['stencil-twoside'])
+ g(['vs-point_size-zero'])
+ g(['depth-tex-modes-glsl'])
+ g(['fragment-and-vertex-texturing'])
g(['incomplete-texture', 'glsl'], 'incomplete-texture-glsl')
- g(['tex3d-npot'], run_concurrent=False)
+ g(['tex3d-npot'])
g(['max-samplers'])
g(['max-samplers', 'border'])
g(['gl-2.0-active-sampler-conflict'])
--
1.9.1
More information about the Piglit
mailing list