Uprev Piglit to 0d79fb4a59c7d213ff144afa4c73e3b32ebe6500
62d499d63d...0d79fb4a59
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39575>
This commit is contained in:
parent
331af5e746
commit
1dc39405ce
13 changed files with 27 additions and 13 deletions
|
|
@ -3,5 +3,5 @@ variables:
|
||||||
CONDITIONAL_BUILD_ANGLE_TAG: 663709da4e67bd523ff7fb39b1c40613
|
CONDITIONAL_BUILD_ANGLE_TAG: 663709da4e67bd523ff7fb39b1c40613
|
||||||
CONDITIONAL_BUILD_CROSVM_TAG: 4c61f9707203afca91db3efeb57175db
|
CONDITIONAL_BUILD_CROSVM_TAG: 4c61f9707203afca91db3efeb57175db
|
||||||
CONDITIONAL_BUILD_FLUSTER_TAG: e13f8521875ebd70e207ec0f6f3d3e5b
|
CONDITIONAL_BUILD_FLUSTER_TAG: e13f8521875ebd70e207ec0f6f3d3e5b
|
||||||
CONDITIONAL_BUILD_PIGLIT_TAG: d027ff7015ba411736c1ac28a8663805
|
CONDITIONAL_BUILD_PIGLIT_TAG: 777c415eafca2b5a07fc153fddbd2b69
|
||||||
CONDITIONAL_BUILD_VKD3D_PROTON_TAG: 051ea4f24ff300dd952dc7d43211a4f1
|
CONDITIONAL_BUILD_VKD3D_PROTON_TAG: 051ea4f24ff300dd952dc7d43211a4f1
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ section_start piglit "Building piglit"
|
||||||
# setting up the environment variables locally
|
# setting up the environment variables locally
|
||||||
ci_tag_build_time_check "PIGLIT_TAG"
|
ci_tag_build_time_check "PIGLIT_TAG"
|
||||||
|
|
||||||
REV="62d499d63d2b8b29a67efd9d93ed9b6a94d4950e"
|
REV="0d79fb4a59c7d213ff144afa4c73e3b32ebe6500"
|
||||||
|
|
||||||
git clone https://gitlab.freedesktop.org/mesa/piglit.git --single-branch --no-checkout /piglit
|
git clone https://gitlab.freedesktop.org/mesa/piglit.git --single-branch --no-checkout /piglit
|
||||||
pushd /piglit
|
pushd /piglit
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ variables:
|
||||||
|
|
||||||
DEBIAN_TEST_BASE_TAG: "20260201-deqp-runner"
|
DEBIAN_TEST_BASE_TAG: "20260201-deqp-runner"
|
||||||
DEBIAN_TEST_ANDROID_TAG: "20260202-angle-63"
|
DEBIAN_TEST_ANDROID_TAG: "20260202-angle-63"
|
||||||
DEBIAN_TEST_GL_TAG: "20260209-vvl-06"
|
DEBIAN_TEST_GL_TAG: "20260214-piglit-0d"
|
||||||
DEBIAN_TEST_VIDEO_TAG: "20250813-vector"
|
DEBIAN_TEST_VIDEO_TAG: "20250813-vector"
|
||||||
DEBIAN_TEST_VK_TAG: "20260203-vkd3d"
|
DEBIAN_TEST_VK_TAG: "20260203-vkd3d"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -642,9 +642,6 @@ spec@glsl-1.10@execution@variable-indexing@fs-input-array-vec2-index-rd,Fail
|
||||||
|
|
||||||
# uprev Piglit in Mesa
|
# uprev Piglit in Mesa
|
||||||
spec@!opengl 1.1@push-pop-color-material,Fail
|
spec@!opengl 1.1@push-pop-color-material,Fail
|
||||||
spec@!opengl 1.1@teximage-scale-bias,Fail
|
|
||||||
spec@ext_texture_compression_s3tc@fbo-generatemipmap-formats,Fail
|
|
||||||
spec@glsl-1.10@execution@built-in-functions@fs-op-selection-bool-bvec4-bvec4,Fail
|
|
||||||
|
|
||||||
# Nightly run expectations update
|
# Nightly run expectations update
|
||||||
spec@!opengl 1.0@gl-1.0-scissor-many,Fail
|
spec@!opengl 1.0@gl-1.0-scissor-many,Fail
|
||||||
|
|
|
||||||
|
|
@ -496,3 +496,4 @@ spec@glsl-1.10@execution@samplers@glsl-fs-texture2dproj-bias
|
||||||
spec@glsl-1.10@execution@samplers@in-parameter
|
spec@glsl-1.10@execution@samplers@in-parameter
|
||||||
spec@glsl-1.10@execution@samplers@in-parameter-nested-struct
|
spec@glsl-1.10@execution@samplers@in-parameter-nested-struct
|
||||||
spec@oes_compressed_etc1_rgb8_texture@miptree
|
spec@oes_compressed_etc1_rgb8_texture@miptree
|
||||||
|
spec@glsl-1.10@execution@samplers@uniform-structs
|
||||||
|
|
|
||||||
|
|
@ -89,7 +89,6 @@ spec@arb_occlusion_query@occlusion_query_conform@GetObjivAval_multi2,Fail
|
||||||
spec@arb_pixel_buffer_object@cubemap npot pbo,Fail
|
spec@arb_pixel_buffer_object@cubemap npot pbo,Fail
|
||||||
spec@arb_pixel_buffer_object@cubemap pbo,Fail
|
spec@arb_pixel_buffer_object@cubemap pbo,Fail
|
||||||
spec@arb_pixel_buffer_object@fbo-pbo-readpixels-small,Fail
|
spec@arb_pixel_buffer_object@fbo-pbo-readpixels-small,Fail
|
||||||
spec@arb_pixel_buffer_object@pbo-getteximage,Fail
|
|
||||||
spec@arb_pixel_buffer_object@texsubimage-unpack pbo,Fail
|
spec@arb_pixel_buffer_object@texsubimage-unpack pbo,Fail
|
||||||
spec@arb_point_sprite@arb_point_sprite-checkerboard,Fail
|
spec@arb_point_sprite@arb_point_sprite-checkerboard,Fail
|
||||||
spec@arb_point_sprite@arb_point_sprite-mipmap,Fail
|
spec@arb_point_sprite@arb_point_sprite-mipmap,Fail
|
||||||
|
|
|
||||||
|
|
@ -624,7 +624,6 @@ spec@arb_occlusion_query@occlusion_query_order,Fail
|
||||||
|
|
||||||
spec@arb_pixel_buffer_object@cubemap npot pbo,Fail
|
spec@arb_pixel_buffer_object@cubemap npot pbo,Fail
|
||||||
spec@arb_pixel_buffer_object@fbo-pbo-readpixels-small,Fail
|
spec@arb_pixel_buffer_object@fbo-pbo-readpixels-small,Fail
|
||||||
spec@arb_pixel_buffer_object@pbo-getteximage,Fail
|
|
||||||
|
|
||||||
spec@arb_point_parameters@arb_point_parameters-point-attenuation,Fail
|
spec@arb_point_parameters@arb_point_parameters-point-attenuation,Fail
|
||||||
spec@arb_point_parameters@arb_point_parameters-point-attenuation@Aliased combinations,Fail
|
spec@arb_point_parameters@arb_point_parameters-point-attenuation@Aliased combinations,Fail
|
||||||
|
|
|
||||||
|
|
@ -626,7 +626,6 @@ spec@arb_occlusion_query@occlusion_query_order,Fail
|
||||||
|
|
||||||
spec@arb_pixel_buffer_object@cubemap npot pbo,Fail
|
spec@arb_pixel_buffer_object@cubemap npot pbo,Fail
|
||||||
spec@arb_pixel_buffer_object@fbo-pbo-readpixels-small,Fail
|
spec@arb_pixel_buffer_object@fbo-pbo-readpixels-small,Fail
|
||||||
spec@arb_pixel_buffer_object@pbo-getteximage,Fail
|
|
||||||
|
|
||||||
spec@arb_point_sprite@arb_point_sprite-mipmap,Fail
|
spec@arb_point_sprite@arb_point_sprite-mipmap,Fail
|
||||||
|
|
||||||
|
|
@ -1279,4 +1278,6 @@ spec@glsl-1.10@execution@glsl-fs-texture2d-mipmap-const-bias-01,Fail
|
||||||
spec@glsl-1.10@execution@glsl-fs-texture2d-mipmap-const-bias-04,Fail
|
spec@glsl-1.10@execution@glsl-fs-texture2d-mipmap-const-bias-04,Fail
|
||||||
spec@glsl-1.10@execution@glsl-fs-texture2d-mipmap-const-bias-05,Fail
|
spec@glsl-1.10@execution@glsl-fs-texture2d-mipmap-const-bias-05,Fail
|
||||||
shaders@glsl-max-varyings,Fail
|
shaders@glsl-max-varyings,Fail
|
||||||
|
spec@!opengl 1.2@tex3d-maxsize,Fail
|
||||||
spec@!opengl 1.5@depth-tex-compare,Fail
|
spec@!opengl 1.5@depth-tex-compare,Fail
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -451,7 +451,6 @@ spec@arb_occlusion_query@occlusion_query_order,Fail
|
||||||
|
|
||||||
spec@arb_pixel_buffer_object@cubemap npot pbo,Fail
|
spec@arb_pixel_buffer_object@cubemap npot pbo,Fail
|
||||||
spec@arb_pixel_buffer_object@fbo-pbo-readpixels-small,Fail
|
spec@arb_pixel_buffer_object@fbo-pbo-readpixels-small,Fail
|
||||||
spec@arb_pixel_buffer_object@pbo-getteximage,Fail
|
|
||||||
|
|
||||||
spec@arb_point_sprite@arb_point_sprite-mipmap,Fail
|
spec@arb_point_sprite@arb_point_sprite-mipmap,Fail
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -405,7 +405,6 @@ spec@arb_tessellation_shader@execution@barrier-patch,Fail
|
||||||
spec@arb_tessellation_shader@execution@invocation-counting-even,Fail
|
spec@arb_tessellation_shader@execution@invocation-counting-even,Fail
|
||||||
spec@arb_tessellation_shader@execution@invocation-counting-odd,Fail
|
spec@arb_tessellation_shader@execution@invocation-counting-odd,Fail
|
||||||
spec@arb_tessellation_shader@execution@tcs-primitiveid,Fail
|
spec@arb_tessellation_shader@execution@tcs-primitiveid,Fail
|
||||||
spec@arb_tessellation_shader@execution@tcs-input@tcs-input-vec2,Fail
|
|
||||||
spec@arb_tessellation_shader@execution@tesslevels-indirect,Fail
|
spec@arb_tessellation_shader@execution@tesslevels-indirect,Fail
|
||||||
spec@arb_tessellation_shader@execution@variable-indexing@tcs-output-array-float-index-rd-after-barrier,Fail
|
spec@arb_tessellation_shader@execution@variable-indexing@tcs-output-array-float-index-rd-after-barrier,Fail
|
||||||
spec@arb_tessellation_shader@execution@variable-indexing@tcs-output-array-float-index-wr,Fail
|
spec@arb_tessellation_shader@execution@variable-indexing@tcs-output-array-float-index-wr,Fail
|
||||||
|
|
@ -1046,6 +1045,7 @@ spec@nv_copy_image@nv_copy_image-formats --samples=8@Source: GL_RGB32UI/Destinat
|
||||||
spec@nv_copy_image@nv_copy_image-formats --samples=8@Source: GL_RGB32UI/Destination: GL_RGB32UI,Fail
|
spec@nv_copy_image@nv_copy_image-formats --samples=8@Source: GL_RGB32UI/Destination: GL_RGB32UI,Fail
|
||||||
|
|
||||||
# uprev Piglit in Mesa
|
# uprev Piglit in Mesa
|
||||||
|
spec@!opengl 3.2@gl-3.2-adj-prims cull-back pv-last,Fail
|
||||||
spec@arb_copy_image@arb_copy_image-formats --samples=2@Source: GL_RGB32F/Destination: GL_RGB32I,Fail
|
spec@arb_copy_image@arb_copy_image-formats --samples=2@Source: GL_RGB32F/Destination: GL_RGB32I,Fail
|
||||||
spec@arb_copy_image@arb_copy_image-formats --samples=2@Source: GL_RGB32F/Destination: GL_RGB32UI,Fail
|
spec@arb_copy_image@arb_copy_image-formats --samples=2@Source: GL_RGB32F/Destination: GL_RGB32UI,Fail
|
||||||
spec@arb_copy_image@arb_copy_image-formats --samples=2@Source: GL_RGB32I/Destination: GL_RGB32I,Fail
|
spec@arb_copy_image@arb_copy_image-formats --samples=2@Source: GL_RGB32I/Destination: GL_RGB32I,Fail
|
||||||
|
|
@ -1082,8 +1082,24 @@ spec@arb_sample_shading@samplemask 8 all@0.500000 mask_in_one,Fail
|
||||||
spec@arb_sample_shading@samplemask 8 all@1.000000 mask_in_one,Fail
|
spec@arb_sample_shading@samplemask 8 all@1.000000 mask_in_one,Fail
|
||||||
spec@arb_sample_shading@samplemask 8 all@noms mask_in_one,Fail
|
spec@arb_sample_shading@samplemask 8 all@noms mask_in_one,Fail
|
||||||
spec@arb_sample_shading@samplemask 8 all@sample mask_in_one,Fail
|
spec@arb_sample_shading@samplemask 8 all@sample mask_in_one,Fail
|
||||||
|
spec@arb_sample_shading@samplemask 8@0.125000 fix,Fail
|
||||||
|
spec@arb_sample_shading@samplemask 8@0.125000 partition,Fail
|
||||||
|
spec@arb_sample_shading@samplemask 8@0.250000 fix,Fail
|
||||||
|
spec@arb_sample_shading@samplemask 8@0.250000 partition,Fail
|
||||||
|
spec@arb_sample_shading@samplemask 8@0.500000 fix,Fail
|
||||||
|
spec@arb_sample_shading@samplemask 8@0.500000 partition,Fail
|
||||||
|
spec@arb_sample_shading@samplemask 8@1.000000 fix,Fail
|
||||||
|
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_shader_image_load_store@execution@image_checkerboard,Fail
|
||||||
|
spec@arb_tessellation_shader@execution@tcs-input@tcs-input-ivec4,Fail
|
||||||
|
spec@arb_tessellation_shader@execution@tcs-input@tcs-input-mat3x4_2,Fail
|
||||||
|
spec@arb_tessellation_shader@execution@tcs-input@tcs-input-uvec4_2,Fail
|
||||||
spec@arb_texture_view@tex-view,Fail
|
spec@arb_texture_view@tex-view,Fail
|
||||||
spec@egl_chromium_sync_control@conformance,Fail
|
spec@egl_chromium_sync_control@conformance,Fail
|
||||||
spec@egl_chromium_sync_control@conformance@eglGetSyncValuesCHROMIUM_msc_and_sbc_test,Fail
|
spec@egl_chromium_sync_control@conformance@eglGetSyncValuesCHROMIUM_msc_and_sbc_test,Fail
|
||||||
spec@ext_texture_integer@fbo-integer-attachments,Fail
|
spec@ext_texture_integer@fbo-integer-attachments,Fail
|
||||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-tex-modifier,Fail
|
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-tex-modifier,Fail
|
||||||
|
spec@gl-3.1@attributeless-vertexid,Fail
|
||||||
|
|
|
||||||
|
|
@ -535,6 +535,8 @@ spec@egl 1.4@eglcreatepbuffersurface and then glclear,Crash
|
||||||
spec@egl 1.4@largest possible eglcreatepbuffersurface and then glclear,Crash
|
spec@egl 1.4@largest possible eglcreatepbuffersurface and then glclear,Crash
|
||||||
spec@ext_framebuffer_multisample@interpolation 6 centroid-edges,Fail
|
spec@ext_framebuffer_multisample@interpolation 6 centroid-edges,Fail
|
||||||
spec@ext_framebuffer_multisample@no-color 6 depth single,Fail
|
spec@ext_framebuffer_multisample@no-color 6 depth single,Fail
|
||||||
|
spec@ext_framebuffer_multisample@no-color 6 depth-computed single,Fail
|
||||||
|
spec@ext_framebuffer_multisample@no-color 8 depth single,Fail
|
||||||
spec@ext_framebuffer_multisample@no-color 8 depth-computed single,Fail
|
spec@ext_framebuffer_multisample@no-color 8 depth-computed single,Fail
|
||||||
spec@ext_packed_float@texwrap formats bordercolor,Fail
|
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,Fail
|
||||||
|
|
|
||||||
|
|
@ -448,8 +448,6 @@ spec@egl_khr_gl_image@egl_khr_gl_renderbuffer_image-clear-shared-image gl_depth_
|
||||||
|
|
||||||
spec@egl_khr_surfaceless_context@viewport,Fail
|
spec@egl_khr_surfaceless_context@viewport,Fail
|
||||||
|
|
||||||
spec@egl_mesa_configless_context@basic,Fail
|
|
||||||
|
|
||||||
spec@ext_external_objects@vk-image-overwrite@RGB 10 A2 UINT optimal: Failed to initialize OpenGL FBO/RBO,Fail
|
spec@ext_external_objects@vk-image-overwrite@RGB 10 A2 UINT optimal: Failed to initialize OpenGL FBO/RBO,Fail
|
||||||
|
|
||||||
spec@ext_framebuffer_multisample@clip-and-scissor-blit 16 msaa,Fail
|
spec@ext_framebuffer_multisample@clip-and-scissor-blit 16 msaa,Fail
|
||||||
|
|
@ -494,6 +492,7 @@ glx@glx-multi-window-single-context,Fail
|
||||||
# uprev Piglit in Mesa
|
# uprev Piglit in Mesa
|
||||||
spec@arb_shader_storage_buffer_object@max-ssbo-size@fs,Crash
|
spec@arb_shader_storage_buffer_object@max-ssbo-size@fs,Crash
|
||||||
spec@arb_shader_storage_buffer_object@max-ssbo-size@vs,Crash
|
spec@arb_shader_storage_buffer_object@max-ssbo-size@vs,Crash
|
||||||
|
spec@egl_mesa_configless_context@basic,Fail
|
||||||
|
|
||||||
# glcts: ../../src/intel/vulkan/anv_sparse.c:970: vk_bind_to_anv_vm_bind: Assertion `vk_bind->memoryOffset + vk_bind->size <= anv_bind.bo->size' failed.
|
# glcts: ../../src/intel/vulkan/anv_sparse.c:970: vk_bind_to_anv_vm_bind: Assertion `vk_bind->memoryOffset + vk_bind->size <= anv_bind.bo->size' failed.
|
||||||
# Also related to https://gitlab.freedesktop.org/mesa/mesa/-/issues/11073
|
# Also related to https://gitlab.freedesktop.org/mesa/mesa/-/issues/11073
|
||||||
|
|
|
||||||
|
|
@ -308,6 +308,7 @@ afbcp-spec@khr_texture_compression_astc@sliced-3d-miptree-gl srgb-fp@sRGB decode
|
||||||
# uprev Piglit in Mesa
|
# uprev Piglit in Mesa
|
||||||
afbcp-spec@arb_texture_view@tex-view,Fail
|
afbcp-spec@arb_texture_view@tex-view,Fail
|
||||||
afbcp-spec@ext_image_dma_buf_import@ext_image_dma_buf_import-refcount-multithread,Crash
|
afbcp-spec@ext_image_dma_buf_import@ext_image_dma_buf_import-refcount-multithread,Crash
|
||||||
|
glx@glx-copy-sub-buffer,Fail
|
||||||
spec@arb_texture_view@tex-view,Fail
|
spec@arb_texture_view@tex-view,Fail
|
||||||
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-refcount-multithread,Crash
|
spec@ext_image_dma_buf_import@ext_image_dma_buf_import-refcount-multithread,Crash
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue