From 6196d105b3d2e4402c74aade8050bf96249ec90a Mon Sep 17 00:00:00 2001 From: Rakesh Roy Date: Thu, 16 Nov 2023 22:45:51 +0530 Subject: [PATCH] SWDEV-432250, SWDEV-431191, SWDEV-432554, SWDEV-432556 - Disable failing tests found in PSDB stress testing - Disable tests that are failing on Linux & Windows during PSDB stress testing Change-Id: I29e9649b30809018410df819f295887fbf968042 --- catch/hipTestMain/config/config_amd_linux | 11 +++++++++++ catch/hipTestMain/config/config_amd_windows | 16 ++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/catch/hipTestMain/config/config_amd_linux b/catch/hipTestMain/config/config_amd_linux index 3193e41646..aa1a4e60e9 100644 --- a/catch/hipTestMain/config/config_amd_linux +++ b/catch/hipTestMain/config/config_amd_linux @@ -171,6 +171,15 @@ "Unit_hipP2pLinkTypeAndHopFunc", "=== SWDEV-426219:This test fails in integrity test & PSDB ===", "Unit_hipLaunchParm", + "=== Below test failed in jenkins stress test on 10/11/23 ===", + "Unit_hipDeviceGetUuid_From_RocmInfo", + "=== SWDEV-432554:Below test failed in stress test on 10/11/23 ===", + "Unit_hipMemcpy3DAsync_Positive_Basic", + "Unit_hipDrvMemcpy3DAsync_Positive_Basic", + "Print_Out_Attributes", + "Unit_hipExtGetLinkTypeAndHopCount_Positive_Basic", + "Unit_hipClock64_Positive_Basic", + "Unit_hipClock_Positive_Basic", #endif #if defined MI2XX "Unit_hipStreamPerThread_DeviceReset_1", @@ -225,6 +234,8 @@ "Unit_hipMemcpyAsync_H2H-H2D-D2H-H2PinMem - double", "Unit_hipMallocArray_happy - int4", "Unit_hipMallocArray_happy - float4", + "=== SWDEV-432556:Below test failed in stress test on 10/11/23 ===", + "Unit_hipDeviceGetUuid_From_RocmInfo", #endif #if defined NAVI21 "=== Below tests failed in stress test on 11/10/23 ===", diff --git a/catch/hipTestMain/config/config_amd_windows b/catch/hipTestMain/config/config_amd_windows index da69e45c93..402ff4ad32 100644 --- a/catch/hipTestMain/config/config_amd_windows +++ b/catch/hipTestMain/config/config_amd_windows @@ -241,6 +241,22 @@ "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", #endif "End of json" ]