[Piglit] [PATCH v2 5/5] all.py: mark the last variant of texsubimage as running concurrently
Nicolai Hähnle
nhaehnle at gmail.com
Thu Jan 21 12:33:11 PST 2016
From: Nicolai Hähnle <nicolai.haehnle at amd.com>
All other variants (array, cube_map-array, and pbo variants) are already
running concurrently
---
tests/all.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/all.py b/tests/all.py
index bb174cb..28aba13 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -933,7 +933,7 @@ with profile.group_manager(
g(['sized-texture-format-channels'])
g(['streaming-texture-leak'], run_concurrent=False)
g(['texredefine'], run_concurrent=False)
- g(['texsubimage'], run_concurrent=False)
+ g(['texsubimage'])
g(['texsubimage-unpack'])
g(['texsubimage-depth-formats'], run_concurrent=False)
g(['texture-al'], run_concurrent=False)
--
2.5.0
More information about the Piglit
mailing list