diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux index c7d994a087..23592d511d 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux @@ -150,6 +150,11 @@ "Unit_deviceAllocation_InOneThread_AccessInAllThreads", "=== Below test failed in stress test on 11/10/23 ===", "Unit_hipApiLinkUnusedLibs", + "=== StreamCreate Performance tests may potentially fail on all configs ===", + "Unit_hipStreamCreate_Performance", + "Unit_hipStreamCreate_WithFlagsPerformance_Nonblocking", + "Unit_hipStreamCreate_WithFlagsPerformance_Default", + "Unit_hipStreamCreate_WithPriorityPerformance_Nonblocking_low", "Unit_hipStreamCreate_WithPriorityPerformance_Nonblocking_high", "Unit_hipStreamCreate_WithPriorityPerformance_Default_low", "Unit_hipStreamCreate_WithPriorityPerformance_Default_high", @@ -157,8 +162,6 @@ #if defined VEGA20 "=== SWDEV-419112 Below tests fail in stress test on 29/08/23 ===", "Unit_deviceAllocation_Malloc_ComplexDataType", - "=== Below tests tests fail in stress test on 13/09/23 ===", - "Unit_hipStreamCreate_Performance", #endif #if defined MI100 "=== Below test soft hang in stress test on 29/08/23 ===", @@ -226,8 +229,6 @@ "=== Below tests soft hang in stress test on 13/09/23 ===", "Unit_hipMemsetFunctional_ZeroValue_hipMemsetD16", "Unit_hipIpcMemAccess_Semaphores", - "Unit_hipStreamCreate_WithFlagsPerformance_Nonblocking", - "Unit_hipStreamCreate_WithFlagsPerformance_Default", "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 546f513841..6ee583839f 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows @@ -229,12 +229,11 @@ "Unit_hipGetChannelDesc_Negative_Parameters", "Unit_hipTextureMipmapRef2D_Positive_Check", "Unit_hipTextureMipmapRef2D_Negative_Parameters", - "=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/416 ===", + "=== StreamCreate Performance tests may potentially fail on all configs ===", "Unit_hipStreamCreate_Performance", "Unit_hipStreamCreate_WithFlagsPerformance_Nonblocking", "Unit_hipStreamCreate_WithFlagsPerformance_Default", "Unit_hipStreamCreate_WithPriorityPerformance_Nonblocking_low", - "=== SWDEV-426375: Below test failed in stress test on 13/10/23 ===", "Unit_hipStreamCreate_WithPriorityPerformance_Nonblocking_high", "Unit_hipStreamCreate_WithPriorityPerformance_Default_low", "Unit_hipStreamCreate_WithPriorityPerformance_Default_high",