mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-27 12:14:10 +08:00
Uprev Piglit to e180f96239edba441f22f58dfc852cafb902844a
8a6ce9c6fc...e180f96239
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29317>
This commit is contained in:
parent
c23c5c0a07
commit
5120d51d82
@ -8,7 +8,7 @@ set -ex
|
||||
# DEBIAN_TEST_VK_TAG
|
||||
# KERNEL_ROOTFS_TAG
|
||||
|
||||
REV="8a6ce9c6fc5c8039665655bca4904d5601c6dba0"
|
||||
REV="e180f96239edba441f22f58dfc852cafb902844a"
|
||||
|
||||
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: "20240423-deqp"
|
||||
DEBIAN_TEST_GL_TAG: "20240515-piglit-8a"
|
||||
DEBIAN_TEST_VK_TAG: "20240515-piglit-8a"
|
||||
KERNEL_ROOTFS_TAG: "20240516-angle"
|
||||
DEBIAN_TEST_GL_TAG: "20240523-piglit-e1"
|
||||
DEBIAN_TEST_VK_TAG: "20240523-piglit-e1"
|
||||
KERNEL_ROOTFS_TAG: "20240523-piglit-e1"
|
||||
|
||||
ALPINE_X86_64_BUILD_TAG: "20240517-m0ld"
|
||||
ALPINE_X86_64_LAVA_SSH_TAG: "20240401-wlproto"
|
||||
|
@ -607,7 +607,3 @@ KHR-GL46.sparse_texture2_tests.SparseTexture2Lookup,Crash
|
||||
spec@arb_shader_storage_buffer_object@max-ssbo-size@fs,Crash
|
||||
spec@arb_shader_storage_buffer_object@max-ssbo-size@vs,Crash
|
||||
|
||||
# Failing on a bunch of drivers with an assert on the weak_ref
|
||||
# pipeline cache, seems to be a zink issue not destroying a
|
||||
# shader/pipeline before calling vkDestroyPipeline()
|
||||
spec@ext_external_objects@vk-vert-buf-reuse,Crash
|
||||
|
@ -39,3 +39,7 @@ spec@!opengl 1.1@depthstencil-default_fb-blit samples=4
|
||||
|
||||
# Marked as flake because it passes with ESO but crashes with pipelines.
|
||||
spec@arb_tessellation_shader@arb_tessellation_shader-tes-gs-max-output -small -scan 1 50
|
||||
|
||||
# uprev Piglit in Mesa
|
||||
KHR-GL46.sparse_buffer_tests.BufferStorageTest
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user