diff --git a/opencl/test/unit_test/kernel/cache_flush_tests.inl b/opencl/test/unit_test/kernel/cache_flush_tests.inl index e548ed18c8..73c9c2aba9 100644 --- a/opencl/test/unit_test/kernel/cache_flush_tests.inl +++ b/opencl/test/unit_test/kernel/cache_flush_tests.inl @@ -51,7 +51,7 @@ struct L3ControlPolicy : CmdValidator { template class GivenCacheFlushAfterWalkerEnabledWhenSvmAllocationsSetAsCacheFlushRequiringThenExpectCacheFlushCommand : public HardwareCommandsTest { public: - void TestBodyImpl() { // NOLINT(readability-identifier-naming) + void testBodyImpl() { using PIPE_CONTROL = typename FamilyType::PIPE_CONTROL; using L3_CONTROL_WITHOUT_POST_SYNC = typename FamilyType::L3_CONTROL; @@ -87,7 +87,7 @@ class GivenCacheFlushAfterWalkerEnabledWhenSvmAllocationsSetAsCacheFlushRequirin template class GivenCacheFlushAfterWalkerEnabledAndProperSteppingIsSetWhenKernelArgIsSetAsCacheFlushRequiredAndA0SteppingIsDisabledThenExpectCacheFlushCommand : public HardwareCommandsTest { public: - void TestBodyImpl(bool isA0Stepping) { // NOLINT(readability-identifier-naming) + void testBodyImpl(bool isA0Stepping) { using PIPE_CONTROL = typename FamilyType::PIPE_CONTROL; using L3_FLUSH_ADDRESS_RANGE = typename FamilyType::L3_FLUSH_ADDRESS_RANGE; using L3_CONTROL_WITHOUT_POST_SYNC = typename FamilyType::L3_CONTROL; @@ -134,7 +134,7 @@ class GivenCacheFlushAfterWalkerEnabledAndProperSteppingIsSetWhenKernelArgIsSetA template class GivenCacheFlushAfterWalkerEnabledWhenProgramGlobalSurfacePresentThenExpectCacheFlushCommand : public HardwareCommandsTest { public: - void TestBodyImpl() { // NOLINT(readability-identifier-naming) + void testBodyImpl() { using PIPE_CONTROL = typename FamilyType::PIPE_CONTROL; using L3_CONTROL_WITHOUT_POST_SYNC = typename FamilyType::L3_CONTROL; DebugManagerStateRestore dbgRestore; @@ -168,7 +168,7 @@ class GivenCacheFlushAfterWalkerEnabledWhenProgramGlobalSurfacePresentThenExpect template class GivenCacheFlushAfterWalkerEnabledWhenProgramGlobalSurfacePresentAndPostSyncRequiredThenExpectProperCacheFlushCommand : public HardwareCommandsTest { public: - void TestBodyImpl() { // NOLINT(readability-identifier-naming) + void testBodyImpl() { using PIPE_CONTROL = typename FamilyType::PIPE_CONTROL; using L3_CONTROL_WITH_POST_SYNC = typename FamilyType::L3_CONTROL; @@ -208,7 +208,7 @@ using EnqueueKernelTest = Test; template class GivenCacheFlushAfterWalkerEnabledAndProperSteppingIsSetWhenAllocationRequiresCacheFlushThenFlushCommandPresentAfterWalker : public EnqueueKernelTest { public: - void TestBodyImpl(bool isA0Stepping) { // NOLINT(readability-identifier-naming) + void testBodyImpl(bool isA0Stepping) { using WALKER = typename FamilyType::WALKER_TYPE; using PIPE_CONTROL = typename FamilyType::PIPE_CONTROL; using L3_FLUSH_ADDRESS_RANGE = typename FamilyType::L3_FLUSH_ADDRESS_RANGE; @@ -273,7 +273,7 @@ class GivenCacheFlushAfterWalkerEnabledAndProperSteppingIsSetWhenAllocationRequi template class GivenCacheFlushAfterWalkerAndTimestampPacketsEnabledWhenAllocationRequiresCacheFlushThenFlushCommandPresentAfterWalker : public EnqueueKernelTest { public: - void TestBodyImpl() { // NOLINT(readability-identifier-naming) + void testBodyImpl() { using WALKER = typename FamilyType::WALKER_TYPE; using PIPE_CONTROL = typename FamilyType::PIPE_CONTROL; using L3_FLUSH_ADDRESS_RANGE = typename FamilyType::L3_FLUSH_ADDRESS_RANGE; @@ -329,7 +329,7 @@ class GivenCacheFlushAfterWalkerAndTimestampPacketsEnabledWhenAllocationRequires template class GivenCacheFlushAfterWalkerDisabledAndProperSteppingIsSetWhenAllocationRequiresCacheFlushThenFlushCommandNotPresentAfterWalker : public EnqueueKernelTest { public: - void TestBodyImpl(bool isA0Stepping) { // NOLINT(readability-identifier-naming) + void testBodyImpl(bool isA0Stepping) { using WALKER = typename FamilyType::WALKER_TYPE; using PIPE_CONTROL = typename FamilyType::PIPE_CONTROL; using L3_FLUSH_ADDRESS_RANGE = typename FamilyType::L3_FLUSH_ADDRESS_RANGE; @@ -381,7 +381,7 @@ class GivenCacheFlushAfterWalkerDisabledAndProperSteppingIsSetWhenAllocationRequ template class GivenCacheResourceSurfacesWhenprocessingCacheFlushThenExpectProperCacheFlushCommand : public EnqueueKernelTest { public: - void TestBodyImpl() { // NOLINT(readability-identifier-naming) + void testBodyImpl() { using L3_CONTROL_WITHOUT_POST_SYNC = typename FamilyType::L3_CONTROL; diff --git a/opencl/test/unit_test/kernel/cache_flush_xehp_and_later_tests.inl b/opencl/test/unit_test/kernel/cache_flush_xehp_and_later_tests.inl index 3456c3606b..55e307be68 100644 --- a/opencl/test/unit_test/kernel/cache_flush_xehp_and_later_tests.inl +++ b/opencl/test/unit_test/kernel/cache_flush_xehp_and_later_tests.inl @@ -49,7 +49,7 @@ struct L3ControlPolicy : CmdValidator { template class GivenCacheFlushAfterWalkerEnabledWhenSvmAllocationsSetAsCacheFlushRequiringThenExpectCorrectCommandSize : public HardwareCommandsTest { public: - void TestBodyImpl() { // NOLINT(readability-identifier-naming) + void testBodyImpl() { using COMPUTE_WALKER = typename FamilyType::COMPUTE_WALKER; using PIPE_CONTROL = typename FamilyType::PIPE_CONTROL; using L3_CONTROL = typename FamilyType::L3_CONTROL; @@ -81,7 +81,7 @@ class GivenCacheFlushAfterWalkerEnabledWhenSvmAllocationsSetAsCacheFlushRequirin template class GivenCacheFlushAfterWalkerEnabledWhenSvmAllocationsSetAsCacheFlushRequiringThenExpectCacheFlushCommand : public HardwareCommandsTest { public: - void TestBodyImpl() { // NOLINT(readability-identifier-naming) + void testBodyImpl() { using PIPE_CONTROL = typename FamilyType::PIPE_CONTROL; using L3_CONTROL = typename FamilyType::L3_CONTROL; @@ -113,7 +113,7 @@ class GivenCacheFlushAfterWalkerEnabledWhenSvmAllocationsSetAsCacheFlushRequirin template class GivenCacheFlushAfterWalkerEnabledWhenKernelArgIsSetAsCacheFlushRequiredThenExpectCacheFlushCommand : public HardwareCommandsTest { public: - void TestBodyImpl() { // NOLINT(readability-identifier-naming) + void testBodyImpl() { using PIPE_CONTROL = typename FamilyType::PIPE_CONTROL; using L3_FLUSH_ADDRESS_RANGE = typename FamilyType::L3_FLUSH_ADDRESS_RANGE; using L3_CONTROL = typename FamilyType::L3_CONTROL; @@ -152,7 +152,7 @@ class GivenCacheFlushAfterWalkerEnabledWhenKernelArgIsSetAsCacheFlushRequiredThe template class GivenCacheFlushAfterWalkerEnabledWhenNoGlobalSurfaceSvmAllocationKernelArgRequireCacheFlushThenExpectNoCacheFlushCommand : public HardwareCommandsTest { public: - void TestBodyImpl() { // NOLINT(readability-identifier-naming) + void testBodyImpl() { DebugManagerStateRestore dbgRestore; DebugManager.flags.EnableCacheFlushAfterWalker.set(1); @@ -172,7 +172,7 @@ class GivenCacheFlushAfterWalkerEnabledWhenNoGlobalSurfaceSvmAllocationKernelArg template class GivenCacheFlushAfterWalkerEnabledWhenProgramGlobalSurfacePresentThenExpectCacheFlushCommand : public HardwareCommandsTest { public: - void TestBodyImpl() { // NOLINT(readability-identifier-naming) + void testBodyImpl() { using PIPE_CONTROL = typename FamilyType::PIPE_CONTROL; using L3_CONTROL = typename FamilyType::L3_CONTROL; DebugManagerStateRestore dbgRestore; @@ -202,7 +202,7 @@ class GivenCacheFlushAfterWalkerEnabledWhenProgramGlobalSurfacePresentThenExpect template class GivenCacheFlushAfterWalkerEnabledWhenProgramGlobalSurfacePresentAndPostSyncRequiredThenExpectProperCacheFlushCommand : public HardwareCommandsTest { public: - void TestBodyImpl() { // NOLINT(readability-identifier-naming) + void testBodyImpl() { using PIPE_CONTROL = typename FamilyType::PIPE_CONTROL; using L3_CONTROL = typename FamilyType::L3_CONTROL; @@ -240,7 +240,7 @@ using EnqueueKernelTest = Test; template class GivenCacheFlushAfterWalkerEnabledWhenAllocationRequiresCacheFlushThenFlushCommandPresentAfterWalker : public EnqueueKernelTest { public: - void TestBodyImpl() { // NOLINT(readability-identifier-naming) + void testBodyImpl() { using WALKER = typename FamilyType::WALKER_TYPE; using PIPE_CONTROL = typename FamilyType::PIPE_CONTROL; using L3_FLUSH_ADDRESS_RANGE = typename FamilyType::L3_FLUSH_ADDRESS_RANGE; @@ -295,7 +295,7 @@ class GivenCacheFlushAfterWalkerEnabledWhenAllocationRequiresCacheFlushThenFlush template class GivenCacheFlushAfterWalkerAndTimestampPacketsEnabledWhenAllocationRequiresCacheFlushThenFlushCommandPresentAfterWalker : public EnqueueKernelTest { public: - void TestBodyImpl() { // NOLINT(readability-identifier-naming) + void testBodyImpl() { using WALKER = typename FamilyType::WALKER_TYPE; using PIPE_CONTROL = typename FamilyType::PIPE_CONTROL; using L3_FLUSH_ADDRESS_RANGE = typename FamilyType::L3_FLUSH_ADDRESS_RANGE; @@ -352,7 +352,7 @@ class GivenCacheFlushAfterWalkerAndTimestampPacketsEnabledWhenAllocationRequires template class GivenCacheFlushAfterWalkerDisabledWhenAllocationRequiresCacheFlushThenFlushCommandNotPresentAfterWalker : public EnqueueKernelTest { public: - void TestBodyImpl() { // NOLINT(readability-identifier-naming) + void testBodyImpl() { using WALKER = typename FamilyType::WALKER_TYPE; using PIPE_CONTROL = typename FamilyType::PIPE_CONTROL; using L3_FLUSH_ADDRESS_RANGE = typename FamilyType::L3_FLUSH_ADDRESS_RANGE; @@ -400,7 +400,7 @@ class GivenCacheFlushAfterWalkerDisabledWhenAllocationRequiresCacheFlushThenFlus template class GivenCacheFlushAfterWalkerEnabledWhenMoreThan126AllocationRangesRequiresCacheFlushThenAtLeatsTwoFlushCommandPresentAfterWalker : public EnqueueKernelTest { public: - void TestBodyImpl() { // NOLINT(readability-identifier-naming) + void testBodyImpl() { using WALKER = typename FamilyType::WALKER_TYPE; using PIPE_CONTROL = typename FamilyType::PIPE_CONTROL; using L3_FLUSH_ADDRESS_RANGE = typename FamilyType::L3_FLUSH_ADDRESS_RANGE; @@ -452,7 +452,7 @@ class GivenCacheFlushAfterWalkerEnabledWhenMoreThan126AllocationRangesRequiresCa template class GivenCacheFlushAfterWalkerAndTimestampPacketsEnabledWhenMoreThan126AllocationRangesRequiresCacheFlushThenExpectFlushWithOutPostSyncAndThenWithPostSync : public EnqueueKernelTest { public: - void TestBodyImpl() { // NOLINT(readability-identifier-naming) + void testBodyImpl() { using WALKER = typename FamilyType::WALKER_TYPE; using PIPE_CONTROL = typename FamilyType::PIPE_CONTROL; using L3_FLUSH_ADDRESS_RANGE = typename FamilyType::L3_FLUSH_ADDRESS_RANGE; @@ -525,7 +525,7 @@ class GivenCacheFlushAfterWalkerAndTimestampPacketsEnabledWhenMoreThan126Allocat template class GivenCacheFlushAfterWalkerEnabledWhen126AllocationRangesRequiresCacheFlushThenExpectOneFlush : public EnqueueKernelTest { public: - void TestBodyImpl() { // NOLINT(readability-identifier-naming) + void testBodyImpl() { using WALKER = typename FamilyType::WALKER_TYPE; using PIPE_CONTROL = typename FamilyType::PIPE_CONTROL; using L3_FLUSH_ADDRESS_RANGE = typename FamilyType::L3_FLUSH_ADDRESS_RANGE; diff --git a/opencl/test/unit_test/xe_hp_core/xehp/cache_flush_tests_xehp.inl b/opencl/test/unit_test/xe_hp_core/xehp/cache_flush_tests_xehp.inl index 674484e216..fc462897f9 100644 --- a/opencl/test/unit_test/xe_hp_core/xehp/cache_flush_tests_xehp.inl +++ b/opencl/test/unit_test/xe_hp_core/xehp/cache_flush_tests_xehp.inl @@ -1,5 +1,5 @@ /* - * Copyright (C) 2021 Intel Corporation + * Copyright (C) 2021-2022 Intel Corporation * * SPDX-License-Identifier: MIT * @@ -16,54 +16,54 @@ using namespace NEO; using GivenCacheFlushAfterWalkerEnabledWhenSvmAllocationsSetAsCacheFlushRequiringThenExpectCacheFlushCommandXEHP = GivenCacheFlushAfterWalkerEnabledWhenSvmAllocationsSetAsCacheFlushRequiringThenExpectCacheFlushCommand; XEHPTEST_F(GivenCacheFlushAfterWalkerEnabledWhenSvmAllocationsSetAsCacheFlushRequiringThenExpectCacheFlushCommandXEHP, I) { - TestBodyImpl(); + testBodyImpl(); } using GivenCacheFlushAfterWalkerEnabledWhenKernelArgIsSetAsCacheFlushRequiredThenExpectCacheFlushCommandXEHP = GivenCacheFlushAfterWalkerEnabledWhenKernelArgIsSetAsCacheFlushRequiredThenExpectCacheFlushCommand; XEHPTEST_F(GivenCacheFlushAfterWalkerEnabledWhenKernelArgIsSetAsCacheFlushRequiredThenExpectCacheFlushCommandXEHP, I) { - TestBodyImpl(); + testBodyImpl(); } using GivenCacheFlushAfterWalkerEnabledWhenProgramGlobalSurfacePresentThenExpectCacheFlushCommandXEHP = GivenCacheFlushAfterWalkerEnabledWhenProgramGlobalSurfacePresentThenExpectCacheFlushCommand; XEHPTEST_F(GivenCacheFlushAfterWalkerEnabledWhenProgramGlobalSurfacePresentThenExpectCacheFlushCommandXEHP, I) { - TestBodyImpl(); + testBodyImpl(); } using GivenCacheFlushAfterWalkerEnabledWhenProgramGlobalSurfacePresentAndPostSyncRequiredThenExpectProperCacheFlushCommandXEHP = GivenCacheFlushAfterWalkerEnabledWhenProgramGlobalSurfacePresentAndPostSyncRequiredThenExpectProperCacheFlushCommand; XEHPTEST_F(GivenCacheFlushAfterWalkerEnabledWhenProgramGlobalSurfacePresentAndPostSyncRequiredThenExpectProperCacheFlushCommandXEHP, I) { - TestBodyImpl(); + testBodyImpl(); } using GivenCacheFlushAfterWalkerEnabledWhenAllocationRequiresCacheFlushThenFlushCommandPresentAfterWalkerXEHP = GivenCacheFlushAfterWalkerEnabledWhenAllocationRequiresCacheFlushThenFlushCommandPresentAfterWalker; XEHPTEST_F(GivenCacheFlushAfterWalkerEnabledWhenAllocationRequiresCacheFlushThenFlushCommandPresentAfterWalkerXEHP, I) { - TestBodyImpl(); + testBodyImpl(); } using GivenCacheFlushAfterWalkerDisabledWhenAllocationRequiresCacheFlushThenFlushCommandNotPresentAfterWalkerXEHP = GivenCacheFlushAfterWalkerDisabledWhenAllocationRequiresCacheFlushThenFlushCommandNotPresentAfterWalker; XEHPTEST_F(GivenCacheFlushAfterWalkerDisabledWhenAllocationRequiresCacheFlushThenFlushCommandNotPresentAfterWalkerXEHP, I) { - TestBodyImpl(); + testBodyImpl(); } using GivenCacheFlushAfterWalkerAndTimestampPacketsEnabledWhenAllocationRequiresCacheFlushThenFlushCommandPresentAfterWalkerXEHP = GivenCacheFlushAfterWalkerAndTimestampPacketsEnabledWhenAllocationRequiresCacheFlushThenFlushCommandPresentAfterWalker; XEHPTEST_F(GivenCacheFlushAfterWalkerAndTimestampPacketsEnabledWhenAllocationRequiresCacheFlushThenFlushCommandPresentAfterWalkerXEHP, I) { - TestBodyImpl(); + testBodyImpl(); } using GivenCacheFlushAfterWalkerEnabledWhenSvmAllocationsSetAsCacheFlushRequiringThenExpectCorrectCommandSizeXEHP = GivenCacheFlushAfterWalkerEnabledWhenSvmAllocationsSetAsCacheFlushRequiringThenExpectCorrectCommandSize; XEHPTEST_F(GivenCacheFlushAfterWalkerEnabledWhenSvmAllocationsSetAsCacheFlushRequiringThenExpectCorrectCommandSizeXEHP, I) { - TestBodyImpl(); + testBodyImpl(); } using GivenCacheFlushAfterWalkerEnabledWhenMoreThan126AllocationRangesRequiresCacheFlushThenAtLeatsTwoFlushCommandPresentAfterWalkerXEHP = GivenCacheFlushAfterWalkerEnabledWhenMoreThan126AllocationRangesRequiresCacheFlushThenAtLeatsTwoFlushCommandPresentAfterWalker; XEHPTEST_F(GivenCacheFlushAfterWalkerEnabledWhenMoreThan126AllocationRangesRequiresCacheFlushThenAtLeatsTwoFlushCommandPresentAfterWalkerXEHP, I) { - TestBodyImpl(); + testBodyImpl(); } using GivenCacheFlushAfterWalkerEnabledWhen126AllocationRangesRequiresCacheFlushThenExpectOneFlushXEHP = GivenCacheFlushAfterWalkerEnabledWhen126AllocationRangesRequiresCacheFlushThenExpectOneFlush; XEHPTEST_F(GivenCacheFlushAfterWalkerEnabledWhen126AllocationRangesRequiresCacheFlushThenExpectOneFlushXEHP, I) { - TestBodyImpl(); + testBodyImpl(); } using GivenCacheFlushAfterWalkerAndTimestampPacketsEnabledWhenMoreThan126AllocationRangesRequiresCacheFlushThenExpectFlushWithOutPostSyncAndThenWithPostSyncXEHP = GivenCacheFlushAfterWalkerAndTimestampPacketsEnabledWhenMoreThan126AllocationRangesRequiresCacheFlushThenExpectFlushWithOutPostSyncAndThenWithPostSync; XEHPTEST_F(GivenCacheFlushAfterWalkerAndTimestampPacketsEnabledWhenMoreThan126AllocationRangesRequiresCacheFlushThenExpectFlushWithOutPostSyncAndThenWithPostSyncXEHP, I) { - TestBodyImpl(); + testBodyImpl(); } using CommandQueueHwCacheFlushTest = ::testing::Test; diff --git a/shared/test/unit_test/gen11/simd_helper_tests_gen11.cpp b/shared/test/unit_test/gen11/simd_helper_tests_gen11.cpp index c5792951b7..95f0155bd2 100644 --- a/shared/test/unit_test/gen11/simd_helper_tests_gen11.cpp +++ b/shared/test/unit_test/gen11/simd_helper_tests_gen11.cpp @@ -12,5 +12,5 @@ using namespace NEO; using TestSimdConfigSet = ::testing::Test; GEN11TEST_F(TestSimdConfigSet, GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturnedGen11) { - GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturned::TestBodyImpl(); + GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturned::testBodyImpl(); } \ No newline at end of file diff --git a/shared/test/unit_test/gen12lp/simd_helper_tests_gen12lp.cpp b/shared/test/unit_test/gen12lp/simd_helper_tests_gen12lp.cpp index bf5514a8ab..233b19c9e3 100644 --- a/shared/test/unit_test/gen12lp/simd_helper_tests_gen12lp.cpp +++ b/shared/test/unit_test/gen12lp/simd_helper_tests_gen12lp.cpp @@ -12,5 +12,5 @@ using namespace NEO; using TestSimdConfigSet = ::testing::Test; GEN12LPTEST_F(TestSimdConfigSet, GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturnedGen12LP) { - GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturned::TestBodyImpl(); + GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturned::testBodyImpl(); } \ No newline at end of file diff --git a/shared/test/unit_test/gen8/simd_helper_tests_gen8.cpp b/shared/test/unit_test/gen8/simd_helper_tests_gen8.cpp index c1b833e7b4..949159c542 100644 --- a/shared/test/unit_test/gen8/simd_helper_tests_gen8.cpp +++ b/shared/test/unit_test/gen8/simd_helper_tests_gen8.cpp @@ -12,5 +12,5 @@ using namespace NEO; using TestSimdConfigSet = ::testing::Test; GEN8TEST_F(TestSimdConfigSet, GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturnedGen8) { - GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturned::TestBodyImpl(); + GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturned::testBodyImpl(); } diff --git a/shared/test/unit_test/gen9/simd_helper_tests_gen9.cpp b/shared/test/unit_test/gen9/simd_helper_tests_gen9.cpp index 323a55d1f5..28182a5f78 100644 --- a/shared/test/unit_test/gen9/simd_helper_tests_gen9.cpp +++ b/shared/test/unit_test/gen9/simd_helper_tests_gen9.cpp @@ -12,5 +12,5 @@ using namespace NEO; using TestSimdConfigSet = ::testing::Test; GEN9TEST_F(TestSimdConfigSet, GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturnedGen9) { - GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturned::TestBodyImpl(); + GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturned::testBodyImpl(); } \ No newline at end of file diff --git a/shared/test/unit_test/helpers/blit_commands_helper_tests.cpp b/shared/test/unit_test/helpers/blit_commands_helper_tests.cpp index 4dbd5fa0fd..2bbb6b1333 100644 --- a/shared/test/unit_test/helpers/blit_commands_helper_tests.cpp +++ b/shared/test/unit_test/helpers/blit_commands_helper_tests.cpp @@ -410,19 +410,19 @@ HWTEST2_F(BlitColorTests, givenCommandStreamAndPaternSizeEqualOneWhenCallToDispa size_t patternSize = 1; auto expecttedDepth = getColorDepth(patternSize); GivenLinearStreamWhenCallDispatchBlitMemoryColorFillThenCorrectDepthIsProgrammed test(pDevice); - test.TestBodyImpl(patternSize, expecttedDepth); + test.testBodyImpl(patternSize, expecttedDepth); } HWTEST2_F(BlitColorTests, givenCommandStreamAndPaternSizeEqualTwoWhenCallToDispatchMemoryFillThenColorDepthAreProgrammedCorrectly, BlitColor) { size_t patternSize = 2; auto expecttedDepth = getColorDepth(patternSize); GivenLinearStreamWhenCallDispatchBlitMemoryColorFillThenCorrectDepthIsProgrammed test(pDevice); - test.TestBodyImpl(patternSize, expecttedDepth); + test.testBodyImpl(patternSize, expecttedDepth); } HWTEST2_F(BlitColorTests, givenCommandStreamAndPaternSizeEqualFourWhenCallToDispatchMemoryFillThenColorDepthAreProgrammedCorrectly, BlitColor) { size_t patternSize = 4; auto expecttedDepth = getColorDepth(patternSize); GivenLinearStreamWhenCallDispatchBlitMemoryColorFillThenCorrectDepthIsProgrammed test(pDevice); - test.TestBodyImpl(patternSize, expecttedDepth); + test.testBodyImpl(patternSize, expecttedDepth); } using BlitPlatforms = IsWithinProducts; @@ -456,7 +456,7 @@ HWTEST2_P(BlitFastColorTest, givenCommandStreamWhenCallToDispatchMemoryFillThenC auto patternSize = GetParam(); auto expecttedDepth = getFastColorDepth(patternSize); GivenLinearStreamWhenCallDispatchBlitMemoryColorFillThenCorrectDepthIsProgrammed test(pDevice); - test.TestBodyImpl(patternSize, expecttedDepth); + test.testBodyImpl(patternSize, expecttedDepth); } INSTANTIATE_TEST_CASE_P(size_t, diff --git a/shared/test/unit_test/helpers/blit_commands_helper_tests.inl b/shared/test/unit_test/helpers/blit_commands_helper_tests.inl index cbb0f3c680..b66f4f0b52 100644 --- a/shared/test/unit_test/helpers/blit_commands_helper_tests.inl +++ b/shared/test/unit_test/helpers/blit_commands_helper_tests.inl @@ -30,7 +30,7 @@ class GivenLinearStreamWhenCallDispatchBlitMemoryColorFillThenCorrectDepthIsProg using XY_COLOR_BLT = typename FamilyType::XY_COLOR_BLT; using COLOR_DEPTH = typename XY_COLOR_BLT::COLOR_DEPTH; GivenLinearStreamWhenCallDispatchBlitMemoryColorFillThenCorrectDepthIsProgrammed(Device *device) : device(device) {} - void TestBodyImpl(size_t patternSize, COLOR_DEPTH expectedDepth) { // NOLINT(readability-identifier-naming) + void testBodyImpl(size_t patternSize, COLOR_DEPTH expectedDepth) { uint32_t streamBuffer[100] = {}; LinearStream stream(streamBuffer, sizeof(streamBuffer)); auto size = 0x1000; diff --git a/shared/test/unit_test/helpers/simd_helper_tests.inl b/shared/test/unit_test/helpers/simd_helper_tests.inl index 4d5584f542..19cdcf33f5 100644 --- a/shared/test/unit_test/helpers/simd_helper_tests.inl +++ b/shared/test/unit_test/helpers/simd_helper_tests.inl @@ -13,7 +13,7 @@ namespace NEO { template class GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturned { public: - static void TestBodyImpl() { // NOLINT(readability-identifier-naming) + static void testBodyImpl() { uint32_t simd = 32; auto result = getSimdConfig(simd); EXPECT_EQ(result, WALKER_TYPE::SIMD_SIZE::SIMD_SIZE_SIMD32); diff --git a/shared/test/unit_test/helpers/simd_helper_tests_pvc_and_later.inl b/shared/test/unit_test/helpers/simd_helper_tests_pvc_and_later.inl index 0559d22ae4..40c1a090d5 100644 --- a/shared/test/unit_test/helpers/simd_helper_tests_pvc_and_later.inl +++ b/shared/test/unit_test/helpers/simd_helper_tests_pvc_and_later.inl @@ -13,7 +13,7 @@ namespace NEO { template class GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturnedPVCAndLater { public: - static void TestBodyImpl() { // NOLINT(readability-identifier-naming) + static void testBodyImpl() { uint32_t simd = 32; auto result = getSimdConfig(simd); EXPECT_EQ(result, WALKER_TYPE::SIMD_SIZE::SIMD_SIZE_SIMT32); diff --git a/shared/test/unit_test/helpers/test_blit_commands_helper_pvc_and_later.cpp b/shared/test/unit_test/helpers/test_blit_commands_helper_pvc_and_later.cpp index 9e762ec625..e7224c82a3 100644 --- a/shared/test/unit_test/helpers/test_blit_commands_helper_pvc_and_later.cpp +++ b/shared/test/unit_test/helpers/test_blit_commands_helper_pvc_and_later.cpp @@ -250,7 +250,7 @@ HWTEST2_P(BlitTestsTestXeHpc, givenCommandStreamWhenCallToDispatchMemoryFillThen auto patternSize = GetParam(); auto expecttedDepth = getColorDepth(patternSize); GivenLinearStreamWhenCallDispatchBlitMemoryColorFillThenCorrectDepthIsProgrammedPVC test(pDevice); - test.TestBodyImpl(patternSize, expecttedDepth); + test.testBodyImpl(patternSize, expecttedDepth); } INSTANTIATE_TEST_CASE_P(size_t, diff --git a/shared/test/unit_test/helpers/test_blit_commands_helper_xehp_and_later.cpp b/shared/test/unit_test/helpers/test_blit_commands_helper_xehp_and_later.cpp index 7b603be08d..569421bf4d 100644 --- a/shared/test/unit_test/helpers/test_blit_commands_helper_xehp_and_later.cpp +++ b/shared/test/unit_test/helpers/test_blit_commands_helper_xehp_and_later.cpp @@ -327,7 +327,7 @@ HWTEST2_P(BlitTestsTestXeHP, givenCommandStreamWhenCallToDispatchMemoryFillThenC auto patternSize = GetParam(); auto expecttedDepth = getColorDepth(patternSize); GivenLinearStreamWhenCallDispatchBlitMemoryColorFillThenCorrectDepthIsProgrammedXEHP test(pDevice); - test.TestBodyImpl(patternSize, expecttedDepth); + test.testBodyImpl(patternSize, expecttedDepth); } INSTANTIATE_TEST_CASE_P(size_t, diff --git a/shared/test/unit_test/xe_hp_core/simd_helper_tests_xe_hp_core.cpp b/shared/test/unit_test/xe_hp_core/simd_helper_tests_xe_hp_core.cpp index 554f314320..e36ff638d6 100644 --- a/shared/test/unit_test/xe_hp_core/simd_helper_tests_xe_hp_core.cpp +++ b/shared/test/unit_test/xe_hp_core/simd_helper_tests_xe_hp_core.cpp @@ -12,5 +12,5 @@ using namespace NEO; using TestSimdConfigSet = ::testing::Test; XE_HP_CORE_TEST_F(TestSimdConfigSet, GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturnedXeHpCore) { - GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturned::TestBodyImpl(); + GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturned::testBodyImpl(); } \ No newline at end of file diff --git a/shared/test/unit_test/xe_hpc_core/simd_helper_tests_xe_hpc_core.cpp b/shared/test/unit_test/xe_hpc_core/simd_helper_tests_xe_hpc_core.cpp index 715234056e..c65a22cf56 100644 --- a/shared/test/unit_test/xe_hpc_core/simd_helper_tests_xe_hpc_core.cpp +++ b/shared/test/unit_test/xe_hpc_core/simd_helper_tests_xe_hpc_core.cpp @@ -12,5 +12,5 @@ using namespace NEO; using TestSimdConfigSet = ::testing::Test; XE_HPC_CORETEST_F(TestSimdConfigSet, GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturnedXeHpcCore) { - GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturnedPVCAndLater::TestBodyImpl(); + GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturnedPVCAndLater::testBodyImpl(); } \ No newline at end of file diff --git a/shared/test/unit_test/xe_hpg_core/simd_helper_tests_xe_hpg_core.cpp b/shared/test/unit_test/xe_hpg_core/simd_helper_tests_xe_hpg_core.cpp index aff8cecc3d..12c5dece91 100644 --- a/shared/test/unit_test/xe_hpg_core/simd_helper_tests_xe_hpg_core.cpp +++ b/shared/test/unit_test/xe_hpg_core/simd_helper_tests_xe_hpg_core.cpp @@ -12,5 +12,5 @@ using namespace NEO; using TestSimdConfigSet = ::testing::Test; XE_HPG_CORETEST_F(TestSimdConfigSet, GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturnedXeHpgCore) { - GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturned::TestBodyImpl(); + GivenSimdSizeWhenGetSimdConfigCalledThenCorrectEnumReturned::testBodyImpl(); } \ No newline at end of file