From d903f51631cb003747b69f74454fa1823310786e Mon Sep 17 00:00:00 2001 From: Connor Abbott Date: Mon, 26 Jul 2021 16:01:03 +0200 Subject: [PATCH] tu: Triage some CTS failures These should be fixed by the linked VK-GL-CTS change. I couldn't reproduce the other renderpass failure on a650 though. Part-of: --- src/freedreno/ci/deqp-freedreno-a630-fails.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/freedreno/ci/deqp-freedreno-a630-fails.txt b/src/freedreno/ci/deqp-freedreno-a630-fails.txt index 14b1f9e..04ffc9f 100644 --- a/src/freedreno/ci/deqp-freedreno-a630-fails.txt +++ b/src/freedreno/ci/deqp-freedreno-a630-fails.txt @@ -61,12 +61,15 @@ dEQP-VK.glsl.atomic_operations.xor_unsigned_geometry,Fail # https://gitlab.freedesktop.org/mesa/mesa/-/issues/4462 dEQP-VK.pipeline.framebuffer_attachment.diff_attachments_2d_19x27_32x32_ms,Fail +# https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/3019 +# should be fixed by https://gerrit.khronos.org/c/vk-gl-cts/+/7745 dEQP-VK.renderpass.dedicated_allocation.attachment_allocation.input_output.7,Fail dEQP-VK.renderpass.suballocation.attachment_allocation.input_output.7,Fail -dEQP-VK.renderpass.suballocation.subpass_dependencies.implicit_dependencies.render_passes_5,Fail dEQP-VK.renderpass2.dedicated_allocation.attachment_allocation.input_output.7,Fail dEQP-VK.renderpass2.suballocation.attachment_allocation.input_output.7,Fail +dEQP-VK.renderpass.suballocation.subpass_dependencies.implicit_dependencies.render_passes_5,Fail + # "MESA: error: ir3_ra() failed! # https://gitlab.freedesktop.org/mesa/mesa/-/issues/33 dEQP-VK.spirv_assembly.instruction.compute.opcopymemory.array,Fail -- 2.7.4