vc4/ci: skip unsupported test versions

Skip all OpenGL[ES] and GLSL tests that are not supported.

Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22919>
This commit is contained in:
Juan A. Suarez Romero 2023-05-09 12:51:26 +02:00 committed by Marge Bot
parent 787ae18a37
commit 3277d6965b

View file

@ -34,7 +34,10 @@ shaders@glsl-predication-on-large-array
spec@arb_texture_rectangle@copyteximage rect samples=2
spec@arb_texture_rectangle@copyteximage rect samples=4
# Extensions not supported
# Versions / Extensions not supported
spec@!opengl 3.*
spec@!opengl 4.*
spec@!opengl es 3*
spec@arb_gpu_shader5.*
spec@arb_gpu_shader_fp64.*
spec@arb_gpu_shader_int64.*