zephyr/tests
Vincent Wan d2edfa2347 tests: fatal: allocate timer outside of stack
In stack_sentinel_timer(), the timer should not be allocated on the
stack. If it gets added to the list of timeouts by k_timer_start,
then an unexpected exception may occur when the timer expires since it
may have been overwritten.

Signed-off-by: Vincent Wan <vincent.wan@linaro.org>
2019-09-18 13:27:30 +08:00
..
application_development tests/ /gen_inc_file: convert 4,5,6,7 enumeration to an interval 2019-08-21 07:27:22 -05:00
arch arch/x86: disable inapplicable tests for Intel64 2019-09-15 11:33:47 +08:00
benchmarks userspace: Support for split 64 bit arguments 2019-09-12 11:31:50 +08:00
bluetooth tests: bluetooth: mesh: adjust microbit config 2019-09-12 05:17:39 -04:00
boards tests: boards: board_shell: Activate CAN shell 2019-07-29 10:27:54 +03:00
booting/stub
cmsis_rtos_v1 tests/cmsis_rtos_v1: relax timing check a bit 2019-08-02 12:47:41 +02:00
cmsis_rtos_v2 arch/x86: tests/cmsis: disable some CMSIS tests in 64-bit mode 2019-09-15 11:33:47 +08:00
crypto kernel: lib: Add convert functions for hex strings and binary arrays 2019-07-16 12:44:18 +02:00
drivers drivers: amg88xx: rework sensor driver to use DT 2019-09-17 06:27:21 -05:00
kernel tests: fatal: allocate timer outside of stack 2019-09-18 13:27:30 +08:00
lib tests: gui: Added tests for LVGL glue logic 2019-09-16 16:08:36 -05:00
misc cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
net tests: net: shell: Add some simple tests for net-shell 2019-09-17 22:41:56 +08:00
posix tests/posix/common: restructure to eliminate casts 2019-09-15 11:33:47 +08:00
shell shell: add test for new built-in command 2019-05-24 11:04:42 +02:00
subsys usb: tests: Pass correct lengths to hexdump in usb bos test 2019-09-16 15:33:10 -05:00
unit tests: crc: convert to regular test case 2019-07-06 00:31:04 +02:00
ztest subsys/testsuite: make tc_util overridable 2019-09-17 07:11:33 +08:00