From e2e13f23a094f1ab0cf869fbf04f402e7c8f9104 Mon Sep 17 00:00:00 2001 From: Valentine Burley Date: Wed, 17 Sep 2025 17:58:59 +0200 Subject: [PATCH] zink/ci: Re-enable ASan leak detection and drop VVL filter on CML This job is stable again with the fix in c85168160e2 ("zink: reset batch states on destroy") Signed-off-by: Valentine Burley Part-of: --- src/gallium/drivers/zink/ci/deqp-zink-anv-cml.toml | 2 -- .../drivers/zink/ci/zink-anv-cml-validation-settings.txt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/gallium/drivers/zink/ci/deqp-zink-anv-cml.toml b/src/gallium/drivers/zink/ci/deqp-zink-anv-cml.toml index 249b9f7be6b..e8d37e5123d 100644 --- a/src/gallium/drivers/zink/ci/deqp-zink-anv-cml.toml +++ b/src/gallium/drivers/zink/ci/deqp-zink-anv-cml.toml @@ -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" diff --git a/src/gallium/drivers/zink/ci/zink-anv-cml-validation-settings.txt b/src/gallium/drivers/zink/ci/zink-anv-cml-validation-settings.txt index d1e153ce8f5..e8b9f357dd5 100644 --- a/src/gallium/drivers/zink/ci/zink-anv-cml-validation-settings.txt +++ b/src/gallium/drivers/zink/ci/zink-anv-cml-validation-settings.txt @@ -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