mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 14:08:05 +02:00
radv/ci: cleanup CI lists for dEQP-VK.memory.* tests that timeout
These tests usually take more than 30s to complete, so exclude them completely instead. This should also make runs slightly faster. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21464>
This commit is contained in:
parent
2809bb8499
commit
7f2775bc8a
5 changed files with 10 additions and 16 deletions
|
|
@ -3,9 +3,6 @@ dEQP-VK.pipeline.monolithic.image.suballocation.sampling_type.separate.view_type
|
|||
dEQP-VK.pipeline.monolithic.image.suballocation.sampling_type.combined.view_type.cube_array.format.r8g8_sint.count_4.size.13x13_array_of_36
|
||||
|
||||
# Came with the split of the test lists in CI
|
||||
dEQP-VK.memory.mapping.dedicated_alloc.image.full.1048577.*
|
||||
dEQP-VK.memory.pipeline_barrier.host_read_host_write.65536
|
||||
dEQP-VK.memory.pipeline_barrier.host_read_host_write.1048576
|
||||
dEQP-VK.rasterization.primitives_multisample_2_bit.static_stipple.bresenham_line_strip_wide
|
||||
|
||||
# This fail is 100% reproducible when running vkcts in parallel mode,
|
||||
|
|
@ -16,10 +13,4 @@ dEQP-VK.rasterization.primitives_multisample_2_bit.static_stipple.bresenham_line
|
|||
# See: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7220
|
||||
dEQP-VK.draw.renderpass.linear_interpolation.no_offset_8_samples
|
||||
|
||||
# Timeout but pass.
|
||||
dEQP-VK.memory.pipeline_barrier.all.65536_vertex_buffer_stride_2
|
||||
dEQP-VK.memory.pipeline_barrier.all.1048576_vertex_buffer_stride_2
|
||||
dEQP-VK.memory.pipeline_barrier.all.65536_vertex_buffer_stride_4
|
||||
dEQP-VK.memory.pipeline_barrier.all.1048576_vertex_buffer_stride_4
|
||||
|
||||
dEQP-VK.pipeline.fast_linked_library.multisample_interpolation.sample_interpolate_at_ignores_centroid.128_128_1.samples_8
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
dEQP-VK.memory.pipeline_barrier.host_read_host_write.65536
|
||||
|
|
@ -1 +0,0 @@
|
|||
dEQP-VK.memory.pipeline_barrier.host_write_transfer_src.1048576
|
||||
|
|
@ -5,7 +5,16 @@ dEQP-VK.info.device_extensions
|
|||
dEQP-VK.image.swapchain_mutable.*
|
||||
dEQP-VK.wsi.*
|
||||
|
||||
# Exclude this test which timeout most of the time.
|
||||
# Exclude these memory tests that usually take more than 30s to complete.
|
||||
dEQP-VK.memory.mapping.dedicated_alloc.image.full.1048577.*
|
||||
dEQP-VK.memory.mapping.suballocation.full.variable.implicit_unmap
|
||||
dEQP-VK.memory.pipeline_barrier.all.1048576_vertex_buffer_stride_2
|
||||
dEQP-VK.memory.pipeline_barrier.all.1048576_vertex_buffer_stride_4
|
||||
dEQP-VK.memory.pipeline_barrier.all.65536_vertex_buffer_stride_2
|
||||
dEQP-VK.memory.pipeline_barrier.all.65536_vertex_buffer_stride_4
|
||||
dEQP-VK.memory.pipeline_barrier.host_read_host_write.1048576
|
||||
dEQP-VK.memory.pipeline_barrier.host_read_host_write.65536
|
||||
dEQP-VK.memory.pipeline_barrier.host_write_transfer_src.1048576
|
||||
dEQP-VK.memory.pipeline_barrier.transfer_src_transfer_dst.1048576
|
||||
|
||||
# Exclude this test which fails on all GPUS except RDNA2+.
|
||||
|
|
|
|||
|
|
@ -8,10 +8,6 @@ dEQP-VK.dynamic_rendering.basic.*
|
|||
# See: https://gitlab.freedesktop.org/mesa/mesa/-/issues/7220
|
||||
dEQP-VK.draw.renderpass.linear_interpolation.no_offset_8_samples
|
||||
|
||||
# Came with the split of the test lists in CI
|
||||
dEQP-VK.memory.mapping.dedicated_alloc.image.full.1048577.*
|
||||
dEQP-VK.memory.mapping.dedicated_alloc.image.sub.1048577.*
|
||||
|
||||
dEQP-VK.pipeline.monolithic.image.suballocation.sampling_type.separate.view_type.2d_array.format.r4g4b4a4_unorm_pack16.count_4.size.32x16_array_of_6
|
||||
|
||||
# Seem to have been introduced with !19442, and can only be reproduced on
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue