diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux index 0a200c435d..726fa21634 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux @@ -626,6 +626,15 @@ "Unit_hipGetLastError_KernelFailure_TwoStreams", "=== Enable the below test when multi-device graph launches are fully supported ===", "Unit_hipGraphInstantiateWithFlags_DependencyGraphDeviceCtxtChg", + "=== SWDEV-556658 multiple test failures ===", + "Unit_hipGraphExecMemsetNodeSetParams_Positive_Basic - uint8_t", + "Unit_hipGraphExecMemsetNodeSetParams_Positive_Basic - uint16_t", + "Unit_hipGraphExecMemsetNodeSetParams_Positive_Basic - uint32_t", + "Unit_hipGraphExecMemcpyNodeSetParams_Positive_Basic", + "Unit_hipGraphNodeSetEnabled_Functional_KernelNode", + "Unit_hipGraphNodeSetEnabled_Functional_MemSet", + "Unit_hipGraph_PerfCheck_hipGraphExecChildGraphNodeSetParams", + "Unit_TexObjectCreate_TypePitch2D_IncompleteInit", #endif #if defined gfx90a || defined gfx942 || defined gfx950 "=== SWDEV-443630 : Below test failed in stress test on 19/01/24 ===", diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows index e05a18b9e9..f7ace5831f 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows @@ -1007,6 +1007,10 @@ "Unit_hipStreamBeginCapture_StreamSync_OngoingCapture_MThread", "Unit_hipStreamBeginCapture_CapturingFromWithinStrms", "====================================================", + "==================SWDEV-556645==================================", + "Unit_hipGraphNodeSetEnabled_Functional_KernelNode", + "Unit_TexObjectCreate_TypePitch2D_IncompleteInit", + "====================================================", #endif "=== Following tests disabled as it should be a local perf test", "Performance_hipExtLaunchKernelGGL_QueryGPUFrequency",