Module: Mesa Branch: main Commit: 5dd74533b2a76839d5d93ba3f9a7acd437c10499 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5dd74533b2a76839d5d93ba3f9a7acd437c10499
Author: Emma Anholt <[email protected]> Date: Thu Mar 10 13:12:21 2022 -0800 ci: Drop skips of spv-stable-pillars-volatile-nontemporal-store The runtime was fixed in VK-GL-CTS 7cc65f6c02276767407233e74c7174d88dab7919. Now it's .6s on lvp, 20ms on turnip a618. Reviewed-by: Rob Clark <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14839> --- src/freedreno/ci/freedreno-a618-skips.txt | 1 - src/freedreno/ci/freedreno-a630-skips.txt | 4 ---- src/gallium/frontends/lavapipe/ci/lvp-skips.txt | 1 - 3 files changed, 6 deletions(-) diff --git a/src/freedreno/ci/freedreno-a618-skips.txt b/src/freedreno/ci/freedreno-a618-skips.txt index d02ed1cae67..2e625669aca 100644 --- a/src/freedreno/ci/freedreno-a618-skips.txt +++ b/src/freedreno/ci/freedreno-a618-skips.txt @@ -30,7 +30,6 @@ KHR-GLES31.core.shader_image_load_store.basic-allFormats-store-fs dEQP-VK.graphicsfuzz.spv-stable-maze-flatten-copy-composite spill-dEQP-VK.graphicsfuzz.cov-nested-loop-undefined-smoothstep-never-executed spill-dEQP-VK.graphicsfuzz.spv-stable-maze-O-memory-accesses -spill-dEQP-VK.graphicsfuzz.spv-stable-pillars-volatile-nontemporal-store # Crashes in RA, but slow enough to get there that CI times out sometimes dEQP-VK.spirv_assembly.instruction.*.spirv_ids_abuse.lots_ids.* diff --git a/src/freedreno/ci/freedreno-a630-skips.txt b/src/freedreno/ci/freedreno-a630-skips.txt index b37e62d8401..a05d7144341 100644 --- a/src/freedreno/ci/freedreno-a630-skips.txt +++ b/src/freedreno/ci/freedreno-a630-skips.txt @@ -28,10 +28,6 @@ KHR-GLES31.core.shader_image_load_store.basic-allFormats-store-fs # 60s timeout KHR-GLES31.core.tessellation_shader.tessellation_control_to_tessellation_evaluation.gl_MaxPatchVertices_Position_PointSize -# causes a hangcheck timeout on a630: -# msm ae00000.mdss: [drm:hangcheck_handler] *ERROR* A630: hangcheck detected gpu lockup rb 0! -spill-dEQP-VK.graphicsfuzz.spv-stable-pillars-volatile-nontemporal-store - # These take most of a minute to run spec@!opengl 3.0@clearbuffer-depth-cs-probe spec@ext_texture_array@fbo-depth-array depth-clear diff --git a/src/gallium/frontends/lavapipe/ci/lvp-skips.txt b/src/gallium/frontends/lavapipe/ci/lvp-skips.txt index 3df5c492fd6..85df734a891 100644 --- a/src/gallium/frontends/lavapipe/ci/lvp-skips.txt +++ b/src/gallium/frontends/lavapipe/ci/lvp-skips.txt @@ -8,7 +8,6 @@ dEQP-VK.texture.filtering.3d.sizes.3x7x5.linear_mipmap_linear dEQP-VK.tessellation.invariance.outer_edge_division.quads_fractional_even_spacing dEQP-VK.tessellation.invariance.outer_edge_division.quads_fractional_odd_spacing dEQP-VK.graphicsfuzz.spv-stable-pillars-O-op-select-to-op-phi -dEQP-VK.graphicsfuzz.spv-stable-pillars-volatile-nontemporal-store dEQP-VK.graphicsfuzz.spv-composites dEQP-VK.ssbo.layout.random.16bit.all_shared_buffer.40
