mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 01:10:16 +01:00
zink/ci: Add broken fragment shader interlock test to RADV flakes
Signed-off-by: Vitaliy Triang3l Kuzmin <triang3l@yandex.ru> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22250>
This commit is contained in:
parent
ec0778f59e
commit
8a8f2edd50
2 changed files with 10 additions and 0 deletions
|
|
@ -78,3 +78,8 @@ spec@arb_compute_variable_group_size@local-size
|
|||
|
||||
# first noticed in https://gitlab.freedesktop.org/mesa/mesa/-/pipelines/898164
|
||||
spec@arb_query_buffer_object@qbo@query-GL_PRIMITIVES_GENERATED-ASYNC-GL_UNSIGNED_INT64_ARB
|
||||
|
||||
# Expects ordering between per-sample invocations generated from the same primitive,
|
||||
# contradicts the resolution of GL_ARB_fragment_shader_interlock issue 1.
|
||||
# https://gitlab.freedesktop.org/mesa/piglit/-/issues/93
|
||||
spec@arb_fragment_shader_interlock@arb_fragment_shader_interlock-image-load-store
|
||||
|
|
|
|||
|
|
@ -62,3 +62,8 @@ spec@arb_compute_variable_group_size@local-size
|
|||
|
||||
# noticed in a stress test, after over 200 runs
|
||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-sample_yuyv,Fail
|
||||
|
||||
# Expects ordering between per-sample invocations generated from the same primitive,
|
||||
# contradicts the resolution of GL_ARB_fragment_shader_interlock issue 1.
|
||||
# https://gitlab.freedesktop.org/mesa/piglit/-/issues/93
|
||||
spec@arb_fragment_shader_interlock@arb_fragment_shader_interlock-image-load-store
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue