Takes over 40 minutes and 16GB on Skylake. Most of the blend 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')) -- 2.7.4 _______________________________________________ Piglit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/piglit
