Mesa (main): ci/freedreno: Fix xfail update for arb_draw_indirect.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Sep 3 18:35:26 UTC 2021


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

Author: Emma Anholt <emma at anholt.net>
Date:   Fri Sep  3 09:53:51 2021 -0700

ci/freedreno: Fix xfail update for arb_draw_indirect.

I saw UnexpectedPass in my patch, and removed the Crash, but it was
actually Crash -> Fail that had happened.

Fixes: 83e9a7fbcf53 ("freedreno/ir3: Align driver param upload size/offset for indirect uploads.")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12704>

---

 src/gallium/drivers/freedreno/ci/piglit-freedreno-a530-fails.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/gallium/drivers/freedreno/ci/piglit-freedreno-a530-fails.txt b/src/gallium/drivers/freedreno/ci/piglit-freedreno-a530-fails.txt
index 1f83f45d66d..31d0bd7b967 100644
--- a/src/gallium/drivers/freedreno/ci/piglit-freedreno-a530-fails.txt
+++ b/src/gallium/drivers/freedreno/ci/piglit-freedreno-a530-fails.txt
@@ -103,6 +103,8 @@ spec at arb_depth_buffer_float@fbo-depthstencil-gl_depth32f_stencil8-copypixels,Fai
 spec at arb_depth_buffer_float@fbo-stencil-gl_depth32f_stencil8-blit,Fail
 spec at arb_depth_buffer_float@fbo-stencil-gl_depth32f_stencil8-copypixels,Fail
 spec at arb_direct_state_access@gettextureimage-formats,Crash
+spec at arb_draw_indirect@gl_vertexid used with gldrawarraysindirect,Fail
+spec at arb_draw_indirect@gl_vertexid used with gldrawelementsindirect,Fail
 spec at arb_framebuffer_no_attachments@arb_framebuffer_no_attachments-atomic,Fail
 spec at arb_framebuffer_no_attachments@arb_framebuffer_no_attachments-atomic at MS4,Fail
 spec at arb_framebuffer_no_attachments@arb_framebuffer_no_attachments-query,Fail



More information about the mesa-commit mailing list