Mesa (master): ci: Enable remaining (non-rotate) mustpass CTS tests

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Sep 29 20:13:42 UTC 2020


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

Author: Rob Clark <robdclark at chromium.org>
Date:   Tue Sep  1 17:14:51 2020 -0700

ci: Enable remaining (non-rotate) mustpass CTS tests

The gles3 and gles31 multisample and 565-no-depth-no-stencil caselists
are also mustpass.  And they don't add a significant number of extra
test cases.

The remaining mustpass caselists all involve rotation, which is not
currently supported in the surfaceless deqp build.

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

---

 .gitlab-ci.yml                                     | 30 ++++++++++++++++++++++
 .gitlab-ci/deqp-freedreno-a630-565nozs-fails.txt   |  0
 .../deqp-freedreno-a630-multisample-fails.txt      |  0
 3 files changed, 30 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 54b4f9cbf5f..ffcd8231c80 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1186,6 +1186,36 @@ arm64_a630_gl:
   variables:
     DEQP_VER: gl30
 
+# disabled pending https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/1859
+.arm64_a630_gles3_multisample:
+  extends: arm64_a630_gles3
+  variables:
+    DEQP_CONFIG: rgba8888d24s8ms4
+    DEQP_VARIANT: multisample
+    DEQP_EXPECTED_FAILS: deqp-freedreno-a630-multisample-fails.txt
+
+# disabled pending https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/1859
+.arm64_a630_gles31_multisample:
+  extends: arm64_a630_gles31
+  variables:
+    DEQP_CONFIG: rgba8888d24s8ms4
+    DEQP_VARIANT: multisample
+    DEQP_EXPECTED_FAILS: deqp-freedreno-a630-multisample-fails.txt
+
+arm64_a630_gles3_565nozs:
+  extends: arm64_a630_gles3
+  variables:
+    DEQP_CONFIG: rgb565d0s0ms0
+    DEQP_VARIANT: 565-no-depth-no-stencil
+    DEQP_EXPECTED_FAILS: deqp-freedreno-a630-565nozs-fails.txt
+
+arm64_a630_gles31_565nozs:
+  extends: arm64_a630_gles31
+  variables:
+    DEQP_CONFIG: rgb565d0s0ms0
+    DEQP_VARIANT: 565-no-depth-no-stencil
+    DEQP_EXPECTED_FAILS: deqp-freedreno-a630-565nozs-fails.txt
+
 arm64_a630_vk:
   extends: arm64_a630_gles2
   variables:
diff --git a/.gitlab-ci/deqp-freedreno-a630-565nozs-fails.txt b/.gitlab-ci/deqp-freedreno-a630-565nozs-fails.txt
new file mode 100644
index 00000000000..e69de29bb2d
diff --git a/.gitlab-ci/deqp-freedreno-a630-multisample-fails.txt b/.gitlab-ci/deqp-freedreno-a630-multisample-fails.txt
new file mode 100644
index 00000000000..e69de29bb2d



More information about the mesa-commit mailing list