coverage: When enable coverage, some testcases need more time #27573
Labels
area: ARC
ARC Architecture
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
Describe the bug
I am testting coverage on qemu_arc_em and nsim_em with sanitycheck. I found that when enable coverage, some testcases will timeout.
The above 3 timeout failures will pass when use
west
,. But accoding to the console output, these testcases need more time to finishFor
tests/kernel/lifo/lifo_usage/kernel.lifo.usage
, if increase timeout(K_MSEC(timeout + 10))
, it will pass. For examples,K_MSEC(100)
.zephyr/tests/kernel/lifo/lifo_usage/src/main.c
Line 328 in 3dba8cc
I tested
samples/portability/cmsis_rtos_v2/timer_synchronization
withwest
, if I increase theTIMER_TICKS
to 250, it will pass:zephyr/samples/portability/cmsis_rtos_v2/timer_synchronization/src/main.c
Line 15 in 3dba8cc
The text was updated successfully, but these errors were encountered: