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 <[email protected]> > --- > 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')) > _______________________________________________ Piglit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/piglit
