From 93cfcb1a4e7cb566a84b03ff0f02aab53c3741b9 Mon Sep 17 00:00:00 2001 From: Ajay GunaShekar <86270081+agunashe@users.noreply.github.com> Date: Mon, 22 Sep 2025 20:49:18 -0700 Subject: [PATCH] SWDEV-556658 - skip failing tests to have a clean build (#1082) SWDEV-556658 - Linux failures SWDEV-556645 - Windows failures --- .../hip-tests/catch/hipTestMain/config/config_amd_linux | 9 +++++++++ .../catch/hipTestMain/config/config_amd_windows | 4 ++++ 2 files changed, 13 insertions(+) diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux index 0a200c435d..726fa21634 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux @@ -626,6 +626,15 @@ "Unit_hipGetLastError_KernelFailure_TwoStreams", "=== Enable the below test when multi-device graph launches are fully supported ===", "Unit_hipGraphInstantiateWithFlags_DependencyGraphDeviceCtxtChg", + "=== SWDEV-556658 multiple test failures ===", + "Unit_hipGraphExecMemsetNodeSetParams_Positive_Basic - uint8_t", + "Unit_hipGraphExecMemsetNodeSetParams_Positive_Basic - uint16_t", + "Unit_hipGraphExecMemsetNodeSetParams_Positive_Basic - uint32_t", + "Unit_hipGraphExecMemcpyNodeSetParams_Positive_Basic", + "Unit_hipGraphNodeSetEnabled_Functional_KernelNode", + "Unit_hipGraphNodeSetEnabled_Functional_MemSet", + "Unit_hipGraph_PerfCheck_hipGraphExecChildGraphNodeSetParams", + "Unit_TexObjectCreate_TypePitch2D_IncompleteInit", #endif #if defined gfx90a || defined gfx942 || defined gfx950 "=== SWDEV-443630 : Below test failed in stress test on 19/01/24 ===", diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows index e05a18b9e9..f7ace5831f 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows @@ -1007,6 +1007,10 @@ "Unit_hipStreamBeginCapture_StreamSync_OngoingCapture_MThread", "Unit_hipStreamBeginCapture_CapturingFromWithinStrms", "====================================================", + "==================SWDEV-556645==================================", + "Unit_hipGraphNodeSetEnabled_Functional_KernelNode", + "Unit_TexObjectCreate_TypePitch2D_IncompleteInit", + "====================================================", #endif "=== Following tests disabled as it should be a local perf test", "Performance_hipExtLaunchKernelGGL_QueryGPUFrequency",