[Piglit] [PATCH] tests/llvmpipe: Disable gl-1.0-blend-func

Ian Romanick idr at freedesktop.org
Fri Sep 9 19:09:34 UTC 2016


On 08/29/2016 09:24 AM, Adam Jackson wrote:
> Takes over 40 minutes and 16GB on Skylake. Most of the blend

16 *gigabytes*?  Why?  That has to indicate a bug somewhere... possibly
a leak in the test?

> functionality in llvmpipe is adequately covered by Mesa's in-tree tests
> anyway.
> 
> Signed-off-by: Adam Jackson <ajax at redhat.com>
> ---
>  tests/llvmpipe.py | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/tests/llvmpipe.py b/tests/llvmpipe.py
> index 6dd7a90..f02755c 100644
> --- a/tests/llvmpipe.py
> +++ b/tests/llvmpipe.py
> @@ -24,6 +24,7 @@ def remove(key):
>  # These take too long or too much memory
>  remove(join('glean', 'pointAtten'))
>  remove(join('glean', 'texCombine'))
> +remove(join('spec', '!OpenGL 1.0', 'gl-1.0-blend-func'))
>  remove(join('spec', '!OpenGL 1.1', 'streaming-texture-leak'))
>  remove(join('spec', '!OpenGL 1.1', 'max-texture-size'))
>  



More information about the Piglit mailing list