From 78cc40f4e525b23ad1b42745c63a5bd5204541ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Arg=C3=BCelles?= Date: Wed, 13 Sep 2023 12:15:51 +0700 Subject: [PATCH] tests: code_relocation: exclude mr_canhubk3 board MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The mr_canhubk3 board enables by default an off-chip watchdog that must be serviced to avoid triggering a reset and cannot be disabled on a per-test basis. The watchdog driver make uses of a semaphore during device init and on this test the relocation of the kernel sources produces a fault. So skip this test for this board. Signed-off-by: Manuel Argüelles --- .../code_relocation/testcase.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/application_development/code_relocation/testcase.yaml b/tests/application_development/code_relocation/testcase.yaml index 6f3fc3dc537..e67885390d8 100644 --- a/tests/application_development/code_relocation/testcase.yaml +++ b/tests/application_development/code_relocation/testcase.yaml @@ -15,15 +15,6 @@ tests: - CONFIG_MPU_ALLOW_FLASH_WRITE=y platform_allow: - frdm_k64f - application_development.code_relocation.nxp_s32: - filter: dt_chosen_enabled("zephyr,itcm") - arch_allow: arm - extra_configs: - - CONFIG_MINIMAL_LIBC=y - - CONFIG_RELOCATE_TO_ITCM=y - - CONFIG_NULL_POINTER_EXCEPTION_DETECTION_NONE=y - platform_allow: - - mr_canhubk3 application_development.code_relocation.no_itcm: filter: not CONFIG_CPU_HAS_NXP_MPU and not dt_chosen_enabled("zephyr,itcm") arch_allow: arm