Module: Mesa
Branch: main
Commit: c853e259ab3070698c1c45dc6865d1782902a471
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=c853e259ab3070698c1c45dc6865d1782902a471

Author: Paulo Zanoni <paulo.r.zan...@intel.com>
Date:   Thu Nov 16 12:27:56 2023 -0800

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.landwer...@intel.com>
Signed-off-by: Paulo Zanoni <paulo.r.zan...@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25512>

---

 src/gallium/drivers/zink/ci/zink-anv-tgl-fails.txt | 8 ++++++++
 src/gallium/drivers/zink/ci/zink-anv-tgl-skips.txt | 1 +
 2 files changed, 9 insertions(+)

diff --git a/src/gallium/drivers/zink/ci/zink-anv-tgl-fails.txt 
b/src/gallium/drivers/zink/ci/zink-anv-tgl-fails.txt
index 64a8ad8932e..1e1f856a0c0 100644
--- a/src/gallium/drivers/zink/ci/zink-anv-tgl-fails.txt
+++ b/src/gallium/drivers/zink/ci/zink-anv-tgl-fails.txt
@@ -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
diff --git a/src/gallium/drivers/zink/ci/zink-anv-tgl-skips.txt 
b/src/gallium/drivers/zink/ci/zink-anv-tgl-skips.txt
index 138b07731f7..241cdee87b3 100644
--- a/src/gallium/drivers/zink/ci/zink-anv-tgl-skips.txt
+++ b/src/gallium/drivers/zink/ci/zink-anv-tgl-skips.txt
@@ -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$

Reply via email to