Uprev Piglit to 7ce69da1199d12ed0ddaa251ed489750523798fb

e9ab30aeae...7ce69da119

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31379>
This commit is contained in:
Collabora's Gfx CI Team 2024-09-26 00:07:52 +00:00 committed by Daniel Stone
parent 4ac4004816
commit 68aa78a858
6 changed files with 11 additions and 9 deletions

View file

@ -8,7 +8,7 @@ set -uex
# DEBIAN_TEST_VK_TAG
# KERNEL_ROOTFS_TAG
REV="e9ab30aeaed97b69868cf4d6d6a3f70f3b53c362"
REV="7ce69da1199d12ed0ddaa251ed489750523798fb"
git clone https://gitlab.freedesktop.org/mesa/piglit.git --single-branch --no-checkout /piglit
pushd /piglit

View file

@ -28,9 +28,9 @@ variables:
DEBIAN_X86_64_TEST_ANDROID_IMAGE_PATH: "debian/x86_64_test-android"
DEBIAN_TEST_ANDROID_TAG: "20241006-strip"
DEBIAN_TEST_GL_TAG: "20241006-strip"
DEBIAN_TEST_VK_TAG: "20241006-strip"
KERNEL_ROOTFS_TAG: "20241001-vkcts"
DEBIAN_TEST_GL_TAG: "20241015-piglit-7c"
DEBIAN_TEST_VK_TAG: "20241015-piglit-7c"
KERNEL_ROOTFS_TAG: "20241015-piglit-7c"
DEBIAN_PYUTILS_IMAGE: "debian/x86_64_pyutils"
DEBIAN_PYUTILS_TAG: "20241002-pyutils"

View file

@ -40,3 +40,9 @@ program@execute@global-offset@3d- input dependent,Fail
# Debian bookworm fails
program@build@vector-data-types,Fail
# fails to query queue size with CL_INVALID_COMMAND_QUEUE
api@clgetcommandqueueinfo,Fail
# demands at least 1/4 system RAM be allocatable, which we can't guarantee
api@clgetdeviceinfo,Fail

View file

@ -173,5 +173,3 @@ spec@ext_framebuffer_multisample@interpolation 8 non-centroid-disabled,Fail
# Regression noticed in https://gitlab.freedesktop.org/mesa/mesa/-/pipelines/891104
spec@arb_viewport_array@display-list,Fail
# uprev Piglit in Mesa
spec@egl_ext_surface_compression@create,Crash

View file

@ -1,5 +1,6 @@
api@clbuildprogram,Fail
api@clcompileprogram,Fail
api@clgetcommandqueueinfo,Fail
api@clgetextensionfunctionaddressforplatform,Fail
api@clgetkernelarginfo,Fail
api@cllinkprogram,Fail

View file

@ -129,6 +129,3 @@ spec@!opengl 1.1@line-smooth-stipple,Fail
# fails after Debian bookworm update
spec@arb_viewport_array@display-list,Fail
# uprev Piglit in Mesa
spec@egl_ext_surface_compression@create,Crash