[Piglit] [PATCH] tests/llvmpipe: Disable gl-1.0-blend-func
Adam Jackson
ajax at redhat.com
Mon Aug 29 16:24:18 UTC 2016
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 <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'))
--
2.7.4
More information about the Piglit
mailing list