[Piglit] [PATCH 4/9] all.py: remove run_concurrent=False from most GL 3.0 tests
Brian Paul
brianp at vmware.com
Fri Oct 13 20:08:02 UTC 2017
gl30basic does front buffer rendering, so keep it non-concurrent.
---
tests/all.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/all.py b/tests/all.py
index b4cd2ad..62db45a 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -1213,7 +1213,7 @@ with profile.test_list.group_manager(
'bound-resource-limits')
g(['clearbuffer-depth'])
g(['clearbuffer-depth-stencil'])
- g(['clearbuffer-display-lists'], run_concurrent=False)
+ g(['clearbuffer-display-lists'])
g(['clearbuffer-invalid-drawbuffer'])
g(['clearbuffer-invalid-buffer'])
g(['clearbuffer-mixed-format'])
@@ -1238,9 +1238,9 @@ with profile.test_list.group_manager(
g(['gl-3.0-texture-integer'])
g(['gl-3.0-vertexattribipointer'])
g(['gl30basic'], run_concurrent=False)
- g(['array-depth-roundtrip'], run_concurrent=False)
- g(['depth-cube-map'], run_concurrent=False)
- g(['sampler-cube-shadow'], run_concurrent=False)
+ g(['array-depth-roundtrip'])
+ g(['depth-cube-map'])
+ g(['sampler-cube-shadow'])
g(['generatemipmap-base-change', 'size'])
g(['generatemipmap-base-change', 'format'])
g(['generatemipmap-cubemap'])
--
1.9.1
More information about the Piglit
mailing list