From 829dc229b59bc6b78b45247f21808d0ae9dbb5ca Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Mon, 9 Jan 2023 17:30:31 +0530 Subject: [PATCH] Disable complex hipGraphDestroyNode tests (#111) Disable: - Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep - Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep_ClonedGrph - Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep_ChldNode --- catch/hipTestMain/config/config_amd_linux_common.json | 5 ++++- catch/hipTestMain/config/config_amd_windows_common.json | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/catch/hipTestMain/config/config_amd_linux_common.json b/catch/hipTestMain/config/config_amd_linux_common.json index 742c45dcf1..224e85d155 100644 --- a/catch/hipTestMain/config/config_amd_linux_common.json +++ b/catch/hipTestMain/config/config_amd_linux_common.json @@ -14,6 +14,9 @@ "Unit_hipInit_Negative", "Unit_hipMemset_Negative_OutOfBoundsPtr", "Unit_hipDeviceReset_Positive_Basic", - "Unit_hipDeviceReset_Positive_Threaded" + "Unit_hipDeviceReset_Positive_Threaded", + "Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep", + "Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep_ClonedGrph", + "Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep_ChldNode" ] } diff --git a/catch/hipTestMain/config/config_amd_windows_common.json b/catch/hipTestMain/config/config_amd_windows_common.json index 4724985967..417985d83c 100644 --- a/catch/hipTestMain/config/config_amd_windows_common.json +++ b/catch/hipTestMain/config/config_amd_windows_common.json @@ -93,6 +93,9 @@ "Note: needs to be enabled when streamPerThread issues are fixed", "Unit_hipStreamSynchronize_NullStreamAndStreamPerThread", "Note: intermittent Seg fault failure ", - "Unit_hipGraphAddEventRecordNode_Functional_WithoutFlags" + "Unit_hipGraphAddEventRecordNode_Functional_WithoutFlags", + "Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep", + "Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep_ClonedGrph", + "Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep_ChldNode" ] }