Mesa (master): radv: re-introduce missing skip list for Polaris10

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Apr 26 07:12:53 UTC 2021


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

Author: Samuel Pitoiset <samuel.pitoiset at gmail.com>
Date:   Mon Apr 26 08:43:13 2021 +0200

radv: re-introduce missing skip list for Polaris10

The list shouldn't have been removed but replaced.

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

---

 src/amd/ci/deqp-radv-polaris10-aco-skips.txt | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/amd/ci/deqp-radv-polaris10-aco-skips.txt b/src/amd/ci/deqp-radv-polaris10-aco-skips.txt
new file mode 100644
index 00000000000..521123c7738
--- /dev/null
+++ b/src/amd/ci/deqp-radv-polaris10-aco-skips.txt
@@ -0,0 +1,9 @@
+# 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.*
+
+# Exclude this test which timeout most of the time.
+dEQP-VK.memory.pipeline_barrier.transfer_src_transfer_dst.1048576



More information about the mesa-commit mailing list