From 4c85d47df5073c912e82d6bd7a3365aa20e4231d Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Mon, 3 May 2021 12:30:29 -0700 Subject: [PATCH] ci/freedreno: Fix the recent-a5xx-texture-flakes matches. We've had about 1/day of the texelfetch group in the IRC flake reports since apr 23, and tex-miplevel-selection that I marked before is actually all the subtests it looks like. Also, you can't include the ",Fail" if you want to actually match a test name. Part-of: --- .../drivers/freedreno/ci/piglit-freedreno-a530-flakes.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gallium/drivers/freedreno/ci/piglit-freedreno-a530-flakes.txt b/src/gallium/drivers/freedreno/ci/piglit-freedreno-a530-flakes.txt index e1f79de1005..97d47515119 100644 --- a/src/gallium/drivers/freedreno/ci/piglit-freedreno-a530-flakes.txt +++ b/src/gallium/drivers/freedreno/ci/piglit-freedreno-a530-flakes.txt @@ -12,6 +12,6 @@ spec@ext_packed_depth_stencil@fbo-depthstencil-gl_depth24_stencil8-drawpixels-24 spec@arb_texture_cube_map_array@texsubimage cube_map_array # Flakes since around when the go-fast branch landed -spec@arb_copy_buffer@copy_buffer_coherency,Fail -spec@glsl-1.30@execution@tex-miplevel-selection texture(bias) 3d,Fail -spec@glsl-1.30@execution@tex-miplevel-selection texturegrad 2d,Fail +spec@arb_copy_buffer@copy_buffer_coherency +.*tex-miplevel-selection.* +.*glsl-1.30@execution@texelfetch.*