From d7ad9e701424e4b100e11f08f2fa416b228b19d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Roukala=20=28n=C3=A9=20Peres=29?= Date: Fri, 4 Nov 2022 09:02:06 +0200 Subject: [PATCH] zink/ci: add another subtest to the list of known failures for radv MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This test as a whole does not seem to work anywhere, even lavapipe, but one particular subtest was passing until a recent change (!19438 - zink: polygon mode fixes?). After consideration by @kusma, it appears that the subtest was passing by accident due to zink generating the wrong values. Given that this is not something that users would ever experience as a regression, we simply document this new failure along with all the others for this test. Fixes: 53721827ea1c ("zink: correct depth-bias enable condition") Signed-off-by: Martin Roukala (né Peres) Reviewed-by: Erik Faye-Lund Part-of: --- src/gallium/drivers/zink/ci/zink-radv-fails.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gallium/drivers/zink/ci/zink-radv-fails.txt b/src/gallium/drivers/zink/ci/zink-radv-fails.txt index 3627cf10ae3..1c0510f891b 100644 --- a/src/gallium/drivers/zink/ci/zink-radv-fails.txt +++ b/src/gallium/drivers/zink/ci/zink-radv-fails.txt @@ -367,6 +367,7 @@ spec@!opengl 1.1@polygon-mode-offset@config 0: Expected white pixel on bottom ed spec@!opengl 1.1@polygon-mode-offset@config 0: Expected white pixel on left edge,Fail spec@!opengl 1.1@polygon-mode-offset@config 0: Expected white pixel on right edge,Fail spec@!opengl 1.1@polygon-mode-offset@config 0: Expected white pixel on top edge,Fail +spec@!opengl 1.1@polygon-mode-offset@config 0: Expected blue pixel in center,Fail spec@!opengl 1.1@polygon-mode-offset@config 1: Expected blue pixel in center,Fail spec@!opengl 1.1@polygon-mode-offset@config 2: Expected blue pixel in center,Fail spec@!opengl 1.1@polygon-mode-offset@config 2: Expected white pixel on right edge,Fail