From a423c206900f031ccb89e34be625e361791e1dc0 Mon Sep 17 00:00:00 2001 From: "Hernandez, Gerardo" Date: Thu, 24 Apr 2025 09:09:04 +0100 Subject: [PATCH] Disable deviceAllocation tests (#141) Disable tests calling TestMemoryAcrossMulKernels()/TestMemoryAcrossMulKernelsUsingGraph() as they might be hanging the whole machine on Windows --- catch/hipTestMain/config/config_amd_windows | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/catch/hipTestMain/config/config_amd_windows b/catch/hipTestMain/config/config_amd_windows index d8599cb9e6..c5e96aafae 100644 --- a/catch/hipTestMain/config/config_amd_windows +++ b/catch/hipTestMain/config/config_amd_windows @@ -148,6 +148,21 @@ "Unit_deviceAllocation_Malloc_MulCodeObj", "Unit_deviceAllocation_New_MulCodeObj", "Unit_deviceAllocation_New_DeviceFunc", + "====================================================", + "Note: this tests were disabled because some seemed to hang the machine on Windows with Navi32;", + "all the ones calling TestMemoryAcrossMulKernels()/TestMemoryAcrossMulKernelsUsingGraph() were disabled", + "Unit_deviceAllocation_InOneThread_AccessInAllThreads", + "Unit_deviceAllocation_Malloc_AcrossKernels", + "Unit_deviceAllocation_New_AcrossKernels", + "Unit_deviceAllocation_Malloc_ComplexDataType", + "Unit_deviceAllocation_New_ComplexDataType", + "Unit_deviceAllocation_Malloc_UnionType", + "Unit_deviceAllocation_New_UnionType", + "Unit_deviceAllocation_Malloc_SingleCodeObj", + "Unit_deviceAllocation_New_SingleCodeObj", + "Unit_deviceAllocation_Malloc_PerThread_Graph", + "Unit_deviceAllocation_New_PerThread_Graph", + "====================================================", "Unit_hipGraphAddEventRecordNode_MultipleRun", "Unit_hipDeviceGetPCIBusId_Negative_PartialFill", "Unit_hipStreamValue_Wait64_Blocking_NoMask_Nor",