From: Eric Anholt Date: Thu, 11 Jun 2020 16:00:35 +0000 (-0700) Subject: ci: Disable some flaky tests on turnip. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dd938356c7f98445f1adfc5023247550efdefc92;p=mesa.git ci: Disable some flaky tests on turnip. These have appeared more than once in the flake reporting channel, and a couple of them have spuriously failed marge-bot merges. Part-of: --- diff --git a/.gitlab-ci/deqp-freedreno-a630-skips.txt b/.gitlab-ci/deqp-freedreno-a630-skips.txt index 9f031407e5e..6bb49cffe2a 100644 --- a/.gitlab-ci/deqp-freedreno-a630-skips.txt +++ b/.gitlab-ci/deqp-freedreno-a630-skips.txt @@ -61,3 +61,21 @@ dEQP-GLES3.functional.fragment_out.random.96 dEQP-GLES3.functional.transform_feedback.array_element.interleaved.triangles.highp_mat2x3 dEQP-GLES3.functional.transform_feedback.array_element.interleaved.triangles.lowp_mat2x4 dEQP-GLES3.functional.transform_feedback.array_element.separate.triangles.lowp_mat2x4 + +# Non-sysmem flakes +dEQP-VK.pipeline.stencil.format.d24_unorm_s8_uint.states.fail_incc.pass_repl.dfail_decw.comp_not_equal +dEQP-VK.pipeline.stencil.nocolor.format.d24_unorm_s8_uint.states.fail_repl.pass_decc.dfail_repl.comp_always +dEQP-VK.pipeline.spec_constant.compute.composite.matrix.mat3x2 + +# Sysmem flake: this one is fairly frequent, but if you enable it then +# it moves to dEQP-VK.renderpass.dedicated_allocation.attachment.3.393 +# +#dEQP-VK.renderpass.suballocation.attachment_allocation.grow_shrink.89 + +# At least some of the separate_channels tests fail on sysmem due to an +# interaction of use of a UBWC buffer as both a render target and a +# texture. Stores are done through both paths in separate channels, +# and the UBWC updates don't get synced. The current a650 blob also +# 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.*