anv+zink/ci: document new sparse failures

Now that we have sparse resources on Anv these tests are finally
running, but they're failing. We'll eventually fix them, but let's not
make Zink gatekeep the entirety of sparse resource on Anv.

v2: KHR-GL46.sparse_buffer_tests.BufferStorageTest was initially
reported as Crash by Mesa CI. On my second run in Mesa CI it gave me a
Timeout. On my machine it passes but takes about 4 minutes to finish,
so skip it entirely.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25512>
This commit is contained in:
Paulo Zanoni 2023-11-16 12:27:56 -08:00 committed by Marge Bot
parent 563678f310
commit c853e259ab
2 changed files with 9 additions and 0 deletions

View file

@ -685,3 +685,11 @@ spec@arb_gpu_shader_fp64@execution@arb_gpu_shader_fp64-gs-getuniformdv,Crash
spec@arb_gpu_shader_fp64@execution@arb_gpu_shader_fp64-vs-getuniformdv,Crash
spec@arb_fragment_layer_viewport@layer-no-gs,Fail
# anv_sparse_calc_image_format_properties: Assertion `is_standard || is_known_nonstandard_format' failed
KHR-GL46.sparse_texture_tests.SparseTextureAllocation,Crash
KHR-GL46.sparse_texture_tests.SparseTextureCommitment,Crash
# Assertion `size % ZINK_SPARSE_BUFFER_PAGE_SIZE == 0 || offset + size == bo->base.size' failed.
spec@arb_sparse_buffer@basic,Crash
spec@arb_sparse_buffer@buffer-data,Crash

View file

@ -13,6 +13,7 @@ KHR-Single-GL46.enhanced_layouts.uniform_block_member_align_non_power_of_2
KHR-Single-GL46.enhanced_layouts.xfb_global_buffer
KHR-Single-GL46.arrays_of_arrays_gl.SubroutineFunctionCalls1
KHR-GL46.direct_state_access.framebuffers_texture_layer_attachment
KHR-GL46.sparse_buffer_tests.BufferStorageTest
# Definitely shouldn't take this long, but times out at 3 minutes.
glx@glx-visuals-depth$