ci: Add Piglit gl-1.0-blend-func to everyone's skips
I've seen this timing out on Zink, v3d, radeonsi, and Panfrost periodically, but more and more lately. Try to minimise the damage by just universally skipping it until someone comes up with a better idea. Signed-off-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11267>
This commit is contained in:
@@ -4,6 +4,7 @@ spec@!opengl 1.2@tex3d-maxsize
|
||||
spec@ext_texture_env_combine@texture-env-combine
|
||||
spec@glsl-1.10@execution@loops@glsl-fs-unroll-explosion
|
||||
spec@glsl-1.10@execution@loops@glsl-vs-unroll-explosion
|
||||
spec@!opengl 1.0@gl-1.0-blend-func
|
||||
|
||||
# Extensions not supported
|
||||
spec@arb_gpu_shader_fp64.*
|
||||
|
||||
@@ -3,6 +3,7 @@ spec@ext_framebuffer_multisample@accuracy
|
||||
glx@glx-multithread-texture
|
||||
spec@arb_internalformat_query2@all internalformat_<x>_type pname checks
|
||||
spec@!opengl 1.1@streaming-texture-leak
|
||||
spec@!opengl 1.0@gl-1.0-blend-func
|
||||
|
||||
# Extensions not supported
|
||||
spec@arb_gpu_shader_fp64.*
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# Intermittent timeouts
|
||||
spec@ext_texture_lod_bias@lodbias
|
||||
spec@!opengl 1.0@gl-1.0-blend-func
|
||||
|
||||
# Skip over a bunch of extensions since we don't have extension fast skipping yet.
|
||||
spec@glsl-1.50
|
||||
|
||||
@@ -7,6 +7,7 @@ spec@ext_texture_array@fbo-depth-array fs-writes-stencil
|
||||
spec@ext_texture_array@fbo-depth-array stencil-clear
|
||||
spec@ext_texture_array@fbo-depth-array stencil-draw
|
||||
spec@ext_transform_feedback@max-varyings
|
||||
spec@!opengl 1.0@gl-1.0-blend-func
|
||||
|
||||
# Skip over a bunch of extensions since we don't have extension fast skipping yet.
|
||||
spec@glsl-4.*
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
# Timeout
|
||||
spec@arb_internalformat_query2@all internalformat_.*_type
|
||||
spec@!opengl 1.0@gl-1.0-blend-func
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# From https://github.com/marekolsak/marek-build/blob/master/run-piglit.sh#L36
|
||||
spec@!opengl 1.0@gl-1.0-blend-func
|
||||
spec@!opengl 1.2@tex3d-maxsize
|
||||
spec@ext_framebuffer_object@fbo-maxsize
|
||||
spec@!opengl 1.1@max-texture-size
|
||||
|
||||
@@ -24,3 +24,6 @@ spec@egl_ext_protected_content@conformance
|
||||
# has a race where probes periodically return black
|
||||
# cf. https://gitlab.freedesktop.org/mesa/mesa/-/jobs/10624521
|
||||
glx@glx-multi-context-single-window
|
||||
|
||||
# periodic timeouts
|
||||
spec@!opengl 1.0@gl-1.0-blend-func
|
||||
|
||||
Reference in New Issue
Block a user