mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 16:20:13 +01:00
Uprev Piglit to 7ce69da1199d12ed0ddaa251ed489750523798fb
e9ab30aeae...7ce69da119
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31379>
This commit is contained in:
parent
4ac4004816
commit
68aa78a858
6 changed files with 11 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
api@clbuildprogram,Fail
|
||||
api@clcompileprogram,Fail
|
||||
api@clgetcommandqueueinfo,Fail
|
||||
api@clgetextensionfunctionaddressforplatform,Fail
|
||||
api@clgetkernelarginfo,Fail
|
||||
api@cllinkprogram,Fail
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue