zephyr/tests
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
..
application_development tests: application_development: set integration_platforms 2021-03-03 18:13:19 -05:00
arch kernel: sem: add K_SEM_MAX_LIMIT 2021-03-05 08:13:53 -06:00
benchmarks tests: footprint: fix thread start races 2021-03-08 12:09:16 -05:00
bluetooth Bluetooth: tests: Add nrf5340 support to tester 2021-03-04 13:00:04 +01:00
boards arch/xtensa: Add non-HAL caching primitives 2021-03-08 11:14:27 -05:00
crypto tests: tinycrypt: disable for ARC QEMU platforms 2021-02-15 08:11:19 -05:00
drivers tests: drivers: uart: uart_mix_fifo_poll: Add low power configuration 2021-03-08 12:51:50 +01:00
kernel tests: No thread-shared/synchronized data on stack (coherence) 2021-03-08 19:25:25 -05:00
lib tests: No thread-shared/synchronized data on stack (coherence) 2021-03-08 19:25:25 -05:00
misc/test_build
net tests: No thread-shared/synchronized data on stack (coherence) 2021-03-08 19:25:25 -05:00
portability
posix m2gl025_miv: Double the test timeouts 2021-02-09 19:41:27 -05:00
subsys tests: edac: Ensure vars are not changed in assert evaluation 2021-03-08 10:04:58 -05:00
unit lib: cbprintf: add unit tests for deferred formatting 2021-03-05 09:29:35 +01:00
ztest tests: modify test case so it does not crash on cortex-m 2021-03-05 15:03:24 +03:00