Mesa (master): ci/freedreno: Fix xfail setup for sampler3d_float_vertex.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jan 20 19:48:02 UTC 2021


Module: Mesa
Branch: master
Commit: f6e35e5fd0897411c6af3cbccc67212ad700f013
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f6e35e5fd0897411c6af3cbccc67212ad700f013

Author: Eric Anholt <eric at anholt.net>
Date:   Wed Jan 20 09:49:50 2021 -0800

ci/freedreno: Fix xfail setup for sampler3d_float_vertex.

I mised the ",Fail" status, so it just wasn't interpreted.  I should make
the runner throw an error instead.

Fixes: 22bf4831b8ae ("ci/freedreno: Fix up the xfail/flake handling of a3xx texture functions.")
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8596>

---

 .gitlab-ci/deqp-freedreno-a307-fails.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci/deqp-freedreno-a307-fails.txt b/.gitlab-ci/deqp-freedreno-a307-fails.txt
index bcc30c4b3f6..018ee6b663e 100644
--- a/.gitlab-ci/deqp-freedreno-a307-fails.txt
+++ b/.gitlab-ci/deqp-freedreno-a307-fails.txt
@@ -28,6 +28,6 @@ dEQP-GLES3.functional.occlusion_query.stencil_clear,Fail
 dEQP-GLES3.functional.shaders.derivate.dfdx.fbo_msaa4.vec3_mediump,Fail
 dEQP-GLES3.functional.shaders.derivate.dfdy.fbo_msaa4.vec4_highp,Fail
 dEQP-GLES3.functional.shaders.derivate.fwidth.fbo_msaa2.float_mediump,Fail
-dEQP-GLES3.functional.shaders.texture_functions.texturegradoffset.sampler3d_float_vertex
+dEQP-GLES3.functional.shaders.texture_functions.texturegradoffset.sampler3d_float_vertex,Fail
 dEQP-GLES3.functional.transform_feedback.random_full_array_capture.interleaved.lines.8,Fail
 dEQP-GLES3.functional.transform_feedback.random_full_array_capture.separate.triangles.3,Fail



More information about the mesa-commit mailing list