From ba9767ccca60cf44cb81b869d183641c1d06ea22 Mon Sep 17 00:00:00 2001 From: agunashe <86270081+agunashe@users.noreply.github.com> Date: Sun, 13 Nov 2022 22:57:11 -0800 Subject: [PATCH] SWDEV-327563 - skip graph and spt failing tests (#3068) * SWDEV-327563 - skip Unit_hipStreamSynchronize_NullStreamAndStreamPerThread. Since the StreamPerThread is still not fixed * SWDEV-327563 - skip graph and spt failing tests [ROCm/hip-tests commit: 5ac8da9a09876ad302877630d992d76e92e531a5] --- .../hipTestMain/config/config_amd_windows_common.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows_common.json b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows_common.json index 17ae9eb145..43cfb816fb 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows_common.json +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows_common.json @@ -79,6 +79,12 @@ "Unit_hipIpcOpenMemHandle_Negative_Open_In_Creating_Process", "Unit_hipDeviceGetPCIBusId_Negative_PartialFill", "Unit_hipDeviceGetSharedMemConfig_Positive_Basic", - "Unit_hipDeviceGetSharedMemConfig_Positive_Threaded" + "Unit_hipDeviceGetSharedMemConfig_Positive_Threaded", + "Unit_hipGraphMemcpyNodeSetParams_Functional", + "Unit_hipGraphNodeGetDependentNodes_Functional", + "Unit_hipGraphNodeGetDependencies_Functional", + "Unit_hipGraphExecChildGraphNodeSetParams_ChildTopology", + "Note: needs to be enabled when streamPerThread issues are fixed", + "Unit_hipStreamSynchronize_NullStreamAndStreamPerThread" ] }