From 889b6d5890a597607dfd719e8be058f718d22c59 Mon Sep 17 00:00:00 2001 From: agunashe <86270081+agunashe@users.noreply.github.com> Date: Mon, 24 Apr 2023 16:03:48 -0700 Subject: [PATCH] SWDEV-1 - skip multiple tests on Windows (#242) Unit_hipEventElapsedTime_NotReady_Negative Unit_hipGraphExecMemcpyNodeSetParamsFromSymbol_Negative_Parameters Unit_hipMemVmm_Basic Unit_hipManagedKeyword_MultiGpu [ROCm/hip-tests commit: 8c76b1848cd75eb5b84f9221af52b7542ff52c33] --- .../hipTestMain/config/config_amd_windows_common.json | 10 +++++++++- 1 file changed, 9 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 486ca83568..0b898627e4 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 @@ -149,6 +149,14 @@ "Unit_hipDeviceSetSharedMemConfig_Negative_Parameters", "Unit_hipDeviceGetUuid_Positive", "Disabling test tracked SWDEV-394199", - "Unit_hipStreamCreateWithPriority_MulthreadNonblockingflag" + "Unit_hipStreamCreateWithPriority_MulthreadNonblockingflag", + "SWDEV-396618 hipEventElapsedTime returns sucess", + "Unit_hipEventElapsedTime_NotReady_Negative", + "SWDEV-396617 ExecMemcpyNodeSetParamsFromSymbol fails in direction", + "Unit_hipGraphExecMemcpyNodeSetParamsFromSymbol_Negative_Parameters", + "SWDEV-396616 hipMemMap returns invalid error", + "Unit_hipMemVmm_Basic", + "SWDEV-396615 mGPUs not considered correctly", + "Unit_hipManagedKeyword_MultiGpu" ] }