mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
freedreno: Add some cheza flakes from the last week.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11453>
This commit is contained in:
parent
df7fdae127
commit
6bce24e214
2 changed files with 15 additions and 1 deletions
|
|
@ -45,6 +45,7 @@ dEQP-EGL.functional.render.multi_context.gles2.rgba8888_window
|
|||
dEQP-EGL.functional.render.multi_context.gles3.rgb888_pbuffer
|
||||
dEQP-EGL.functional.render.multi_context.gles3.rgb888_window
|
||||
dEQP-EGL.functional.render.multi_context.gles3.rgba8888_window
|
||||
dEQP-EGL.functional.render.multi_thread.gles2_gles3.rgb888_pbuffer
|
||||
dEQP-EGL.functional.render.multi_thread.gles2_gles3.rgb888_window
|
||||
dEQP-EGL.functional.render.multi_thread.gles2_gles3.rgba8888_pbuffer
|
||||
dEQP-EGL.functional.render.multi_thread.gles2_gles3.rgba8888_window
|
||||
|
|
@ -70,6 +71,9 @@ dEQP-EGL.functional.wide_color.pbuffer_888_colorspace_srgb
|
|||
dEQP-EGL.functional.wide_color.window_8888_colorspace_default
|
||||
dEQP-EGL.functional.wide_color.window_8888_colorspace_srgb
|
||||
|
||||
dEQP-VK.pipeline.multisample.alpha_to_coverage_unused_attachment.samples_2.alpha_opaque
|
||||
dEQP-VK.pipeline.multisample.alpha_to_coverage_unused_attachment.samples_4.alpha_opaque
|
||||
|
||||
# Started at least by Jan 2020, current as of May 2021
|
||||
dEQP-GLES31.functional.layout_binding.ssbo.fragment_binding_array
|
||||
|
||||
|
|
@ -90,4 +94,7 @@ dEQP-GLES3.functional.fbo.blit.depth_stencil.depth32f_stencil8_stencil_only
|
|||
|
||||
# Could trip hangcheck timeout
|
||||
dEQP-VK.api.command_buffers.record_many_draws_primary_2
|
||||
dEQP-VK.api.command_buffers.record_many_draws_secondary_2
|
||||
dEQP-VK.api.command_buffers.record_many_draws_secondary_2
|
||||
|
||||
# First noticed Jun 1 2020 on an innocent branch.
|
||||
KHR-GL33.packed_depth_stencil.verify_copy_tex_image.depth32f_stencil8
|
||||
|
|
|
|||
|
|
@ -6,6 +6,10 @@ glx@glx-swap-event_interval
|
|||
glx@glx-visuals-depth
|
||||
glx@glx-visuals-stencil
|
||||
|
||||
# Occasionally flakes preceded by a GPU fault;
|
||||
# [ 375.034086] adreno 5000000.gpu: [drm:a6xx_irq] *ERROR* gpu fault ring 0 fence aefe8 status 00E51005 rb 0602/06d2 ib1 000000010023D000/0000 ib2 0000000100246170/0000
|
||||
glx@glx-ftp
|
||||
|
||||
# async shader compiler asserts in get_image_samp_tex_src()'s nir_src_comp_as_uint().
|
||||
# https://gitlab.freedesktop.org/mesa/mesa/-/issues/4474
|
||||
spec@arb_shader_image_load_store@invalid
|
||||
|
|
@ -22,3 +26,6 @@ spec@ext_packed_depth_stencil@fbo-clear-formats stencil
|
|||
|
||||
# Flaky since around 2021-05-21, the day after a piglit uprev reshuffled us.
|
||||
spec@arb_map_buffer_range@map_invalidate_buffer_bit offset=0
|
||||
|
||||
# First appeared on 2021-05-14 on tc-merge-index-unrefs, but not obviously related.
|
||||
spec@!opengl 1.0@rasterpos@glsl_vs_tex1D
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue