Disable Unit_hipStreamPerThread_MultiThread (#2409)

This test is launching threads that call HIP APIs and then
immediately detaching those threads and returning from main().

This causes multiple issues because when returning from main(),
global variables are destroyed while threads might still be running which
leads to random segfaults.
This commit is contained in:
Fábio Mestre
2026-01-26 11:37:25 +00:00
کامیت شده توسط GitHub
والد 72286016c6
کامیت 265d0a2d2b
5فایلهای تغییر یافته به همراه13 افزوده شده و 3 حذف شده
@@ -65,6 +65,8 @@
"Unit_Device___ll2half_rd_Accuracy_Positive",
"Unit_Device___ll2half_ru_Accuracy_Positive",
"Unit_Device___ull2half_rz_Accuracy_Positive",
"Unit_Device___ull2half_rd_Accuracy_Positive"
"Unit_Device___ull2half_rd_Accuracy_Positive",
"=== Test does not reflect a valid use case - SWDEV-569454",
"Unit_hipStreamPerThread_MultiThread"
]
}