Skip to content

Commit

Permalink
tests/kernel/interrupt: Enable 'icount' for qemu_cortex_m0
Browse files Browse the repository at this point in the history
This test fails when icount is disabled, so enable it

See 7bdc621 which disabled icount by
default for this platform.

Signed-off-by: Keith Packard <[email protected]>
  • Loading branch information
keith-packard authored and fabiobaltieri committed Aug 23, 2023
1 parent b714100 commit 8a86733
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/kernel/interrupt/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@ tests:
arch.interrupt:
# nios2 excluded, see #22956
arch_exclude: nios2
platform_exclude: qemu_cortex_m0
tags:
- kernel
- interrupt
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
arch.interrupt.qemu_cortex_m0:
platform_allow: qemu_cortex_m0
tags:
- kernel
- interrupt
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
extra_configs:
- CONFIG_QEMU_ICOUNT=y

0 comments on commit 8a86733

Please sign in to comment.