zephyr/tests/kernel/context/testcase.yaml
Stephanos Ioannidis f87bce135a 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>
2020-03-21 14:20:17 -04:00

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