diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux index 679c418f66..851180e680 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux @@ -19,8 +19,6 @@ "Unit_hipDeviceGetCacheConfig_Positive_Basic", "Unit_hipDeviceGetCacheConfig_Positive_Threaded", "Unit_hipGetDeviceFlags_Positive_Context", - "Unit_hipIpcCloseMemHandle_Negative_Close_In_Originating_Process", - "Unit_hipIpcOpenMemHandle_Negative_Open_In_Creating_Process", "Unit_hipInit_Negative", "Unit_hipDeviceReset_Positive_Basic", "Unit_hipDeviceReset_Positive_Threaded", @@ -52,7 +50,6 @@ "Note: Following four tests disabled due to defect - EXSWHTEC-203", "Unit_hipStreamSetCaptureDependencies_Positive_Functional", "Note: Test disabled due to defect - EXSWHTEC-207", - "Unit_hipIpcGetMemHandle_Positive_Unique_Handles_Separate_Allocations", "Unit_hipStreamCreateWithFlags_DefaultStreamInteraction", "Unit_hipMemset3DSync", "Unit_hipStreamAddCallback_StrmSyncTiming", @@ -72,8 +69,6 @@ "Unit_hipStreamCreateWithPriority_MulthreadDefaultflag", "SWDEV-402054 fails in external github build", "Unit_hipEventDestroy_WithWaitingStream", - "=== Below tests fail in stress test on 23/06/23 ===", - "Unit_hipIpcMemAccess_ParameterValidation", "=== Below tests fail in stress test on 30/06/23 ===", "Unit_hipMemcpyParam2DAsync_multiDevice-StreamOnDiffDevice", "=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/96 ===", @@ -701,7 +696,6 @@ "Unit_atomicCAS_Negative_Parameters_RTC", "SWDEV-447384, SWDEV-447932: These tests fail in gfx1100, gfx1101 & gfx1102", "Unit_hipFreeAsync_Negative_Parameters", - "Unit_hipIpcGetMemHandle_Positive_Unique_Handles_Reused_Memory", "SWDEV-445928: These tests fail in PSDB stress test on 09/02/2024", "Unit_hipCreateSurfaceObject_Negative_Parameters", "Unit_hipDestroySurfaceObject_Negative_Parameters", @@ -879,7 +873,6 @@ #if defined gfx1100 || defined gfx1102 "=== Below tests soft hang in stress test on 13/09/23 ===", "Unit_hipMemsetFunctional_ZeroValue_hipMemsetD16", - "Unit_hipIpcMemAccess_Semaphores", "Unit_hipStreamAttachMemAsync_Negative_Parameters", "hipStreamPerThread_CoopLaunch", "hipCGMultiGridGroupType", diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows index f965d7cda8..d8599cb9e6 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows @@ -84,8 +84,6 @@ "Unit_hipStreamValue_Wait32_Blocking_NoMask_Nor", "Unit_hipStreamValue_Wait64_Blocking_NoMask_And", "Unit_hipGetDeviceFlags_Positive_Context", - "Unit_hipIpcCloseMemHandle_Negative_Close_In_Originating_Process", - "Unit_hipIpcOpenMemHandle_Negative_Open_In_Creating_Process", "Unit_hipDeviceGetPCIBusId_Negative_PartialFill", "Unit_hipDeviceGetSharedMemConfig_Positive_Basic", "Unit_hipDeviceGetSharedMemConfig_Positive_Threaded", diff --git a/projects/hip-tests/catch/hipTestMain/config/config_nvidia_linux.json b/projects/hip-tests/catch/hipTestMain/config/config_nvidia_linux.json index eff0a2a39e..e448bbcae7 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_nvidia_linux.json +++ b/projects/hip-tests/catch/hipTestMain/config/config_nvidia_linux.json @@ -31,7 +31,6 @@ "Unit_hipMemcpyParam2D_multiDevice-D2D - long double", "Unit_hipMemcpyParam2DAsync_multiDevice-StreamOnDiffDevice - char", "Unit_hipMemsetFunctional_ZeroValue_hipMemsetD16", - "Unit_hipIpcMemAccess_Semaphores", "Unit_hipStreamAttachMemAsync_Negative_Parameters", "hipStreamPerThread_CoopLaunch", "hipCGMultiGridGroupType",