mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-27 09:31:03 +00:00
gitlab-ci: enable building of Vulkan tests in Piglit
This is part of tackling a Piglit issue: https://gitlab.freedesktop.org/mesa/piglit/-/issues/53 Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10971>
This commit is contained in:
parent
956d961339
commit
2114f9e51d
@ -415,7 +415,7 @@ x86_test-base:
|
||||
x86_test-gl:
|
||||
extends: .use-x86_test-base
|
||||
variables:
|
||||
MESA_IMAGE_TAG: &x86_test-gl "2021-05-25-apitrace"
|
||||
MESA_IMAGE_TAG: &x86_test-gl "2021-05-31-piglit-vk"
|
||||
|
||||
# Debian 11 based x86 test image for VK
|
||||
x86_test-vk:
|
||||
|
@ -13,6 +13,7 @@ STABLE_EPHEMERAL=" \
|
||||
clang-11 \
|
||||
cmake \
|
||||
g++ \
|
||||
glslang-tools \
|
||||
libclang-cpp11-dev \
|
||||
libgbm-dev \
|
||||
libgles2-mesa-dev \
|
||||
@ -70,7 +71,7 @@ apt-get install -y --no-remove \
|
||||
|
||||
############### Build piglit
|
||||
|
||||
PIGLIT_OPTS="-DPIGLIT_BUILD_CL_TESTS=ON -DPIGLIT_BUILD_VK_TESTS=OFF" . .gitlab-ci/container/build-piglit.sh
|
||||
PIGLIT_OPTS="-DPIGLIT_BUILD_CL_TESTS=ON" . .gitlab-ci/container/build-piglit.sh
|
||||
|
||||
############### Build dEQP GL
|
||||
|
||||
|
@ -93,17 +93,6 @@ spec@egl 1.4@eglterminate then unbind context,Fail
|
||||
spec@egl_khr_gl_image@egl_khr_gl_renderbuffer_image-clear-shared-image gl_depth_component24,Fail
|
||||
spec@egl_khr_surfaceless_context@viewport,Fail
|
||||
spec@egl_mesa_configless_context@basic,Fail
|
||||
spec@ext_external_objects@vk-buf-exchange,Fail
|
||||
spec@ext_external_objects@vk-depth-display,Fail
|
||||
spec@ext_external_objects@vk-image-display,Fail
|
||||
spec@ext_external_objects@vk-image-display-overwrite,Fail
|
||||
spec@ext_external_objects@vk-image-overwrite,Fail
|
||||
spec@ext_external_objects@vk-pix-buf-update-errors,Fail
|
||||
spec@ext_external_objects@vk-semaphores-2,Fail
|
||||
spec@ext_external_objects@vk-semaphores,Fail
|
||||
spec@ext_external_objects@vk-stencil-display,Fail
|
||||
spec@ext_external_objects@vk-vert-buf-reuse,Fail
|
||||
spec@ext_external_objects@vk-vert-buf-update-errors,Fail
|
||||
spec@ext_framebuffer_blit@fbo-blit-check-limits,Fail
|
||||
spec@ext_framebuffer_multisample@blit-mismatched-formats,Fail
|
||||
spec@ext_framebuffer_multisample@clip-and-scissor-blit 2 msaa,Fail
|
||||
|
Loading…
Reference in New Issue
Block a user