From 8773e3a90ad3c9448d113e947733d35623887699 Mon Sep 17 00:00:00 2001 From: Rakesh Roy Date: Mon, 6 Nov 2023 12:25:35 +0530 Subject: [PATCH] SWDEV-430387, SWDEV-430116 - Disable failing tests found in PSDB stress testing - Disable tests that are failing on Linux & Windows during PSDB stress testing Change-Id: I240d5c242e68946899e01c516fa7c4689fbc68f2 --- catch/hipTestMain/config/config_amd_linux | 7 +++++++ catch/hipTestMain/config/config_amd_windows | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/catch/hipTestMain/config/config_amd_linux b/catch/hipTestMain/config/config_amd_linux index 23592d511d..3193e41646 100644 --- a/catch/hipTestMain/config/config_amd_linux +++ b/catch/hipTestMain/config/config_amd_linux @@ -218,6 +218,13 @@ "Unit_hipMemcpyParam2DAsync_multiDevice-StreamOnDiffDevice - char", "=== SWDEV-425251:Below test failed in stress test on 11/10/23 ===", "Unit_hipP2pLinkTypeAndHopFunc", + "=== SWDEV-430387:Below tests failed in stress test on 27/10/23 ===", + "Unit_hipStreamAddCaptureDependencies_Positive_Functional", + "Unit_hipMallocManaged_HostDeviceConcurrent", + "Unit_hipMallocManaged_MultiThread", + "Unit_hipMemcpyAsync_H2H-H2D-D2H-H2PinMem - double", + "Unit_hipMallocArray_happy - int4", + "Unit_hipMallocArray_happy - float4", #endif #if defined NAVI21 "=== Below tests failed in stress test on 11/10/23 ===", diff --git a/catch/hipTestMain/config/config_amd_windows b/catch/hipTestMain/config/config_amd_windows index 6ee583839f..da69e45c93 100644 --- a/catch/hipTestMain/config/config_amd_windows +++ b/catch/hipTestMain/config/config_amd_windows @@ -237,6 +237,10 @@ "Unit_hipStreamCreate_WithPriorityPerformance_Nonblocking_high", "Unit_hipStreamCreate_WithPriorityPerformance_Default_low", "Unit_hipStreamCreate_WithPriorityPerformance_Default_high", + "=== SWDEV-430116:Below tests failed in stress test on 27/10/23 ===", + "Unit_hipFreeAsync_negative", + "Unit_hipLaunchHostFunc_multistreams", + "Unit_hipGraphMem_Alloc_Free_NodeGetParams_Negative", #endif "End of json" ]