SWDEV-1 - Disable newly added failing tests (#132)
Disabled the following tests on Linux: - Unit_hipMemRangeGetAttribute_Positive_AccessedBy_Basic - Unit_hipMemRangeGetAttribute_Positive_AccessedBy_Partial_Range - Unit_hipMemRangeGetAttributes_Negative_Parameters - Unit_hipStreamAttachMemAsync_Positive_Basic - Unit_hipStreamAttachMemAsync_Positive_AttachGlobal - Unit_hipStreamAttachMemAsync_Negative_Parameters - Unit_hipMemGetAddressRange_Positive Disabled the following tests on Windows: - Unit_hipMemGetAddressRange_Positive
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
500dc6f69a
Коммит
315b14fe4e
@@ -18,6 +18,13 @@
|
||||
"Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep",
|
||||
"Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep_ClonedGrph",
|
||||
"Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep_ChldNode",
|
||||
"Unit_hipMemGetAddressRange_Negative"
|
||||
"Unit_hipMemGetAddressRange_Negative",
|
||||
"Unit_hipMemRangeGetAttribute_Positive_AccessedBy_Basic",
|
||||
"Unit_hipMemRangeGetAttribute_Positive_AccessedBy_Partial_Range",
|
||||
"Unit_hipMemRangeGetAttributes_Negative_Parameters",
|
||||
"Unit_hipStreamAttachMemAsync_Positive_Basic",
|
||||
"Unit_hipStreamAttachMemAsync_Positive_AttachGlobal",
|
||||
"Unit_hipStreamAttachMemAsync_Negative_Parameters",
|
||||
"Unit_hipMemGetAddressRange_Positive"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -97,6 +97,7 @@
|
||||
"Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep",
|
||||
"Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep_ClonedGrph",
|
||||
"Unit_hipGraphDestroyNode_Complx_ChkNumOfNodesNDep_ChldNode",
|
||||
"Unit_hipMemGetAddressRange_Negative"
|
||||
"Unit_hipMemGetAddressRange_Negative",
|
||||
"Unit_hipMemGetAddressRange_Positive"
|
||||
]
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user