mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-18 21:10:35 +02:00
panfrost/ci: Skip Piglit tests known to crash
A bunch of Piglits cause crashes, at least when run with PAN_MESA_DEBUG=sync. For many, the crashes are due to faults. Although Piglits are nominally process-isolated, faults can leak across processes to subpar recovery, meaning these crashes are liable to cause robust passing tests to flakes. So, skip any tests known to crash to make sure the coverage is solid. Given that we run piglit on panfrost in pre-merge CI, but there's nobody actively working on fixing piglits for panfrost, I think this is the best compromise. It means we get to keep the coverage (and ensure we don't regress piglits that are currently passing) but we don't risk flaking CI. Currently deqp-runner is eating massive numbers of piglit flakes. While it's really great that the infrastructure is robust in that way, it'd be better to not have those flakes in CI in the first place (for run time, if not robustness). If someone starts hacking on Bifrost + desktop OpenGL again for some reason and fixes these tests locally, they can reenable them then. Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23235>
This commit is contained in:
parent
fe957400da
commit
4c03f9b055
1 changed files with 74 additions and 0 deletions
|
|
@ -23,3 +23,77 @@ spec@!opengl 1.1@longprim
|
|||
# OOMs
|
||||
spec@!opengl 1.1@streaming-texture-leak
|
||||
tex3d-maxsize
|
||||
|
||||
# These Piglits cause crashes, at least when run with PAN_MESA_DEBUG=sync. For
|
||||
# many, the crashes are due to faults. Although Piglits are nominally
|
||||
# process-isolated, faults can leak across processes to subpar recovery, meaning
|
||||
# these crashes are liable to cause robust passing tests to flakes.
|
||||
# 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
|
||||
spec@arb_texture_float@fbo-alphatest-formats
|
||||
spec@arb_texture_float@fbo-blending-formats
|
||||
spec@arb_texture_rectangle@tex-miplevel-selection gl2:texture() 2drect
|
||||
spec@arb_texture_rectangle@tex-miplevel-selection gl2:texture() 2drectshadow
|
||||
spec@arb_texture_rectangle@tex-miplevel-selection gl2:textureproj 2drect
|
||||
spec@arb_texture_rectangle@tex-miplevel-selection gl2:textureproj 2drect_projvec4
|
||||
spec@arb_texture_rectangle@tex-miplevel-selection gl2:textureproj 2drectshadow
|
||||
spec@arb_texture_view@sampling-2d-array-as-cubemap-array
|
||||
spec@arb_texture_view@sampling-2d-array-as-cubemap
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-export
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-invalid_attributes
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-invalid_hints
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-missing_attributes
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-ownership_transfer
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-refcount
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_argb8888
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_ayuv
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_nv12
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_p010
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_p012
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_p016
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_uyvy
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_xrgb8888
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_xyuv
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_y210
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_y212
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_y216
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_y410
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_y412
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_y416
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_yuv420
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_yuyv
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_yvu420
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-unsupported_format
|
||||
spec@ext_transform_feedback@immediate-reuse-index-buffer
|
||||
spec@ext_transform_feedback@immediate-reuse-uniform-buffer
|
||||
spec@glsl-1.30@execution@tex-miplevel-selection texture() 2drect
|
||||
spec@glsl-1.30@execution@tex-miplevel-selection texture() 2drectshadow
|
||||
spec@glsl-1.30@execution@tex-miplevel-selection texturegrad 2drect
|
||||
spec@glsl-1.30@execution@tex-miplevel-selection texturegrad 2drectshadow
|
||||
spec@glsl-1.30@execution@tex-miplevel-selection texturegradoffset 2drect
|
||||
spec@glsl-1.30@execution@tex-miplevel-selection texturegradoffset 2drectshadow
|
||||
spec@glsl-1.30@execution@tex-miplevel-selection textureoffset 2drect
|
||||
spec@glsl-1.30@execution@tex-miplevel-selection textureoffset 2drectshadow
|
||||
spec@glsl-1.30@execution@tex-miplevel-selection textureproj 2drect
|
||||
spec@glsl-1.30@execution@tex-miplevel-selection textureproj 2drect_projvec4
|
||||
spec@glsl-1.30@execution@tex-miplevel-selection textureproj 2drectshadow
|
||||
spec@glsl-1.30@execution@tex-miplevel-selection textureprojgrad 2drect
|
||||
spec@glsl-1.30@execution@tex-miplevel-selection textureprojgrad 2drect_projvec4
|
||||
spec@glsl-1.30@execution@tex-miplevel-selection textureprojgrad 2drectshadow
|
||||
spec@glsl-1.30@execution@tex-miplevel-selection textureprojgradoffset 2drect
|
||||
spec@glsl-1.30@execution@tex-miplevel-selection textureprojgradoffset 2drect_projvec4
|
||||
spec@glsl-1.30@execution@tex-miplevel-selection textureprojgradoffset 2drectshadow
|
||||
spec@glsl-1.30@execution@tex-miplevel-selection textureprojoffset 2drect
|
||||
spec@glsl-1.30@execution@tex-miplevel-selection textureprojoffset 2drect_projvec4
|
||||
spec@glsl-1.30@execution@tex-miplevel-selection textureprojoffset 2drectshadow
|
||||
spec@oes_texture_view@sampling-2d-array-as-cubemap
|
||||
spec@!opengl 1.0@rasterpos
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue