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@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6553>
This commit is contained in:
Rob Clark
2020-09-01 17:14:51 -07:00
committed by Marge Bot
parent 8abe3bb95a
commit 1b39d74c68
3 changed files with 30 additions and 0 deletions

View File

@@ -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: