ci/piglit: 2023-01-19 uprev
Emergency uprev to get robustness against http 50x errors for traces. Signed-off-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20788>
This commit is contained in:

committed by
Marge Bot

parent
796686af1b
commit
a8d2b288ee
@@ -3,9 +3,11 @@
|
|||||||
|
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
REV="f4539c31b1e98502e1224b5a91f8e124527e9cb7"
|
||||||
|
|
||||||
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
|
||||||
git checkout 1cd716180cfb6ef0c1fc54702460ef49e5115791
|
git checkout "$REV"
|
||||||
patch -p1 <$OLDPWD/.gitlab-ci/piglit/disable-vs_in.diff
|
patch -p1 <$OLDPWD/.gitlab-ci/piglit/disable-vs_in.diff
|
||||||
cmake -S . -B . -G Ninja -DCMAKE_BUILD_TYPE=Release $PIGLIT_OPTS $EXTRA_CMAKE_ARGS
|
cmake -S . -B . -G Ninja -DCMAKE_BUILD_TYPE=Release $PIGLIT_OPTS $EXTRA_CMAKE_ARGS
|
||||||
ninja $PIGLIT_BUILD_TARGETS
|
ninja $PIGLIT_BUILD_TARGETS
|
||||||
|
@@ -105,9 +105,9 @@ wine64 \
|
|||||||
|
|
||||||
. .gitlab-ci/container/build-hang-detection.sh
|
. .gitlab-ci/container/build-hang-detection.sh
|
||||||
|
|
||||||
############### Build piglit
|
############### Build piglit replayer
|
||||||
|
|
||||||
PIGLIT_BUILD_TARGETS="piglit_replayer" PIGLIT_OPTS="-DPIGLIT_BUILD_GLX_TESTS=ON" . .gitlab-ci/container/build-piglit.sh
|
PIGLIT_BUILD_TARGETS="piglit_replayer" . .gitlab-ci/container/build-piglit.sh
|
||||||
|
|
||||||
############### Build Fossilize
|
############### Build Fossilize
|
||||||
|
|
||||||
|
@@ -191,3 +191,6 @@ spec@!opengl 1.0@gl-1.0-user-clip-all-planes,Fail
|
|||||||
|
|
||||||
# https://gitlab.freedesktop.org/mesa/mesa/-/issues/7152
|
# https://gitlab.freedesktop.org/mesa/mesa/-/issues/7152
|
||||||
spec@ext_transform_feedback@builtin-varyings gl_culldistance,Fail
|
spec@ext_transform_feedback@builtin-varyings gl_culldistance,Fail
|
||||||
|
|
||||||
|
spec@!opengl 1.1@line-smooth-coverage,Fail
|
||||||
|
spec@!opengl 1.1@line-smooth-stipple,Fail
|
||||||
|
@@ -236,3 +236,6 @@ spec@khr_texture_compression_astc@sliced-3d-miptree-gl srgb-fp,Fail
|
|||||||
spec@khr_texture_compression_astc@sliced-3d-miptree-gl srgb-fp@sRGB decode full precision,Fail
|
spec@khr_texture_compression_astc@sliced-3d-miptree-gl srgb-fp@sRGB decode full precision,Fail
|
||||||
spec@khr_texture_compression_astc@sliced-3d-miptree-gles srgb-fp,Fail
|
spec@khr_texture_compression_astc@sliced-3d-miptree-gles srgb-fp,Fail
|
||||||
spec@khr_texture_compression_astc@sliced-3d-miptree-gles srgb-fp@sRGB decode full precision,Fail
|
spec@khr_texture_compression_astc@sliced-3d-miptree-gles srgb-fp@sRGB decode full precision,Fail
|
||||||
|
|
||||||
|
spec@!opengl 1.1@line-smooth-coverage,Fail
|
||||||
|
spec@!opengl 1.1@line-smooth-stipple,Fail
|
||||||
|
@@ -950,7 +950,6 @@ spec@arb_internalformat_query2@max dimensions related pname checks@GL_MAX_DEPTH,
|
|||||||
spec@arb_internalformat_query2@max dimensions related pname checks@GL_MAX_HEIGHT,Fail
|
spec@arb_internalformat_query2@max dimensions related pname checks@GL_MAX_HEIGHT,Fail
|
||||||
spec@arb_internalformat_query2@max dimensions related pname checks@GL_MAX_WIDTH,Fail
|
spec@arb_internalformat_query2@max dimensions related pname checks@GL_MAX_WIDTH,Fail
|
||||||
spec@arb_occlusion_query2@render,Fail
|
spec@arb_occlusion_query2@render,Fail
|
||||||
spec@arb_occlusion_query@occlusion_query,Fail
|
|
||||||
spec@arb_occlusion_query@occlusion_query_conform,Fail
|
spec@arb_occlusion_query@occlusion_query_conform,Fail
|
||||||
spec@arb_occlusion_query@occlusion_query_conform@GetObjivAval_multi2,Fail
|
spec@arb_occlusion_query@occlusion_query_conform@GetObjivAval_multi2,Fail
|
||||||
spec@arb_occlusion_query@occlusion_query_meta_fragments,Fail
|
spec@arb_occlusion_query@occlusion_query_meta_fragments,Fail
|
||||||
@@ -1222,3 +1221,6 @@ wayland-dEQP-EGL.functional.create_context.no_config,Fail
|
|||||||
# // 0x00000000 returned
|
# // 0x00000000 returned
|
||||||
# // ERROR expected: EGL_BAD_CONFIG or EGL_BAD_PARAMETER, Got: EGL_BAD_NATIVE_PIXMAP
|
# // ERROR expected: EGL_BAD_CONFIG or EGL_BAD_PARAMETER, Got: EGL_BAD_NATIVE_PIXMAP
|
||||||
wayland-dEQP-EGL.functional.negative_api.create_pixmap_surface,Fail
|
wayland-dEQP-EGL.functional.negative_api.create_pixmap_surface,Fail
|
||||||
|
|
||||||
|
spec@!opengl 1.1@line-smooth-stipple,Fail
|
||||||
|
spec@glsl-1.10@execution@variable-indexing@vs-output-array-vec2-index-wr-no-unroll,Fail
|
||||||
|
@@ -373,3 +373,5 @@ dEQP-VK.compute.workgroup_memory_explicit_layout.zero_ext.block_with_offset,Cras
|
|||||||
# // 0x00000000 returned
|
# // 0x00000000 returned
|
||||||
# // ERROR expected: EGL_BAD_CONFIG or EGL_BAD_PARAMETER, Got: EGL_BAD_NATIVE_PIXMAP
|
# // ERROR expected: EGL_BAD_CONFIG or EGL_BAD_PARAMETER, Got: EGL_BAD_NATIVE_PIXMAP
|
||||||
wayland-dEQP-EGL.functional.negative_api.create_pixmap_surface,Fail
|
wayland-dEQP-EGL.functional.negative_api.create_pixmap_surface,Fail
|
||||||
|
|
||||||
|
spec@!opengl 1.1@line-smooth-stipple,Fail
|
||||||
|
@@ -440,3 +440,5 @@ wayland-dEQP-EGL.functional.wide_color.window_fp16_default_colorspace,Fail
|
|||||||
# SRGBReadWritePixels FAILED (7 errors)
|
# SRGBReadWritePixels FAILED (7 errors)
|
||||||
# ../../tests/SRGBReadWritePixelsTest.cpp:214 Could not create sRGB surface context. [OpenGL]
|
# ../../tests/SRGBReadWritePixelsTest.cpp:214 Could not create sRGB surface context. [OpenGL]
|
||||||
SRGBReadWritePixels,Fail
|
SRGBReadWritePixels,Fail
|
||||||
|
|
||||||
|
spec@!opengl 1.1@line-smooth-stipple,Fail
|
||||||
|
@@ -109,7 +109,6 @@ spec@arb_framebuffer_srgb@framebuffer-srgb,Fail
|
|||||||
spec@arb_occlusion_query2@render,Fail
|
spec@arb_occlusion_query2@render,Fail
|
||||||
spec@arb_occlusion_query@occlusion_query_conform,Fail
|
spec@arb_occlusion_query@occlusion_query_conform,Fail
|
||||||
spec@arb_occlusion_query@occlusion_query_conform@GetObjivAval_multi2,Fail
|
spec@arb_occlusion_query@occlusion_query_conform@GetObjivAval_multi2,Fail
|
||||||
spec@arb_occlusion_query@occlusion_query,Fail
|
|
||||||
spec@arb_occlusion_query@occlusion_query_meta_fragments,Fail
|
spec@arb_occlusion_query@occlusion_query_meta_fragments,Fail
|
||||||
spec@arb_occlusion_query@occlusion_query_meta_save,Fail
|
spec@arb_occlusion_query@occlusion_query_meta_save,Fail
|
||||||
spec@arb_pixel_buffer_object@cubemap npot pbo,Fail
|
spec@arb_pixel_buffer_object@cubemap npot pbo,Fail
|
||||||
@@ -668,3 +667,5 @@ spec@ext_texture_compression_s3tc@compressedteximage gl_compressed_srgb_alpha_s3
|
|||||||
spec@ext_texture_compression_s3tc@compressedteximage gl_compressed_srgb_alpha_s3tc_dxt3_ext,Fail
|
spec@ext_texture_compression_s3tc@compressedteximage gl_compressed_srgb_alpha_s3tc_dxt3_ext,Fail
|
||||||
spec@ext_texture_compression_s3tc@compressedteximage gl_compressed_srgb_alpha_s3tc_dxt5_ext,Fail
|
spec@ext_texture_compression_s3tc@compressedteximage gl_compressed_srgb_alpha_s3tc_dxt5_ext,Fail
|
||||||
spec@ext_texture_compression_s3tc@compressedteximage gl_compressed_srgb_s3tc_dxt1_ext,Fail
|
spec@ext_texture_compression_s3tc@compressedteximage gl_compressed_srgb_s3tc_dxt1_ext,Fail
|
||||||
|
|
||||||
|
spec@!opengl 1.1@line-smooth-stipple,Fail
|
||||||
|
@@ -245,3 +245,5 @@ wayland-dEQP-EGL.functional.negative_api.create_pixmap_surface,Fail
|
|||||||
# Image comparison failed: reference = 0.000488281, expected = 0:1:0:0, result = 0:1:0:3
|
# Image comparison failed: reference = 0.000488281, expected = 0:1:0:0, result = 0:1:0:3
|
||||||
# [...]
|
# [...]
|
||||||
wayland-dEQP-EGL.functional.wide_color.pbuffer_888_colorspace_default,Fail
|
wayland-dEQP-EGL.functional.wide_color.pbuffer_888_colorspace_default,Fail
|
||||||
|
|
||||||
|
spec@!opengl 1.1@line-smooth-stipple,Fail
|
||||||
|
@@ -1327,3 +1327,5 @@ spec@arb_texture_buffer_object@texture-buffer-size-clamp,Fail
|
|||||||
|
|
||||||
# https://gitlab.freedesktop.org/mesa/mesa/-/issues/7152
|
# https://gitlab.freedesktop.org/mesa/mesa/-/issues/7152
|
||||||
spec@ext_transform_feedback@builtin-varyings gl_culldistance,Fail
|
spec@ext_transform_feedback@builtin-varyings gl_culldistance,Fail
|
||||||
|
|
||||||
|
spec@!opengl 1.1@line-smooth-stipple,Fail
|
||||||
|
@@ -731,3 +731,5 @@ spec@ext_transform_feedback@builtin-varyings gl_culldistance,Fail
|
|||||||
spec@arb_enhanced_layouts@matching_fp64_types_1,Crash
|
spec@arb_enhanced_layouts@matching_fp64_types_1,Crash
|
||||||
spec@arb_enhanced_layouts@matching_fp64_types_2,Crash
|
spec@arb_enhanced_layouts@matching_fp64_types_2,Crash
|
||||||
spec@arb_enhanced_layouts@matching_fp64_types_3,Crash
|
spec@arb_enhanced_layouts@matching_fp64_types_3,Crash
|
||||||
|
|
||||||
|
spec@!opengl 1.1@line-smooth-stipple,Fail
|
||||||
|
@@ -346,3 +346,5 @@ spec@glsl-4.00@execution@conversion@vert-conversion-explicit-dvec2-vec2,Fail
|
|||||||
spec@glsl-4.00@execution@conversion@vert-conversion-explicit-dvec3-vec3,Fail
|
spec@glsl-4.00@execution@conversion@vert-conversion-explicit-dvec3-vec3,Fail
|
||||||
spec@glsl-4.00@execution@conversion@vert-conversion-explicit-dvec4-vec4,Fail
|
spec@glsl-4.00@execution@conversion@vert-conversion-explicit-dvec4-vec4,Fail
|
||||||
spec@glsl-4.50@execution@ssbo-atomiccompswap-int,Fail
|
spec@glsl-4.50@execution@ssbo-atomiccompswap-int,Fail
|
||||||
|
|
||||||
|
spec@!opengl 1.1@line-smooth-stipple,Fail
|
||||||
|
@@ -46,9 +46,3 @@ spec@arb_texture_rg@fbo-blending-formats
|
|||||||
|
|
||||||
#these need format conversions that gallium doesn't implement yet
|
#these need format conversions that gallium doesn't implement yet
|
||||||
spec@arb_texture_buffer_object@formats.*arb.*
|
spec@arb_texture_buffer_object@formats.*arb.*
|
||||||
|
|
||||||
# After piglit uprev, got this crash:
|
|
||||||
# ../src/gallium/frontends/lavapipe/lvp_device.c:1720: lvp_AllocateMemory:
|
|
||||||
# Assertion `!export_info->handleTypes || export_info->handleTypes == VK_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_FD_BIT' failed.
|
|
||||||
# https://gitlab.freedesktop.org/mesa/mesa/-/issues/7609
|
|
||||||
spec@egl 1.4@egl-ext_egl_image_storage
|
|
||||||
|
@@ -159,3 +159,6 @@ spec@khr_texture_compression_astc@sliced-3d-miptree-gles srgb-fp@sRGB decode ful
|
|||||||
|
|
||||||
# https://gitlab.freedesktop.org/mesa/mesa/-/issues/7152
|
# https://gitlab.freedesktop.org/mesa/mesa/-/issues/7152
|
||||||
spec@ext_transform_feedback@builtin-varyings gl_culldistance,Fail
|
spec@ext_transform_feedback@builtin-varyings gl_culldistance,Fail
|
||||||
|
|
||||||
|
spec@!opengl 1.1@line-smooth-coverage,Fail
|
||||||
|
spec@!opengl 1.1@line-smooth-stipple,Fail
|
||||||
|
Reference in New Issue
Block a user