SWDEV-327563 - Win,Linx: Disable failing tests (#2796)

Develop to staging

[ROCm/hip commit: 83dda013c2]
Этот коммит содержится в:
agunashe
2022-07-12 10:08:45 -07:00
коммит произвёл GitHub
родитель d56dc42fbd
Коммит 0da2aa9d2c
2 изменённых файлов: 16 добавлений и 2 удалений
+2 -1
Просмотреть файл
@@ -3,7 +3,8 @@
[
"# Following test is related to ticket EXSWCPHIPT-41",
"Unit_hipStreamGetPriority_happy",
"Unit_hipStreamPerThread_DeviceReset_1"
"Unit_hipStreamPerThread_DeviceReset_1",
"Unit_hipGraphAddKernelNode_Negative"
]
}
+14 -1
Просмотреть файл
@@ -32,6 +32,19 @@
"Unit_hipGraphExecEventWaitNodeSetEvent_SetAndVerifyMemory",
"Unit_hipGraphMemcpyNodeSetParams_Functional",
"Unit_hipMalloc3D_ValidatePitch",
"Unit_hipArrayCreate_happy"
"Unit_hipArrayCreate_happy",
"Unit_hipGraphAddKernelNode_Negative",
"Unit_hipHostRegister_Negative - int",
"Unit_hipHostRegister_Negative - float",
"Unit_hipHostRegister_Negative - double",
"Unit_hipMemAllocPitch_ValidatePitch",
"Unit_hipArrayCreate_happy - int",
"Unit_hipArrayCreate_happy - int4",
"Unit_hipArrayCreate_happy - short2",
"Unit_hipArrayCreate_happy - char",
"Unit_hipArrayCreate_happy - char4",
"Unit_hipArrayCreate_happy - float",
"Unit_hipArrayCreate_happy - float2",
"Unit_hipArrayCreate_happy - float4"
]
}