Updated negative tests for hipStreamGetPriority (#2517)

[ROCm/hip commit: 64a20a5bb5]
This commit is contained in:
Finlay
2022-05-25 07:20:59 +01:00
committed by GitHub
orang tua 7989d62ccd
melakukan b71a2dbaab
4 mengubah file dengan 86 tambahan dan 49 penghapusan
@@ -1,6 +1,8 @@
{
"DisabledTests":
[
"# Following test is related to ticket EXSWCPHIPT-41",
"Unit_hipStreamGetPriority_happy",
"Unit_hipStreamPerThread_DeviceReset_1"
]
@@ -73,7 +73,8 @@
"Unit_hipGraphAddEventRecordNode_Functional_WithFlags",
"Unit_hipGraphAddEventRecordNode_MultipleRun",
"Unit_hipMalloc3D_Negative",
"Unit_hipPointerGetAttribute_MappedMem"
"Unit_hipPointerGetAttribute_MappedMem",
"# Following test is related to ticket EXSWCPHIPT-41",
"Unit_hipStreamGetPriority_happy"
]
}