From b48fc1d0f298d8568ed097453a22ee8b4f05ef14 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Sat, 16 Apr 2022 20:49:49 +0900 Subject: [PATCH] tests: kernel: timer_monotonic: Exclude for qemu_arc_hs This commit excludes the kernel monotonic timer test for the `qemu_arc_hs` platform because this test may fail with the ARC QEMU 6.2 on certain host systems. Refer to the following issues for more details: * foss-for-synopsys-dwc-arc-processors/qemu#67 * zephyrproject-rtos/zephyr#44862 Signed-off-by: Stephanos Ioannidis --- tests/kernel/timer/timer_monotonic/testcase.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/kernel/timer/timer_monotonic/testcase.yaml b/tests/kernel/timer/timer_monotonic/testcase.yaml index bf44b25b450..f5a04c6635b 100644 --- a/tests/kernel/timer/timer_monotonic/testcase.yaml +++ b/tests/kernel/timer/timer_monotonic/testcase.yaml @@ -1,6 +1,9 @@ tests: kernel.timer.monotonic: tags: kernel timer + # FIXME: This test may fail for qemu_arc_hs on certain host systems. + # See foss-for-synopsys-dwc-arc-processors/qemu#67. + platform_exclude: qemu_arc_hs kernel.timer.monotonic.linker_generator: platform_allow: qemu_cortex_m3 tags: kernel timer linker_generator