ci: enable vulkan tests in validate

As CI now supports llvm 18 and mesa 24.1 which
allow to use properly lavapipe in the CI, the vulkan
ci tests have been removed from the validate blacklist.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9416>
This commit is contained in:
Stéphane Cerveau 2025-07-11 18:04:04 +02:00 committed by GStreamer Marge Bot
parent 13eed32842
commit b2eeb6d6d3
2 changed files with 12 additions and 2 deletions

View File

@ -176,9 +176,9 @@ BLACKLIST = [
]
CI_BLACKLIST = [
(r'check.gst-plugins-bad.elements_vk*', 'Mesa in the CI image is older, will start passing once we update to llvm16 and mesa 23.1'),
(r'check.gst-plugins-bad.libs_vk*', 'Mesa in the CI image is older, will start passing once we update to llvm16 and mesa 23.1'),
(r'check.gst-plugins-good.elements_souphttpsrc2.test_icy_stream', 'flaky in valgrind, leaks in CI but not locally'),
(r'check.gst-plugins-bad.elements_vkcolorconvert.test_vulkan_color_convert_rgba_reorder', 'https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4612'),
(r'check.gst-plugins-bad.elements_vkdeviceprovider.vulkan_provider_creation', 'https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4612'),
]

View File

@ -154,3 +154,13 @@
fun:ossl_ec_key_gen
fun:EC_KEY_generate_key
}
{
<Mesa llvmpipe 0 realloc error, see https://gitlab.freedesktop.org/mesa/mesa/-/issues/13539>
Memcheck:ReallocZero
fun:realloc
fun:llvmpipe_register_texture
fun:llvmpipe_create_image_handle
fun:lvp_CreateDevice
...
}