From 7967ea1de06d7a7332ab24c36c74fc3d7fe22131 Mon Sep 17 00:00:00 2001 From: agunashe <86270081+agunashe@users.noreply.github.com> Date: Sun, 19 Jun 2022 20:49:15 -0700 Subject: [PATCH] SWDEV-327563 - Win:skip mempool and getUuid failing tests (#2748) [ROCm/hip-tests commit: 9edd6e0fd4f66051f434e57ea06b97674c7a475a] --- .../catch/hipTestMain/config/config_amd_windows.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows.json b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows.json index 9fc36b8e4c..5ae00f6dc1 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows.json +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows.json @@ -52,6 +52,13 @@ "Unit_hipStreamGetCaptureInfo_UniqueID", "Unit_hipStreamGetCaptureInfo_ArgValidation", "# Following test is related to ticket EXSWCPHIPT-41", - "Unit_hipStreamGetPriority_happy" + "Unit_hipStreamGetPriority_happy", + "Unit_hipMemPoolApi_Basic", + "Unit_hipMemPoolApi_BasicAlloc", + "Unit_hipMemPoolApi_BasicTrim", + "Unit_hipMemPoolApi_BasicReuse", + "Unit_hipMemPoolApi_Opportunistic", + "Unit_hipMemPoolApi_Default", + "Unit_hipDeviceGetUuid" ] }