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:
Stephanos Ioannidis 2020-03-18 21:45:45 +09:00 committed by Anas Nashif
commit f87bce135a

View file

@ -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