diff --git a/opencl/test/unit_test/aub_tests/command_queue/enqueue_kernel_aub_tests.cpp b/opencl/test/unit_test/aub_tests/command_queue/enqueue_kernel_aub_tests.cpp index ca1d5de7c9..6f869d2e33 100644 --- a/opencl/test/unit_test/aub_tests/command_queue/enqueue_kernel_aub_tests.cpp +++ b/opencl/test/unit_test/aub_tests/command_queue/enqueue_kernel_aub_tests.cpp @@ -63,7 +63,7 @@ struct AUBHelloWorld } }; -HWCMDTEST_F(IGFX_GEN8_CORE, AUBHelloWorld, simple) { +HWCMDTEST_F(IGFX_GEN8_CORE, AUBHelloWorld, WhenEnqueuingKernelThenAdressesAreAligned) { typedef typename FamilyType::GPGPU_WALKER GPGPU_WALKER; typedef typename FamilyType::STATE_BASE_ADDRESS STATE_BASE_ADDRESS; typedef typename FamilyType::MEDIA_INTERFACE_DESCRIPTOR_LOAD MEDIA_INTERFACE_DESCRIPTOR_LOAD; @@ -152,7 +152,7 @@ struct AUBHelloWorldIntegrateTest : public HelloWorldFixturesimd < UnitTestHelper::smallestTestableSimdSize) { GTEST_SKIP(); } @@ -222,7 +222,7 @@ struct AUBSimpleArg } }; -HWCMDTEST_F(IGFX_GEN8_CORE, AUBSimpleArg, simple) { +HWCMDTEST_F(IGFX_GEN8_CORE, AUBSimpleArg, WhenEnqueingKernelThenAdressesAreAligned) { typedef typename FamilyType::GPGPU_WALKER GPGPU_WALKER; typedef typename FamilyType::STATE_BASE_ADDRESS STATE_BASE_ADDRESS; typedef typename FamilyType::MEDIA_INTERFACE_DESCRIPTOR_LOAD MEDIA_INTERFACE_DESCRIPTOR_LOAD; @@ -326,7 +326,7 @@ struct AUBSimpleArgIntegrateTest : public SimpleArgFixture