Mesa (master): ci: add dEQP-VK.info.device_extensions to the list of skipped tests

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Sep 28 06:48:51 UTC 2020


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

Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Date:   Thu Sep 24 13:15:58 2020 +0200

ci: add dEQP-VK.info.device_extensions to the list of skipped tests

It regularly fails when a new KHR extension is implemented.

Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6843>

---

 .gitlab-ci/deqp-radv-default-skips.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci/deqp-radv-default-skips.txt b/.gitlab-ci/deqp-radv-default-skips.txt
index 762babd501c..4129192fa68 100644
--- a/.gitlab-ci/deqp-radv-default-skips.txt
+++ b/.gitlab-ci/deqp-radv-default-skips.txt
@@ -1,3 +1,6 @@
+# Exclude this test which might fail when a new extension is implemented.
+dEQP-VK.info.device_extensions
+
 # Exclude WSI related tests.
 dEQP-VK.image.swapchain_mutable.*
 dEQP-VK.wsi.*



More information about the mesa-commit mailing list