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

Change-Id: I87bf19a3f4fe9966b66fad10c7371d60c3e25469
This commit is contained in:
ROCm CI Service Account
2022-09-13 09:36:32 +05:30
کامیت شده توسط GitHub
والد 758a6b863c
کامیت 176e64898a
@@ -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,