Skip to content

Commit b2c1ea1

Browse files
Disable decanonize is called on releaseGpuRange ULT
Related-To: NEO-2941 Change-Id: I9625ba1cd51a96d0f8dc4610508b97fa58a30a18 Signed-off-by: Igor Venevtsev <igor.venevtsev@intel.com>
1 parent 507190d commit b2c1ea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unit_tests/os_interface/linux/drm_memory_manager_tests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2017-2019 Intel Corporation
2+
* Copyright (C) 2017-2020 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
@@ -3215,7 +3215,7 @@ TEST_F(DrmMemoryManagerTest, givenSvmCpuAllocationWhenSizeAndAlignmentProvidedBu
32153215
EXPECT_EQ(nullptr, allocation);
32163216
}
32173217

3218-
TEST_F(DrmMemoryManagerTest, givenDrmMemoryManagerAndReleaseGpuRangeIsCalledThenGpuAddressIsDecanonized) {
3218+
TEST_F(DrmMemoryManagerTest, DISABLED_givenDrmMemoryManagerAndReleaseGpuRangeIsCalledThenGpuAddressIsDecanonized) {
32193219
auto mockGfxPartition = std::make_unique<MockGfxPartition>();
32203220
mockGfxPartition->init(maxNBitValue(48), 0, 0);
32213221
auto size = 2 * MemoryConstants::megaByte;

0 commit comments

Comments
 (0)