SWDEV-340649 - Test case not valid anymore (#2928)

Change-Id: I87bf19a3f4fe9966b66fad10c7371d60c3e25469


[ROCm/hip-tests commit: a8c0fa145d]
Αυτή η υποβολή περιλαμβάνεται σε:
ROCm CI Service Account
2022-09-13 09:36:32 +05:30
υποβλήθηκε από GitHub
γονέας 41e09a2681
υποβολή 767ec039e2
@@ -293,11 +293,6 @@ TEST_CASE("Unit_hipMallocManaged_Negative") {
HIP_CHECK_ERROR(hipMallocManaged(&A, 1024, hipMemAttachGlobal | hipMemAttachHost),
hipErrorInvalidValue);
}
SECTION("Max value to size") {
HIP_CHECK_ERROR(hipMallocManaged(&A, std::numeric_limits<size_t>::max(), hipMemAttachGlobal),
hipErrorOutOfMemory);
}
}
// Allocate two pointers using hipMallocManaged(), initialize,