ci/freedreno: Enable the MSAA deqp tests.
authorEmma Anholt <emma@anholt.net>
Thu, 22 Jul 2021 18:15:19 +0000 (11:15 -0700)
committerMarge Bot <eric+marge@anholt.net>
Fri, 23 Jul 2021 19:22:44 +0000 (19:22 +0000)
We've had issues with these before when merging to Chrome OS, so let's
make sure we're testing them now that we can do surfaceless pbuffer MSAA.

Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/1859>

.gitlab-ci/bare-metal/arm64_a630_gles_others.sh

index 6e2399c..fd52f25 100755 (executable)
@@ -58,24 +58,22 @@ if ! env \
     EXIT=1
 fi
 
-# gles3-multisample mustpass -- disabled pending https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/1859
-# if ! env \
-#   DEQP_RESULTS_DIR=results/gles3-multisample \
-#   DEQP_VER=gles3 \
-#   DEQP_CONFIG="rgba8888d24s8ms4" \
-#   DEQP_VARIANT="multisample" \
-#   /install/deqp-runner.sh; then
-#     EXIT=1
-# fi
+if ! env \
+  DEQP_RESULTS_DIR=results/gles3-multisample \
+  DEQP_VER=gles3 \
+  DEQP_CONFIG="rgba8888d24s8ms4" \
+  DEQP_VARIANT="multisample" \
+  /install/deqp-runner.sh; then
+    EXIT=1
+fi
 
-# gles31-multisample mustpass -- disabled pending https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/1859
-# if ! env \
-#   DEQP_RESULTS_DIR=results/gles31-multisample \
-#   DEQP_VER=gles31 \
-#   DEQP_CONFIG="rgba8888d24s8ms4" \
-#   DEQP_VARIANT="multisample" \
-#   /install/deqp-runner.sh; then
-#     EXIT=1
-# fi
+if ! env \
+  DEQP_RESULTS_DIR=results/gles31-multisample \
+  DEQP_VER=gles31 \
+  DEQP_CONFIG="rgba8888d24s8ms4" \
+  DEQP_VARIANT="multisample" \
+  /install/deqp-runner.sh; then
+    EXIT=1
+fi
 
 exit $EXIT