From 767ec039e25a2a72eebf31c654c6a96ee45bd6da 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-tests commit: a8c0fa145df02a35f933f3ebd38f389138836516] --- .../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,