zephyr/tests/kernel/sched
Andy Ross a7e5d2f02e tests/kernel/sched/deadline: Disable CONFIG_BT
The BT threads are interfering with the main thread priority selection
and the test fails semi-spuriously on NRF5x boards with "threads ran
too soon" (i.e. not an EDF failure per se, but the fact that the new
threads at K_LOWEST_APPLICATION_PRIO are running instead of the test
thread).  This is a reasonable workaround for testing the
SCHED_DEADLINE ordering behavior, though.

Fixes #9843

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2018-09-08 08:43:06 -04:00
..
deadline tests/kernel/sched/deadline: Disable CONFIG_BT 2018-09-08 08:43:06 -04:00
preempt tests: preempt: increase stack size for test 2018-08-31 11:14:39 -04:00
schedule_api tests: kernel: sched: schedule_api: Increase stack size. 2018-08-24 07:03:34 -07:00