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>
8 lines
204 B
YAML
8 lines
204 B
YAML
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
|