265d0a2d2b
This test is launching threads that call HIP APIs and then immediately detaching those threads and returning from main(). This causes multiple issues because when returning from main(), global variables are destroyed while threads might still be running which leads to random segfaults.
73 baris
4.0 KiB
JSON
73 baris
4.0 KiB
JSON
{
|
|
"DisabledTests": [
|
|
"=== Below test fails 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_hipModuleUnload_Negative_Double_Unload",
|
|
"=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/356 ===",
|
|
"Unit_Device_Complex_Unary_Negative_Parameters_RTC",
|
|
"Unit_Device_Complex_Binary_Negative_Parameters_RTC",
|
|
"Unit_Device_Complex_hipCfma_Negative_Parameters_RTC",
|
|
"Unit_Device_make_Complex_Negative_Parameters_RTC",
|
|
"Unit_Device_Complex_Cast_Negative_Parameters_RTC",
|
|
"=== Below 2 tests are disabled due to defect EXSWHTEC-342 ===",
|
|
"Unit_hipDeviceSetLimit_Negative_Parameters",
|
|
"Unit_hipDeviceGetLimit_Negative_Parameters",
|
|
"=== Below tests tests fail in PSDB ===",
|
|
"Unit_hipMemcpy3D_Positive_Synchronization_Behavior",
|
|
"Unit_hipMemcpy2D_Positive_Synchronization_Behavior",
|
|
"Unit_hipDrvMemcpy3D_Positive_Synchronization_Behavior",
|
|
"Unit_hipModuleLoad_Positive_Basic",
|
|
"Unit_hipModuleLoad_Negative_Load_From_A_File_That_Is_Not_A_Module",
|
|
"Unit_hipModuleLoadData_Positive_Basic",
|
|
"Unit_hipModuleLoadData_Negative_Parameters",
|
|
"Unit_hipModuleLoadDataEx_Positive_Basic",
|
|
"Unit_hipModuleLoadDataEx_Negative_Parameters",
|
|
"Performance_hipMemsetD16",
|
|
"Performance_hipMemsetD16Async",
|
|
"Performance_hipMemsetD32",
|
|
"Performance_hipMemsetD32Async",
|
|
"Unit_hipMemcpyParam2D_Positive_Synchronization_Behavior",
|
|
"Unit_hipMemcpy_Positive_Synchronization_Behavior",
|
|
"Unit_hipMemMapArrayAsync_Positive_Basic",
|
|
"=== SWDEV-475987 : Disable tests to merge hipother change 12/08/2024 ===",
|
|
"Unit_hipMalloc3DArray_Negative_InvalidFormat",
|
|
"Unit_hipMalloc3DArray_Negative_BadChannelLayout",
|
|
"Unit_hipMalloc3DArray_Negative_8BitFloat",
|
|
"Unit_hipMalloc3DArray_Negative_DifferentChannelSizes",
|
|
"Unit_hipMalloc3DArray_Negative_BadChannelSize",
|
|
"Unit_hipMallocMipmappedArray_Negative_InvalidFormat",
|
|
"Unit_hipMallocMipmappedArray_Negative_BadChannelLayout",
|
|
"Unit_hipMallocMipmappedArray_Negative_8BitFloat",
|
|
"Unit_hipMallocMipmappedArray_Negative_DifferentChannelSizes",
|
|
"Unit_hipMallocMipmappedArray_Negative_BadChannelSize",
|
|
"Unit_hipMallocArray_Negative_DifferentChannelSizes",
|
|
"Unit_hipMallocArray_Negative_8bitFloat - float",
|
|
"Unit_hipMallocArray_Negative_8bitFloat - float2",
|
|
"Unit_hipMallocArray_Negative_8bitFloat - float4",
|
|
"Unit_hipMallocArray_Negative_BadNumberOfBits",
|
|
"Unit_hipMallocArray_Negative_3ChannelElement",
|
|
"Unit_hipMallocArray_Negative_ChannelAfterZeroChannel",
|
|
"Unit_hipMallocArray_Negative_InvalidChannelFormat",
|
|
"=== Disabling tests which no longer behave the same on nvidia platform ===",
|
|
"Unit_hipGraphInstantiateWithParams_Negative",
|
|
"Unit_hipGraphAddChildGraphNode_OrgGraphAsChildGraph",
|
|
"Unit_hipDeviceSynchronize_Positive_Nullstream",
|
|
"Unit_hipDeviceSynchronize_Functional",
|
|
"Unit_hipDeviceReset_Positive_Basic",
|
|
"Unit_hipDeviceReset_Positive_Threaded",
|
|
"Unit_hipModuleGetTexRef_Positive_Basic",
|
|
"=== Test does not reflect a valid use case - SWDEV-569454",
|
|
"Unit_hipStreamPerThread_MultiThread"
|
|
]
|
|
}
|