From 8a3c3b65a7fc797faafb1689955fc78e6f05b16a Mon Sep 17 00:00:00 2001 From: Ioannis Assiouras Date: Wed, 20 Nov 2024 17:13:38 +0000 Subject: [PATCH] SWDEV-475482 - Disable Texture Object Tests for all asics to merge clr change Change-Id: I1dea13d938fd1c62a3a2ce8eb97fbff338a9e0bb --- catch/hipTestMain/config/config_amd_linux | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/catch/hipTestMain/config/config_amd_linux b/catch/hipTestMain/config/config_amd_linux index 4ed6a38bbd..b1ee695615 100644 --- a/catch/hipTestMain/config/config_amd_linux +++ b/catch/hipTestMain/config/config_amd_linux @@ -749,6 +749,9 @@ "Unit_unsafeAtomicMax_Positive_Multi_Kernel_Same_Address - float", "Unit_unsafeAtomicMin_Positive_Multi_Kernel_Same_Address - double", "Unit_unsafeAtomicMin_Positive_Multi_Kernel_Same_Address - float", + "=== SWDEV-475482 - Disable tests to merge clr change ===", + "Unit_hipCreateTextureObject_LinearResource", + "Unit_hipCreateTextureObject_Pitch2DResource", #endif #if defined gfx908 "=== Below test soft hang in stress test on 29/08/23 ===", @@ -904,9 +907,6 @@ "Unit_Warp_Shfl_Down_Positive_Basic - __half", "Unit_hipExtModuleLaunchKernel_Functional", "Unit_hipExtLaunchKernelGGL_Functional", - "=== SWDEV-475482 : Disable tests to merge clr change 08/02/24 ===", - "Unit_hipCreateTextureObject_LinearResource", - "Unit_hipCreateTextureObject_Pitch2DResource", "=== Following tests disabled due to SWDEV-483110", "Unit_UUID_setEnv_Thread", "Unit_UUID_setEnv_Thread_Lock",