zephyr/tests
Andy Ross 015b4f7303 tests/kernel: Coherence: no shared data on stacks
A fairly common idiom in our test code is to put test-local data
structures onto the stack, even when they are to be used from another
thread.  But stacks are incoherent memory on some platforms, which
means that such things may not get a consistent view of memory between
threads.

Just make these things static.  A few of these spots were causing test
failures on intel_adsp_cavs15.  More were found by inspection while
hunting for mistakes.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2021-02-11 14:47:40 -05:00
..
application_development tests: add filter for some tests using newlib 2020-12-16 08:57:40 -05:00
arch tests: arm: cortex_m: test dynamic lazy stacking on Cortex-m 2021-02-02 17:58:58 -05:00
benchmarks m2gl025_miv: Double the test timeouts 2021-02-09 19:41:27 -05:00
bluetooth Bluetooth: ATT: Remove BT_ATT_TX_MAX 2021-02-11 12:59:01 -05:00
boards i2c_test: add a testcase to test i2c api for microchip board 2021-01-23 01:34:10 -05:00
crypto m2gl025_miv: Double the test timeouts 2021-02-09 19:41:27 -05:00
deprecated/inttype
drivers tests: drivers: can: timing: Fix potential div by zero 2021-02-11 08:54:12 -05:00
kernel tests/kernel: Coherence: no shared data on stacks 2021-02-11 14:47:40 -05:00
lib libc/minimal: fix realloc() allocated memory alignment 2021-02-02 19:08:24 -05:00
misc/test_build
net net: coap: clean up token usage in samples and tests 2021-02-02 14:03:01 -05:00
portability samples: cmsis_rtos_v2: increase stack 2021-01-20 16:45:31 -05:00
posix m2gl025_miv: Double the test timeouts 2021-02-09 19:41:27 -05:00
subsys fs: Fix fs_opendir resource leak when invoked on fs_dir_t object in use 2021-02-05 07:32:20 -05:00
unit tests: unit: cbprintf: fix for filtered prototypes 2021-01-27 13:34:06 -05:00
ztest tests: ztest: fix error_hook test case fail in some board 2021-02-04 13:09:55 -05:00