From 267bba96de03ea6887ff16cd89ecf9ac22cf4970 Mon Sep 17 00:00:00 2001 From: ROCm CI Service Account <66695075+rocm-ci@users.noreply.github.com> Date: Tue, 13 Sep 2022 09:36:32 +0530 Subject: [PATCH] SWDEV-340649 - Test case not valid anymore (#2928) Change-Id: I87bf19a3f4fe9966b66fad10c7371d60c3e25469 [ROCm/hip commit: 176e64898a39f405306a429455678f7339cd3a9d] --- .../catch/unit/memory/hipMallocManaged_MultiScenario.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/projects/hip/tests/catch/unit/memory/hipMallocManaged_MultiScenario.cc b/projects/hip/tests/catch/unit/memory/hipMallocManaged_MultiScenario.cc index 976a4397fc..971d6cf8c6 100644 --- a/projects/hip/tests/catch/unit/memory/hipMallocManaged_MultiScenario.cc +++ b/projects/hip/tests/catch/unit/memory/hipMallocManaged_MultiScenario.cc @@ -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::max(), hipMemAttachGlobal), - hipErrorOutOfMemory); - } } // Allocate two pointers using hipMallocManaged(), initialize,