From 4ccda0ea4ad27c63aaa8877e7b64d47a23ebfb81 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Wed, 23 Nov 2022 15:06:16 +0530 Subject: [PATCH] Disable Unit_hipMemset_Negative_OutOfBoundsPtr [ROCm/hip commit: d3e7e5a23b8a820be71dad8ffefb807d2208b81b] --- .../catch/hipTestMain/config/config_amd_linux_common.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 e0fd000420..ccb77bc2a4 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 @@ -11,6 +11,7 @@ "Unit_hipIpcCloseMemHandle_Negative_Close_In_Originating_Process", "Unit_hipIpcOpenMemHandle_Negative_Open_In_Creating_Process", "Unit_hipDeviceGetPCIBusId_Negative_PartialFill", - "Unit_hipInit_Negative" + "Unit_hipInit_Negative", + "Unit_hipMemset_Negative_OutOfBoundsPtr" ] }