From fb525ada148b7c95123c7ce0baf10191d85ef266 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 19 Aug 2020 10:51:50 -0700 Subject: [PATCH] ci/freedreno: List more common flakes reported recently. Now that adding to our flakes list won't disturb the test order (potentially just moving the flake to a different result), we can be more aggressive in listing new flakes. Reviewed-by: Christian Gmeiner Part-of: --- .gitlab-ci/deqp-freedreno-a530-flakes.txt | 6 ++++++ .gitlab-ci/deqp-freedreno-a630-flakes.txt | 22 +++++++++++++++++++--- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci/deqp-freedreno-a530-flakes.txt b/.gitlab-ci/deqp-freedreno-a530-flakes.txt index 9f49be5325a..71715301b52 100644 --- a/.gitlab-ci/deqp-freedreno-a530-flakes.txt +++ b/.gitlab-ci/deqp-freedreno-a530-flakes.txt @@ -15,3 +15,9 @@ dEQP-GLES3.functional.texture.vertex.3d.filtering.* dEQP-GLES3.functional.fbo.invalidate.sub.unbind_blit_msaa_stencil dEQP-GLES3.functional.fbo.invalidate.whole.unbind_blit_msaa_stencil dEQP-GLES31.functional.ubo.2_level_struct_array.single_buffer.packed_instance_array_fragment + +# These are in the xfails list (they usually do), but the random +# behavior occasionally results in UnexpectedPass results. +dEQP-GLES31.functional.separate_shader.random.99 +dEQP-GLES31.functional.separate_shader.random.69 +dEQP-GLES31.functional.separate_shader.random.119 diff --git a/.gitlab-ci/deqp-freedreno-a630-flakes.txt b/.gitlab-ci/deqp-freedreno-a630-flakes.txt index 427a7cee9db..b2c08670759 100644 --- a/.gitlab-ci/deqp-freedreno-a630-flakes.txt +++ b/.gitlab-ci/deqp-freedreno-a630-flakes.txt @@ -5,10 +5,11 @@ # Flakes reported more than once during Jan-Feb 2020 dEQP-GLES31.functional.layout_binding.ssbo.fragment_binding_array -# This started failing, despite passing locally (and generating identical -# cmdstream as before. Not sure what is going on, but adding it to skips -# for now +# We have longstanding intermittent failures with compswap. +dEQP-GLES31.functional.compute.shared_var.atomic.compswap.high_int dEQP-GLES31.functional.compute.shared_var.atomic.compswap.lowp_int +dEQP-GLES31.functional.ssbo.atomic.compswap.lowp_uint +dEQP-GLES31.functional.ssbo.atomic.compswap.highp_int # Non-sysmem flakes dEQP-VK.pipeline.spec_constant.compute.composite.matrix.mat3x2 @@ -23,3 +24,18 @@ dEQP-VK.memory_model.write_after_read.core11.u32.coherent.fence_fence.atomicwrit # fails these tests and qcom apparently noted the failure at one point # https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/2017 dEQP-VK.renderpass.*separate_channels.* + +# Undiagnosed flakes appearing more than once in the last 2 months as +# of 2020-08-19, in descending order of frequency. +dEQP-GLES3.functional.fbo.msaa.2_samples.stencil_index8 +dEQP-GLES3.functional.fragment_out.random.39 +dEQP-VK.subgroups.shuffle.framebuffer.subgroupshufflexor_bvec3_tess_eval +dEQP-VK.image.texel_view_compatible.graphic.extended.2d_image.texture_read.astc_10x6_unorm_block.r32g32b32a32_uint +dEQP-VK.api.copy_and_blit.dedicated_allocation.blit_image.all_formats.generate_mipmaps.from_base_level.layercount_6.r8g8b8a8_sint.general_optimal_nearest +dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.r16_unorm.b8g8r8a8_snorm.optimal_optimal_nearest +dEQP-GLES31.functional.layout_binding.ssbo.fragment_binding_array +dEQP-VK.subgroups.quad.framebuffer.subgroupquadswapvertical_ivec2_tess_eval +dEQP-VK.api.copy_and_blit.core.blit_image.all_formats.color.r8g8b8a8_snorm.r32_sfloat.general_optimal_nearest +dEQP-GLES31.functional.tessellation.invariance.primitive_set.quads_equal_spacing_cw +dEQP-GLES31.functional.ssbo.layout.3_level_unsized_array.std140.mat2 +dEQP-GLES31.functional.draw_indirect.compute_interop.large.drawelements_combined_grid_1200x1200_drawcount_8 -- 2.30.2