panfrost/ci: Skip the indirect_draw+XFB tests

We lack a dependency between the vertex job filling the indirect draw
buffers and the indirect draw compute job reading from these buffers,
leading to unreliable results (the tests pass if the vertex job is
done before the compute job starts, and fail otherwise). Let's disable
those tests until we sort it out.

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12589>
This commit is contained in:
Boris Brezillon 2021-09-20 14:43:05 +02:00 committed by Marge Bot
parent 3c2d7cb0d6
commit 4bc10578a5
2 changed files with 8 additions and 4 deletions

View File

@ -1,4 +0,0 @@
# The shader assisted indirect draw path is buggy. The shader assisted indirect
# draw path is disabled outside of CI due to these conformance issues.
KHR-GLES31.core.draw_indirect.advanced-twoPass-transformFeedback-arrays,Fail
KHR-GLES31.core.draw_indirect.advanced-twoPass-transformFeedback-elements,Fail

View File

@ -5,3 +5,11 @@
# Some compute jobs take more 0.5s, the maximum allowed by the
# kernel driver
dEQP-GLES31.functional.draw_indirect.compute_interop.large.*
# We lack a dependency between the vertex job filling the indirect draw
# buffers and the indirect draw compute job reading from these buffers,
# leading to unreliable results (the tests pass if the vertex job is
# done before the compute job starts, and fail otherwise). Let's disable
# those tests until we sort it out.
KHR-GLES31.core.draw_indirect.advanced-twoPass-transformFeedback-arrays
KHR-GLES31.core.draw_indirect.advanced-twoPass-transformFeedback-elements