test: kernel: context: Exclude for qemu_cortex_r5 (temporary)
The `tests/kernel/context` test fails for the `qemu_cortex_r5` when the icount emulation mode is used, because the Xilinx QEMU ignores the WFI instruction when the icount parameter is specified. This will be fixed in the Zephyr SDK 0.11.3 and this commit must be reverted once the CI is updated to use this new SDK version. For more details, see zephyrproject-rtos/sdk-ng#191. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit is contained in:
parent
1038e4d225
commit
f87bce135a
1 changed files with 3 additions and 0 deletions
|
@ -2,3 +2,6 @@ tests:
|
|||
kernel.common:
|
||||
tags: kernel
|
||||
min_ram: 20
|
||||
# FIXME: Remove `qemu_cortex_r5` exclusion once Zephyr SDK 0.11.3 is
|
||||
# mainlined (see #22904).
|
||||
platform_exclude: qemu_cortex_r5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue