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

Change-Id: I87bf19a3f4fe9966b66fad10c7371d60c3e25469


[ROCm/hip commit: 176e64898a]
Этот коммит содержится в:
ROCm CI Service Account
2022-09-13 09:36:32 +05:30
коммит произвёл GitHub
родитель d2157cb085
Коммит 267bba96de
-5
Просмотреть файл
@@ -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,