Skip to content

Commit e51294b

Browse files
includes cleanup
use hw_test_base.h instead of hw_test.h. Signed-off-by: Artur Harasimiuk <[email protected]>
1 parent 55d109b commit e51294b

File tree

23 files changed

+23
-23
lines changed

23 files changed

+23
-23
lines changed

level_zero/core/test/aub_tests/xe_hpc_core/pvc/l0_aub_tests_excludes_pvc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
*
66
*/
77

8-
#include "shared/test/common/test_macros/hw_test.h"
8+
#include "shared/test/common/test_macros/hw_test_base.h"
99

1010
HWTEST_EXCLUDE_PRODUCT(L0BindlessAub, GivenBindlessKernelWhenExecutedThenOutputIsCorrect, IGFX_PVC);

opencl/test/unit_test/aub_tests/command_queue/single_tile_products_excludes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
*/
77

8-
#include "shared/test/common/test_macros/hw_test.h"
8+
#include "shared/test/common/test_macros/hw_test_base.h"
99

1010
HWTEST_EXCLUDE_PRODUCT(FourTilesAllContextsTest, GENERATEONLY_givenFourTilesAndAllContextsWhenSubmittingThenDataIsValid, IGFX_XE_HPG_CORE);
1111
HWTEST_EXCLUDE_PRODUCT(FourTilesDualContextTest, HEAVY_givenFourTilesAndDualContextWhenSubmittingThenDataIsValid, IGFX_XE_HPG_CORE);

opencl/test/unit_test/gen11/ehl/excludes_ocl_ehl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
*
66
*/
77

8-
#include "shared/test/common/test_macros/hw_test.h"
8+
#include "shared/test/common/test_macros/hw_test_base.h"
99

1010
HWTEST_EXCLUDE_PRODUCT(DeviceFactoryTest, givenInvalidHwConfigStringWhenPrepareDeviceEnvironmentsForProductFamilyOverrideThenThrowsException, IGFX_ELKHARTLAKE);

opencl/test/unit_test/gen12lp/adlp/excludes_ocl_adlp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
*/
77

8-
#include "shared/test/common/test_macros/hw_test.h"
8+
#include "shared/test/common/test_macros/hw_test_base.h"
99

1010
HWTEST_EXCLUDE_PRODUCT(BufferSetSurfaceTests, givenBufferSetSurfaceThatMemoryIsUnalignedToCachelineButReadOnlyThenL3CacheShouldBeStillOn, IGFX_ALDERLAKE_P)
1111
HWTEST_EXCLUDE_PRODUCT(BufferSetSurfaceTests, givenAlignedCacheableReadOnlyBufferThenChoseOclBufferPolicy, IGFX_ALDERLAKE_P);

opencl/test/unit_test/gen12lp/adls/excludes_ocl_adls.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
*
66
*/
77

8-
#include "shared/test/common/test_macros/hw_test.h"
8+
#include "shared/test/common/test_macros/hw_test_base.h"
99

1010
HWTEST_EXCLUDE_PRODUCT(DeviceFactoryTest, givenInvalidHwConfigStringWhenPrepareDeviceEnvironmentsForProductFamilyOverrideThenThrowsException, IGFX_ALDERLAKE_S);

opencl/test/unit_test/gen12lp/dg1/excludes_ocl_dg1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
*/
77

8-
#include "shared/test/common/test_macros/hw_test.h"
8+
#include "shared/test/common/test_macros/hw_test_base.h"
99

1010
HWTEST_EXCLUDE_PRODUCT(BufferSetSurfaceTests, givenBufferSetSurfaceThatMemoryIsUnalignedToCachelineButReadOnlyThenL3CacheShouldBeStillOn, IGFX_DG1)
1111
HWTEST_EXCLUDE_PRODUCT(BufferSetSurfaceTests, givenAlignedCacheableReadOnlyBufferThenChoseOclBufferPolicy, IGFX_DG1);

opencl/test/unit_test/gen12lp/excludes_ocl_gen12lp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
*/
77

8-
#include "shared/test/common/test_macros/hw_test.h"
8+
#include "shared/test/common/test_macros/hw_test_base.h"
99

1010
HWTEST_EXCLUDE_PRODUCT(ProfilingTests, GivenCommandQueueBlockedWithProfilingWhenWalkerIsDispatchedThenMiStoreRegisterMemIsPresentInCS, IGFX_GEN12LP_CORE);
1111
HWTEST_EXCLUDE_PRODUCT(ProfilingTests, GivenCommandQueueWithProflingWhenWalkerIsDispatchedThenMiStoreRegisterMemIsPresentInCS, IGFX_GEN12LP_CORE);

opencl/test/unit_test/gen12lp/rkl/excludes_ocl_rkl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
*/
77

8-
#include "shared/test/common/test_macros/hw_test.h"
8+
#include "shared/test/common/test_macros/hw_test_base.h"
99

1010
HWTEST_EXCLUDE_PRODUCT(DeviceFactoryTest, givenInvalidHwConfigStringWhenPrepareDeviceEnvironmentsForProductFamilyOverrideThenThrowsException, IGFX_ROCKETLAKE);
1111
HWTEST_EXCLUDE_PRODUCT(BufferSetSurfaceTests, givenBufferSetSurfaceThatMemoryIsUnalignedToCachelineButReadOnlyThenL3CacheShouldBeStillOn, IGFX_ROCKETLAKE)

opencl/test/unit_test/gen12lp/tgllp/excludes_ocl_tgllp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
*/
77

8-
#include "shared/test/common/test_macros/hw_test.h"
8+
#include "shared/test/common/test_macros/hw_test_base.h"
99

1010
HWTEST_EXCLUDE_PRODUCT(BufferSetSurfaceTests, givenBufferSetSurfaceThatMemoryIsUnalignedToCachelineButReadOnlyThenL3CacheShouldBeStillOn, IGFX_TIGERLAKE_LP)
1111
HWTEST_EXCLUDE_PRODUCT(BufferSetSurfaceTests, givenAlignedCacheableReadOnlyBufferThenChoseOclBufferPolicy, IGFX_TIGERLAKE_LP);

opencl/test/unit_test/gen_common/exclude_tests/exclude_test_exclude.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
*/
77

8-
#include "shared/test/common/test_macros/hw_test.h"
8+
#include "shared/test/common/test_macros/hw_test_base.h"
99

1010
HWTEST_EXCLUDE_PRODUCT(ExcludeTestBdw, givenHwCmdTestWhenBdwExcludedThenDontRunOnBdw, IGFX_BROADWELL);
1111
HWTEST_EXCLUDE_PRODUCT(ExcludeTestBdw, givenHwTestWhenBdwExcludedThenDontRunOnBdw, IGFX_BROADWELL);

0 commit comments

Comments
 (0)