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"
]
}