zephyr/tests/lib
Andy Ross 589c781506 tests: No thread-shared/synchronized data on stack (coherence)
CONFIG_KERNEL_COHERENCE forbids synchronized data on the stack: no
spinlocks, IPC primitives, or things that contain them.  Application
code obviously doesn't have to follow these inconvenient rules, but
our test code needs to run on platforms with incoherent stack memory.

Make these things static.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2021-03-08 19:25:25 -05:00
..
c_lib libc: minimal: add INTn_C macros to stdint.h 2021-01-21 14:50:01 -05:00
cbprintf_fp tests/cbprintf_fp: Filter on CONSOLE_HAS_DRIVER 2021-03-08 19:25:25 -05:00
cbprintf_package tests: lib: Add test for cbprintf_package 2021-03-05 09:29:35 +01:00
cmsis_dsp tests: cmsis-dsp: Add native_posix to ci 2021-01-27 14:48:37 -05:00
devicetree devicetree: deprecate DT_IO_CHANNELS_LABEL APIs 2021-03-02 11:28:30 -06:00
fdtable tests: lib: fdtable: fix tests after modifying reference counting 2020-08-27 11:42:19 +03:00
gui/lvgl tests: lib: gui: lvgl: Add fs_file_t type variable initializations 2021-01-29 08:04:51 -05:00
heap libc/minimal: fix realloc() allocated memory alignment 2021-02-02 19:08:24 -05:00
heap_align lib/os/heap: minimize initial overallocation in the aligned case 2020-11-30 14:50:07 -05:00
json
mem_alloc tests/mem_alloc: check that malloc() objects can be accessed 2021-01-24 10:11:11 -05:00
notify
onoff tests: No thread-shared/synchronized data on stack (coherence) 2021-03-08 19:25:25 -05:00
p4workq tests/p4wq: Fix impossible sleep interval 2021-03-08 11:14:27 -05:00
ringbuffer tests: No thread-shared/synchronized data on stack (coherence) 2021-03-08 19:25:25 -05:00
sprintf tests/sprintf: FP tests independent of endian 2020-12-04 14:33:43 +02:00