[Piglit] [PATCH 6/9] tests.all: add arb_framebuffer_srgb-pushpop
Ian Romanick
idr at freedesktop.org
Wed Sep 9 14:34:57 PDT 2015
On 09/02/2015 12:51 PM, Dylan Baker wrote:
> This was never added to all.py.
>
> cc: Eric Anholt <eric at anholt.net>
> Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
> ---
>
> Can this be run concurrently, or should it have run_concurrent=False
> added?
It should be fine to run concurrently.
> tests/all.py | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tests/all.py b/tests/all.py
> index b4be071..86b93ed 100644
> --- a/tests/all.py
> +++ b/tests/all.py
> @@ -2021,6 +2021,7 @@ with profile.group_manager(
> framebuffer_srgb_setting))
> g(['framebuffer-srgb'], run_concurrent=False)
> g(['arb_framebuffer_srgb-clear'])
> + g(['arb_framebuffer_srgb-pushpop'])
>
> with profile.group_manager(
> PiglitGLTest,
More information about the Piglit
mailing list