diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux index 047f6c5f05..1b7051cf5a 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_linux +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_linux @@ -12,6 +12,10 @@ #define MI2XX #endif +#if defined gfx1030 + #define NAVI21 +#endif + #if defined gfx1100 || defined gfx1102 #define NAVI3X #endif @@ -145,18 +149,24 @@ "Unit_hipEventIpc", "=== SWDEV-427101:Below test fails randomly in PSDB ===", "Unit_deviceAllocation_InOneThread_AccessInAllThreads", + "=== Below test failed in stress test on 11/10/23 ===", + "Unit_hipApiLinkUnusedLibs", + "Unit_hipStreamCreate_WithPriorityPerformance_Nonblocking_high", + "Unit_hipStreamCreate_WithPriorityPerformance_Default_low", + "Unit_hipStreamCreate_WithPriorityPerformance_Default_high", #endif #if defined VEGA20 "=== SWDEV-419112 Below tests fail in stress test on 29/08/23 ===", "Unit_deviceAllocation_Malloc_ComplexDataType", - "Unit_hipStreamCreate_WithPriorityPerformance_Default_low", "=== Below tests tests fail in stress test on 13/09/23 ===", "Unit_hipStreamCreate_Performance", - "Unit_hipStreamCreate_WithPriorityPerformance_Default_high", #endif #if defined MI100 "=== Below test soft hang in stress test on 29/08/23 ===", "Unit_hipMultiThreadStreams2", + "=== SWDEV-425248:Below tests failed in stress test on 11/10/23 ===", + "Unit_hipHostRegister_Memcpy - double", + "Unit_hipP2pLinkTypeAndHopFunc", #endif #if defined MI2XX "Unit_hipStreamPerThread_DeviceReset_1", @@ -203,6 +213,14 @@ "Unit_hipMemcpyParam2D_multiDevice-D2D - double", "Unit_hipMemcpyParam2D_multiDevice-D2D - long double", "Unit_hipMemcpyParam2DAsync_multiDevice-StreamOnDiffDevice - char", + "=== SWDEV-425251:Below test failed in stress test on 11/10/23 ===", + "Unit_hipP2pLinkTypeAndHopFunc", + #endif + #if defined NAVI21 + "=== Below tests failed in stress test on 11/10/23 ===", + "Unit_hipStreamCreate_Performance", + "Unit_hipStreamCreate_WithFlagsPerformance_Nonblocking", + "Unit_hipStreamCreate_WithFlagsPerformance_Default", #endif #if defined NAVI3X "=== Below tests soft hang in stress test on 13/09/23 ===", @@ -217,6 +235,8 @@ "Grid_Group_Getters_Via_Non_Member_Functions_Positive_Basic", "Grid_Group_Sync_Positive_Basic", "dynamic_loading_device_kernels_from_library", + "=== Below tests failed in stress test on 11/10/23 ===", + "Unit_hipStreamCreate_WithPriorityPerformance_Nonblocking_low", #endif "End of json" ] diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows index ca69074102..8352345f5a 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows @@ -235,6 +235,10 @@ "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", #endif "End of json" ]