From d15e4274f6268c33fbddd1021779ad1cd85c1156 Mon Sep 17 00:00:00 2001 From: Collabora's Gfx CI Team Date: Mon, 16 Mar 2026 00:09:18 +0000 Subject: [PATCH] Uprev Piglit to 11ce9eb56edb00e6a7702d13168cc827ce5e0cbd https://gitlab.freedesktop.org/mesa/piglit/-/compare/d0a16eee4f7b24abe7e3aab6ee77db8f82e5ad49...11ce9eb56edb00e6a7702d13168cc827ce5e0cbd Part-of: --- .gitlab-ci/conditional-build-image-tags.yml | 2 +- .gitlab-ci/container/build-piglit.sh | 2 +- .gitlab-ci/image-tags.yml | 2 +- src/etnaviv/ci/etnaviv-gc2000-r5108-fails.txt | 4 ++-- src/freedreno/ci/freedreno-a618-fails.txt | 1 + src/gallium/drivers/svga/ci/svga-fails.txt | 7 ++----- src/gallium/drivers/virgl/ci/virpipe-gl-fails.txt | 9 +++++++++ src/intel/ci/iris-kbl-fails.txt | 4 ++++ src/panfrost/ci/panfrost-g52-skips.txt | 1 + 9 files changed, 22 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci/conditional-build-image-tags.yml b/.gitlab-ci/conditional-build-image-tags.yml index ef653967bae..6e475060a53 100644 --- a/.gitlab-ci/conditional-build-image-tags.yml +++ b/.gitlab-ci/conditional-build-image-tags.yml @@ -3,5 +3,5 @@ variables: CONDITIONAL_BUILD_ANGLE_TAG: 09747e85cb75ce82b9302bf1cdb1fd58 CONDITIONAL_BUILD_CROSVM_TAG: 4c61f9707203afca91db3efeb57175db CONDITIONAL_BUILD_FLUSTER_TAG: e13f8521875ebd70e207ec0f6f3d3e5b - CONDITIONAL_BUILD_PIGLIT_TAG: 8638cc6cab3840150257cabc88739579 + CONDITIONAL_BUILD_PIGLIT_TAG: 7c554632e450496da9382764f449abae CONDITIONAL_BUILD_VKD3D_PROTON_TAG: 3c680463034cc7273d9e98393861c61c diff --git a/.gitlab-ci/container/build-piglit.sh b/.gitlab-ci/container/build-piglit.sh index 47439b7d1ff..02335b9415a 100644 --- a/.gitlab-ci/container/build-piglit.sh +++ b/.gitlab-ci/container/build-piglit.sh @@ -13,7 +13,7 @@ section_start piglit "Building piglit" # setting up the environment variables locally ci_tag_build_time_check "PIGLIT_TAG" -REV="d0a16eee4f7b24abe7e3aab6ee77db8f82e5ad49" +REV="11ce9eb56edb00e6a7702d13168cc827ce5e0cbd" git clone https://gitlab.freedesktop.org/mesa/piglit.git --single-branch --no-checkout /piglit pushd /piglit diff --git a/.gitlab-ci/image-tags.yml b/.gitlab-ci/image-tags.yml index 8b08ad93178..f08ded9ee3c 100644 --- a/.gitlab-ci/image-tags.yml +++ b/.gitlab-ci/image-tags.yml @@ -24,7 +24,7 @@ variables: DEBIAN_TEST_BASE_TAG: "20260201-deqp-runner" DEBIAN_TEST_ANDROID_TAG: "20260402-cuttlefish" - DEBIAN_TEST_GL_TAG: "20260409-vvl-cb" + DEBIAN_TEST_GL_TAG: "20260410-piglit-11" DEBIAN_TEST_VIDEO_TAG: "20250813-vector" DEBIAN_TEST_VK_TAG: "20260310-vkd3d" diff --git a/src/etnaviv/ci/etnaviv-gc2000-r5108-fails.txt b/src/etnaviv/ci/etnaviv-gc2000-r5108-fails.txt index b84b33528ed..d004d5cb56c 100644 --- a/src/etnaviv/ci/etnaviv-gc2000-r5108-fails.txt +++ b/src/etnaviv/ci/etnaviv-gc2000-r5108-fails.txt @@ -640,16 +640,16 @@ spec@glsl-1.10@execution@variable-indexing@fs-input-array-vec2-index-rd,Fail # uprev Piglit in Mesa spec@!opengl 1.1@push-pop-color-material,Fail +spec@!opengl 2.0@incomplete-cubemap-format,Fail +spec@ati_fragment_shader@ati_fragment_shader-render-textargets,Fail # Nightly run expectations update spec@!opengl 1.0@gl-1.0-scissor-many,Fail spec@!opengl 1.4@tex-miplevel-selection-lod,Fail spec@!opengl 1.4@tex-miplevel-selection-lod-bias,Fail spec@arb_clear_texture@arb_clear_texture-simple,Fail -spec@arb_framebuffer_object@fbo-drawbuffers-none gl_fragdata,Fail spec@arb_shader_texture_lod@execution@tex-miplevel-selection *gradarb 3d,Fail spec@arb_shader_texture_lod@execution@tex-miplevel-selection *projgradarb 3d,Fail -spec@glsl-1.10@execution@samplers@normal-parameter,Fail spec@glsl-1.20@execution@tex-miplevel-selection gl2:texture() 1d,Fail spec@glsl-1.20@execution@tex-miplevel-selection gl2:texture() 1dshadow,Fail spec@glsl-1.20@execution@tex-miplevel-selection gl2:texture() 2d,Fail diff --git a/src/freedreno/ci/freedreno-a618-fails.txt b/src/freedreno/ci/freedreno-a618-fails.txt index fca49d31360..9a56e8320f3 100644 --- a/src/freedreno/ci/freedreno-a618-fails.txt +++ b/src/freedreno/ci/freedreno-a618-fails.txt @@ -200,6 +200,7 @@ spec@glsl-4.00@execution@built-in-functions@fs-op-div-dmat4-dmat4,Fail glx@glx-swap-pixmap-bad,Fail spec@!opengl 1.0@rasterpos@glsl_vs_ssbo,Fail spec@arb_occlusion_query@occlusion_query_order,Fail +spec@arb_gpu_shader_fp64@execution@fs-indirect-temp-double-src,Crash spec@glsl-1.30@execution@fs-uint-to-float-of-extract-int16,Fail spec@glsl-1.30@execution@fs-uint-to-float-of-extract-int8,Fail spec@khr_texture_compression_astc@miptree-gles srgb-fp,Fail diff --git a/src/gallium/drivers/svga/ci/svga-fails.txt b/src/gallium/drivers/svga/ci/svga-fails.txt index ec3be22601d..225c1316c6d 100644 --- a/src/gallium/drivers/svga/ci/svga-fails.txt +++ b/src/gallium/drivers/svga/ci/svga-fails.txt @@ -1093,13 +1093,10 @@ spec@arb_sample_shading@samplemask 8@1.000000 partition,Fail spec@arb_sample_shading@samplemask 8@noms fix,Fail spec@arb_sample_shading@samplemask 8@sample fix,Fail spec@arb_sample_shading@samplemask 8@sample partition,Fail -spec@arb_tessellation_shader@execution@tcs-input@tcs-input-ivec4_2,Fail -spec@arb_tessellation_shader@execution@tcs-input@tcs-input-mat4x3,Fail -spec@arb_tessellation_shader@execution@tcs-input@tcs-input-uvec4,Fail spec@arb_texture_view@tex-view,Fail spec@egl_chromium_sync_control@conformance,Fail spec@egl_chromium_sync_control@conformance@eglGetSyncValuesCHROMIUM_msc_and_sbc_test,Fail spec@ext_texture_integer@fbo-integer-attachments,Fail spec@ext_image_dma_buf_import@ext_image_dma_buf_import-tex-modifier,Fail -spec@glsl-1.50@execution@geometry@max-input-components,Fail -spec@glsl-1.50@execution@interface-vs-named-to-gs-array,Fail +spec@arb_tessellation_shader@execution@tcs-input@tcs-input-ivec4,Fail +spec@arb_tessellation_shader@execution@tcs-input@tcs-input-mat4x2_2,Fail diff --git a/src/gallium/drivers/virgl/ci/virpipe-gl-fails.txt b/src/gallium/drivers/virgl/ci/virpipe-gl-fails.txt index e530f5c7ee4..2966ab93919 100644 --- a/src/gallium/drivers/virgl/ci/virpipe-gl-fails.txt +++ b/src/gallium/drivers/virgl/ci/virpipe-gl-fails.txt @@ -505,6 +505,9 @@ spec@!opengl 1.1@depthstencil-default_fb-drawpixels-32f_24_8_rev samples=6,Fail spec@arb_es2_compatibility@texwrap formats bordercolor-swizzled,Fail spec@arb_es2_compatibility@texwrap formats bordercolor-swizzled@GL_RGB565- swizzled- border color only,Fail spec@arb_framebuffer_object@execution@msaa-alpha-to-coverage_alpha-to-one_write-z,Fail +spec@arb_shader_image_load_store@max-size@image2DMS max size test/8x16384x8x1,Fail +spec@arb_shader_image_load_store@max-size@image2DMS max size test/8x8x16384x1,Fail +spec@arb_shader_image_load_store@max-size@image2DMSArray max size test/8x8x8x2048,Fail spec@arb_tessellation_shader@execution@built-in-functions@tcs-equal-vec2-vec2,Crash spec@arb_tessellation_shader@execution@built-in-functions@tcs-max-float-float,Crash spec@arb_tessellation_shader@execution@built-in-functions@tcs-op-eq-float-float-using-if,Crash @@ -549,6 +552,12 @@ spec@ext_packed_float@texwrap formats bordercolor,Fail spec@ext_packed_float@texwrap formats bordercolor-swizzled,Fail spec@ext_packed_float@texwrap formats bordercolor-swizzled@GL_R11F_G11F_B10F- swizzled- border color only,Fail spec@ext_packed_float@texwrap formats bordercolor@GL_R11F_G11F_B10F- border color only,Fail +spec@arb_tessellation_shader@execution@built-in-functions@tcs-op-eq-float-float,Crash +spec@arb_tessellation_shader@execution@built-in-functions@tcs-op-eq-mat2-mat2,Crash +spec@arb_tessellation_shader@execution@built-in-functions@tcs-op-eq-vec3-vec3-using-if,Crash +spec@arb_tessellation_shader@execution@built-in-functions@tcs-op-ne-mat2-mat2,Crash +spec@arb_tessellation_shader@execution@built-in-functions@tcs-op-ne-vec3-vec3,Crash +spec@arb_tessellation_shader@execution@built-in-functions@tcs-op-ne-vec4-vec4-using-if,Crash spec@ext_texture_compression_s3tc@texwrap formats bordercolor,Fail spec@ext_texture_compression_s3tc@texwrap formats bordercolor@GL_COMPRESSED_RGBA_S3TC_DXT1_EXT- border color only,Fail spec@ext_texture_compression_s3tc@texwrap formats bordercolor@GL_COMPRESSED_RGBA_S3TC_DXT3_EXT- border color only,Fail diff --git a/src/intel/ci/iris-kbl-fails.txt b/src/intel/ci/iris-kbl-fails.txt index c61a44caf8c..e04e1cd3760 100644 --- a/src/intel/ci/iris-kbl-fails.txt +++ b/src/intel/ci/iris-kbl-fails.txt @@ -104,3 +104,7 @@ glx@glx-multithread-buffer-busy-tracking-bug,Fail # Current serial number in output stream: 1181 glx@glx-visuals-depth -pixmap,Fail glx@glx-visuals-stencil -pixmap,Fail + +# uprev Piglit in Mesa +spec@khr_shader_subgroup@execution@bitonic_sort,Fail + diff --git a/src/panfrost/ci/panfrost-g52-skips.txt b/src/panfrost/ci/panfrost-g52-skips.txt index 1a81661dd31..48f3616e715 100644 --- a/src/panfrost/ci/panfrost-g52-skips.txt +++ b/src/panfrost/ci/panfrost-g52-skips.txt @@ -66,6 +66,7 @@ spec@!opengl 1.0@rasterpos spec@!opengl es 3.0@gles-3.0-transform-feedback-uniform-buffer-object # uprev Piglit in Mesa +glx@glx_arb_sync_control@swapbuffersmsc-return spec@arb_texture_multisample@arb_texture_multisample-dsa-texelfetch shaders@glsl-bug-110796