panfrost/ci: drop invalid skips that are already marked as known flakes
Skips are regexes, which means the `*` would've needed to be escaped. As is, they can't match any existing test. Since these lines are also all in `-fails.txt` as `Crash`es, let's just remove them from the skips. Signed-off-by: Eric Engestrom <eric@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24022>
This commit is contained in:

committed by
Marge Bot

parent
6686a1e7ea
commit
42df7131ba
@@ -34,11 +34,6 @@ glx@glx-make-current
|
||||
# So, skip any tests known to crash to make sure the coverage is solid.
|
||||
glx@glx-visuals-depth -pixmap
|
||||
glx@glx-visuals-stencil -pixmap
|
||||
spec@arb_shader_texture_lod@execution@tex-miplevel-selection *gradarb 2drect
|
||||
spec@arb_shader_texture_lod@execution@tex-miplevel-selection *gradarb 2drectshadow
|
||||
spec@arb_shader_texture_lod@execution@tex-miplevel-selection *projgradarb 2drect
|
||||
spec@arb_shader_texture_lod@execution@tex-miplevel-selection *projgradarb 2drect_projvec4
|
||||
spec@arb_shader_texture_lod@execution@tex-miplevel-selection *projgradarb 2drectshadow
|
||||
spec@arb_texture_buffer_object@formats (fs- arb)
|
||||
spec@arb_texture_buffer_object@formats (vs- arb)
|
||||
spec@arb_texture_buffer_object@texture-buffer-size-clamp
|
||||
|
Reference in New Issue
Block a user