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

Change-Id: I87bf19a3f4fe9966b66fad10c7371d60c3e25469


[ROCm/hip commit: 176e64898a]
This commit is contained in:
ROCm CI Service Account
2022-09-13 09:36:32 +05:30
zatwierdzone przez GitHub
rodzic d2157cb085
commit 267bba96de
@@ -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,