mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
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:
parent
787ae18a37
commit
3277d6965b
1 changed files with 4 additions and 1 deletions
|
|
@ -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.*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue