Describe the bug
below case are failed
kernel.timer.timeout_churn.timeout_churn.timeout_churn_near_tick_arms
test is failed on v4.4.0-10213-gca0da250b5b1 on frdm_ke15z/mke15z7
testcase path is tests/kernel/timer/timeout_churn
[x] is_regression
see logs for details
To Reproduce
1.
scripts/twister -p frdm_ke15z/mke15z7 -T tests/kernel/timer/timeout_churn -s kernel.timer.timeout_churn
or
# west twister -p frdm_ke15z/mke15z7 -T tests/kernel/timer/timeout_churn -s kernel.timer.timeout_churn
- See error
Expected behavior
test pass
Impact
Logs and console output
*** Booting Zephyr OS build v4.4.0-10213-gca0da250b5b1 ***
Running TESTSUITE timeout_churn
===================================================================
START - test_timeout_churn_near_tick_arms
Assertion failed at WEST_TOPDIR/zephyr/tests/kernel/timer/timeout_churn/src/main.c:262: timeout_churn_test_timeout_churn_near_tick_arms: (took < SWEEP_FIRE_BOUND_MS is false)
near-boundary arm 296 took 350 ms to fire
FAIL - test_timeout_churn_near_tick_arms in 0.454 seconds
===================================================================
START - test_timeout_churn_no_spurious_expiry
PASS - test_timeout_churn_no_spurious_expiry in 0.033 seconds
===================================================================
START - test_timeout_churn_uptime_bounded
PASS - test_timeout_churn_uptime_bounded in 0.117 seconds
===================================================================
TESTSUITE timeout_churn failed.
------ TESTSUITE SUMMARY START ------
SUITE FAIL - 66.67% [timeout_churn]: pass = 2, fail = 1, skip = 0, total = 3 duration = 0.604 seconds
- FAIL - [timeout_churn.test_timeout_churn_near_tick_arms] duration = 0.454 seconds
- PASS - [timeout_churn.test_timeout_churn_no_spurious_expiry] duration = 0.033 seconds
- PASS - [timeout_churn.test_timeout_churn_uptime_bounded] duration = 0.117 seconds
------ TESTSUITE SUMMARY END ------
===================================================================
RunID: d049fcd72f8a8d822d68f33b648080e7
PROJECT EXECUTION FAILED
Environment (please complete the following information):
- OS: (e.g. Linux ): Linux
- Toolchain (e.g Zephyr SDK): zephyr/gnu
- Commit SHA or Version used: v4.4.0-10213-gca0da250b5b1
Describe the bug
below case are failed
kernel.timer.timeout_churn.timeout_churn.timeout_churn_near_tick_arms
test is failed on v4.4.0-10213-gca0da250b5b1 on frdm_ke15z/mke15z7
testcase path is tests/kernel/timer/timeout_churn
[x] is_regression
see logs for details
To Reproduce
1.
or
Expected behavior
test pass
Impact
Logs and console output
Environment (please complete the following information):