summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorBoris Brezillon <boris.brezillon@collabora.com>2021-01-12 18:51:26 +0100
committerMarge Bot <eric+marge@anholt.net>2021-01-12 22:40:44 +0000
commitd9c8422c4168c7433f68b97065283ebf26631d56 (patch)
tree179e06ceb0ce46997a807346377e7510aed20879 /.gitlab-ci
parent3dcc9eb48a65220069d77310187a8a2d3258a8ad (diff)
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@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8449>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/deqp-panfrost-g52-fails.txt1
-rw-r--r--.gitlab-ci/deqp-panfrost-g52-skips.txt3
2 files changed, 3 insertions, 1 deletions
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