Mesa (master): ci: Leave a note as to what might be going on with a test.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 11 00:02:53 UTC 2020


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

Author: Eric Anholt <eric at anholt.net>
Date:   Wed Jun 10 12:13:43 2020 -0700

ci: Leave a note as to what might be going on with a test.

dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.clip_neg_x_neg_z_and_pos_x_pos_z_and_neg_x_neg_y_pos_z
fails pretty strangely (given that we're passing everything else) and
there's an old VK-GL-CTS bug open about this test, and it's suspicious
that all the ARM drivers seem to have trouble with it.  I tried dropping
to -O0 on guilding that file in the CTS and it didn't help, though.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5419>

---

 .gitlab-ci/deqp-freedreno-a630-fails.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci/deqp-freedreno-a630-fails.txt b/.gitlab-ci/deqp-freedreno-a630-fails.txt
index 30ec504bb9a..ca3fa13143a 100644
--- a/.gitlab-ci/deqp-freedreno-a630-fails.txt
+++ b/.gitlab-ci/deqp-freedreno-a630-fails.txt
@@ -1,4 +1,6 @@
+# Possibly https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/2035 related
 dEQP-GLES2.functional.clipping.triangle_vertex.clip_three.clip_neg_x_neg_z_and_pos_x_pos_z_and_neg_x_neg_y_pos_z
+
 dEQP-GLES31.functional.stencil_texturing.render.depth24_stencil8_clear
 dEQP-GLES31.functional.stencil_texturing.render.depth24_stencil8_draw
 dEQP-VK.compute.indirect_dispatch.upload_buffer.multiple_groups



More information about the mesa-commit mailing list