[Piglit] [PATCH] all.py: s/OpenGL 1.1/opengl 1.1/
Dylan Baker
dylan at pnwbakers.com
Thu Apr 27 21:33:57 UTC 2017
The test name is lowered by the g() call, so this is effectively a no-op. I just
want to be clear that this change will not change test names or behaviors, and I
think it's nice to be consistent.
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>
Quoting Brian Paul (2017-04-27 14:14:16)
> To match the naming convention for all the other "opengl x.y" groups.
> ---
> tests/all.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/all.py b/tests/all.py
> index 6255ddf..da3398b 100644
> --- a/tests/all.py
> +++ b/tests/all.py
> @@ -836,7 +836,7 @@ with profile.test_list.group_manager(
>
> with profile.test_list.group_manager(
> PiglitGLTest,
> - grouptools.join('spec', '!OpenGL 1.1')) as g:
> + grouptools.join('spec', '!opengl 1.1')) as g:
> g(['copyteximage', '1D'], run_concurrent=False)
> g(['copyteximage', '2D'], run_concurrent=False)
> g(['drawbuffer-modes'], run_concurrent=False)
> --
> 1.9.1
>
> _______________________________________________
> Piglit mailing list
> Piglit at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/piglit
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/piglit/attachments/20170427/00f64972/attachment.sig>
More information about the Piglit
mailing list