Add absolute path to unit_tests

Change-Id: I7a64f79a39dff4f5fa4166244e71872bb614724f
This commit is contained in:
kamdiedrich
2020-02-23 15:20:22 +01:00
committed by Mateusz Jablonski
parent e8852a68c4
commit 87c5d2663b
830 changed files with 2740 additions and 3072 deletions

View File

@ -7,10 +7,10 @@
#include "core/memory_manager/graphics_allocation.h"
#include "opencl/source/program/kernel_info.h"
#include "opencl/test/unit_test/mocks/mock_block_kernel_manager.h"
#include "opencl/test/unit_test/mocks/mock_graphics_allocation.h"
#include "gtest/gtest.h"
#include "mocks/mock_block_kernel_manager.h"
#include "mocks/mock_graphics_allocation.h"
using namespace NEO;

View File

@ -8,9 +8,8 @@
#include "core/helpers/string.h"
#include "opencl/source/platform/platform.h"
#include "opencl/source/program/program.h"
#include "fixtures/kernel_data_fixture.h"
#include "helpers/gtest_helpers.h"
#include "opencl/test/unit_test/fixtures/kernel_data_fixture.h"
#include "opencl/test/unit_test/helpers/gtest_helpers.h"
TEST_F(KernelDataTest, KernelInfo_Name) {
kernelName = "myTestKernel";

View File

@ -5,8 +5,8 @@
*
*/
#include "fixtures/kernel_data_fixture.h"
#include "helpers/gtest_helpers.h"
#include "opencl/test/unit_test/fixtures/kernel_data_fixture.h"
#include "opencl/test/unit_test/helpers/gtest_helpers.h"
TEST_F(KernelDataTest, GIVENpatchTokenAllocateStatelessEventPoolSurfaceWHENdecodeTokensTHENtokenLocatedInPatchInfo) {
iOpenCL::SPatchAllocateStatelessEventPoolSurface allocateStatelessEventPoolSurface;

View File

@ -9,10 +9,10 @@
#include "opencl/source/memory_manager/os_agnostic_memory_manager.h"
#include "opencl/source/program/kernel_arg_info.h"
#include "opencl/source/program/kernel_info.h"
#include "opencl/test/unit_test/fixtures/multi_root_device_fixture.h"
#include "opencl/test/unit_test/mocks/mock_execution_environment.h"
#include "fixtures/multi_root_device_fixture.h"
#include "gtest/gtest.h"
#include "mocks/mock_execution_environment.h"
#include <memory>
#include <type_traits>

View File

@ -6,16 +6,16 @@
*/
#include "opencl/source/program/printf_handler.h"
#include "opencl/test/unit_test/fixtures/device_fixture.h"
#include "opencl/test/unit_test/fixtures/multi_root_device_fixture.h"
#include "opencl/test/unit_test/mocks/mock_context.h"
#include "opencl/test/unit_test/mocks/mock_device.h"
#include "opencl/test/unit_test/mocks/mock_graphics_allocation.h"
#include "opencl/test/unit_test/mocks/mock_kernel.h"
#include "opencl/test/unit_test/mocks/mock_mdi.h"
#include "opencl/test/unit_test/mocks/mock_program.h"
#include "fixtures/device_fixture.h"
#include "fixtures/multi_root_device_fixture.h"
#include "gtest/gtest.h"
#include "mocks/mock_context.h"
#include "mocks/mock_device.h"
#include "mocks/mock_graphics_allocation.h"
#include "mocks/mock_kernel.h"
#include "mocks/mock_mdi.h"
#include "mocks/mock_program.h"
using namespace NEO;

View File

@ -8,12 +8,12 @@
#include "core/helpers/aligned_memory.h"
#include "core/helpers/string.h"
#include "core/program/print_formatter.h"
#include "opencl/test/unit_test/mocks/mock_device.h"
#include "opencl/test/unit_test/mocks/mock_graphics_allocation.h"
#include "opencl/test/unit_test/mocks/mock_kernel.h"
#include "opencl/test/unit_test/mocks/mock_program.h"
#include "gtest/gtest.h"
#include "mocks/mock_device.h"
#include "mocks/mock_graphics_allocation.h"
#include "mocks/mock_kernel.h"
#include "mocks/mock_program.h"
#include <cmath>

View File

@ -5,10 +5,10 @@
*
*/
#include "opencl/test/unit_test/mocks/mock_program.h"
#include "opencl/test/unit_test/program/program_tests.h"
#include "test.h"
#include "mocks/mock_program.h"
#include "program/program_tests.h"
#include "program_debug_data.h"
#include <memory>

View File

@ -12,12 +12,12 @@
#include "core/helpers/file_io.h"
#include "core/helpers/string.h"
#include "core/unit_tests/device_binary_format/patchtokens_tests.h"
#include "opencl/test/unit_test/helpers/test_files.h"
#include "opencl/test/unit_test/mocks/mock_device.h"
#include "opencl/test/unit_test/mocks/mock_program.h"
#include "compiler_options.h"
#include "gtest/gtest.h"
#include "helpers/test_files.h"
#include "mocks/mock_device.h"
#include "mocks/mock_program.h"
#include <cstring>

View File

@ -7,9 +7,9 @@
#include "core/device/device.h"
#include "core/helpers/string.h"
#include "opencl/test/unit_test/mocks/mock_program.h"
#include "gtest/gtest.h"
#include "mocks/mock_program.h"
using namespace NEO;

View File

@ -14,15 +14,14 @@
#include "core/unit_tests/device_binary_format/patchtokens_tests.h"
#include "opencl/source/platform/platform.h"
#include "opencl/source/program/program.h"
#include "opencl/test/unit_test/mocks/mock_buffer.h"
#include "opencl/test/unit_test/mocks/mock_csr.h"
#include "opencl/test/unit_test/mocks/mock_execution_environment.h"
#include "opencl/test/unit_test/mocks/mock_memory_manager.h"
#include "opencl/test/unit_test/mocks/mock_program.h"
#include "opencl/test/unit_test/program/program_with_source.h"
#include "test.h"
#include "mocks/mock_buffer.h"
#include "mocks/mock_csr.h"
#include "mocks/mock_execution_environment.h"
#include "mocks/mock_memory_manager.h"
#include "mocks/mock_program.h"
#include "program/program_with_source.h"
using namespace NEO;
using namespace iOpenCL;

View File

@ -7,11 +7,10 @@
#pragma once
#include "opencl/source/built_ins/built_ins.h"
#include "fixtures/context_fixture.h"
#include "fixtures/device_fixture.h"
#include "fixtures/program_fixture.h"
#include "mocks/mock_context.h"
#include "opencl/test/unit_test/fixtures/context_fixture.h"
#include "opencl/test/unit_test/fixtures/device_fixture.h"
#include "opencl/test/unit_test/fixtures/program_fixture.h"
#include "opencl/test/unit_test/mocks/mock_context.h"
#include <string>

View File

@ -12,17 +12,17 @@
#include "core/memory_manager/graphics_allocation.h"
#include "opencl/source/helpers/hardware_commands_helper.h"
#include "opencl/source/kernel/kernel.h"
#include "opencl/test/unit_test/fixtures/device_fixture.h"
#include "opencl/test/unit_test/helpers/kernel_binary_helper.h"
#include "opencl/test/unit_test/libult/ult_command_stream_receiver.h"
#include "opencl/test/unit_test/mocks/mock_kernel.h"
#include "opencl/test/unit_test/mocks/mock_program.h"
#include "opencl/test/unit_test/program/program_from_binary.h"
#include "opencl/test/unit_test/program/program_with_source.h"
#include "test.h"
#include "fixtures/device_fixture.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "helpers/kernel_binary_helper.h"
#include "libult/ult_command_stream_receiver.h"
#include "mocks/mock_kernel.h"
#include "mocks/mock_program.h"
#include "program/program_from_binary.h"
#include "program/program_with_source.h"
#include "program_tests.h"
#include <map>
@ -148,12 +148,11 @@ TEST(ProgramNonUniform, UpdateAllowNonUniformOutcomeUniformFlag) {
}
#include "opencl/source/kernel/kernel.h"
#include "command_queue/command_queue_fixture.h"
#include "fixtures/context_fixture.h"
#include "fixtures/platform_fixture.h"
#include "fixtures/program_fixture.h"
#include "mocks/mock_program.h"
#include "opencl/test/unit_test/command_queue/command_queue_fixture.h"
#include "opencl/test/unit_test/fixtures/context_fixture.h"
#include "opencl/test/unit_test/fixtures/platform_fixture.h"
#include "opencl/test/unit_test/fixtures/program_fixture.h"
#include "opencl/test/unit_test/mocks/mock_program.h"
#include <vector>

View File

@ -10,14 +10,14 @@
#include "core/helpers/file_io.h"
#include "core/helpers/hw_info.h"
#include "core/unit_tests/helpers/debug_manager_state_restore.h"
#include "opencl/test/unit_test/fixtures/device_fixture.h"
#include "opencl/test/unit_test/global_environment.h"
#include "opencl/test/unit_test/helpers/test_files.h"
#include "opencl/test/unit_test/mocks/mock_cif.h"
#include "opencl/test/unit_test/mocks/mock_compilers.h"
#include "opencl/test/unit_test/mocks/mock_program.h"
#include "fixtures/device_fixture.h"
#include "global_environment.h"
#include "gmock/gmock.h"
#include "helpers/test_files.h"
#include "mocks/mock_cif.h"
#include "mocks/mock_compilers.h"
#include "mocks/mock_program.h"
#include <memory>

View File

@ -5,7 +5,7 @@
*
*/
#include "program/program_tests.h"
#include "opencl/test/unit_test/program/program_tests.h"
#include "core/command_stream/command_stream_receiver_hw.h"
#include "core/compiler_interface/intermediate_representations.h"
@ -28,22 +28,22 @@
#include "opencl/source/helpers/hardware_commands_helper.h"
#include "opencl/source/kernel/kernel.h"
#include "opencl/source/program/create.inl"
#include "opencl/test/unit_test/fixtures/device_fixture.h"
#include "opencl/test/unit_test/fixtures/multi_root_device_fixture.h"
#include "opencl/test/unit_test/global_environment.h"
#include "opencl/test/unit_test/helpers/kernel_binary_helper.h"
#include "opencl/test/unit_test/libult/ult_command_stream_receiver.h"
#include "opencl/test/unit_test/mocks/mock_graphics_allocation.h"
#include "opencl/test/unit_test/mocks/mock_kernel.h"
#include "opencl/test/unit_test/mocks/mock_platform.h"
#include "opencl/test/unit_test/mocks/mock_program.h"
#include "opencl/test/unit_test/program/program_from_binary.h"
#include "opencl/test/unit_test/program/program_with_source.h"
#include "test.h"
#include "compiler_options.h"
#include "fixtures/device_fixture.h"
#include "fixtures/multi_root_device_fixture.h"
#include "global_environment.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "helpers/kernel_binary_helper.h"
#include "libult/ult_command_stream_receiver.h"
#include "mocks/mock_graphics_allocation.h"
#include "mocks/mock_kernel.h"
#include "mocks/mock_platform.h"
#include "mocks/mock_program.h"
#include "program/program_from_binary.h"
#include "program/program_with_source.h"
#include <map>
#include <memory>

View File

@ -6,8 +6,9 @@
*/
#pragma once
#include "fixtures/context_fixture.h"
#include "fixtures/device_fixture.h"
#include "opencl/test/unit_test/fixtures/context_fixture.h"
#include "opencl/test/unit_test/fixtures/device_fixture.h"
#include "gtest/gtest.h"
#include <vector>

View File

@ -9,13 +9,12 @@
#include "core/device/device.h"
#include "opencl/source/device/cl_device.h"
#include "opencl/source/program/block_kernel_manager.h"
#include "fixtures/context_fixture.h"
#include "fixtures/platform_fixture.h"
#include "fixtures/program_fixture.h"
#include "fixtures/run_kernel_fixture.h"
#include "mocks/mock_context.h"
#include "mocks/mock_program.h"
#include "opencl/test/unit_test/fixtures/context_fixture.h"
#include "opencl/test/unit_test/fixtures/platform_fixture.h"
#include "opencl/test/unit_test/fixtures/program_fixture.h"
#include "opencl/test/unit_test/fixtures/run_kernel_fixture.h"
#include "opencl/test/unit_test/mocks/mock_context.h"
#include "opencl/test/unit_test/mocks/mock_program.h"
#include <vector>

View File

@ -5,18 +5,18 @@
*
*/
#include "opencl/test/unit_test/fixtures/program_fixture.h"
#include "opencl/test/unit_test/global_environment.h"
#include "opencl/test/unit_test/helpers/kernel_binary_helper.h"
#include "opencl/test/unit_test/helpers/kernel_filename_helper.h"
#include "opencl/test/unit_test/mocks/mock_program.h"
#include "opencl/test/unit_test/mocks/mock_source_level_debugger.h"
#include "opencl/test/unit_test/program/program_from_binary.h"
#include "opencl/test/unit_test/program/program_tests.h"
#include "test.h"
#include "compiler_options.h"
#include "fixtures/program_fixture.h"
#include "global_environment.h"
#include "gmock/gmock.h"
#include "helpers/kernel_binary_helper.h"
#include "helpers/kernel_filename_helper.h"
#include "mocks/mock_program.h"
#include "mocks/mock_source_level_debugger.h"
#include "program/program_from_binary.h"
#include "program/program_tests.h"
#include <algorithm>
#include <memory>

View File

@ -8,13 +8,12 @@
#pragma once
#include "core/compiler_interface/compiler_interface.h"
#include "fixtures/context_fixture.h"
#include "fixtures/memory_management_fixture.h"
#include "fixtures/platform_fixture.h"
#include "fixtures/program_fixture.h"
#include "helpers/kernel_binary_helper.h"
#include "mocks/mock_context.h"
#include "opencl/test/unit_test/fixtures/context_fixture.h"
#include "opencl/test/unit_test/fixtures/memory_management_fixture.h"
#include "opencl/test/unit_test/fixtures/platform_fixture.h"
#include "opencl/test/unit_test/fixtures/program_fixture.h"
#include "opencl/test/unit_test/helpers/kernel_binary_helper.h"
#include "opencl/test/unit_test/mocks/mock_context.h"
namespace NEO {