From 77e8b8ab0d2c91b0daf5520c08e6bdd250b1218c Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Tue, 7 Mar 2023 09:50:36 +0530 Subject: [PATCH] Disable newly added failing tests [ROCm/hip-tests commit: ac37f017e6e77fdf7fadc70d13c9c61129405985] --- .../catch/hipTestMain/config/config_amd_linux_common.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux_common.json b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux_common.json index d14b0971fe..0c61430a44 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux_common.json +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux_common.json @@ -19,7 +19,7 @@ "Unit_hipGraphExecMemcpyNodeSetParamsToSymbol_Positive_Basic", "Unit_hipGraphMemcpyNodeSetParamsFromSymbol_Positive_Basic", "Unit_hipGraphExecMemcpyNodeSetParamsFromSymbol_Positive_Basic", - "Unit_hipKernelNameRef_Negative_Parameters", + "Unit_hipKernelNameRef_Negative_Parameters", "Unit_hipMemAdvise_AccessedBy_All_Devices", "Unit_hipMemAdvise_No_Flag_Interference", "Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep", @@ -40,8 +40,13 @@ "Note: Following four tests disabled due to defect - EXSWHTEC-203", "Unit_hipGraphAddMemsetNode_Positive_Basic - uint16_t", "Unit_hipGraphAddMemsetNode_Positive_Basic - uint32_t", + "Unit_hipGraphMemsetNodeSetParams_Positive_Basic - uint8_t", "Unit_hipGraphMemsetNodeSetParams_Positive_Basic - uint16_t", "Unit_hipGraphMemsetNodeSetParams_Positive_Basic - uint32_t", + "Unit_hipGraphExecMemsetNodeSetParams_Positive_Basic - uint8_t", + "Unit_hipGraphExecMemsetNodeSetParams_Positive_Basic - uint16_t", + "Unit_hipGraphExecMemsetNodeSetParams_Positive_Basic - uint32_t", + "Unit_hipStreamSetCaptureDependencies_Positive_Functional", "Note: Test disabled due to defect - EXSWHTEC-207", "Unit_hipGraphExecMemsetNodeSetParams_Negative_Updating_Non1D_Node" ]