zephyr/tests/kernel
Daniel Leung 89a9096334 tests: threads/tls: add more thread variables
It was discovered that TLS data/bss in stack need to be
aligned correctly or else incorrect variables would be
accessed. This makes tdata and tbss sections to have
odd sizes to make sure everything still works.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2021-02-07 23:28:43 -05:00
..
common tests/kernel/common: Skip the printk test when not applicable 2021-02-03 20:56:14 -05:00
condvar/condvar_api tests: kernel: add test for condition variables 2021-01-19 08:55:47 -05:00
context Revert "tests: context: disable if DEMAND_PAGING" 2021-02-02 21:57:43 -05:00
device tests: device: add two more error case testing 2021-01-15 12:18:16 -05:00
early_sleep
fatal logging: Revamp menuconfig 2021-01-26 06:15:42 -05:00
fifo
fpu_sharing tests: enable and run many tests on RISC-V 2021-01-15 13:06:33 -05:00
gen_isr_table
interrupt
lifo tests: fifo: exclude m2gl025_miv 2021-01-23 00:42:13 -05:00
mbox kernel: subsys: lib: drivers: Use k_heap instead of z_mem_pool wrappers 2020-12-07 21:50:14 -05:00
mem_heap test: kheap: add testcase 2021-01-18 23:19:33 -05:00
mem_protect tests: memory protect: add some error test cases 2021-02-05 08:29:44 -05:00
mem_slab test: mslab: improve coverage for mslab 2021-01-12 22:16:33 -05:00
mp
msgq/msgq_api tests: msgq: Fix uncheck return value of coverity scan 2021-02-01 20:33:51 -05:00
mutex tests: mutex: remove and refine some error test cases 2021-01-15 12:13:52 -05:00
obj_tracing
pending
pipe kernel: subsys: lib: drivers: Use k_heap instead of z_mem_pool wrappers 2020-12-07 21:50:14 -05:00
poll kernel: subsys: lib: drivers: Use k_heap instead of z_mem_pool wrappers 2020-12-07 21:50:14 -05:00
profiling/profiling_api tests: exclude nrf5340dk_nrf5340_cpunet when CONFIG_PM=y 2021-02-01 15:05:03 -05:00
queue kernel: queue: develop the code coverage 2021-01-18 23:14:12 -05:00
sched tests/sched/deadline: Fix precision rollover 2021-02-03 13:10:33 -05:00
semaphore/semaphore kernel: semaphore: Add some error case testing for semaphore 2021-01-18 22:10:09 -05:00
sleep
smp
spinlock spinlock: validate: fix the dependency with MP_NUM_CPUS 2021-01-26 08:43:45 -05:00
stack/stack tests: stack: remove and refine some test cases 2021-01-15 11:18:40 -05:00
threads tests: threads/tls: add more thread variables 2021-02-07 23:28:43 -05:00
tickless tests: exclude nrf5340dk_nrf5340_cpunet when CONFIG_PM=y 2021-02-01 15:05:03 -05:00
timer tests: exclude nrf5340dk_nrf5340_cpunet when CONFIG_PM=y 2021-02-01 15:05:03 -05:00
workq test: workqueue: imporve coverage for workqueue 2021-01-04 16:25:40 +01:00
xip