zink/ci: Re-enable ASan leak detection and drop VVL filter on CML

This job is stable again with the fix in c85168160e ("zink: reset batch
states on destroy")

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37519>
This commit is contained in:
Valentine Burley 2025-09-17 17:58:59 +02:00 committed by Marge Bot
parent 518008c3b0
commit e2e13f23a0
2 changed files with 1 additions and 3 deletions

View file

@ -12,5 +12,3 @@ version_check = "GL ES 3.2.*git"
renderer_check = "zink.*Intel.*"
[deqp.env]
ZINK_DEBUG = "validation"
# Leaks in various random tests that can't be reproduced locally
ASAN_OPTIONS = "detect_leaks=0"

View file

@ -1,6 +1,6 @@
# Please include a comment with the log message and a testcase triggering each
# VUID at the bottom of the file.
khronos_validation.message_id_filter = VUID-VkPhysicalDeviceProperties2-pNext-pNext,VUID-VkDeviceCreateInfo-pNext-pNext,VUID-vkCmdDrawMultiIndexedEXT-None-10909,VUID-vkDestroyDevice-device-05137,VUID-VkPhysicalDeviceMeshShaderFeaturesEXT-primitiveFragmentShadingRateMeshShader-07033
khronos_validation.message_id_filter = VUID-VkPhysicalDeviceProperties2-pNext-pNext,VUID-VkDeviceCreateInfo-pNext-pNext,VUID-vkCmdDrawMultiIndexedEXT-None-10909,VUID-VkPhysicalDeviceMeshShaderFeaturesEXT-primitiveFragmentShadingRateMeshShader-07033
khronos_validation.report_flags = error
khronos_validation.debug_action = VK_DBG_LAYER_ACTION_LOG_MSG,VK_DBG_LAYER_ACTION_BREAK
VK_LAYER_ENABLES=VK_VALIDATION_FEATURE_ENABLE_DEBUG_PRINTF_EXT