From b2c1ea1fbe7d2e83a8d9289fd7824aa7b42eb7d8 Mon Sep 17 00:00:00 2001 From: Igor Venevtsev Date: Fri, 3 Jan 2020 12:40:25 +0100 Subject: [PATCH] Disable decanonize is called on releaseGpuRange ULT Related-To: NEO-2941 Change-Id: I9625ba1cd51a96d0f8dc4610508b97fa58a30a18 Signed-off-by: Igor Venevtsev --- unit_tests/os_interface/linux/drm_memory_manager_tests.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unit_tests/os_interface/linux/drm_memory_manager_tests.cpp b/unit_tests/os_interface/linux/drm_memory_manager_tests.cpp index 8a3621b131..d5adef4150 100644 --- a/unit_tests/os_interface/linux/drm_memory_manager_tests.cpp +++ b/unit_tests/os_interface/linux/drm_memory_manager_tests.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017-2019 Intel Corporation + * Copyright (C) 2017-2020 Intel Corporation * * SPDX-License-Identifier: MIT * @@ -3215,7 +3215,7 @@ TEST_F(DrmMemoryManagerTest, givenSvmCpuAllocationWhenSizeAndAlignmentProvidedBu EXPECT_EQ(nullptr, allocation); } -TEST_F(DrmMemoryManagerTest, givenDrmMemoryManagerAndReleaseGpuRangeIsCalledThenGpuAddressIsDecanonized) { +TEST_F(DrmMemoryManagerTest, DISABLED_givenDrmMemoryManagerAndReleaseGpuRangeIsCalledThenGpuAddressIsDecanonized) { auto mockGfxPartition = std::make_unique(); mockGfxPartition->init(maxNBitValue(48), 0, 0); auto size = 2 * MemoryConstants::megaByte;