'build_only' directive may not be justified here and prevent to see issue when running the test. Similarly to non tickless version exclude qemu_x86_coverage and qemu_cortex_m0 platforms. It was actually tested failed on qemu_cortex_m0, no error reported on qemu_x86_coverage, but removed to be safe on that side as well. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
10 lines
296 B
YAML
10 lines
296 B
YAML
tests:
|
|
kernel.timer:
|
|
tags: kernel userspace
|
|
platform_exclude: qemu_x86_coverage qemu_cortex_m0
|
|
kernel.timer.tickless:
|
|
extra_args: CONF_FILE="prj_tickless.conf"
|
|
arch_exclude: riscv32 nios2 posix
|
|
platform_exclude: qemu_x86_coverage qemu_cortex_m0
|
|
tags: kernel userspace
|