[Piglit] [PATCH] tests/general: add draw-sync to all.py
Marek Olšák
maraeo at gmail.com
Fri Oct 9 09:09:29 PDT 2015
Thanks, I'm going to push this in a moment.
Marek
On Sun, Sep 6, 2015 at 10:58 AM, Albert Freeman
<albertwdfreeman at gmail.com> wrote:
> The draw-sync test (from 2011) was never placed in all.py.
>
> Signed-off-by: Albert Freeman <albertwdfreeman at gmail.com>
> ---
> Changed "!opengl 1.5" to "!Opengl 1.1" as suggested by Eric Anholt.
> Made the test run concurrently.
>
> tests/all.py | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/tests/all.py b/tests/all.py
> index fcfc5cd..d8e526c 100644
> --- a/tests/all.py
> +++ b/tests/all.py
> @@ -873,6 +873,7 @@ with profile.group_manager(
> g(['draw-copypixels-sync'], run_concurrent=False)
> g(['draw-pixel-with-texture'])
> g(['drawpix-z'])
> + g(['draw-sync'])
> g(['fog-modes'], run_concurrent=False)
> g(['fragment-center'], run_concurrent=False)
> g(['geterror-invalid-enum'], run_concurrent=False)
> --
> 2.5.1
>
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/piglit
More information about the Piglit
mailing list