From 4f3db943b9b3ab8616654f1b8b48acf74f06fd0e Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Tue, 12 Mar 2024 20:52:30 +0000 Subject: [PATCH] boards: xenvm: ignore userspace tests Ignore userspace tag completely. Disabling USERSPACE in board kconfig is not right, this will always be overidden by the application and we will have build failures. The HW supports userspace and most filters in tests depend on this capability. Signed-off-by: Anas Nashif --- boards/xen/xenvm/xenvm.yaml | 3 +++ boards/xen/xenvm/xenvm_defconfig | 3 --- boards/xen/xenvm/xenvm_xenvm_gicv3.yaml | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/boards/xen/xenvm/xenvm.yaml b/boards/xen/xenvm/xenvm.yaml index 2cd38e3c399..dc72d05e550 100644 --- a/boards/xen/xenvm/xenvm.yaml +++ b/boards/xen/xenvm/xenvm.yaml @@ -7,3 +7,6 @@ toolchain: - cross-compile ram: 16384 vendor: xen +testing: + ignore_tags: + - userspace diff --git a/boards/xen/xenvm/xenvm_defconfig b/boards/xen/xenvm/xenvm_defconfig index 38885a73413..2115f9175bd 100644 --- a/boards/xen/xenvm/xenvm_defconfig +++ b/boards/xen/xenvm/xenvm_defconfig @@ -10,7 +10,4 @@ CONFIG_UART_CONSOLE=y # Enable logging subsys CONFIG_LOG=y CONFIG_LOG_MODE_MINIMAL=n - -CONFIG_USERSPACE=n - CONFIG_TIMER_READS_ITS_FREQUENCY_AT_RUNTIME=y diff --git a/boards/xen/xenvm/xenvm_xenvm_gicv3.yaml b/boards/xen/xenvm/xenvm_xenvm_gicv3.yaml index a680dd6d0cf..edf816e4979 100644 --- a/boards/xen/xenvm/xenvm_xenvm_gicv3.yaml +++ b/boards/xen/xenvm/xenvm_xenvm_gicv3.yaml @@ -7,3 +7,6 @@ toolchain: - cross-compile ram: 16384 vendor: xen +testing: + ignore_tags: + - userspace