#define COMMON
{
    "Info": [
        "File generated for commit on below mentioned date and time",
        __DATE__,
        __TIME__,
        GITHASH
    ],
    "DisabledTests": [
    #if defined COMMON
        "Unit_hipMalloc_CoherentTst",
        "Unit_hipTextureMipmapObj2D_Check",
        "Unit_hipGraphAddHostNode_ClonedGraphwithHostNode",
        "Unit_hipEventIpc",
        "Unit_hipMalloc3D_Negative",
        "Unit_hipMemPoolApi_BasicAlloc",
        "Unit_hipMemPoolApi_BasicTrim",
        "Unit_hipMemPoolApi_BasicReuse",
        "Unit_hipMemPoolApi_Opportunistic",
        "Unit_hipMalloc3D_ValidatePitch",
        "Unit_hipMemAllocPitch_ValidatePitch",
        "Unit_hipGraphExecMemcpyNodeSetParamsToSymbol_Functional",
        "Unit_hipMallocManaged_CoherentTstWthAdvise",
        "Unit_hipMallocManaged_Advanced",
        "Unit_hipMemRangeGetAttribute_NegativeTests",
        "Unit_hipMemRangeGetAttribute_AccessedBy1",
        "Unit_hipMemRangeGetAttribte_3",
        "Unit_hipMemRangeGetAttribute_4",
        "Unit_hipMemRangeGetAttribute_PrefetchAndGtAttr",
        "Unit_hipMemAdvise_TstFlags",
        "Unit_hipMemAdvise_PrefrdLoc",
        "Unit_hipMemAdvise_ReadMostly",
        "Unit_hipMemAdvise_TstFlgOverrideEffect",
        "Unit_hipMemAdvise_TstAccessedByFlg",
        "Unit_hipMemAdvise_TstAccessedByFlg4",
        "Unit_hipMemAdvise_TstMemAdvisePrefrdLoc",
        "Unit_hipMemAdvise_TstMemAdviseMultiFlag",
        "Unit_hipMemAdvise_ReadMosltyMgpuTst",
        "Unit_hipMemAdvise_TstSetUnsetPrfrdLoc",
        "Unit_hipMallocManaged_DeviceContextChange - unsigned char",
        "Unit_hipMallocManaged_DeviceContextChange - int",
        "Unit_hipMallocManaged_DeviceContextChange - float",
        "Unit_hipMallocManaged_DeviceContextChange - double",
        "Unit_hipStreamCreateWithPriority_ValidateWithEvents",
        "Unit_hipStreamPerThread_StrmWaitEvt",
        "Unit_hipMemGetInfo_DifferentMallocSmall",
        "Unit_hipMemGetInfo_MallocArray - int",
        "Unit_hipMemGetInfo_MallocArray - int4",
        "Unit_hipMemGetInfo_MallocArray - char",
        "Unit_hipMemGetInfo_Malloc3D",
        "Unit_hipMemGetInfo_Malloc3DArray - char",
        "Unit_hipMemGetInfo_Malloc3DArray - int",
        "Unit_hipMemGetInfo_Malloc3DArray - int4",
        "Unit_hipMemGetInfo_ParaSmall",
        "Unit_hipMemGetInfo_ParaMultiSmall",
        "Unit_hipMultiThreadDevice_NearZero",
        "Unit_hipStreamPerThread_DeviceReset_1",
        "Unit_hipStreamCreateWithPriority_ValidateWithEvents",
        "Unit_hipStreamPerThread_StrmWaitEvt",
        "Unit_hipGraphMemcpyNodeSetParamsToSymbol_Functional",
        "Unit_hipStreamWaitEvent_DifferentStreams",
        "Unit_hipStreamQuery_WithFinishedWork",
        "Unit_hipDeviceGetCacheConfig_Positive_Basic",
        "Unit_hipDeviceGetCacheConfig_Positive_Basic",
        "Unit_hipDeviceGetCacheConfig_Positive_Threaded",
        "Unit_hipStreamValue_Wait32_Blocking_Mask_Gte",
        "Unit_hipStreamValue_Wait32_Blocking_Mask_Eq_1",
        "Unit_hipStreamValue_Wait32_Blocking_Mask_Eq_2",
        "Unit_hipStreamValue_Wait32_Blocking_Mask_And",
        "Unit_hipStreamValue_Wait32_Blocking_NoMask_Eq",
        "Unit_hipStreamValue_Wait32_Blocking_NoMask_Gte",
        "Unit_hipStreamValue_Wait32_Blocking_NoMask_And",
        "Unit_hipStreamValue_Wait64_Blocking_Mask_Gte_1",
        "Unit_hipStreamValue_Wait64_Blocking_Mask_Gte_2",
        "Unit_hipStreamValue_Wait64_Blocking_Mask_Eq_1",
        "Unit_hipStreamValue_Wait64_Blocking_Mask_Eq_2",
        "Unit_hipStreamValue_Wait64_Blocking_Mask_And",
        "Unit_hipStreamValue_Wait64_Blocking_NoMask_Gte",
        "Unit_hipStreamValue_Wait64_Blocking_NoMask_Eq",
        "Unit_hipGetDeviceFlags_Positive_Context",
        "Unit_hipIpcCloseMemHandle_Negative_Close_In_Originating_Process",
        "Unit_hipIpcOpenMemHandle_Negative_Open_In_Creating_Process",
        "Unit_hipDeviceGetPCIBusId_Negative_PartialFill",
        "Unit_hipDeviceGetSharedMemConfig_Positive_Basic",
        "Unit_hipDeviceGetSharedMemConfig_Positive_Threaded",
        "Unit_hipDeviceReset_Positive_Basic",
        "Unit_hipDeviceReset_Positive_Threaded",
        "Unit_hipInit_Negative",
        "Unit_hipGraphMemcpyNodeSetParams_Functional",
        "Unit_hipGraphNodeGetDependentNodes_Functional",
        "Unit_hipGraphNodeGetDependencies_Functional",
        "Unit_hipGraphExecChildGraphNodeSetParams_ChildTopology",
        "Unit_hipGraphAddEventRecordNode_MultipleRun",
        "Unit_hipGraphAddEventRecordNode_Functional_ElapsedTime",
        "Unit_hipStreamBeginCapture_captureComplexGraph",
        "Note: needs to be enabled when streamPerThread issues are fixed",
        "Unit_hipStreamSynchronize_NullStreamAndStreamPerThread",
        "Note: intermittent Seg fault failure ",
        "Unit_hipGraphAddEventRecordNode_Functional_WithoutFlags",
        "Unit_hipGraphAddChildGraphNode_MultGraphsAsSingleGraph",
        "Unit_hipFuncSetCacheConfig_Positive_Basic",
        "Unit_hipFuncSetCacheConfig_Negative_Parameters",
        "Unit_hipFuncSetSharedMemConfig_Positive_Basic",
        "Unit_hipFuncSetSharedMemConfig_Negative_Parameters",
        "Unit_hipFuncSetAttribute_Positive_MaxDynamicSharedMemorySize",
        "Unit_hipFuncSetAttribute_Positive_PreferredSharedMemoryCarveout",
        "Unit_hipFuncSetAttribute_Positive_Parameters",
        "Unit_hipFuncSetAttribute_Negative_Parameters",
        "Unit_hipEventCreateWithFlags_DisableSystemFence_HstVisMem",
        "Unit_hipEventCreateWithFlags_DefaultFlg_HstVisMem",
        "Unit_hipEventCreateWithFlags_DisableSystemFence_NonCohHstMem",
        "Unit_hipEventCreateWithFlags_DefaultFlg_NonCohHstMem",
        "Unit_hipEventCreateWithFlags_DisableSystemFence_CohHstMem",
        "Unit_hipEventCreateWithFlags_DefaultFlg_CohHstMem",
        "NOTE: The following 4 tests are disabled due to defect - EXSWHTEC-240",
        "Unit_hipFuncSetCacheConfig_Negative_Not_Supported",
        "Unit_hipFuncSetSharedMemConfig_Negative_Not_Supported",
        "Unit_hipFuncSetAttribute_Positive_MaxDynamicSharedMemorySize_Not_Supported",
        "Unit_hipFuncSetAttribute_Positive_PreferredSharedMemoryCarveout_Not_Supported",
        "Unit_hipOccupancyMaxActiveBlocksPerMultiprocessor_Negative_Parameters",
        "Unit_hipModuleOccupancyMaxActiveBlocksPerMultiprocessorWithFlags_Negative_Parameters",
        "Unit_hipModuleOccupancyMaxPotentialBlockSizeWithFlags_Negative_Parameters",
        "Unit_hipGraphMemcpyNodeSetParamsToSymbol_Positive_Basic",
        "Unit_hipGraphExecMemcpyNodeSetParamsToSymbol_Positive_Basic",
        "Unit_hipGraphMemcpyNodeSetParamsFromSymbol_Positive_Basic",
        "Unit_hipGraphExecMemcpyNodeSetParamsFromSymbol_Positive_Basic",
        "Unit_hipKernelNameRef_Negative_Parameters",
        "Unit_hipKernelNameRef_Positive_Basic",
        "Unit_hipMemAdvise_AccessedBy_All_Devices",
        "Unit_hipMemAdvise_No_Flag_Interference",
        "Unit_hipGraphAddEventRecordNode_Functional_WithoutFlags",
        "Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep",
        "Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep_ClonedGrph",
        "Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep_ChldNode",
        "Unit_hipMemGetAddressRange_Negative",
        "NOTE: The following 2 tests are disabled due to defect - EXSWHTEC-238",
        "Unit_hipDrvMemcpy3D_Positive_Array",
        "Unit_hipDrvMemcpy3DAsync_Positive_Array",
        "Unit_hipMemGetAddressRange_Positive",
        "Note: devicelib hangs and failures",
        "Unit_deviceAllocation_Malloc_PerThread_PrimitiveDataType",
        "Unit_deviceAllocation_New_PerThread_PrimitiveDataType",
        "Unit_deviceAllocation_Malloc_PerThread_StructDataType",
        "Unit_deviceAllocation_New_PerThread_StructDataType",
        "Unit_deviceAllocation_Malloc_AcrossKernels",
        "Unit_deviceAllocation_New_AcrossKernels",
        "Unit_deviceAllocation_Malloc_SingleCodeObj",
        "Unit_deviceAllocation_New_SingleCodeObj",
        "Unit_deviceAllocation_Malloc_PerThread_Graph",
        "Unit_deviceAllocation_New_PerThread_Graph",
        "Unit_deviceAllocation_Malloc_DeviceFunc",
        "Unit_deviceAllocation_VirtualFunction",
        "Unit_deviceAllocation_Malloc_MulKernels_MulThreads",
        "Unit_deviceAllocation_New_MulKernels_MulThreads",
        "Unit_deviceAllocation_Malloc_MulCodeObj",
        "Unit_deviceAllocation_New_MulCodeObj",
        "Unit_deviceAllocation_New_DeviceFunc",
        "Unit_hipGraphAddEventRecordNode_MultipleRun",
        "Unit_hipDeviceGetPCIBusId_Negative_PartialFill",
        "Unit_hipStreamValue_Wait64_Blocking_NoMask_Nor",
        "Unit_hipStreamQuery_WithFinishedWork",
        "Unit_hipLaunchHostFunc_Graph",
        "Unit_hipLaunchHostFunc_KernelHost",
        "Unit_ChannelDescriptor_Positive_16BitFloatingPoint",
        "Unit_hipStreamSetCaptureDependencies_Positive_Functional",
        "Note: Following four tests disabled due to defect - EXSWHTEC-203",
        "Unit_hipGraphMemsetNodeSetParams_Positive_Basic - uint16_t",
        "Unit_hipGraphMemsetNodeSetParams_Positive_Basic - uint32_t",
        "Note: Test disabled due to defect - EXSWHTEC-207",
        "Unit_hipGraphExecMemsetNodeSetParams_Negative_Updating_Non1D_Node",
        "Unit_hipGraphExecMemsetNodeSetParams_Positive_Basic - uint8_t",
        "Unit_hipGraphExecMemsetNodeSetParams_Positive_Basic - uint16_t",
        "Unit_hipGraphExecMemsetNodeSetParams_Positive_Basic - uint32_t",
        "Unit_hipGraphMemsetNodeSetParams_Positive_Basic - uint8_t",
        "Unit_hipDeviceGetUuid_Positive",
        "Disabling test tracked SWDEV-394199",
        "Unit_hipStreamCreateWithPriority_MulthreadNonblockingflag",
        "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",
        "Disabling test tracked SWDEV-391555",
        "Unit_hipMemcpyPeer_Positive_ZeroSize",
        "Unit_hipMemcpyPeerAsync_Positive_ZeroSize",
        "SWDEV-400049 tdr intermittently",
        "Unit_hipMemsetDSync – init16_t",
        "Unit_hipStreamAddCallback_StrmSyncTiming",
        "SWDEV-402082 - PAL Backend fails to reserve address on GPU except first one",
        "Unit_hipGraphInstantiateWithFlags_FlagAutoFreeOnLaunch_check",
        "SWDEV-398981 fails in stress test",
        "Unit_hipStreamCreateWithPriority_MulthreadDefaultflag",
        "Disabling below tests temporarily due to change in API behavior",
        "Unit_hipMemPrefetchAsync_NonPageSz",
        "Unit_hipStreamCreateWithFlags_DefaultStreamInteraction",
        "SWDEV-402054 fails in external github build",
        "Unit_hipEventDestroy_WithWaitingStream",
        "Note: UUID returned empty on some windows nodes",
        "Unit_hipDeviceGetUuid_Positive",
        "=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/96 ===",
        "Unit_hipHostGetDevicePointer_Negative",
        "Unit_hipExtModuleLaunchKernel_NonUniformWorkGroup",
        "=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/18 ===",
        "Unit_hipMemcpyAsync_Negative_Parameters",
        "Unit_hipMemcpyDtoHAsync_Negative_Parameters",
        "Unit_hipMemcpyHtoDAsync_Negative_Parameters",
        "Unit_hipMemcpyDtoDAsync_Negative_Parameters",
        "=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/92 ===",
        "Unit_hipGetChannelDesc_Negative_Parameters",
        "Unit_hipTextureMipmapRef2D_Positive_Check",
        "Unit_hipTextureMipmapRef2D_Negative_Parameters",
        "=== SWDEV-430116:Below tests failed in stress test on 27/10/23 ===",
        "Unit_hipFreeAsync_negative",
        "Unit_hipLaunchHostFunc_multistreams",
        "Unit_hipGraphMem_Alloc_Free_NodeGetParams_Negative",
        "=== SWDEV-431191:Below tests failed in stress test on 03/11/23 ===",
        "Unit_hipHostMalloc_AllocateMoreThanAvailGPUMemory",
        "Unit_hipHostMalloc_AllocateUseMoreThanAvailGPUMemory",
        "Unit_Layered1DTexture_Check_DeviceBufferToFromLayered1DArray - char1",
        "Unit_Layered2DTexture_Check_DeviceBufferToFromLayered2DArray - char2",
        "Unit_Layered1DTexture_Check_HostBufferToFromLayered1DArray - uint",
        "Unit_Layered1DTexture_Check_DeviceBufferToFromLayered1DArray - uchar4",
        "Unit_Layered2DTexture_Check_DeviceBufferToFromLayered2DArray - unsigned char",
        "Unit_Layered2DTexture_Check_DeviceBufferToFromLayered2DArray - float",
        "Unit_Layered2DTexture_Check_DeviceBufferToFromLayered2DArray - uint2",
        "=== SWDEV-432250:Below tests failed in stress test on 10/11/23 ===",
        "Unit_Layered1DTexture_Check_DeviceBufferToFromLayered1DArray - ushort1",
        "Unit_Layered2DTexture_Check_DeviceBufferToFromLayered2DArray - int2",
        "Unit_hipVectorTypes_test_on_device",
        "Unit_Layered1DTexture_Check_DeviceBufferToFromLayered1DArray - ushort4",
        "Unit_Layered2DTexture_Check_DeviceBufferToFromLayered2DArray - float4",
        "=== Patch which removes the typetraits implementation from std namespace in hiprtc is reverted ===",
        "Unit_hiprtc_stdheaders",
        "Unit_hipMemAddressFree_negative",
        "Unit_hipMemAddressReserve_AlignmentTest",
        "Unit_hipMemAddressReserve_Negative",
        "Unit_hipMemCreate_BasicAllocateDeAlloc_MultGranularity",
        "Unit_hipMemCreate_ChkDev2HstMemcpy_ReleaseHdlPostUnmap",
        "Unit_hipMemCreate_ChkDev2HstMemcpy_ReleaseHdlPreUse",
        "Unit_hipMemCreate_ChkWithKerLaunch",
        "Unit_hipMemCreate_MapNonContiguousChunks",
        "Unit_hipMemCreate_ChkWithMemset",
        "Unit_hipMemCreate_Negative",
        "Unit_hipMemGetAllocationGranularity_MinGranularity",
        "Unit_hipMemGetAllocationGranularity_RecommendedGranularity",
        "Unit_hipMemGetAllocationGranularity_AllGPUs",
        "Unit_hipMemGetAllocationGranularity_NegativeTests",
        "Unit_hipMemGetAllocationPropertiesFromHandle_functional",
        "Unit_hipMemGetAllocationPropertiesFromHandle_Negative",
        "Unit_hipMemMap_SameMemoryReuse",
        "Unit_hipMemMap_PhysicalMemoryReuse_SingleGPU",
        "Unit_hipMemMap_PhysicalMemory_Map2MultVMMs",
        "Unit_hipMemMap_PhysicalMemoryReuse_MultiDev",
        "Unit_hipMemMap_VMMMemoryReuse_SingleGPU",
        "Unit_hipMemMap_VMMMemoryReuse_MultiGPU",
        "Unit_hipMemMap_MapPartialPhysicalMem",
        "Unit_hipMemMap_MapPartialVMMMem",
        "Unit_hipMemMap_negative",
        "Unit_hipMemRelease_negative",
        "Unit_hipMemRetainAllocationHandle_SetGet",
        "Unit_hipMemRetainAllocationHandle_NegTst",
        "Unit_hipMemSetAccess_SetGet",
        "Unit_hipMemSetAccess_MultDevSetGet",
        "Unit_hipMemSetAccess_EntireVMMRangeSetGet",
        "Unit_hipMemGetAccess_NegTst",
        "Unit_hipMemSetAccess_FuncTstOnMultDev",
        "Unit_hipMemSetAccess_AccessDirectlyFromHost",
        "Unit_hipMemSetAccess_ChangeAccessProp",
        "Unit_hipMemSetAccess_Vmm2UnifiedMemCpy",
        "Unit_hipMemSetAccess_Vmm2DevMemCpy",
        "Unit_hipMemSetAccess_Vmm2PeerDevMemCpy",
        "Unit_hipMemSetAccess_Vmm2PeerPeerMemCpy",
        "Unit_hipMemSetAccess_Vmm2VMMMemCpy",
        "Unit_hipMemSetAccess_Vmm2VMMInterDevMemCpy",
        "Unit_hipMemSetAccess_MapPhysChksFromMulDev",
        "Unit_hipMemSetAccess_GrowVMM",
        "Unit_hipMemSetAccess_Multithreaded",
        "Unit_hipMemSetAccess_MultiProc",
        "Unit_hipMemSetAccess_negative",
        "Unit_hipMemUnmap_negative",
        "=== SWDEV-434171: Below tests took long time to complete in stress test on 17/11/23 ===",
        "Unit_Warp_Shfl_Positive_Basic - int",
        "Unit_Warp_Shfl_Positive_Basic - unsigned int",
        "Unit_Warp_Shfl_Positive_Basic - long",
        "Unit_Warp_Shfl_Positive_Basic - unsigned long",
        "Unit_Warp_Shfl_Positive_Basic - long long",
        "Unit_Warp_Shfl_Positive_Basic - unsigned long long",
        "Unit_Warp_Shfl_Positive_Basic - float",
        "Unit_Warp_Shfl_Positive_Basic - double",
        "Unit_Warp_Shfl_XOR_Positive_Basic - int",
        "Unit_Warp_Shfl_XOR_Positive_Basic - unsigned int",
        "Unit_Warp_Shfl_XOR_Positive_Basic - long",
        "Unit_Warp_Shfl_XOR_Positive_Basic - unsigned long",
        "Unit_Warp_Shfl_XOR_Positive_Basic - long long",
        "Unit_Warp_Shfl_XOR_Positive_Basic - unsigned long long",
        "Unit_Warp_Shfl_XOR_Positive_Basic - float",
        "Unit_Warp_Shfl_XOR_Positive_Basic - double",
        "=== SWDEV-434878: Below tests failed in stress test on 24/11/23 ===",
        "Unit_hipGraphUpload_Negative_Parameters",
        "Unit_hipModuleOccupancyMaxPotentialBlockSize_Negative_Parameters",
        "Unit_hipModuleOccupancyMaxPotentialBlockSize_Positive_RangeValidation",
        "Unit_hipModuleOccupancyMaxPotentialBlockSizeWithFlags_Positive_RangeValidation",
        "Unit_hipModuleOccupancyMaxActiveBlocksPerMultiprocessor_Negative_Parameters",
        "Unit_hipModuleOccupancyMaxActiveBlocksPerMultiprocessor_Positive_RangeValidation",
        "Unit_hipModuleOccupancyMaxActiveBlocksPerMultiprocessorWithFlags_Positive_RangeValidation",
        "=== SWDEV-435667: Below tests failing randomly in stress test on 01/12/23 ===",
        "Unit_atomicExch_Positive_Same_Address_Compile_Time - int",
        "Unit_atomicExch_Positive_Same_Address_Compile_Time - unsigned int",
        "Unit_atomicExch_Positive_Same_Address_Compile_Time - unsigned long",
        "Unit_atomicExch_Positive_Same_Address_Compile_Time - unsigned long long",
        "Unit_atomicExch_Positive_Same_Address_Compile_Time - float",
        "Unit_atomicExch_Positive_Same_Address_Compile_Time - double",
        "Unit_atomicExch_Positive_Multi_Kernel - int",
        "Unit_atomicExch_Positive_Multi_Kernel - unsigned int",
        "Unit_atomicExch_Positive_Multi_Kernel - unsigned long",
        "Unit_atomicExch_Positive_Multi_Kernel - unsigned long long",
        "Unit_atomicExch_Positive_Multi_Kernel - float",
        "Unit_atomicExch_Positive_Multi_Kernel - double",
        "Unit_atomicExch_system_Positive_Peer_GPUs - int",
        "Unit_atomicExch_system_Positive_Peer_GPUs - unsigned int",
        "Unit_atomicExch_system_Positive_Peer_GPUs - unsigned long",
        "Unit_atomicExch_system_Positive_Peer_GPUs - unsigned long long",
        "Unit_atomicExch_system_Positive_Peer_GPUs - float",
        "Unit_atomicExch_system_Positive_Peer_GPUs - double",
        "Unit_atomicExch_system_Positive_Host_And_GPU - int",
        "Unit_atomicExch_system_Positive_Host_And_GPU - unsigned int",
        "Unit_atomicExch_system_Positive_Host_And_GPU - unsigned long",
        "Unit_atomicExch_system_Positive_Host_And_GPU - unsigned long long",
        "Unit_atomicExch_system_Positive_Host_And_GPU - float",
        "Unit_atomicExch_system_Positive_Host_And_GPU - double",
        "Unit_atomicExch_system_Positive_Host_And_Peer_GPUs - int",
        "Unit_atomicExch_system_Positive_Host_And_Peer_GPUs - unsigned int",
        "Unit_atomicExch_system_Positive_Host_And_Peer_GPUs - unsigned long",
        "Unit_atomicExch_system_Positive_Host_And_Peer_GPUs - unsigned long long",
        "Unit_atomicExch_system_Positive_Host_And_Peer_GPUs - float",
        "Unit_atomicExch_system_Positive_Host_And_Peer_GPUs - double",
        "SWDEV-438524: Below tests taking long time to run in stress test on 15/12/23 ===",
        "Unit_Coalesced_Group_Shfl_Up_Positive_Basic - int",
        "Unit_Coalesced_Group_Shfl_Up_Positive_Basic - unsigned int",
        "Unit_Coalesced_Group_Shfl_Up_Positive_Basic - long",
        "Unit_Coalesced_Group_Shfl_Up_Positive_Basic - unsigned long",
        "Unit_Coalesced_Group_Shfl_Up_Positive_Basic - long long",
        "Unit_Coalesced_Group_Shfl_Up_Positive_Basic - unsigned long long",
        "Unit_Coalesced_Group_Shfl_Up_Positive_Basic - float",
        "Unit_Coalesced_Group_Shfl_Up_Positive_Basic - double",
        "Unit_Coalesced_Group_Shfl_Down_Positive_Basic - int",
        "Unit_Coalesced_Group_Shfl_Down_Positive_Basic - unsigned int",
        "Unit_Coalesced_Group_Shfl_Down_Positive_Basic - long",
        "Unit_Coalesced_Group_Shfl_Down_Positive_Basic - unsigned long",
        "Unit_Coalesced_Group_Shfl_Down_Positive_Basic - long long",
        "Unit_Coalesced_Group_Shfl_Down_Positive_Basic - unsigned long long",
        "Unit_Coalesced_Group_Shfl_Down_Positive_Basic - float",
        "Unit_Coalesced_Group_Shfl_Down_Positive_Basic - double",
        "Unit_Coalesced_Group_Shfl_Positive_Basic - int",
        "Unit_Coalesced_Group_Shfl_Positive_Basic - unsigned int",
        "Unit_Coalesced_Group_Shfl_Positive_Basic - long",
        "Unit_Coalesced_Group_Shfl_Positive_Basic - unsigned long",
        "Unit_Coalesced_Group_Shfl_Positive_Basic - long long",
        "Unit_Coalesced_Group_Shfl_Positive_Basic - unsigned long long",
        "Unit_Coalesced_Group_Shfl_Positive_Basic - float",
        "Unit_Coalesced_Group_Shfl_Positive_Basic - double",
        "SWDEV-438524: Below tests causing TDR & machine down in stress test on 15/12/23 ===",
        "Unit_hipExtModuleLaunchKernel_Functional",
        "Unit_hipExtLaunchKernelGGL_Functional",
        "SWDEV-438524:Below tests failed in stress test on 15/12/23 ===",
        "Unit_Device_memcpy_Negative",
        "Unit_Device_memset_Negative",
        "Unit_Device_Complex_make_Negative",
        "Unit_Device_Complex_Cast_Negative",
        "Unit_Device_Complex_Unary_float_Negative",
        "Unit_Device_Complex_Unary_double_Negative",
        "Unit_Device_Complex_Binary_float_Negative",
        "Unit_Device_Complex_Binary_double_Negative",
        "Unit_Device_Complex_hipCfma_Negative",
        "Unit_Device__hip_hc_8pk_Negative",
    #endif
        "End of json"
    ]
}
