EXSWHTEC-281 - Implement Unit Tests for assert functions #210

Change-Id: I6c05915c957d9b67951b3e97cc35cb1ca72a945f


[ROCm/hip-tests commit: 044a59496c]
Esse commit está contido em:
Mirza Halilcevic
2023-12-28 17:41:54 +00:00
commit de Rakesh Roy
commit dcade635c6
31 arquivos alterados com 674 adições e 463 exclusões
@@ -309,6 +309,8 @@
"Performance_hipMemsetD32",
"Performance_hipMemsetD32Async",
"Unit_hipGraphKernelNodeGetAttribute_Negative_Parameters",
"=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/210 ===",
"Unit_Assert_Positive_Basic_KernelFail",
#endif
#if defined VEGA20
"=== SWDEV-419112 Below tests fail in stress test on 29/08/23 ===",
@@ -440,6 +440,11 @@
"Unit_Thread_Block_Tile_Shfl_Positive_Basic - float",
"Unit_Thread_Block_Tile_Shfl_Positive_Basic - double",
"Unit_Thread_Block_Tile_Getters_Positive_Basic",
"=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/210 ===",
"Unit_StaticAssert_Positive_Basic_RTC",
"Unit_Assert_Positive_Basic_KernelFail",
"Unit_StaticAssert_Positive_Basic",
"Unit_StaticAssert_Negative_Basic",
#endif
"End of json"
]
@@ -89,6 +89,9 @@
"Performance_hipMemsetD32",
"Performance_hipMemsetD32Async",
"Unit_hipMemcpyParam2D_Positive_Synchronization_Behavior",
"Unit_hipMemcpy_Positive_Synchronization_Behavior"
"Unit_hipMemcpy_Positive_Synchronization_Behavior",
"=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/210 ===",
"Unit_StaticAssert_Positive_Basic",
"Unit_StaticAssert_Negative_Basic"
]
}