zephyr/tests/kernel/tickless/tickless_concept/testcase.yaml
Ioannis Glaropoulos cfda90d32f tests: kernel: tickless: re-enabled test-suite for Qemu Cortex-M0
After the Qemu Cortex-M0 timer driver rework, we may
re-enable the test-suite that had been excluded for this
platform.

Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>
2020-06-24 18:04:17 -07:00

10 lines
414 B
YAML

tests:
kernel.tickless.concept:
arch_exclude: riscv32 nios2
# FIXME: This test fails sporadically on all QEMU platforms, but fails
# consistently when coverage is enabled. Disable until 14173 is fixed.
# This test fails on qemu_arc_{em|hs} consistently. Disable until "icount"
# is implemented for ARC in QEMU.
platform_exclude: qemu_x86_coverage qemu_arc_em qemu_arc_hs
tags: kernel