Mesa (main): ci/deqp: Skip dEQP-VK.wsi.display.get_display_plane_capabilities

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jun 14 19:47:33 UTC 2021


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

Author: Emma Anholt <emma at anholt.net>
Date:   Fri Jun 11 14:14:54 2021 -0700

ci/deqp: Skip dEQP-VK.wsi.display.get_display_plane_capabilities

The flakiness of this test is due to CI running deqp in parallel, rather
than exposing any underlying driver issue.  Just skip it in CI until we
come up with a reasonable way to handle tests to be run in isolation
during a deqp-runner run (likely as part of
https://gitlab.freedesktop.org/anholt/deqp-runner/-/issues/7).

Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig at collabora.com>
Reviewed-by: Christian Gmeiner <christian.gmeiner at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11333>

---

 .gitlab-ci/deqp-all-skips.txt                   | 3 +++
 src/freedreno/ci/deqp-freedreno-a630-flakes.txt | 3 ---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci/deqp-all-skips.txt b/.gitlab-ci/deqp-all-skips.txt
index c4d71cb5178..031aff8167c 100644
--- a/.gitlab-ci/deqp-all-skips.txt
+++ b/.gitlab-ci/deqp-all-skips.txt
@@ -5,3 +5,6 @@
 # These are tremendously slow (pushing toward a minute), and aren't
 # reliable to be run in parallel with other tests due to CPU-side timing.
 dEQP-GLES[0-9]*.functional.flush_finish.*
+
+# https://gitlab.freedesktop.org/mesa/mesa/-/issues/4575
+dEQP-VK.wsi.display.get_display_plane_capabilities
diff --git a/src/freedreno/ci/deqp-freedreno-a630-flakes.txt b/src/freedreno/ci/deqp-freedreno-a630-flakes.txt
index dc3bf858a26..5b90ab9291b 100644
--- a/src/freedreno/ci/deqp-freedreno-a630-flakes.txt
+++ b/src/freedreno/ci/deqp-freedreno-a630-flakes.txt
@@ -77,9 +77,6 @@ dEQP-GLES31.functional.layout_binding.ssbo.fragment_binding_array
 dEQP-GLES3.functional.fbo.blit.conversion.rg8i_to_r16i
 dEQP-GLES3.functional.fbo.blit.conversion.rg8_to_r16f
 
-# https://gitlab.freedesktop.org/mesa/mesa/-/issues/4575
-dEQP-VK.wsi.display.get_display_plane_capabilities
-
 # Undiagnosed flakes appearing more than once in the last 2 months as
 # of 2020-08-19, in descending order of frequency.
 dEQP-GLES3.functional.fragment_out.random.39



More information about the mesa-commit mailing list