SWDEV-425248, SWDEV-425251, SWDEV-426375 - Disable failing tests found in PSDB stress testing

- Disable tests that are failing on Linux & Windows during PSDB stress testing

Change-Id: I606226705cd440c1742e0eac4840f7b189d69047
This commit is contained in:
Rakesh Roy
2023-10-11 23:45:11 +05:30
committed by Rakesh Roy
parent cf3df12106
commit ef1b576a8f
2 changed files with 26 additions and 2 deletions
+22 -2
View File
@@ -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"
]
@@ -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"
]