SWDEV-327563 - Win,Linx: Disable failing tests (#2796)
Develop to staging
[ROCm/hip commit: 83dda013c2]
This commit is contained in:
@@ -3,7 +3,8 @@
|
|||||||
[
|
[
|
||||||
"# Following test is related to ticket EXSWCPHIPT-41",
|
"# Following test is related to ticket EXSWCPHIPT-41",
|
||||||
"Unit_hipStreamGetPriority_happy",
|
"Unit_hipStreamGetPriority_happy",
|
||||||
"Unit_hipStreamPerThread_DeviceReset_1"
|
"Unit_hipStreamPerThread_DeviceReset_1",
|
||||||
|
"Unit_hipGraphAddKernelNode_Negative"
|
||||||
]
|
]
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,6 +32,19 @@
|
|||||||
"Unit_hipGraphExecEventWaitNodeSetEvent_SetAndVerifyMemory",
|
"Unit_hipGraphExecEventWaitNodeSetEvent_SetAndVerifyMemory",
|
||||||
"Unit_hipGraphMemcpyNodeSetParams_Functional",
|
"Unit_hipGraphMemcpyNodeSetParams_Functional",
|
||||||
"Unit_hipMalloc3D_ValidatePitch",
|
"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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user