From a2a80494ef89afe48235b4f79c51a4e9911fec72 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Mon, 26 Jun 2023 21:01:13 +0530 Subject: [PATCH] Update config_amd_linux_common.json Disable unstable tests based on stress testing - 23Jun [ROCm/hip-tests commit: 77c6d80f313c4458c145f1bf53ede6c437e235dc] --- .../config/config_amd_linux_common.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux_common.json b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux_common.json index 67e11ec779..8c580cc95f 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux_common.json +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux_common.json @@ -63,6 +63,23 @@ "SWDEV-398980 fails in Stress test", "Unit_hipMemcpyPeer_Positive_Synchronization_Behavior", "SWDEV-398981 fails in stress test", - "Unit_hipStreamCreateWithPriority_MulthreadDefaultflag" + "Unit_hipStreamCreateWithPriority_MulthreadDefaultflag", + "=== Below tests fail in stress test on 23/06/23 ===", + "Unit_hipIpcMemAccess_ParameterValidation", + "Unit_hipMemcpy2DFromArrayAsync_Positive_Synchronization_Behavior", + "Unit_hipMalloc3D_SmallandBigChunks", + "Unit_hipMalloc3D_MultiThread", + "Unit_hipArrayCreate_DiffSizes", + "Unit_hipArrayCreate_MultiThread", + "hipMemGetInfo_DifferentMallocSmall", + "Unit_hipMemGetInfo_ParaSmall", + "Unit_hipMemGetInfo_ParaNonDiv", + "Unit_hipMemGetInfo_ParaMultiSmall", + "Unit_hipMemGetInfo_Negative", + "Unit_hipMemsetDSync - int8_t", + "Unit_hipGraphClone_Test_hipGraphExecMemcpyNodeSetParams", + "Unit_hipGraphClone_Test_hipGraphMemcpyNodeSetParams1D_and_exec", + "Unit_hipStreamValue_Wait64_Blocking_NoMask_And", + "Unit_hipStreamValue_Wait64_Blocking_NoMask_Nor" ] }