From c179a7dde4d032f9a7ae868d7aa3a0b1700760e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Ondra=C4=8Dka?= Date: Mon, 6 Jan 2025 13:37:33 +0100 Subject: [PATCH] r300/ci: update CI expectations One new rv410 flake and one new rv530 fail which I can't reproduce locally. Also remove the vs-varying-array-mat3* flakes, those were failing because we run out of varyings, however this should no longer be an issue since nir_opt_varyings was enabled for everyone. Part-of: --- src/gallium/drivers/r300/ci/r300-rv410-flakes.txt | 7 ++----- src/gallium/drivers/r300/ci/r300-rv530-nohiz-fails.txt | 3 +++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/gallium/drivers/r300/ci/r300-rv410-flakes.txt b/src/gallium/drivers/r300/ci/r300-rv410-flakes.txt index 805de276847..478a66a1d73 100644 --- a/src/gallium/drivers/r300/ci/r300-rv410-flakes.txt +++ b/src/gallium/drivers/r300/ci/r300-rv410-flakes.txt @@ -26,8 +26,5 @@ spec@ext_texture_compression_s3tc@s3tc-errors_gles2 spec@glsl-1.10@execution@fs-frontfacing-ternary-neg-1.0-1.0 spec@glsl-1.10@execution@fs-frontfacing-ternary-vec4-neg-1.0-1.0 spec@glsl-1.20@execution@glsl-fs-frontfacing-not -spec@glsl-1.10@execution@variable-indexing@vs-varying-array-mat3-index-rd -spec@glsl-1.10@execution@variable-indexing@vs-varying-array-mat3-index-row-rd -spec@glsl-1.20@execution@variable-indexing@vs-varying-array-mat3-col-rd -spec@glsl-1.20@execution@variable-indexing@vs-varying-array-mat3-col-row-rd -spec@glsl-1.20@execution@variable-indexing@vs-varying-array-mat3-index-rd + +spec@nv_texture_env_combine4@nv_texture_env_combine4-combine diff --git a/src/gallium/drivers/r300/ci/r300-rv530-nohiz-fails.txt b/src/gallium/drivers/r300/ci/r300-rv530-nohiz-fails.txt index d6feab05636..574642a47a0 100644 --- a/src/gallium/drivers/r300/ci/r300-rv530-nohiz-fails.txt +++ b/src/gallium/drivers/r300/ci/r300-rv530-nohiz-fails.txt @@ -378,6 +378,9 @@ spec@!opengl 1.0@gl-1.0-edgeflag-quads,Fail spec@!opengl 1.0@gl-1.0-no-op-paths,Fail spec@!opengl 1.0@gl-1.0-scissor-offscreen,Fail +# This one started to fail in CI at the turn of 2024 and 2025 but works locally +spec@!opengl 1.0@gl-1.0-drawbuffer-modes,Fail + spec@!opengl 1.1@depthstencil-default_fb-blit samples=2,Fail spec@!opengl 1.1@depthstencil-default_fb-blit samples=4,Fail spec@!opengl 1.1@depthstencil-default_fb-blit samples=6,Fail