Mesa (master): panfrost: Skip an XFB test that's passing/failing randomly

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jan 12 22:58:59 UTC 2021


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

Author: Boris Brezillon <boris.brezillon at collabora.com>
Date:   Tue Jan 12 18:51:26 2021 +0100

panfrost: Skip an XFB test that's passing/failing randomly

transform_feedback.array_element.interleaved.triangles.mediump_mat2x4
seems to pass/fail randomly, skip it for now.

Signed-off-by: Boris Brezillon <boris.brezillon at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8449>

---

 .gitlab-ci/deqp-panfrost-g52-fails.txt | 1 -
 .gitlab-ci/deqp-panfrost-g52-skips.txt | 3 +++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci/deqp-panfrost-g52-fails.txt b/.gitlab-ci/deqp-panfrost-g52-fails.txt
index f543c60c3c6..01c87e7c034 100644
--- a/.gitlab-ci/deqp-panfrost-g52-fails.txt
+++ b/.gitlab-ci/deqp-panfrost-g52-fails.txt
@@ -4,7 +4,6 @@ dEQP-GLES3.functional.fbo.blit.default_framebuffer.rgb8,Fail
 dEQP-GLES3.functional.fbo.blit.default_framebuffer.rgb8_linear_out_of_bounds_blit_to_default,Fail
 dEQP-GLES3.functional.fbo.blit.default_framebuffer.rgb8_linear_scale_blit_to_default,Fail
 dEQP-GLES3.functional.fbo.blit.default_framebuffer.rgb8_nearest_scale_blit_to_default,Fail
-dEQP-GLES3.functional.transform_feedback.array_element.interleaved.triangles.mediump_mat2x4,Fail
 dEQP-GLES3.functional.transform_feedback.random.interleaved.lines.9,Fail
 dEQP-GLES3.functional.transform_feedback.random.interleaved.points.1,Fail
 dEQP-GLES3.functional.transform_feedback.random.interleaved.points.3,Fail
diff --git a/.gitlab-ci/deqp-panfrost-g52-skips.txt b/.gitlab-ci/deqp-panfrost-g52-skips.txt
index 792043eb717..f403ac66e8d 100644
--- a/.gitlab-ci/deqp-panfrost-g52-skips.txt
+++ b/.gitlab-ci/deqp-panfrost-g52-skips.txt
@@ -13,3 +13,6 @@ dEQP-GLES[0-9]*.functional.flush_finish.*
 # reasons. This needs to be sorted out asap to avoid creating flakes in the near
 # future, which would be a Very Bad Thing.
 dEQP-GLES2.functional.shaders.indexing.tmp_array.vec3_const_write_dynamic_loop_read_vertex
+
+# This test seems to pass/fail randomly, skip it for now.
+dEQP-GLES3.functional.transform_feedback.array_element.interleaved.triangles.mediump_mat2x4



More information about the mesa-commit mailing list