[Piglit] [PATCH 4/5] gl-1.0: Run scissor tests concurrently.
Matt Turner
mattst88 at gmail.com
Thu Sep 1 18:44:51 UTC 2016
---
tests/all.py | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/tests/all.py b/tests/all.py
index 276f5a8..a57256f 100644
--- a/tests/all.py
+++ b/tests/all.py
@@ -963,14 +963,14 @@ with profile.group_manager(
g(['gl-1.0-logicop'])
g(['gl-1.0-no-op-paths'])
g(['gl-1.0-simple-readbuffer'])
- g(['gl-1.0-scissor-bitmap'], run_concurrent=False)
- g(['gl-1.0-scissor-clear'], run_concurrent=False)
- g(['gl-1.0-scissor-copypixels'], run_concurrent=False)
- g(['gl-1.0-scissor-depth-clear'], run_concurrent=False)
- g(['gl-1.0-scissor-many'], run_concurrent=False)
- g(['gl-1.0-scissor-offscreen'], run_concurrent=False)
+ g(['gl-1.0-scissor-bitmap'])
+ g(['gl-1.0-scissor-clear'])
+ g(['gl-1.0-scissor-copypixels'])
+ g(['gl-1.0-scissor-depth-clear'])
+ g(['gl-1.0-scissor-many'])
+ g(['gl-1.0-scissor-offscreen'])
g(['gl-1.0-scissor-polygon'])
- g(['gl-1.0-scissor-stencil-clear'], run_concurrent=False)
+ g(['gl-1.0-scissor-stencil-clear'])
with profile.group_manager(
PiglitGLTest,
--
2.7.3
More information about the Piglit
mailing list