Skip to content

Commit 404c7e7

Browse files
ULT renaming: Miscellaneous tests
- Source Level Debugger - Debug File Reader - Windows Interface Related-To: NEO-2236 Signed-off-by: Adam Cetnerowski <[email protected]>
1 parent 0eb10d7 commit 404c7e7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

opencl/test/unit_test/source_level_debugger/source_level_debugger_tests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2018-2020 Intel Corporation
2+
* Copyright (C) 2018-2021 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
@@ -622,7 +622,7 @@ TEST(SourceLevelDebugger, givenTwoRootDevicesWhenSecondIsCreatedThenCreatingNewS
622622
}
623623
}
624624

625-
TEST(SourceLevelDebugger, givenMultipleRootDevicesWhenTheyAreCreatedTheyUseDedicatedSourceLevelDebugger) {
625+
TEST(SourceLevelDebugger, givenMultipleRootDevicesWhenCreatedThenUseDedicatedSourceLevelDebugger) {
626626
DebuggerLibraryRestorer restorer;
627627

628628
if (defaultHwInfo->capabilityTable.debuggerSupported) {

opencl/test/unit_test/utilities/debug_file_reader_tests.inl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2018-2020 Intel Corporation
2+
* Copyright (C) 2018-2021 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
@@ -119,7 +119,7 @@ TEST(SettingsFileReader, GivenSettingNotInFileWhenGettingSettingThenProvidedDefa
119119
EXPECT_EQ(defaultStringValue, returnedStringValue);
120120
}
121121

122-
TEST(SettingsFileReader, WhenGettingAppSpecificLocationTheCorrectLocationIsReturned) {
122+
TEST(SettingsFileReader, WhenGettingAppSpecificLocationThenCorrectLocationIsReturned) {
123123
std::unique_ptr<TestSettingsFileReader> reader(new TestSettingsFileReader(TestSettingsFileReader::testPath));
124124
std::string appSpecific = "cl_cache_dir";
125125
EXPECT_EQ(appSpecific, reader->appSpecificLocation(appSpecific));

opencl/test/unit_test/windows/os_interface_tests.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (C) 2018-2020 Intel Corporation
2+
* Copyright (C) 2018-2021 Intel Corporation
33
*
44
* SPDX-License-Identifier: MIT
55
*
@@ -14,7 +14,7 @@
1414

1515
using namespace NEO;
1616

17-
TEST(osInterfaceTests, osInterfaceLocalMemoryEnabledByDefault) {
17+
TEST(osInterfaceTests, GivenDefaultOsInterfaceThenLocalMemoryEnabled) {
1818
EXPECT_TRUE(OSInterface::osEnableLocalMemory);
1919
}
2020

0 commit comments

Comments
 (0)