zephyr/tests
Andrew Boie 0b9f9f3023 tests: context: move idle test to the end
On some devices, when k_cpu_idle() was called we were getting
interrupts that were not the timer interrupt. On bbc_micro
a power clock control driver interrupt was happening instead
and k_cpu_idle() was returning without the system tick advancing,
failing the test.

The clock control interrupts seem to only happen early in device
boot; moving the idle test much later lets the test pass on this
board (and likely all other NRF5 based boards).

Issue: ZEP-2257
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-06-08 15:12:03 -04:00
..
benchmarks license: add missing licenses and copyright 2017-06-08 10:41:56 -04:00
bluetooth Bluetooth: shell: Use CONFIG_BLUETOOTH_SHELL 2017-05-29 10:42:21 +03:00
booting/stub
compliance
crypto tests: crypto: reduce high timeout value 2017-05-01 09:37:34 -04:00
drivers tests: aio: Change reference voltage for AIO 2017-05-18 20:26:56 -04:00
include tests: convert to using newly introduced integer sized types 2017-04-21 09:53:49 -05:00
kernel tests: context: move idle test to the end 2017-06-08 15:12:03 -04:00
lib/json tests: json: add tests for arrays of objects 2017-06-08 15:11:23 -04:00
net net: 6lo: Fix source address uncompression 2017-06-06 09:06:01 -04:00
power tests: use k_thread_create() 2017-05-11 20:24:22 -04:00
subsys tests: use k_thread_create() 2017-05-11 20:24:22 -04:00
unit bluetooth: at: enable CONFIG_SERIAL 2017-05-19 16:33:16 -04:00
ztest tests: use k_thread_create() 2017-05-11 20:24:22 -04:00
Kconfig
Makefile
Makefile.test