We didn't have any coverage of the system call handlers for k_wakeup() and k_is_preempt(). Increase RAM requirements due to stack alignment constraints on MPU platforms when user mode is enabled. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
24 lines
619 B
YAML
24 lines
619 B
YAML
tests:
|
|
kernel.sched:
|
|
extra_configs:
|
|
- CONFIG_TIMESLICING=y
|
|
min_ram: 40
|
|
tags: kernel threads sched userspace
|
|
kernel.sched_no_timeslicing:
|
|
extra_configs:
|
|
- CONFIG_TIMESLICING=n
|
|
min_ram: 40
|
|
tags: kernel threads sched userspace
|
|
kernel.sched.multiq:
|
|
extra_args: CONF_FILE=prj_multiq.conf
|
|
extra_configs:
|
|
- CONFIG_TIMESLICING=y
|
|
min_ram: 40
|
|
tags: kernel threads sched userspace
|
|
kernel.sched.multiq_no_timeslicing:
|
|
extra_args: CONF_FILE=prj_multiq.conf
|
|
extra_configs:
|
|
- CONFIG_TIMESLICING=n
|
|
min_ram: 40
|
|
tags: kernel threads sched userspace
|