SWDEV-499927 - Enable Virtual Memory tests on NV platform (#79)

Αυτή η υποβολή περιλαμβάνεται σε:
Arandjelovic, Marko
2025-05-13 00:21:38 +02:00
υποβλήθηκε από GitHub
γονέας fd8833cc83
υποβολή dec3869d6d
15 αρχεία άλλαξαν με 256 προσθήκες και 333 διαγραφές
@@ -113,13 +113,13 @@ TEST_CASE("Unit_hipMemExportToShareableHandle_Negative_Parameters") {
}
#endif
#if HT_AMD
SECTION("handle == nullptr") {
HIP_CHECK_ERROR(hipMemExportToShareableHandle(&shareable_handle, nullptr,
hipMemHandleTypePosixFileDescriptor, 0),
hipErrorInvalidValue);
HIP_CHECK_ERROR(
hipMemExportToShareableHandle(&shareable_handle,
(hipMemGenericAllocationHandle_t)nullptr,
hipMemHandleTypePosixFileDescriptor, 0),
hipErrorInvalidValue);
}
#endif
SECTION("invalid handleType") {
HIP_CHECK_ERROR(