From 22213c0ec3e9009e911fda9ae802541be705cde3 Mon Sep 17 00:00:00 2001 From: Ajay GunaShekar <86270081+agunashe@users.noreply.github.com> Date: Tue, 28 Oct 2025 12:17:15 -0700 Subject: [PATCH] SWDEV-559569 - enable fixed tests (#1363) --- projects/hip-tests/catch/hipTestMain/config/config_amd_linux | 5 ----- .../hip-tests/catch/hipTestMain/config/config_amd_windows | 4 ---- .../hip-tests/catch/hipTestMain/config/config_amd_wsl.json | 3 --- 3 files changed, 12 deletions(-) diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux index 4f5982d0df..b846b2bc3a 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux @@ -590,12 +590,7 @@ "=== 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", "=== SWDEV-553920 disabled until multi device graph issues are resolved ===", diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows index c1c83cbf46..7aa4948676 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows @@ -171,9 +171,6 @@ "Unit_hipGraphMemsetNodeSetParams_Positive_Basic - uint32_t", "Note: Test disabled due to defect - EXSWHTEC-207", "Unit_hipGraphExecMemsetNodeSetParams_Negative_Updating_Non1D_Node", - "Unit_hipGraphExecMemsetNodeSetParams_Positive_Basic - uint8_t", - "Unit_hipGraphExecMemsetNodeSetParams_Positive_Basic - uint16_t", - "Unit_hipGraphExecMemsetNodeSetParams_Positive_Basic - uint32_t", "Unit_hipGraphMemsetNodeSetParams_Positive_Basic - uint8_t", "Unit_hipDeviceGetUuid_Positive", "Disabling test tracked SWDEV-394199", @@ -943,7 +940,6 @@ "Unit_hipWallClock64_Positive_Basic", "====================================================", "==================SWDEV-556645==================================", - "Unit_hipGraphNodeSetEnabled_Functional_KernelNode", "Unit_TexObjectCreate_TypePitch2D_IncompleteInit", "====================================================", "Unit_hipEventRecord", diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_wsl.json b/projects/hip-tests/catch/hipTestMain/config/config_amd_wsl.json index 424cc0c83d..c25b608fbb 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_wsl.json +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_wsl.json @@ -150,9 +150,6 @@ "Unit_hipGraphMemsetNodeSetParams_Positive_Basic - uint32_t", "Note: Test disabled due to defect - EXSWHTEC-207", "Unit_hipGraphExecMemsetNodeSetParams_Negative_Updating_Non1D_Node", - "Unit_hipGraphExecMemsetNodeSetParams_Positive_Basic - uint8_t", - "Unit_hipGraphExecMemsetNodeSetParams_Positive_Basic - uint16_t", - "Unit_hipGraphExecMemsetNodeSetParams_Positive_Basic - uint32_t", "Unit_hipGraphMemsetNodeSetParams_Positive_Basic - uint8_t", "Unit_hipDeviceGetUuid_Positive", "Disabling test tracked SWDEV-394199",