From a19e465add7d1949b0e6b3df448d2dded7f4f6ca Mon Sep 17 00:00:00 2001 From: Rakesh Roy Date: Thu, 14 Mar 2024 16:20:21 +0530 Subject: [PATCH] SWDEV-1 - Disable failing tests in Windows PSDB - These tests are failing in Windows PSDB Change-Id: I993f52cb942a5460bca5a40b6f6facd1a126d0a7 --- catch/hipTestMain/config/config_amd_windows | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/catch/hipTestMain/config/config_amd_windows b/catch/hipTestMain/config/config_amd_windows index 919098a569..0bd42083e7 100644 --- a/catch/hipTestMain/config/config_amd_windows +++ b/catch/hipTestMain/config/config_amd_windows @@ -661,6 +661,18 @@ "Unit_Kernel_Launch_bounds_Negative_OutOfBounds", "Unit_Kernel_Launch_bounds_Negative_Parameters_RTC", "Unit_AtomicBuiltins_Negative_Parameters_RTC", + "Unit_hipMemcpy2D_H2D-D2D-D2H - int", + "Unit_hipMemcpy2D_H2D-D2D-D2H - float", + "Unit_hipMemcpy2D_H2D-D2D-D2H - double", + "Unit_hipMemcpy2D_H2D-D2D-D2H_WithOffset - int", + "Unit_hipMemcpy2D_H2D-D2D-D2H_WithOffset - float", + "Unit_hipMemcpy2D_H2D-D2D-D2H_WithOffset - double", + "Unit_hipMemcpy2DAsync_Host&PinnedMem - int", + "Unit_hipMemcpy2DAsync_Host&PinnedMem - float", + "Unit_hipMemcpy2DAsync_Host&PinnedMem - double", + "Unit_hipMemPoolGetAccess_Negative_Parameters", + "Unit_hipMemPoolSetAttribute_Negative_Parameters", + "Unit_hipMemPoolGetAttribute_Negative_Parameters", "Note: Test disabled due to defect - EXSWHTEC-151", "Unit_hipModuleLoad_Negative_Load_From_A_File_That_Is_Not_A_Module", "Note: Test disabled due to defect - EXSWHTEC-152",