From df17c9344c480e92456019a961eaf8ebb3671276 Mon Sep 17 00:00:00 2001 From: agunashe <86270081+agunashe@users.noreply.github.com> Date: Mon, 8 May 2023 20:52:49 -0700 Subject: [PATCH] SWDEV-398971 - disable multiple tests failing in stress tests (#255) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * SWDEV-398971 - disable Unit_HMM_OverSubscriptionTst Unit_HMM_OverSubscriptionTst fails in stress test Navi21(sGPU)  + Ub 22.04 * SWDEV-398971 - skipping mulitple tests --- .../hipTestMain/config/config_amd_linux_common.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/catch/hipTestMain/config/config_amd_linux_common.json b/catch/hipTestMain/config/config_amd_linux_common.json index be62d80429..1429fe9fea 100644 --- a/catch/hipTestMain/config/config_amd_linux_common.json +++ b/catch/hipTestMain/config/config_amd_linux_common.json @@ -69,7 +69,17 @@ "Unit_hipMemcpyPeer_Positive_ZeroSize", "Unit_hipMemcpyPeerAsync_Positive_ZeroSize", "Disabling test tracked SWDEV-391718", - "Unit_hipMemRangeGetAttribute_TstCountParam" + "Unit_hipMemRangeGetAttribute_TstCountParam", + "Fails in Stress test SWDEV-398971", + "Unit_HMM_OverSubscriptionTst", + "SWDEV-398975 Seg faults in stress test", + "Unit_hipMemcpyWithStream_MultiThread", + "SWDEV-398977 fails in stress tests", + "Unit_hipMemset2DSync", + "SWDEV-398980 fails in Stress test", + "Unit_hipMemcpyPeer_Positive_Synchronization_Behavior", + "SWDEV-398981 fails in stress test", + "Unit_hipStreamCreateWithPriority_MulthreadDefaultflag" ] }