SWDEV-555665 - skip failing tests on window (#1045)

* SWDEV-555665 - skip failing tests on window

* SWDEV-555665 - skip failing tests on window
2 missed tests added to the skip list

* SWDEV-555665 - typo in Unit_test_generic_target_in_regular_fatbin testname
Αυτή η υποβολή περιλαμβάνεται σε:
Ajay GunaShekar
2025-09-19 12:24:47 -07:00
υποβλήθηκε από GitHub
γονέας f31afe1d20
υποβολή 300cd09f0b
2 αρχεία άλλαξαν με 21 προσθήκες και 1 διαγραφές
@@ -987,6 +987,26 @@
"Unit_hipGraphInstantiateWithFlags_WithDefaultAndAutoFreeOnLaunch",
"=== SWDEV-457316 Below test is skipped due ref count logic (Discussed with German) ===",
"Unit_hipGraphAddMemAllocNode_Negative_Free_Alloc_Memory_Again",
"====================================================",
"==================SWDEV-555665==================================",
"Unit_hipMemVmm_Uncached",
"Unit_TexObjectCreate_TypePitch2D",
"Unit_hipTexRefSetGetMipmappedArray",
"Unit_test_generic_target_only_in_regular_fatbin",
"Unit_test_generic_target_only_in_compressed_fatbin",
"Unit_test_generic_target_in_regular_fatbin",
"Unit_hipMemSetAccessHostDevice_hostalloc",
"Unit_hipModuleLoadData_Positive_Basic",
"Unit_hipExtModuleLaunchKernel_UniformWorkGroup",
"Unit_hipExtLaunchMultiKernelMultiDevice_Negative_MultiKernelSameDevice",
"Unit_hipClock64_Positive_Basic",
"Unit_hipClock_Positive_Basic",
"Unit_hipWallClock64_Positive_Basic",
"Unit_hipStreamBeginCapture_Positive_CapturingFromWithinStrms",
"Unit_hipStreamBeginCapture_StreamSync_OngoingCapture",
"Unit_hipStreamBeginCapture_StreamSync_OngoingCapture_MThread",
"Unit_hipStreamBeginCapture_CapturingFromWithinStrms",
"====================================================",
#endif
"=== Following tests disabled as it should be a local perf test",
"Performance_hipExtLaunchKernelGGL_QueryGPUFrequency",
@@ -36,7 +36,7 @@ template <typename T> static __global__ void vector_square_generic(T* C_d, const
#ifdef GENERIC_COMPRESSED
TEST_CASE("Unit_test_generic_target_in_compressed_fatbin") {
#else
TEST_CASE("Unit_test_generic_target_in_regular_fatbin ") {
TEST_CASE("Unit_test_generic_target_in_regular_fatbin") {
#endif
if (!isGenericTargetSupported()) {
fprintf(stderr, "Generic target test is skipped\n");