compute-runtime/opencl/test/unit_test/context
Marcel Skierkowski 5d01677454 refactor: Mock file system in ULTs
Functions: fileExists and loadDataToFile
use IO functions from namespace IoFunctions

Now tests that use these functions
are mocked by default,
but some still require access to real files
and have been restored the ability to read files.
They will be mocked in next PRs.

Related-To: NEO-7006
Signed-off-by: Marcel Skierkowski <marcel.skierkowski@intel.com>
2025-04-09 19:51:46 +02:00
..
gl fix: fix compilation error in clang on Windows (3/n) 2023-10-25 17:38:56 +02:00
CMakeLists.txt performance(ocl): add usm allocation pooling flag 2023-12-27 11:42:01 +01:00
context_get_info_tests.cpp refactor: Rename member variables to camelCase 2/n 2023-04-27 20:39:22 +02:00
context_multi_device_tests.cpp refactor: rename global debug manager to debugManager 2023-11-30 13:00:59 +01:00
context_negative_tests.cpp performance(ocl): enable usm pool allocator 2024-01-05 16:17:48 +01:00
context_tests.cpp refactor: usm reuse to unique ptr 2025-03-07 15:14:58 +01:00
context_usm_memory_pool_tests.cpp fix: separate isUsmPoolAllocatorSupported for host and device 2025-02-17 11:47:34 +01:00
driver_diagnostics_enqueue_tests.cpp refactor: Mock file system in ULTs 2025-04-09 19:51:46 +02:00
driver_diagnostics_tests.cpp fix: respect compression flag in capability table 2025-04-03 15:36:55 +02:00
driver_diagnostics_tests.h fix: remove not needed test files 2024-09-23 16:40:48 +02:00
get_supported_image_formats_tests.cpp test: update gtest API usage 2024-05-28 16:20:06 +02:00