diff --git a/projects/hip-tests/catch/hipTestMain/config/config_nvidia_linux.json b/projects/hip-tests/catch/hipTestMain/config/config_nvidia_linux.json index 23657f03b1..e4f79ce800 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_nvidia_linux.json +++ b/projects/hip-tests/catch/hipTestMain/config/config_nvidia_linux.json @@ -230,6 +230,23 @@ "Unit_Assert_Positive_Basic_KernelFail", "=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/210 ===", "Unit_hipMemImportFromShareableHandle_Positive_MultiProc", - "Unit_hipMemMapArrayAsync_Positive_Basic" + "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", + "Unit_hipMallocArray_Negative_BadNumberOfBits", + "Unit_hipMallocArray_Negative_3ChannelElement", + "Unit_hipMallocArray_Negative_ChannelAfterZeroChannel", + "Unit_hipMallocArray_Negative_InvalidChannelFormat" ] } diff --git a/projects/hip-tests/catch/hipTestMain/config/config_nvidia_windows.json b/projects/hip-tests/catch/hipTestMain/config/config_nvidia_windows.json index f0e81996e1..6e35231d99 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_nvidia_windows.json +++ b/projects/hip-tests/catch/hipTestMain/config/config_nvidia_windows.json @@ -44,6 +44,23 @@ "Performance_hipMemsetD32Async", "Unit_hipMemcpyParam2D_Positive_Synchronization_Behavior", "Unit_hipMemcpy_Positive_Synchronization_Behavior", - "Unit_hipMemMapArrayAsync_Positive_Basic" + "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", + "Unit_hipMallocArray_Negative_BadNumberOfBits", + "Unit_hipMallocArray_Negative_3ChannelElement", + "Unit_hipMallocArray_Negative_ChannelAfterZeroChannel", + "Unit_hipMallocArray_Negative_InvalidChannelFormat" ] }