ULT renaming: Linux Interface tests

Related-To: NEO-2236

Signed-off-by: Adam Cetnerowski <adam.cetnerowski@intel.com>
This commit is contained in:
Adam Cetnerowski
2021-05-17 19:45:18 +00:00
committed by Compute-Runtime-Automation
parent e1458fc95c
commit 754fb1fffc
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ struct DeviceCommandStreamLeaksTest : ::testing::Test {
ExecutionEnvironment *executionEnvironment; ExecutionEnvironment *executionEnvironment;
}; };
HWTEST_F(DeviceCommandStreamLeaksTest, Create) { HWTEST_F(DeviceCommandStreamLeaksTest, WhenCreatingDeviceCsrThenValidPointerIsReturned) {
std::unique_ptr<CommandStreamReceiver> ptr(DeviceCommandStreamReceiver<FamilyType>::create(false, *executionEnvironment, 0, 1)); std::unique_ptr<CommandStreamReceiver> ptr(DeviceCommandStreamReceiver<FamilyType>::create(false, *executionEnvironment, 0, 1));
DrmMockSuccess mockDrm; DrmMockSuccess mockDrm;
EXPECT_NE(nullptr, ptr); EXPECT_NE(nullptr, ptr);

View File

@@ -985,7 +985,7 @@ TEST_F(DrmMemoryManagerWithExplicitExpectationsTest, givenEnabledHostMemoryValid
memoryManager->freeGraphicsMemory(allocation); memoryManager->freeGraphicsMemory(allocation);
} }
TEST_F(DrmMemoryManagerWithExplicitExpectationsTest, givenEnabledHostMemoryValidationWhenHostPtrPinningWithGpuRangeAsOffsetInAllocateMemoryForNonSvmHostPtr) { TEST_F(DrmMemoryManagerWithExplicitExpectationsTest, givenEnabledHostMemoryValidationWhenAllocatingMemoryForNonSvmHostPtrThenAllocatedCorrectly) {
std::unique_ptr<TestedDrmMemoryManager> memoryManager(new (std::nothrow) TestedDrmMemoryManager(false, std::unique_ptr<TestedDrmMemoryManager> memoryManager(new (std::nothrow) TestedDrmMemoryManager(false,
false, false,
true, true,