From f87bce135ae0d3a3d8d361ceaf4776d0302cf984 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Wed, 18 Mar 2020 21:45:45 +0900 Subject: [PATCH] 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 --- tests/kernel/context/testcase.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/kernel/context/testcase.yaml b/tests/kernel/context/testcase.yaml index 16180e1005b..1c65444e950 100644 --- a/tests/kernel/context/testcase.yaml +++ b/tests/kernel/context/testcase.yaml @@ -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