From 9ebb385adadf011997204cbc4c73accdd176e6ca Mon Sep 17 00:00:00 2001 From: Rambabu Swargam Date: Fri, 21 Feb 2025 20:56:39 +0530 Subject: [PATCH] SWDEV-517063 - [catch2][dtest] Disable failing hipGraphInstantiateWithFlags tests Change-Id: I8b999c7b6de66dccde5bc00dd7a2a87d2c562a96 [ROCm/hip-tests commit: c54034fe596e5ea742a6fb3234c3db97baa6776f] --- .../hip-tests/catch/hipTestMain/config/config_amd_linux | 7 +++++++ .../hip-tests/catch/hipTestMain/config/config_amd_windows | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux index cc84f73731..c80d1ad12b 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux @@ -745,6 +745,13 @@ "Unit_hipIpcCloseMemHandle_Positive_Reference_Counting", "=== SWDEV-508023 Below tests are temporarily disabled - Linux PSDB failed", "Unit_hipDeviceGetGraphMemAttribute_Positive_DoubleMemory", + "=== SWDEV-517063 Below tests are temporarily disabled due to PSDB failure", + "Unit_hipGraphInstantiateWithFlags_FlagAutoFreeOnLaunch_check", + "Unit_hipGraphInstantiateWithFlags_AutoFreeOnLaunchInLoop", + "Unit_hipGraphInstantiateWithFlags_AutoFreeOnLaunchFillKernel", + "Unit_hipGraphInstantiateWithFlags_AutoFreeOnLaunchDoubleKernel", + "Unit_hipGraphInstantiateWithFlags_AutoFreeOnLaunchMultiProcess", + "Unit_hipGraphInstantiateWithFlags_WithDefaultAndAutoFreeOnLaunch", #endif #if defined gfx908 "=== Below test soft hang in stress test on 29/08/23 ===", diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows index 5ec4bc70e4..9f482bba8f 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows @@ -745,6 +745,11 @@ "====================================================", "=== SWDEV-508023 Below tests are temporarily disabled - windows PSDB failed", "Unit_hipDeviceGetGraphMemAttribute_Positive_DoubleMemory", + "=== SWDEV-517063 Below tests are temporarily disabled due to PSDB failure", + "Unit_hipGraphInstantiateWithFlags_AutoFreeOnLaunchInLoop", + "Unit_hipGraphInstantiateWithFlags_AutoFreeOnLaunchFillKernel", + "Unit_hipGraphInstantiateWithFlags_AutoFreeOnLaunchDoubleKernel", + "Unit_hipGraphInstantiateWithFlags_WithDefaultAndAutoFreeOnLaunch", #endif "End of json" ]