Skip to content

Commit

Permalink
tests: kernel: tickless: re-enabled test-suite for Qemu Cortex-M0
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ioannisg authored and andrewboie committed Jun 25, 2020
1 parent 6a3d460 commit cfda90d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/kernel/tickless/tickless_concept/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ tests:
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_cortex_m0 consistently. Disable until the
# root cause is identified.
# This test fails on qemu_arc_{em|hs} consistently. Disable until "icount"
# is implemented for ARC in QEMU.
platform_exclude: qemu_x86_coverage qemu_cortex_m0 qemu_arc_em qemu_arc_hs
platform_exclude: qemu_x86_coverage qemu_arc_em qemu_arc_hs
tags: kernel

0 comments on commit cfda90d

Please sign in to comment.