From dcb02ce40e956fd602bb7a91384fc55600074eb4 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Mon, 29 May 2023 14:27:51 +0530 Subject: [PATCH] Update config_amd_linux_common.json Disable hipDeviceSetCacheConfig & hipDeviceSetSharedMemConfig tests temporarily [ROCm/hip-tests commit: 0c842b6210e37f79d4b626b390bbee0bd93c9577] --- .../catch/hipTestMain/config/config_amd_linux_common.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux_common.json b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux_common.json index 1429fe9fea..f9799a723c 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux_common.json +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux_common.json @@ -79,7 +79,11 @@ "SWDEV-398980 fails in Stress test", "Unit_hipMemcpyPeer_Positive_Synchronization_Behavior", "SWDEV-398981 fails in stress test", - "Unit_hipStreamCreateWithPriority_MulthreadDefaultflag" + "Unit_hipStreamCreateWithPriority_MulthreadDefaultflag", + "Disabling below 4 tests temporarily due to change in API behavior", + "Unit_hipDeviceSetCacheConfig_Positive_Basic", + "Unit_hipDeviceSetCacheConfig_Negative_Parameters", + "Unit_hipDeviceSetSharedMemConfig_Positive_Basic", + "Unit_hipDeviceSetSharedMemConfig_Negative_Parameters" ] - }