We filter out the following kernel tests - tickless_concept - timer_api from the set of tests running on QEMU Cortex-M0 platform, as the tests consistently fail on QEMU. In addition, we add a workaround for kernel/interrupt test, so it can successfully execute on QEMU Cortex-M0. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
10 lines
252 B
YAML
10 lines
252 B
YAML
tests:
|
|
kernel.timer:
|
|
tags: kernel userspace
|
|
platform_exclude: qemu_x86_coverage qemu_cortex_m0
|
|
kernel.timer.tickless:
|
|
build_only: true
|
|
extra_args: CONF_FILE="prj_tickless.conf"
|
|
arch_exclude: riscv32 nios2 posix
|
|
tags: kernel
|