From 9cdbce3376b652cc3ec370a730dc03a447cd0c71 Mon Sep 17 00:00:00 2001 From: Jaydeep Patel Date: Fri, 10 May 2024 05:07:33 +0000 Subject: [PATCH] SWDEV-457316 - Disable tests temporarily. I40459e66d7dd84f3b5298617990313b41458c804 exposes a bug in these test cases. Disable tests temporarily in order to merge the CLR change. Once CLR change lands, these tests will be enabled back with fix. Change-Id: Icebfc7b4461db79fd8bce70fcc1f11df2f9e71c0 [ROCm/hip-tests commit: 078ec631df231a269739f465daeb9e6f7421d58f] --- projects/hip-tests/catch/hipTestMain/config/config_amd_linux | 3 +++ projects/hip-tests/catch/hipTestMain/config/config_amd_windows | 3 +++ 2 files changed, 6 insertions(+) diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux index 3370e5899b..d483567bc0 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux @@ -1406,6 +1406,9 @@ "=== Below tests have issues in MGPU setup ===", "Unit_hipDeviceGetGraphMemAttribute_Functional", "Unit_hipDeviceGetGraphMemAttribute_Functional_Multi_Device", + "=== SWDEV-457316 Below tests are disabled temporarily to avoid combined PSDB ===", + "Unit_hipGraphAddMemAllocNode_Positive_FreeSeparateGraph", + "Unit_hipGraphAddMemFreeNode_Negative_NotSupported", #endif #if defined VEGA20 "=== SWDEV-419112 Below tests fail in stress test on 29/08/23 ===", diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows index a15289d13c..b2a414f5bb 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows @@ -1433,6 +1433,9 @@ "Unit_hipDeviceGetGraphMemAttribute_Functional_Multi_Device", "=== SWDEV-452308 : Windows failure, should be fixed for ROCm 6.3. ===", "Unit_hipVoteSync_All", + "=== SWDEV-457316 Below tests are disabled temporarily to avoid combined PSDB ===", + "Unit_hipGraphAddMemAllocNode_Positive_FreeSeparateGraph", + "Unit_hipGraphAddMemFreeNode_Negative_NotSupported", #endif "End of json" ]