From cf3d4a1162248014fc4dd6ca953beebef8539802 Mon Sep 17 00:00:00 2001 From: Rakesh Roy Date: Mon, 18 Dec 2023 20:49:43 +0530 Subject: [PATCH] SWDEV-434211, SWDEV-437982 - Disable failing tests found in PSDB stress testing - Disable tests that are failing on Linux during PSDB stress testing Change-Id: I1711d2d67afd3d23a27f84684a06602236cece45 [ROCm/hip-tests commit: 24e2f429ca5105d7fc9730d4341b4580b9853a0a] --- .../catch/hipTestMain/config/config_amd_linux | 33 ++++++++++++++++--- 1 file changed, 29 insertions(+), 4 deletions(-) diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux index f0e9487aa3..6de829e0f4 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux @@ -181,6 +181,8 @@ "Unit_hipMemSetAccess_MultiProc", "Unit_hipMemSetAccess_negative", "Unit_hipMemUnmap_negative", + "=== SWDEV-432556,SWDEV-434211:Below test randomly failing in stress test ===", + "Unit_hipDeviceGetUuid_From_RocmInfo", #endif #if defined VEGA20 "=== SWDEV-419112 Below tests fail in stress test on 29/08/23 ===", @@ -194,8 +196,6 @@ "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", @@ -203,6 +203,14 @@ "Unit_hipExtGetLinkTypeAndHopCount_Positive_Basic", "Unit_hipClock64_Positive_Basic", "Unit_hipClock_Positive_Basic", + "=== Below tests failed in integrity test on 08/12/23 ===", + "Unit_hipMallocMipmappedArray_Negative_Parameters", + "Unit_hipFreeMipmappedArray_Negative_Parameters", + "Unit_hipGetMipmappedArrayLevel_Negative_Parameters", + "Unit_hipMemPoolSetAccess_Negative_Parameters", + "Unit_hipMipmappedArrayCreate_Negative_Parameters", + "Unit_hipMipmappedArrayDestroy_Negative_Parameters", + "Unit_hipMipmappedArrayGetLevel_Negative_Parameters", #endif #if defined MI2XX "Unit_hipStreamPerThread_DeviceReset_1", @@ -257,8 +265,25 @@ "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", + "=== SWDEV-437982:Below test failed in stress test on 08/12/23 ===", + "Unit_hipDeviceGetPCIBusId_Functional", + "Unit_hipDrvMemcpy_Functional", + "Unit_hipMemsetD8_Functional", + "Unit_dynamic_loading_device_kernels_from_library", + "Unit_hipApiDynamicLoad", + "Unit_hipMalloc_gpptest", + "Unit_cache_coherency_cpu_gpu", + "Unit_cache_coherency_gpu_gpu", + #endif + #if defined NAVI21 + "=== Below tests failed in stress test on 08/12/23 ===", + "Unit_hipMallocMipmappedArray_Negative_Parameters", + "Unit_hipFreeMipmappedArray_Negative_Parameters", + "Unit_hipGetMipmappedArrayLevel_Negative_Parameters", + "Unit_hipMemPoolSetAccess_Negative_Parameters", + "Unit_hipMipmappedArrayCreate_Negative_Parameters", + "Unit_hipMipmappedArrayDestroy_Negative_Parameters", + "Unit_hipMipmappedArrayGetLevel_Negative_Parameters", #endif #if defined NAVI3X "=== Below tests soft hang in stress test on 13/09/23 ===",