mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 23:18:20 +02:00
ci/panfrost: Really document T860 array flakes
It looks like this entire class of test is going to sometimes fail causing GPU timeouts. As the random class presumably includes array tests, flake the lot of those as well, rather than trying to figure out which seed includes which subtests. Signed-off-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34878>
This commit is contained in:
parent
fa2627aefb
commit
fa27cacdd7
1 changed files with 5 additions and 12 deletions
|
|
@ -9,16 +9,9 @@ x11-dEQP-EGL.functional.sharing.gles2.multithread.simple_egl_sync.images.texture
|
|||
x11-dEQP-EGL.functional.sharing.gles2.multithread.simple.textures.copyteximage2d_texsubimage2d_render
|
||||
x11-dEQP-EGL.functional.sharing.gles2.multithread.simple.textures.teximage2d_copytexsubimage2d_render
|
||||
|
||||
# the array tests take us down with a fault:
|
||||
# panfrost ff9a0000.gpu: js fault, js=0, status=INSTR_INVALID_PC
|
||||
dEQP-GLES3.functional.fragment_out.array.float.rg32f_mediump_float
|
||||
dEQP-GLES3.functional.fragment_out.array.float.r11f_g11f_b10f_highp_float
|
||||
dEQP-GLES3.functional.fragment_out.array.int.r16i_lowp_int
|
||||
dEQP-GLES3.functional.fragment_out.array.int.r32i_mediump_ivec3
|
||||
dEQP-GLES3.functional.fragment_out.array.int.rg16i_highp_ivec2
|
||||
dEQP-GLES3.functional.fragment_out.array.int.rg16i_lowp_ivec4
|
||||
dEQP-GLES3.functional.fragment_out.array.int.rg32i_lowp_int
|
||||
dEQP-GLES3.functional.fragment_out.array.int.rgba8i_highp_ivec2
|
||||
dEQP-GLES3.functional.fragment_out.array.uint.rg32ui_mediump_uvec2
|
||||
dEQP-GLES3.functional.fragment_out.array.uint.rg32ui_mediump_uvec4
|
||||
dEQP-GLES3.functional.fragment_out.array.uint.r16ui_highp_uvec4
|
||||
dEQP-GLES3.functional.fragment_out.random.29
|
||||
# ... and the random tests presumably include some array in with them
|
||||
# flake the lot until it's been root-caused; first seen around 2025-05-07
|
||||
dEQP-GLES3.functional.fragment_out.array..*
|
||||
dEQP-GLES3.functional.fragment_out.random..*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue