From 07f3943c25c2f367df98658c72c49941ec7ff9c5 Mon Sep 17 00:00:00 2001 From: Vladana Stojiljkovic Date: Mon, 27 Jan 2025 11:47:36 +0200 Subject: [PATCH] SWDEV-505795, SWDEV-511679 - Disable some IPC tests for all asics Change-Id: I6d48654432af81c3f7f6f064e0a52b68be1f15fe --- catch/hipTestMain/config/config_amd_linux | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/catch/hipTestMain/config/config_amd_linux b/catch/hipTestMain/config/config_amd_linux index d3a5bcd1ac..4cb8721cea 100644 --- a/catch/hipTestMain/config/config_amd_linux +++ b/catch/hipTestMain/config/config_amd_linux @@ -740,6 +740,9 @@ "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", + "=== SWDEV-511679 : Below tests fail in stress test ===", + "Unit_hipIpcOpenMemHandle_Negative_Open_In_Two_Contexts_Same_Device", + "Unit_hipIpcCloseMemHandle_Positive_Reference_Counting", #endif #if defined gfx908 "=== Below test soft hang in stress test on 29/08/23 ===", @@ -877,8 +880,6 @@ "Grid_Group_Sync_Positive_Basic", "dynamic_loading_device_kernels_from_library", "=== SWDEV-443630 - Below tests failed in stress test on 19/01/23 ===", - "Unit_hipIpcOpenMemHandle_Negative_Open_In_Two_Contexts_Same_Device", - "Unit_hipIpcCloseMemHandle_Positive_Reference_Counting", "Unit_hipStrmPerThrdDefault", "=== SWDEV-445961: These tests hang in PSDB stress test on 09/02/2024 ===", "Unit_hipGraphGetRootNodes_CapturedStream",