mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-05 08:10:35 +02:00
panfrost/ci: Skip draw_indirect.compute_interop.large.*
Some of the dEQP-GLES31.functional.draw_indirect.compute_interop.large tests create heavy compute jobs which might takes more than the maximum allowed by the kernel driver (0.5s). Skip them for now. Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10425>
This commit is contained in:
parent
d01f2d0c65
commit
ab409fbf9f
1 changed files with 4 additions and 0 deletions
|
|
@ -12,3 +12,7 @@ dEQP-GLES[0-9]*.functional.flush_finish.*
|
|||
# RA failures
|
||||
dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.21
|
||||
dEQP-GLES31.functional.ssbo.layout.random.all_shared_buffer.36
|
||||
|
||||
# Some compute jobs take more 0.5s, the maximum allowed by the
|
||||
# kernel driver
|
||||
dEQP-GLES31.functional.draw_indirect.compute_interop.large.*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue