Add xe_hp_core test excludes

Signed-off-by: Bartosz Dunajski <bartosz.dunajski@intel.com>
This commit is contained in:
Bartosz Dunajski
2021-07-29 11:45:02 +00:00
committed by Compute-Runtime-Automation
parent 4fc2200d9a
commit 28153e994a
2 changed files with 19 additions and 0 deletions

View File

@ -5,7 +5,14 @@
#
if(TESTS_XE_HP_CORE)
set(IGDRCL_SRCS_tests_xe_hp_core_excludes
${CMAKE_CURRENT_SOURCE_DIR}/excludes_xe_hp_core.cpp
)
set_property(GLOBAL APPEND PROPERTY IGDRCL_SRCS_tests_excludes ${IGDRCL_SRCS_tests_xe_hp_core_excludes})
set(IGDRCL_SRCS_tests_xe_hp_core
${IGDRCL_SRCS_tests_xe_hp_core_excludes}
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
${CMAKE_CURRENT_SOURCE_DIR}/copy_engine_tests_xe_hp_core.cpp
${CMAKE_CURRENT_SOURCE_DIR}/test_cmds_programming_xe_hp_core.cpp

View File

@ -0,0 +1,12 @@
/*
* Copyright (C) 2021 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#include "test.h"
HWTEST_EXCLUDE_PRODUCT(BufferSetSurfaceTests, givenAlignedCacheableReadOnlyBufferThenChoseOclBufferPolicy, IGFX_XE_HP_CORE);
HWTEST_EXCLUDE_PRODUCT(BufferSetSurfaceTests, givenBufferSetSurfaceThatMemoryIsUnalignedToCachelineButReadOnlyThenL3CacheShouldBeStillOn, IGFX_XE_HP_CORE);
HWTEST_EXCLUDE_PRODUCT(ProfilingWithPerfCountersTests, GivenCommandQueueWithProfilingPerfCountersWhenWalkerIsDispatchedThenRegisterStoresArePresentInCS, IGFX_XE_HP_CORE);