From 18e10c331139bb7cb48bc523b5ba5d2dead2f4ca Mon Sep 17 00:00:00 2001 From: Horatio Zhang Date: Fri, 29 Mar 2024 16:49:44 +0800 Subject: [PATCH] config: Update config_amd_wsl file for WSL - Update windows/linux disable test cases - Remove passed test cases related to image extension - Add Unit_hipStreamValue_Wait32_NonBlacking_Mask_Gte to random TDR classification Signed-off-by: Horatio Zhang Change-Id: Ib49283392fedb0c46e38839a1cdf4cdea3f92956 [ROCm/hip-tests commit: 5d21315df45762d31082a0c8ea3d73285612c4a5] --- .../hipTestMain/config/config_amd_wsl.json | 885 ++++++++---------- 1 file changed, 390 insertions(+), 495 deletions(-) diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_wsl.json b/projects/hip-tests/catch/hipTestMain/config/config_amd_wsl.json index 5344f57ae9..87c022c0ae 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_wsl.json +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_wsl.json @@ -1,6 +1,6 @@ { "DisabledTests": - [ + [ "Note: Windows disabled", "Unit_hipMalloc_CoherentTst", "Unit_hipTextureMipmapObj2D_Check", @@ -14,10 +14,8 @@ "Unit_hipMalloc3D_ValidatePitch", "Unit_hipMemAllocPitch_ValidatePitch", "Unit_hipGraphExecMemcpyNodeSetParamsToSymbol_Functional", - "Unit_hipMallocManaged_OverSubscription", "Unit_hipMallocManaged_CoherentTstWthAdvise", "Unit_hipMallocManaged_Advanced", - "Unit_hipMemRangeGetAttribute_TstCountParam", "Unit_hipMemRangeGetAttribute_NegativeTests", "Unit_hipMemRangeGetAttribute_AccessedBy1", "Unit_hipMemRangeGetAttribte_3", @@ -66,7 +64,6 @@ "Unit_hipStreamValue_Wait32_Blocking_NoMask_Eq", "Unit_hipStreamValue_Wait32_Blocking_NoMask_Gte", "Unit_hipStreamValue_Wait32_Blocking_NoMask_And", - "Unit_hipStreamValue_Wait32_Blocking_NoMask_Nor", "Unit_hipStreamValue_Wait64_Blocking_Mask_Gte_1", "Unit_hipStreamValue_Wait64_Blocking_Mask_Gte_2", "Unit_hipStreamValue_Wait64_Blocking_Mask_Eq_1", @@ -74,8 +71,6 @@ "Unit_hipStreamValue_Wait64_Blocking_Mask_And", "Unit_hipStreamValue_Wait64_Blocking_NoMask_Gte", "Unit_hipStreamValue_Wait64_Blocking_NoMask_Eq", - "Unit_hipStreamValue_Wait64_Blocking_NoMask_And", - "Unit_hipStreamValue_Wait64_Blocking_NoMask_Nor", "Unit_hipGetDeviceFlags_Positive_Context", "Unit_hipIpcCloseMemHandle_Negative_Close_In_Originating_Process", "Unit_hipIpcOpenMemHandle_Negative_Open_In_Creating_Process", @@ -117,6 +112,8 @@ "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", @@ -161,8 +158,6 @@ "Unit_ChannelDescriptor_Positive_16BitFloatingPoint", "Unit_hipStreamSetCaptureDependencies_Positive_Functional", "Note: Following four tests disabled due to defect - EXSWHTEC-203", - "Unit_hipGraphAddMemsetNode_Positive_Basic - uint16_t", - "Unit_hipGraphAddMemsetNode_Positive_Basic - uint32_t", "Unit_hipGraphMemsetNodeSetParams_Positive_Basic - uint16_t", "Unit_hipGraphMemsetNodeSetParams_Positive_Basic - uint32_t", "Note: Test disabled due to defect - EXSWHTEC-207", @@ -171,7 +166,6 @@ "Unit_hipGraphExecMemsetNodeSetParams_Positive_Basic - uint16_t", "Unit_hipGraphExecMemsetNodeSetParams_Positive_Basic - uint32_t", "Unit_hipGraphMemsetNodeSetParams_Positive_Basic - uint8_t", - "Unit_hipStreamWaitEvent_UninitializedStream_Negative", "Unit_hipDeviceGetUuid_Positive", "Disabling test tracked SWDEV-394199", "Unit_hipStreamCreateWithPriority_MulthreadNonblockingflag", @@ -184,8 +178,6 @@ "Disabling test tracked SWDEV-391555", "Unit_hipMemcpyPeer_Positive_ZeroSize", "Unit_hipMemcpyPeerAsync_Positive_ZeroSize", - "Disabling test tracked SWDEV-391718", - "Unit_hipMemRangeGetAttribute_TstCountParam", "SWDEV-400049 tdr intermittently", "Unit_hipMemsetDSync – init16_t", "Unit_hipStreamAddCallback_StrmSyncTiming", @@ -202,18 +194,6 @@ "Unit_hipDeviceGetUuid_Positive", "=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/96 ===", "Unit_hipHostGetDevicePointer_Negative", - "=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/215 ===", - "Unit_ChannelDescriptor_Positive_Basic_1D - long", - "Unit_ChannelDescriptor_Positive_Basic_1D - unsigned long", - "Unit_ChannelDescriptor_Positive_Basic_1D - ulong1", - "Unit_ChannelDescriptor_Positive_Basic_1D - signed long", - "Unit_ChannelDescriptor_Positive_Basic_1D - long1", - "Unit_ChannelDescriptor_Positive_Basic_2D - ulong2", - "Unit_ChannelDescriptor_Positive_Basic_2D - long2", - "Unit_ChannelDescriptor_Positive_Basic_3D - ulong3", - "Unit_ChannelDescriptor_Positive_Basic_3D - long3", - "Unit_ChannelDescriptor_Positive_Basic_4D - ulong4", - "Unit_ChannelDescriptor_Positive_Basic_4D - long4", "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", @@ -224,496 +204,410 @@ "Unit_hipGetChannelDesc_Negative_Parameters", "Unit_hipTextureMipmapRef2D_Positive_Check", "Unit_hipTextureMipmapRef2D_Negative_Parameters", - "=== Below hiprtc tests are disabled temporarily, will be renabled once patches for SWDEV-395996 are merged ===", - "Unit_hiprtc_saxpy", - "Unit_hiprtc_warpsize", - "Unit_hiprtc_functional", - "Unit_hipStreamCaptureRtc", - "Unit_hiprtc_cpp17", - "Unit_hiprtc_namehandling", - "Unit_hiprtc_getloweredname", - "Unit_hiprtc_test_hip_bfloat16", - "Unit_RTC_LinkerAPI", - "Unit_hiprtc_half_shuffle", - "Unit_hiprtc_includepath", - "=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/416 ===", - "Unit_hipStreamCreate_Performance", - "Unit_hipStreamCreate_WithFlagsPerformance_Nonblocking", - "Unit_hipStreamCreate_WithFlagsPerformance_Default", - "Unit_hipStreamCreate_WithPriorityPerformance_Nonblocking_low", + "=== 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", "Note: Linux disabled", + "Unit_hipStreamPerThread_DeviceReset_1", + "Unit_hipDeviceGetSharedMemConfig_Positive_Basic", + "Unit_hipDeviceGetSharedMemConfig_Positive_Threaded", + "Unit_hipDeviceGetCacheConfig_Positive_Basic", + "Unit_hipDeviceGetCacheConfig_Positive_Threaded", + "Unit_hipGetDeviceFlags_Positive_Context", + "Unit_hipIpcCloseMemHandle_Negative_Close_In_Originating_Process", + "Unit_hipIpcOpenMemHandle_Negative_Open_In_Creating_Process", + "Unit_hipInit_Negative", + "Unit_hipDeviceReset_Positive_Basic", + "Unit_hipDeviceReset_Positive_Threaded", + "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", + "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_hipGraphExecMemcpyNodeSetParamsFromSymbol_Positive_Basic", + "Unit_hipKernelNameRef_Negative_Parameters", + "Unit_hipMemAdvise_AccessedBy_All_Devices", + "Unit_hipMemAdvise_No_Flag_Interference", + "Unit_hipMemGetAddressRange_Negative", + "NOTE: The following 2 tests are disabled due to defect - EXSWHTEC-238", + "Unit_hipDrvMemcpy3D_Positive_Array", + "Unit_hipDrvMemcpy3DAsync_Positive_Array", "Unit_hipMemRangeGetAttribute_Positive_AccessedBy_Basic", "Unit_hipMemRangeGetAttribute_Positive_AccessedBy_Partial_Range", - "Unit_hipStreamAttachMemAsync_Negative_Parameters", + "Unit_hipMemGetAddressRange_Positive", "Unit_hipGraphAddMemcpyNode1D_Negative_Basic", - "intermittent issue: corrupted double-linked list", - "Unit_hipGraphRetainUserObject_Functional_2", + "Unit_ChannelDescriptor_Positive_16BitFloatingPoint", + "intermittent issue: failure expected but success returned", + "Unit_hipMemAdvise_NegtveTsts", + "Note: Following four tests disabled due to defect - EXSWHTEC-203", + "Unit_hipStreamSetCaptureDependencies_Positive_Functional", + "Note: Test disabled due to defect - EXSWHTEC-207", "Unit_hipIpcGetMemHandle_Positive_Unique_Handles_Separate_Allocations", "Unit_hipStreamCreateWithFlags_DefaultStreamInteraction", "Unit_hipMemset3DSync", "Unit_hipStreamAddCallback_StrmSyncTiming", + "Disabling test tracked SWDEV-394199", + "Unit_hipStreamCreateWithPriority_MulthreadNonblockingflag", "Disabling test tracked SWDEV-395683", "Unit_hipStreamPerThread_MultiThread", + "SWDEV-396963", + "Unit_hipMemcpy2DFromArrayAsync_Positive_Synchronization_Behavior", "Disabling tests tracked with SWDEV-389647..", "Unit_hipMemcpy2DToArrayAsync_Positive_Synchronization_Behavior", + "Disabling test tracked SWDEV-391555", + "Unit_hipMemcpyPeer_Positive_ZeroSize", + "Unit_hipMemcpyPeerAsync_Positive_ZeroSize", "Fails in Stress test SWDEV-398971", - "SWDEV-398975 Seg faults in stress test", - "Unit_hipMemcpyWithStream_MultiThread", "SWDEV-398977 fails in stress tests", "Unit_hipMemset2DSync", "SWDEV-398981 fails in stress test", "Unit_hipStreamCreateWithPriority_MulthreadDefaultflag", - "Note: Image extension disabled", - "Unit_hipMemcpy2DToArray_Positive_Default", - "Unit_hipMemcpy2DToArray_Positive_Synchronization_Behavior", - "Unit_hipMemcpy2DToArray_Positive_ZeroWidthHeight", - "Unit_hipMemcpy2DToArray_Negative_Parameters", - "Unit_hipMemcpy2DToArray_Basic", - "Unit_hipMemcpy2DToArray_ExtentValidation", - "Unit_hipMemcpy2DToArray_PinnedMemSameGPU", - "Unit_hipMemcpy2DToArray_Negative", - "Unit_hipMemcpy2DToArrayAsync_Positive_Default", - "Unit_hipMemcpy2DToArrayAsync_Positive_ZeroWidthHeight", - "Unit_hipMemcpy2DToArrayAsync_Negative_Parameters", - "Unit_hipMemcpy2DToArrayAsync_Basic", - "Unit_hipMemcpy2DToArrayAsync_ExtentValidation", - "Unit_hipMemcpy2DToArrayAsync_PinnedHostMemSameGpu", - "Unit_hipMemcpy2DToArrayAsync_Negative", - "Unit_hipMemcpy3D_ExtentValidation", - "Unit_hipMemcpy3DAsync_ExtentValidation", - "Unit_hipMemcpy2DFromArray_Positive_Default", - "Unit_hipMemcpy2DFromArray_Positive_Synchronization_Behavior", - "Unit_hipMemcpy2DFromArray_Positive_ZeroWidthHeight", - "Unit_hipMemcpy2DFromArray_Negative_Parameters", - "Unit_hipMemcpy2DFromArray_Basic", - "Unit_hipMemcpy2DFromArray_ExtentValidation", - "Unit_hipMemcpy2DFromArray_PinnedMemSameGPU", - "Unit_hipMemcpy2DFromArray_Negative", - "Unit_hipMemcpy2DFromArrayAsync_Positive_Default", + "SWDEV-402054 fails in external github build", + "Unit_hipEventDestroy_WithWaitingStream", + "=== Below tests fail in stress test on 23/06/23 ===", + "Unit_hipIpcMemAccess_ParameterValidation", "Unit_hipMemcpy2DFromArrayAsync_Positive_Synchronization_Behavior", - "Unit_hipMemcpy2DFromArrayAsync_Positive_ZeroWidthHeight", - "Unit_hipMemcpy2DFromArrayAsync_Negative_Parameters", - "Unit_hipMemcpy2DFromArrayAsync_Basic", - "Unit_hipMemcpy2DFromArrayAsync_ExtentValidation", - "Unit_hipMemcpy2DFromArrayAsync_PinnedHostMemSameGpu", - "Unit_hipMemcpy2DFromArrayAsync_Negative", - "Unit_hipMemcpyAtoH_Positive_Default", - "Unit_hipMemcpyAtoH_Positive_Synchronization_Behavior", - "Unit_hipMemcpyAtoH_Negative_Parameters", - "Unit_hipMemcpyAtoH_Basic - char", - "Unit_hipMemcpyAtoH_Basic - int", - "Unit_hipMemcpyAtoH_Basic - float", - "Unit_hipMemcpyHtoA_Basic - char", - "Unit_hipMemcpyHtoA_Basic - int", - "Unit_hipMemcpyHtoA_Basic - float", - "Unit_hipMemcpyAtoH_Negative", - "Unit_hipMemcpyHtoA_Positive_Default", - "Unit_hipMemcpyHtoA_Positive_Synchronization_Behavior", - "Unit_hipMemcpyHtoA_Negative_Parameters", - "Unit_hipMemcpyHtoA_Negative", - "Unit_hipMallocArray_DiffSizes", - "Unit_hipMallocArray_MultiThread", - "Unit_hipMallocArray_happy - uint", - "Unit_hipMallocArray_happy - int", - "Unit_hipMallocArray_happy - int4", - "Unit_hipMallocArray_happy - ushort", - "Unit_hipMallocArray_happy - short2", - "Unit_hipMallocArray_happy - char", - "Unit_hipMallocArray_happy - uchar2", - "Unit_hipMallocArray_happy - char4", - "Unit_hipMallocArray_happy - float", - "Unit_hipMallocArray_happy - float2", - "Unit_hipMallocArray_happy - float4", - "Unit_hipMallocArray_MaxTexture_Default - uint", - "Unit_hipMallocArray_MaxTexture_Default - int4", - "Unit_hipMallocArray_MaxTexture_Default - ushort", - "Unit_hipMallocArray_MaxTexture_Default - short2", - "Unit_hipMallocArray_MaxTexture_Default - char", - "Unit_hipMallocArray_MaxTexture_Default - char4", - "Unit_hipMallocArray_MaxTexture_Default - float2", - "Unit_hipMallocArray_MaxTexture_Default - float4", - "Unit_hipMalloc3DArray_DiffSizes", - "Unit_hipMalloc3DArray_MultiThread", - "Unit_hipMalloc3DArray_happy - char", - "Unit_hipMalloc3DArray_happy - uchar2", - "Unit_hipMalloc3DArray_happy - uint2", - "Unit_hipMalloc3DArray_happy - int4", - "Unit_hipMalloc3DArray_happy - short4", - "Unit_hipMalloc3DArray_happy - float", - "Unit_hipMalloc3DArray_happy - float2", - "Unit_hipMalloc3DArray_happy - float4", - "Unit_hipMalloc3DArray_MaxTexture - int", - "Unit_hipMalloc3DArray_MaxTexture - uint4", - "Unit_hipMalloc3DArray_MaxTexture - short", - "Unit_hipMalloc3DArray_MaxTexture - ushort2", - "Unit_hipMalloc3DArray_MaxTexture - unsigned char", - "Unit_hipMalloc3DArray_MaxTexture - float", - "Unit_hipMalloc3DArray_MaxTexture - float4", - "Unit_hipStrmPerThrdDefault", - "Unit_hipTextureFetch_vector", - "Unit_tex1Dfetch_CheckModes", - "Unit_hipCreateTextureObject_tex1DfetchVerification", - "Unit_hipTextureObj1DCheckModes", - "Unit_hipTextureObj1DCheckRGBAModes - array" , - "Unit_hipTextureObj1DCheckSRGBAModes - array", - "Unit_hipTextureObj1DCheckRGBAModes - buffer", - "Unit_hipTextureObj1DCheckSRGBAModes - buffer", - "Unit_hipArrayCreate_happy - uint", - "Unit_hipArrayCreate_happy - int", - "Unit_hipArrayCreate_happy - int4", - "Unit_hipArrayCreate_happy - ushort", - "Unit_hipArrayCreate_happy - short2", - "Unit_hipArrayCreate_happy - char", - "Unit_hipArrayCreate_happy - uchar2", - "Unit_hipArrayCreate_happy - char4", - "Unit_hipArrayCreate_happy - float", - "Unit_hipArrayCreate_happy - float2", - "Unit_hipArrayCreate_happy - float4", - "Unit_hipArrayCreate_maxTexture - uint", - "Unit_hipArrayCreate_maxTexture - int", - "Unit_hipArrayCreate_maxTexture - int4", - "Unit_hipArrayCreate_maxTexture - ushort", - "Unit_hipArrayCreate_maxTexture - short2", - "Unit_hipArrayCreate_maxTexture - char", - "Unit_hipArrayCreate_maxTexture - uchar2", - "Unit_hipArrayCreate_maxTexture - char4", - "Unit_hipArrayCreate_maxTexture - float", - "Unit_hipArrayCreate_maxTexture - float2", - "Unit_hipArrayCreate_maxTexture - float4", - "Unit_hipArray3DCreate_MaxTexture - int", - "Unit_hipArray3DCreate_MaxTexture - uint4", - "Unit_hipArray3DCreate_MaxTexture - short", - "Unit_hipArray3DCreate_MaxTexture - ushort2", - "Unit_hipArray3DCreate_MaxTexture - unsigned char", - "Unit_hipArray3DCreate_MaxTexture - float", - "Unit_hipArray3DCreate_MaxTexture - float4", - "Unit_hipArray3DCreate_happy - char", - "Unit_hipArray3DCreate_happy - uchar2", - "Unit_hipArray3DCreate_happy - uint2", - "Unit_hipArray3DCreate_happy - int4", - "Unit_hipArray3DCreate_happy - short4", - "Unit_hipArray3DCreate_happy - float", - "Unit_hipArray3DCreate_happy - float2", - "Unit_hipArray3DCreate_happy - float4", - "Unit_hipDrvMemcpy3D_MultipleDataTypes - uint8_t", - "Unit_hipDrvMemcpy3D_MultipleDataTypes - int", - "Unit_hipDrvMemcpy3D_MultipleDataTypes - float", - "Unit_hipDrvMemcpy3DAsync_MultipleDataTypes - uint8_t", - "Unit_hipDrvMemcpy3DAsync_MultipleDataTypes - int", - "Unit_hipDrvMemcpy3DAsync_MultipleDataTypes - float", - "Unit_hipDrvMemcpy3DAsync_HosttoDevice", - "Unit_hipDrvMemcpy3DAsync_ExtentValidation", - "Unit_hipTextureObj2D_Check", - "Unit_hipGetChannelDesc_CreateAndGet", - "Unit_hipTextureObj2DCheckModes", - "Unit_hipTextureObj3DCheckModes", - "Unit_hipTextureObj2DCheckRGBAModes", - "Unit_hipTextureObj2DCheckSRGBAModes", - "Unit_hipPointerGetAttribute_MemoryTypes", - "Unit_hipArray_Valid", - "Unit_hipArray_DoubleFree", - "Unit_hipArray_TrippleDestroy", - "Unit_hipFreeImplicitSyncArray - char", - "Unit_hipFreeImplicitSyncArray - float", - "Unit_hipFreeImplicitSyncArray - float2", - "Unit_hipFreeImplicitSyncArray - float4", - "Unit_hipFreeDoubleArray", - "Unit_hipFreeMultiTArray - char", - "Unit_hipFreeMultiTArray - int", - "Unit_hipFreeMultiTArray - float2", - "Unit_hipFreeMultiTArray - float4", - "Unit_hipArrayCreate_DiffSizes", - "Unit_hipArrayCreate_MultiThread", - "Unit_hipDrvMemcpy3D_HosttoDevice", - "Unit_hipDrvMemcpy3D_ExtentValidation", - "Unit_hipGraphAddMemcpyNode_Negative", - "Unit_hipGraphAddMemcpyNode_BasicFunctional", - "Unit_hipGraphExecMemcpyNodeSetParams_Negative", - "Unit_hipGraphExecMemcpyNodeSetParams_Functional", - "Unit_hipGraphMemcpyNodeGetParams_Negative", - "Unit_hipGraphMemcpyNodeGetParams_Functional", - "Unit_hipGraphMemcpyNodeSetParams_Negative", - "Unit_hipGraphMemcpyNodeSetParams_Functional", - "Unit_hipGraphClone_Test_hipGraphMemcpyNodeSetParams", - "Unit_hipGraphClone_Test_hipGraphExecMemcpyNodeSetParams", - "Unit_hipTexObjPitch_texture2D - float", - "Unit_hipTexObjPitch_texture2D - int", - "Unit_hipTexObjPitch_texture2D - unsigned char", - "Unit_hipTexObjPitch_texture2D - int16_t", - "Unit_hipTexObjPitch_texture2D - char", - "Unit_hipTexObjPitch_texture2D - unsigned int", - "Unit_hipGraphDebugDotPrint_Functional", - "Unit_hipMemcpy3D_Positive_Array", - "Unit_hipMemcpy3DAsync_Positive_Array", - "Unit_hipDrvMemcpy3D_Positive_Array", - "Unit_hipDrvMemcpy3DAsync_Positive_Array", - "Unit_hipGetChannelDesc_Negative_Parameters", - "Unit_hipGetTexObjectResourceDesc_positive", - "Unit_hipGetTexObjectResourceDesc_Negative_Parameters", - "Unit_hipGetTexObjectResourceViewDesc_positive", - "Unit_hipGetTexObjectResourceViewDesc_Negative_Parameters", - "Unit_hipGetTexObjectTextureDesc_positive", - "Unit_hipGetTexObjectTextureDesc_Negative_Parameters", - "Unit_hipTexObjectDestroy_positive", - "Unit_hipGetTextureObjectResourceDesc_positive", - "Unit_hipGetTextureObjectResourceDesc_Negative_Parameters", - "Unit_hipGetTextureObjectResourceViewDesc_positive", - "Unit_hipGetTextureObjectResourceViewDesc_Negative_Parameters", - "Unit_hipGetTextureObjectTextureDesc_positive", - "Unit_hipGetTextureObjectTextureDesc_Negative_Parameters", - "Unit_hipDestroyTextureObject_positive", - "Unit_hipSurfaceObj1D_type_R - char", - "Unit_hipSurfaceObj1D_type_R - uchar", - "Unit_hipSurfaceObj1D_type_R - short", - "Unit_hipSurfaceObj1D_type_R - ushort", - "Unit_hipSurfaceObj1D_type_R - int", - "Unit_hipSurfaceObj1D_type_R - uint", - "Unit_hipSurfaceObj1D_type_R - float", - "Unit_hipSurfaceObj1D_type_R - char1", - "Unit_hipSurfaceObj1D_type_R - uchar1", - "Unit_hipSurfaceObj1D_type_R - short1", - "Unit_hipSurfaceObj1D_type_R - ushort1", - "Unit_hipSurfaceObj1D_type_R - int1", - "Unit_hipSurfaceObj1D_type_R - uint1", - "Unit_hipSurfaceObj1D_type_R - float1", - "Unit_hipSurfaceObj1D_type_R - char2", - "Unit_hipSurfaceObj1D_type_R - uchar2", - "Unit_hipSurfaceObj1D_type_R - short2", - "Unit_hipSurfaceObj1D_type_R - ushort2", - "Unit_hipSurfaceObj1D_type_R - int2", - "Unit_hipSurfaceObj1D_type_R - uint2", - "Unit_hipSurfaceObj1D_type_R - float2", - "Unit_hipSurfaceObj1D_type_R - char4", - "Unit_hipSurfaceObj1D_type_R - uchar4", - "Unit_hipSurfaceObj1D_type_R - short4", - "Unit_hipSurfaceObj1D_type_R - ushort4", - "Unit_hipSurfaceObj1D_type_R - int4", - "Unit_hipSurfaceObj1D_type_R - uint4", - "Unit_hipSurfaceObj1D_type_R - float4", - "Unit_hipSurfaceObj1D_type_W - char", - "Unit_hipSurfaceObj1D_type_W - uchar", - "Unit_hipSurfaceObj1D_type_W - short", - "Unit_hipSurfaceObj1D_type_W - ushort", - "Unit_hipSurfaceObj1D_type_W - int", - "Unit_hipSurfaceObj1D_type_W - uint", - "Unit_hipSurfaceObj1D_type_W - float", - "Unit_hipSurfaceObj1D_type_W - char1", - "Unit_hipSurfaceObj1D_type_W - uchar1", - "Unit_hipSurfaceObj1D_type_W - short1", - "Unit_hipSurfaceObj1D_type_W - ushort1", - "Unit_hipSurfaceObj1D_type_W - int1", - "Unit_hipSurfaceObj1D_type_W - uint1", - "Unit_hipSurfaceObj1D_type_W - float1", - "Unit_hipSurfaceObj1D_type_W - char2", - "Unit_hipSurfaceObj1D_type_W - uchar2", - "Unit_hipSurfaceObj1D_type_W - short2", - "Unit_hipSurfaceObj1D_type_W - ushort2", - "Unit_hipSurfaceObj1D_type_W - int2", - "Unit_hipSurfaceObj1D_type_W - uint2", - "Unit_hipSurfaceObj1D_type_W - float2", - "Unit_hipSurfaceObj1D_type_W - char4", - "Unit_hipSurfaceObj1D_type_W - uchar4", - "Unit_hipSurfaceObj1D_type_W - short4", - "Unit_hipSurfaceObj1D_type_W - ushort4", - "Unit_hipSurfaceObj1D_type_W - int4", - "Unit_hipSurfaceObj1D_type_W - uint4", - "Unit_hipSurfaceObj1D_type_W - float4", - "Unit_hipSurfaceObj1D_type_RW - char", - "Unit_hipSurfaceObj1D_type_RW - uchar", - "Unit_hipSurfaceObj1D_type_RW - short", - "Unit_hipSurfaceObj1D_type_RW - ushort", - "Unit_hipSurfaceObj1D_type_RW - int", - "Unit_hipSurfaceObj1D_type_RW - uint", - "Unit_hipSurfaceObj1D_type_RW - float", - "Unit_hipSurfaceObj1D_type_RW - char1", - "Unit_hipSurfaceObj1D_type_RW - uchar1", - "Unit_hipSurfaceObj1D_type_RW - short1", - "Unit_hipSurfaceObj1D_type_RW - ushort1", - "Unit_hipSurfaceObj1D_type_RW - int1", - "Unit_hipSurfaceObj1D_type_RW - uint1", - "Unit_hipSurfaceObj1D_type_RW - float1", - "Unit_hipSurfaceObj1D_type_RW - char2", - "Unit_hipSurfaceObj1D_type_RW - uchar2", - "Unit_hipSurfaceObj1D_type_RW - short2", - "Unit_hipSurfaceObj1D_type_RW - ushort2", - "Unit_hipSurfaceObj1D_type_RW - int2", - "Unit_hipSurfaceObj1D_type_RW - uint2", - "Unit_hipSurfaceObj1D_type_RW - float2", - "Unit_hipSurfaceObj1D_type_RW - char4", - "Unit_hipSurfaceObj1D_type_RW - uchar4", - "Unit_hipSurfaceObj1D_type_RW - short4", - "Unit_hipSurfaceObj1D_type_RW - ushort4", - "Unit_hipSurfaceObj1D_type_RW - int4", - "Unit_hipSurfaceObj1D_type_RW - uint4", - "Unit_hipSurfaceObj1D_type_RW - float4", - "Unit_hipSurfaceObj2D_type_R - char", - "Unit_hipSurfaceObj2D_type_R - uchar", - "Unit_hipSurfaceObj2D_type_R - short", - "Unit_hipSurfaceObj2D_type_R - ushort", - "Unit_hipSurfaceObj2D_type_R - int", - "Unit_hipSurfaceObj2D_type_R - uint", - "Unit_hipSurfaceObj2D_type_R - float", - "Unit_hipSurfaceObj2D_type_R - char1", - "Unit_hipSurfaceObj2D_type_R - uchar1", - "Unit_hipSurfaceObj2D_type_R - short1", - "Unit_hipSurfaceObj2D_type_R - ushort1", - "Unit_hipSurfaceObj2D_type_R - int1", - "Unit_hipSurfaceObj2D_type_R - uint1", - "Unit_hipSurfaceObj2D_type_R - float1", - "Unit_hipSurfaceObj2D_type_R - char2", - "Unit_hipSurfaceObj2D_type_R - uchar2", - "Unit_hipSurfaceObj2D_type_R - short2", - "Unit_hipSurfaceObj2D_type_R - ushort2", - "Unit_hipSurfaceObj2D_type_R - int2", - "Unit_hipSurfaceObj2D_type_R - uint2", - "Unit_hipSurfaceObj2D_type_R - float2", - "Unit_hipSurfaceObj2D_type_R - char4", - "Unit_hipSurfaceObj2D_type_R - uchar4", - "Unit_hipSurfaceObj2D_type_R - short4", - "Unit_hipSurfaceObj2D_type_R - ushort4", - "Unit_hipSurfaceObj2D_type_R - int4", - "Unit_hipSurfaceObj2D_type_R - uint4", - "Unit_hipSurfaceObj2D_type_R - float4", - "Unit_hipSurfaceObj2D_type_W - char", - "Unit_hipSurfaceObj2D_type_W - uchar", - "Unit_hipSurfaceObj2D_type_W - short", - "Unit_hipSurfaceObj2D_type_W - ushort", - "Unit_hipSurfaceObj2D_type_W - int", - "Unit_hipSurfaceObj2D_type_W - uint", - "Unit_hipSurfaceObj2D_type_W - float", - "Unit_hipSurfaceObj2D_type_W - char1", - "Unit_hipSurfaceObj2D_type_W - uchar1", - "Unit_hipSurfaceObj2D_type_W - short1", - "Unit_hipSurfaceObj2D_type_W - ushort1", - "Unit_hipSurfaceObj2D_type_W - int1", - "Unit_hipSurfaceObj2D_type_W - uint1", - "Unit_hipSurfaceObj2D_type_W - float1", - "Unit_hipSurfaceObj2D_type_W - char2", - "Unit_hipSurfaceObj2D_type_W - uchar2", - "Unit_hipSurfaceObj2D_type_W - short2", - "Unit_hipSurfaceObj2D_type_W - ushort2", - "Unit_hipSurfaceObj2D_type_W - int2", - "Unit_hipSurfaceObj2D_type_W - uint2", - "Unit_hipSurfaceObj2D_type_W - float2", - "Unit_hipSurfaceObj2D_type_W - char4", - "Unit_hipSurfaceObj2D_type_W - uchar4", - "Unit_hipSurfaceObj2D_type_W - short4", - "Unit_hipSurfaceObj2D_type_W - ushort4", - "Unit_hipSurfaceObj2D_type_W - int4", - "Unit_hipSurfaceObj2D_type_W - uint4", - "Unit_hipSurfaceObj2D_type_W - float4", - "Unit_hipSurfaceObj2D_type_RW - char", - "Unit_hipSurfaceObj2D_type_RW - uchar", - "Unit_hipSurfaceObj2D_type_RW - short", - "Unit_hipSurfaceObj2D_type_RW - ushort", - "Unit_hipSurfaceObj2D_type_RW - int", - "Unit_hipSurfaceObj2D_type_RW - uint", - "Unit_hipSurfaceObj2D_type_RW - float", - "Unit_hipSurfaceObj2D_type_RW - char1", - "Unit_hipSurfaceObj2D_type_RW - uchar1", - "Unit_hipSurfaceObj2D_type_RW - short1", - "Unit_hipSurfaceObj2D_type_RW - ushort1", - "Unit_hipSurfaceObj2D_type_RW - int1", - "Unit_hipSurfaceObj2D_type_RW - uint1", - "Unit_hipSurfaceObj2D_type_RW - float1", - "Unit_hipSurfaceObj2D_type_RW - char2", - "Unit_hipSurfaceObj2D_type_RW - uchar2", - "Unit_hipSurfaceObj2D_type_RW - short2", - "Unit_hipSurfaceObj2D_type_RW - ushort2", - "Unit_hipSurfaceObj2D_type_RW - int2", - "Unit_hipSurfaceObj2D_type_RW - uint2", - "Unit_hipSurfaceObj2D_type_RW - float2", - "Unit_hipSurfaceObj2D_type_RW - char4", - "Unit_hipSurfaceObj2D_type_RW - uchar4", - "Unit_hipSurfaceObj2D_type_RW - short4", - "Unit_hipSurfaceObj2D_type_RW - ushort4", - "Unit_hipSurfaceObj2D_type_RW - int4", - "Unit_hipSurfaceObj2D_type_RW - uint4", - "Unit_hipSurfaceObj2D_type_RW - float4", - "Unit_hipSurfaceObj3D_type_R - char", - "Unit_hipSurfaceObj3D_type_R - uchar", - "Unit_hipSurfaceObj3D_type_R - short", - "Unit_hipSurfaceObj3D_type_R - ushort", - "Unit_hipSurfaceObj3D_type_R - int", - "Unit_hipSurfaceObj3D_type_R - uint", - "Unit_hipSurfaceObj3D_type_R - float", - "Unit_hipSurfaceObj3D_type_R - char1", - "Unit_hipSurfaceObj3D_type_R - uchar1", - "Unit_hipSurfaceObj3D_type_R - short1", - "Unit_hipSurfaceObj3D_type_R - ushort1", - "Unit_hipSurfaceObj3D_type_R - int1", - "Unit_hipSurfaceObj3D_type_R - uint1", - "Unit_hipSurfaceObj3D_type_R - float1", - "Unit_hipSurfaceObj3D_type_R - char2", - "Unit_hipSurfaceObj3D_type_R - uchar2", - "Unit_hipSurfaceObj3D_type_R - short2", - "Unit_hipSurfaceObj3D_type_R - ushort2", - "Unit_hipSurfaceObj3D_type_R - int2", - "Unit_hipSurfaceObj3D_type_R - uint2", - "Unit_hipSurfaceObj3D_type_R - float2", - "Unit_hipSurfaceObj3D_type_R - char4", - "Unit_hipSurfaceObj3D_type_R - uchar4", - "Unit_hipSurfaceObj3D_type_R - short4", - "Unit_hipSurfaceObj3D_type_R - ushort4", - "Unit_hipSurfaceObj3D_type_R - int4", - "Unit_hipSurfaceObj3D_type_R - uint4", - "Unit_hipSurfaceObj3D_type_R - float4", - "Unit_hipSurfaceObj3D_type_W - char", - "Unit_hipSurfaceObj3D_type_W - uchar", - "Unit_hipSurfaceObj3D_type_W - short", - "Unit_hipSurfaceObj3D_type_W - ushort", - "Unit_hipSurfaceObj3D_type_W - int", - "Unit_hipSurfaceObj3D_type_W - uint", - "Unit_hipSurfaceObj3D_type_W - float", - "Unit_hipSurfaceObj3D_type_W - char1", - "Unit_hipSurfaceObj3D_type_W - uchar1", - "Unit_hipSurfaceObj3D_type_W - short1", - "Unit_hipSurfaceObj3D_type_W - ushort1", - "Unit_hipSurfaceObj3D_type_W - int1", - "Unit_hipSurfaceObj3D_type_W - uint1", - "Unit_hipSurfaceObj3D_type_W - float1", - "Unit_hipSurfaceObj3D_type_W - char2", - "Unit_hipSurfaceObj3D_type_W - uchar2", - "Unit_hipSurfaceObj3D_type_W - short2", - "Unit_hipSurfaceObj3D_type_W - ushort2", - "Unit_hipSurfaceObj3D_type_W - int2", - "Unit_hipSurfaceObj3D_type_W - uint2", - "Unit_hipSurfaceObj3D_type_W - float2", - "Unit_hipSurfaceObj3D_type_W - char4", - "Unit_hipSurfaceObj3D_type_W - uchar4", - "Unit_hipSurfaceObj3D_type_W - short4", - "Unit_hipSurfaceObj3D_type_W - ushort4", - "Unit_hipSurfaceObj3D_type_W - int4", - "Unit_hipSurfaceObj3D_type_W - uint4", - "Unit_hipSurfaceObj3D_type_W - float4", - "Unit_hipSurfaceObj3D_type_RW - char", - "Unit_hipSurfaceObj3D_type_RW - uchar", - "Unit_hipSurfaceObj3D_type_RW - short", - "Unit_hipSurfaceObj3D_type_RW - ushort", - "Unit_hipSurfaceObj3D_type_RW - int", - "Unit_hipSurfaceObj3D_type_RW - uint", - "Unit_hipSurfaceObj3D_type_RW - float", - "Unit_hipSurfaceObj3D_type_RW - char1", - "Unit_hipSurfaceObj3D_type_RW - uchar1", - "Unit_hipSurfaceObj3D_type_RW - short1", - "Unit_hipSurfaceObj3D_type_RW - ushort1", - "Unit_hipSurfaceObj3D_type_RW - int1", - "Unit_hipSurfaceObj3D_type_RW - uint1", - "Unit_hipSurfaceObj3D_type_RW - float1", - "Unit_hipSurfaceObj3D_type_RW - char2", - "Unit_hipSurfaceObj3D_type_RW - uchar2", - "Unit_hipSurfaceObj3D_type_RW - short2", - "Unit_hipSurfaceObj3D_type_RW - ushort2", - "Unit_hipSurfaceObj3D_type_RW - int2", - "Unit_hipSurfaceObj3D_type_RW - uint2", - "Unit_hipSurfaceObj3D_type_RW - float2", - "Unit_hipSurfaceObj3D_type_RW - char4", - "Unit_hipSurfaceObj3D_type_RW - uchar4", - "Unit_hipSurfaceObj3D_type_RW - short4", - "Unit_hipSurfaceObj3D_type_RW - ushort4", - "Unit_hipSurfaceObj3D_type_RW - int4", - "Unit_hipSurfaceObj3D_type_RW - uint4", - "Unit_hipSurfaceObj3D_type_RW - float4", + "Unit_hipGraphClone_Test_hipGraphExecMemcpyNodeSetParams", + "Unit_hipGraphClone_Test_hipGraphMemcpyNodeSetParams1D_and_exec", + "=== Below tests fail in stress test on 30/06/23 ===", + "Unit_hipStreamValue_Write - TestParams", + "Unit_hipMemcpyParam2DAsync_multiDevice-StreamOnDiffDevice", + "=== 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", + "Unit_hipStreamValue_Wait32_Blocking_Mask_Eq_1", + "=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/327 ===", + "Unit_hiprtcGpuRdcComplrOptnTst", + "Unit_hiprtcDisabledSlpVectorizeComplrOptnTst", + "Unit_hiprtcRpassInlineComplrOptnTst", + "Unit_hiprtcCombiComplrOptnTst", + "=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/92 ===", + "Unit_hipGetChannelDesc_Negative_Parameters", + "Unit_hipGraphAddChildGraphNode_CmplxNstGrph_UpdKerFun_Clone", + "=== Below tests fail in stress test on 24/07/23 ===", + "Unit_hipStreamCreateWithPriority_ValidateWithEvents", + "Unit_hipEventIpc", + "=== SWDEV-427101:Below test fails randomly in PSDB ===", + "Unit_deviceAllocation_InOneThread_AccessInAllThreads", + "=== 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-439004: Below tests failing randomly in CQE staging ===", + "Unit_hipLaunchCooperativeKernel_Streams", + "Unit_hipGLGetDevices_Positive_Basic", + "Unit_hipGLGetDevices_Positive_Parameters", + "Unit_hipGLGetDevices_Negative_Parameters", + "Unit_hipGraphicsGLRegisterBuffer_Positive_Basic", + "Unit_hipGraphicsGLRegisterBuffer_Positive_Register_Twice", + "Unit_hipGraphicsGLRegisterBuffer_Negative_Parameters", + "Unit_hipGraphicsGLRegisterImage_Positive_Basic", + "Unit_hipGraphicsGLRegisterImage_Positive_Register_Twice", + "Unit_hipGraphicsGLRegisterImage_Negative_Parameters", + "Unit_hipGraphicsMapResources_Positive_Basic", + "Unit_hipGraphicsMapResources_Negative_Parameters", + "Unit_hipGraphicsSubResourceGetMappedArray_Positive_Basic", + "Unit_hipGraphicsSubResourceGetMappedArray_Negative_Parameters", + "Unit_hipGraphicsResourceGetMappedPointer_Positive_Basic", + "Unit_hipGraphicsResourceGetMappedPointer_Positive_Parameters", + "Unit_hipGraphicsResourceGetMappedPointer_Negative_Parameters", + "Unit_hipGraphicsUnmapResources_Negative_Parameters", + "Unit_hipGraphicsUnregisterResource_Negative_Parameters", + "Unit_hipGraphExecMemcpyNodeSetParams1D_Negative", + "Note: NAVI3X", + "=== Below tests soft hang in stress test on 13/09/23 ===", + "Unit_hipMemsetFunctional_ZeroValue_hipMemsetD16", + "Unit_hipIpcMemAccess_Semaphores", + "Unit_hipStreamAttachMemAsync_Negative_Parameters", + "hipStreamPerThread_CoopLaunch", + "hipCGMultiGridGroupType", + "Grid_Group_Getters_Positive_Basic", + "Grid_Group_Getters_Via_Non_Member_Functions_Positive_Basic", + "Grid_Group_Sync_Positive_Basic", + "dynamic_loading_device_kernels_from_library", + "Note: Image extension disabled", + "Unit_hipMemset2DSync", + "Unit_hipMemset3DSync", "Note: CONFIG_NUMA disabled", "Unit_hipHostMalloc_WthEnv0Flg3", "Unit_hipHostGetFlags_flagCombos", @@ -754,6 +648,7 @@ "Unit_hipMemsetDSync - int8_t", "Unit_hipMemsetDSync - int16_t", "Unit_hipMemsetDSync - uint32_t", + "Unit_hipStreamValue_Wait32_NonBlacking_Mask_Gte", "Note: hsa_amd_ipc_ is dummy", "Unit_hipIpcOpenMemHandle_Negative_Open_In_Two_Contexts_Same_Device", "Unit_hipIpcGetMemHandle_Positive_Unique_Handles_Reused_Memory",