Mesa (main): freedreno/a6xx: Skip nv_copy_image tests

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 17 19:52:06 UTC 2021


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

Author: Rob Clark <robdclark at chromium.org>
Date:   Wed Jun 16 16:36:59 2021 -0700

freedreno/a6xx: Skip nv_copy_image tests

These look pretty redundant with arb_copy_image, so skip to keep CI
runtime reasonable.

Signed-off-by: Rob Clark <robdclark at chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11402>

---

 src/gallium/drivers/freedreno/ci/piglit-freedreno-a630-skips.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/gallium/drivers/freedreno/ci/piglit-freedreno-a630-skips.txt b/src/gallium/drivers/freedreno/ci/piglit-freedreno-a630-skips.txt
index 00a2b35f5a0..70733c104f8 100644
--- a/src/gallium/drivers/freedreno/ci/piglit-freedreno-a630-skips.txt
+++ b/src/gallium/drivers/freedreno/ci/piglit-freedreno-a630-skips.txt
@@ -31,3 +31,7 @@ spec at arb_buffer_storage@bufferstorage-persistent_gles3 read
 spec at arb_buffer_storage@bufferstorage-persistent_gles3 read client-storage
 spec at arb_buffer_storage@bufferstorage-persistent_gles3 read coherent
 spec at arb_buffer_storage@bufferstorage-persistent_gles3 read coherent client-storage
+
+# These are redundant with arb_copy_image, so skip them to cut down
+# on CI runtime:
+spec at nv_copy_image@nv_copy_image.*



More information about the mesa-commit mailing list