mirror of
https://github.com/intel/compute-runtime.git
synced 2025-11-10 05:49:51 +08:00
Cleanup xehp test excludes
Signed-off-by: Kamil Kopryk <kamil.kopryk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5be234111c
commit
d962bdc86b
@@ -11,3 +11,4 @@ HWTEST_EXCLUDE_PRODUCT(BufferSetSurfaceTests, givenAlignedCacheableReadOnlyBuffe
|
|||||||
HWTEST_EXCLUDE_PRODUCT(BufferSetSurfaceTests, givenBufferSetSurfaceThatMemoryIsUnalignedToCachelineButReadOnlyThenL3CacheShouldBeStillOn, IGFX_XE_HP_CORE);
|
HWTEST_EXCLUDE_PRODUCT(BufferSetSurfaceTests, givenBufferSetSurfaceThatMemoryIsUnalignedToCachelineButReadOnlyThenL3CacheShouldBeStillOn, IGFX_XE_HP_CORE);
|
||||||
HWTEST_EXCLUDE_PRODUCT(HwHelperTest, WhenAllowRenderCompressionIsCalledThenTrueIsReturned, IGFX_XE_HP_CORE);
|
HWTEST_EXCLUDE_PRODUCT(HwHelperTest, WhenAllowRenderCompressionIsCalledThenTrueIsReturned, IGFX_XE_HP_CORE);
|
||||||
HWTEST_EXCLUDE_PRODUCT(HwInfoConfigTest, givenHardwareInfoWhenCallingIsMaxThreadsForWorkgroupWARequiredThenFalseIsReturned, IGFX_XE_HP_CORE);
|
HWTEST_EXCLUDE_PRODUCT(HwInfoConfigTest, givenHardwareInfoWhenCallingIsMaxThreadsForWorkgroupWARequiredThenFalseIsReturned, IGFX_XE_HP_CORE);
|
||||||
|
HWTEST_EXCLUDE_PRODUCT(HwInfoConfigTest, whenCallingGetDeviceMemoryNameThenDdrIsReturned, IGFX_XE_HP_CORE);
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ if(TESTS_XE_HP_SDV)
|
|||||||
set(IGDRCL_SRCS_tests_xe_hp_core_xehp
|
set(IGDRCL_SRCS_tests_xe_hp_core_xehp
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/cache_flush_tests_xehp.inl
|
${CMAKE_CURRENT_SOURCE_DIR}/cache_flush_tests_xehp.inl
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/excludes_xehp.cpp
|
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/get_device_info_xehp.inl
|
${CMAKE_CURRENT_SOURCE_DIR}/get_device_info_xehp.inl
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/hw_helper_tests_xehp.inl
|
${CMAKE_CURRENT_SOURCE_DIR}/hw_helper_tests_xehp.inl
|
||||||
${CMAKE_CURRENT_SOURCE_DIR}/hw_info_tests_xehp.inl
|
${CMAKE_CURRENT_SOURCE_DIR}/hw_info_tests_xehp.inl
|
||||||
|
|||||||
@@ -1,10 +0,0 @@
|
|||||||
/*
|
|
||||||
* Copyright (C) 2021 Intel Corporation
|
|
||||||
*
|
|
||||||
* SPDX-License-Identifier: MIT
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
#include "test.h"
|
|
||||||
|
|
||||||
HWTEST_EXCLUDE_PRODUCT(HwInfoConfigTest, whenCallingGetDeviceMemoryNameThenDdrIsReturned, IGFX_XE_HP_SDV);
|
|
||||||
Reference in New Issue
Block a user