[Piglit] [PATCH 4/5] all.py: fix misnamed tests
Timothy Arceri
t_arceri at yahoo.com.au
Mon Jul 13 02:02:25 PDT 2015
This patch is:
Reviewed-by: Timothy Arceri <t_arceri at yahoo.com.au>
On Tue, 2015-02-03 at 12:09 -0800, Dylan Baker wrote:
> At some point OpenGL 3.2 was shortened to OpenGL, which is clearly wrong
>
> Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
> ---
> tests/all.py | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tests/all.py b/tests/all.py
> index 380e95d..d7a921a 100644
> --- a/tests/all.py
> +++ b/tests/all.py
> @@ -1063,8 +1063,8 @@ spec[grouptools.join('!OpenGL 3.2', 'layered
> -rendering', 'gl-layer-not-layered')
> spec[grouptools.join('!OpenGL 3.2', 'layered-rendering', 'gl-layer
> -render')] = PiglitGLTest(['gl-3.2-layered-rendering-gl-layer-render'],
> run_concurrent=True)
> spec[grouptools.join('!OpenGL 3.2', 'pointsprite-coord')] =
> PiglitGLTest(['gl-3.2-pointsprite-coord'], run_concurrent=True)
> spec[grouptools.join('!OpenGL 3.2', 'pointsprite-origin')] =
> PiglitGLTest(['gl-3.2-pointsprite-origin'], run_concurrent=True)
> -spec[grouptools.join('!OpenGL', 'coord-replace-doesnt-eliminate-frag-tex
> -coords')] = PiglitGLTest(['gl-coord-replace-doesnt-eliminate-frag-tex
> -coords'], run_concurrent=True)
> -spec[grouptools.join('!OpenGL', 'get-active-attrib-returns-all-inputs')] =
> PiglitGLTest(['gl-get-active-attrib-returns-all-inputs'],
> run_concurrent=True)
> +spec[grouptools.join('!OpenGL 3.2', 'coord-replace-doesnt-eliminate-frag
> -tex-coords')] = PiglitGLTest(['gl-coord-replace-doesnt-eliminate-frag-tex
> -coords'], run_concurrent=True)
> +spec[grouptools.join('!OpenGL 3.2', 'get-active-attrib-returns-all
> -inputs')] = PiglitGLTest(['gl-get-active-attrib-returns-all-inputs'],
> run_concurrent=True)
> spec[grouptools.join('!OpenGL 3.2', 'texture-border-deprecated')] =
> PiglitGLTest(['gl-3.2-texture-border-deprecated'], run_concurrent=True)
>
> spec[grouptools.join('!OpenGL 3.3', 'minmax')] = PiglitGLTest(['gl-3.3
> -minmax'], run_concurrent=True)
More information about the Piglit
mailing list