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 <root@stephanos.io>
12 lines
403 B
YAML
12 lines
403 B
YAML
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
|
|
extra_configs:
|
|
- CONFIG_CMAKE_LINKER_GENERATOR=y
|