From 892c7718e4eaea8f6f5a09c8b07cda441d1e1d3f Mon Sep 17 00:00:00 2001 From: Mateusz Hoppe Date: Thu, 4 Aug 2022 09:01:00 +0000 Subject: [PATCH] Reenable bindless aub test Related-To: NEO-6877 Signed-off-by: Mateusz Hoppe --- .../core/test/aub_tests/xe_hpc_core/CMakeLists.txt | 10 ---------- .../test/aub_tests/xe_hpc_core/pvc/CMakeLists.txt | 13 ------------- .../xe_hpc_core/pvc/l0_aub_tests_excludes_pvc.cpp | 10 ---------- 3 files changed, 33 deletions(-) delete mode 100644 level_zero/core/test/aub_tests/xe_hpc_core/CMakeLists.txt delete mode 100644 level_zero/core/test/aub_tests/xe_hpc_core/pvc/CMakeLists.txt delete mode 100644 level_zero/core/test/aub_tests/xe_hpc_core/pvc/l0_aub_tests_excludes_pvc.cpp diff --git a/level_zero/core/test/aub_tests/xe_hpc_core/CMakeLists.txt b/level_zero/core/test/aub_tests/xe_hpc_core/CMakeLists.txt deleted file mode 100644 index 3ab5983d02..0000000000 --- a/level_zero/core/test/aub_tests/xe_hpc_core/CMakeLists.txt +++ /dev/null @@ -1,10 +0,0 @@ -# -# Copyright (C) 2022 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -target_sources(${TARGET_NAME} PRIVATE - ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt -) -add_subdirectories() diff --git a/level_zero/core/test/aub_tests/xe_hpc_core/pvc/CMakeLists.txt b/level_zero/core/test/aub_tests/xe_hpc_core/pvc/CMakeLists.txt deleted file mode 100644 index 2533517927..0000000000 --- a/level_zero/core/test/aub_tests/xe_hpc_core/pvc/CMakeLists.txt +++ /dev/null @@ -1,13 +0,0 @@ -# -# Copyright (C) 2022 Intel Corporation -# -# SPDX-License-Identifier: MIT -# - -if(TESTS_PVC) - target_sources(${TARGET_NAME} PRIVATE - ${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt - ${CMAKE_CURRENT_SOURCE_DIR}/l0_aub_tests_excludes_pvc.cpp - ) - add_subdirectories() -endif() diff --git a/level_zero/core/test/aub_tests/xe_hpc_core/pvc/l0_aub_tests_excludes_pvc.cpp b/level_zero/core/test/aub_tests/xe_hpc_core/pvc/l0_aub_tests_excludes_pvc.cpp deleted file mode 100644 index ecc07f7913..0000000000 --- a/level_zero/core/test/aub_tests/xe_hpc_core/pvc/l0_aub_tests_excludes_pvc.cpp +++ /dev/null @@ -1,10 +0,0 @@ -/* - * Copyright (C) 2022 Intel Corporation - * - * SPDX-License-Identifier: MIT - * - */ - -#include "shared/test/common/test_macros/hw_test_base.h" - -HWTEST_EXCLUDE_PRODUCT(L0BindlessAub, GivenBindlessKernelWhenExecutedThenOutputIsCorrect, IGFX_PVC);