From 05b59788c67c2e4fea9f122b7c06017c7b42bb48 Mon Sep 17 00:00:00 2001 From: agunashe Date: Thu, 9 Jan 2025 10:42:49 -0800 Subject: [PATCH] SWDEV-504240 - linux: skip atomicMax tests for all ASICs Change-Id: Ic7b37f0734f728c2ef21e7acd9f280039fbbe4b2 --- catch/hipTestMain/config/config_amd_linux | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/catch/hipTestMain/config/config_amd_linux b/catch/hipTestMain/config/config_amd_linux index 07e89ecc88..0ee633d0eb 100644 --- a/catch/hipTestMain/config/config_amd_linux +++ b/catch/hipTestMain/config/config_amd_linux @@ -751,6 +751,11 @@ "=== SWDEV-475482 - Disable tests to merge clr change ===", "Unit_hipCreateTextureObject_LinearResource", "Unit_hipCreateTextureObject_Pitch2DResource", + "=== SWDEV-454316 : Below tests fail in stress test ===", + "Unit_atomicMin_system_Positive_Peer_GPUs_Same_Address - float", + "Unit_atomicMin_system_Positive_Peer_GPUs_Same_Address - double", + "Unit_atomicMax_system_Positive_Peer_GPUs_Same_Address - float", + "Unit_atomicMax_system_Positive_Peer_GPUs_Same_Address - double", #endif #if defined gfx908 "=== Below test soft hang in stress test on 29/08/23 ===", @@ -870,11 +875,6 @@ "Unit_safeAtomicMin_Positive_SameAddress - float", "=== SWDEV-454220 : Below test hanged in stress test on 22/03/24 ===", "Unit_hipExtLaunchKernel_Positive_Basic", - "=== SWDEV-454316 : Below tests fail in stress test ===", - "Unit_atomicMin_system_Positive_Peer_GPUs_Same_Address - float", - "Unit_atomicMin_system_Positive_Peer_GPUs_Same_Address - double", - "Unit_atomicMax_system_Positive_Peer_GPUs_Same_Address - float", - "Unit_atomicMax_system_Positive_Peer_GPUs_Same_Address - double", #endif #if defined gfx1030 "=== SWDEV-445961: These tests hang in PSDB stress test on 09/02/2024 ===",