From 940d001eca60aaba8707aa44d979cbb23efd8407 Mon Sep 17 00:00:00 2001 From: Vladana Stojiljkovic Date: Mon, 12 Aug 2024 14:19:27 +0200 Subject: [PATCH] SWDEV-478472 - Disable tests to merge SWDEV-475987 on hipother Change-Id: I58715144518a35954e29d89878465cfd41ccfe86 [ROCm/hip-tests commit: bee0ba867dc7fbd54a444e4e17fde8838001124c] --- .../config/config_nvidia_linux.json | 19 ++++++++++++++++++- .../config/config_nvidia_windows.json | 19 ++++++++++++++++++- 2 files changed, 36 insertions(+), 2 deletions(-) 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" ] }