You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Running kernel.timer.tickless test is failing :
***** Booting Zephyr OS build zephyr-v2.0.0-1805-g7e722564df15 *****
Running test suite timer_api
===================================================================
starting test - test_timer_duration_period
ASSERTION FAIL [(options & ((1UL << (2)))) == 0] @ ZEPHYR_BASE/kernel/thread.c:580
Platform is capable of user mode, and test thread created with K_USER option, but neither CONFIG_TEST_USERSPACE nor CONFIG_USERSPACE is set
E: r0/a1: 0x00000004 r1/a2: 0x00000244 r2/a3: 0x00000040
E: r3/a4: 0x08006efc r12/ip: 0x150b0000 r14/lr: 0x08000771
E: xpsr: 0x61000000
E: Faulting instruction address (r15/pc): 0x08004e48
E: >>> ZEPHYR FATAL ERROR 4: Kernel panic on CPU 0
E: Current thread: 0x200003e0 (main)
E: Halting system
timer_api requires TEST_USERSPACE activation which is missing
in tickless configuration of the test.
Enable flag in prj_tickless.cnf
Fixeszephyrproject-rtos#20904
Signed-off-by: Erwan Gouriou <[email protected]>
timer_api requires TEST_USERSPACE activation which is missing
in tickless configuration of the test.
Enable flag in prj_tickless.cnf
Fixes#20904
Signed-off-by: Erwan Gouriou <[email protected]>
Describe the bug
Running
kernel.timer.tickless
test is failing :To Reproduce
Steps to reproduce the behavior:
Expected behavior
Test should be passed
Enabling CONFIG_TEST_USERSPACE fixes the issue.
The text was updated successfully, but these errors were encountered: