[Piglit] [PATCH 11/11] all.py: run ARB_draw_buffers tests concurrently
Nicolai Hähnle
nhaehnle at gmail.com
Mon Oct 16 09:16:54 UTC 2017
For the series:
Reviewed-by: Nicolai Hähnle <nicolai.haehnle at amd.com>
On 14.10.2017 05:33, Brian Paul wrote:
> ---
> tests/all.py | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/tests/all.py b/tests/all.py
> index 046c02b..9f37ba2 100644
> --- a/tests/all.py
> +++ b/tests/all.py
> @@ -4276,9 +4276,9 @@ with profile.test_list.group_manager(
> with profile.test_list.group_manager(
> PiglitGLTest,
> grouptools.join('spec', 'arb_draw_buffers')) as g:
> - g(['arb_draw_buffers-state_change'], run_concurrent=False)
> - g(['fbo-mrt-alphatest'], run_concurrent=False)
> - g(['fbo-mrt-new-bind'], run_concurrent=False)
> + g(['arb_draw_buffers-state_change'])
> + g(['fbo-mrt-alphatest'])
> + g(['fbo-mrt-new-bind'])
>
> with profile.test_list.group_manager(
> PiglitGLTest,
>
--
Lerne, wie die Welt wirklich ist,
Aber vergiss niemals, wie sie sein sollte.
More information about the Piglit
mailing list