Module: Mesa Branch: main Commit: 61203f60787b146606ceb5cf8541b8186f6f7171 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=61203f60787b146606ceb5cf8541b8186f6f7171
Author: Friedrich Vock <[email protected]> Date: Sun Nov 12 21:01:37 2023 +0100 radv/ci: Update skips comments dEQP-VK.api.device_init.create_instance_device_intentional_alloc_fail.basic doesn't fail anymore, but it takes nearly 5 minutes to run, so keep skipping it. Reviewed-by: Bas Nieuwenhuizen <[email protected]> Reviewed-by: Samuel Pitoiset <[email protected]> Reviewed-by: Faith Ekstrand <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26164> --- src/amd/ci/radv-skips.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/amd/ci/radv-skips.txt b/src/amd/ci/radv-skips.txt index 8e13417273e..7e114b48db3 100644 --- a/src/amd/ci/radv-skips.txt +++ b/src/amd/ci/radv-skips.txt @@ -49,11 +49,9 @@ dEQP-VK.graphicsfuzz.spv-stable-maze-O-dead-code dEQP-VK.graphicsfuzz.spv-stable-maze-O-memory-accesses dEQP-VK.spirv_assembly.instruction.graphics.16bit_storage.uniform_32struct_to_16struct.uniform_buffer_block_geom -# started failing with CTS 1.3.5.0 -dEQP-VK.api.device_init.create_instance_device_intentional_alloc_fail.basic - # Those cases seem to usually timeout. dEQP-VK.binding_model.descriptor_buffer.multiple.*buffers32_sets1 # These cases are slow. dEQP-VK.texture.explicit_lod.2d.sizes.128x128_.* +dEQP-VK.api.device_init.create_instance_device_intentional_alloc_fail.basic
