zephyr/tests/kernel
Daniel Leung 9debd59368 tests: schedule_api: use stack array extern macro
The stack array tstacks was declared in the header file using
the same macro which defines the same stack array but with
an added "extern" in front. This macro adds alignment and section
attribute which are actually not the same as the actual stack array
defined in main.c. The section name used in the section attribute
contains the file name where the stack array is defined or extern
declared. So the same symbol, in this case z_interrupt_stacks, has
different attributes in two places, and GCC 11 starts to complain
about this. So use the newly introduced macro to extern declare
the stack array without adding/replacing any symbol attributes.

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2021-07-22 07:24:11 -05:00
..
common tests: kernel/common: avoid using compiler builtin popcount 2021-07-22 07:24:11 -05:00
condvar/condvar_api tests: condvar: fix one testcase failure on qemu_cortex_a53_smp 2021-05-08 17:08:48 -04:00
context
device tests: kernel: device: Exclude beaglev_starlight_jh7100 2021-07-14 16:12:57 +03:00
early_sleep
fatal tests: add fpu tag the tests which enable FPU and FPU_SHARING options 2021-06-22 08:45:41 -04:00
fifo
fpu_sharing tests: add fpu tag the tests which enable FPU and FPU_SHARING options 2021-06-22 08:45:41 -04:00
gen_isr_table tests: kernel: gen_isr_table: Add workaround for npcx9 series. 2021-06-08 00:40:14 -04:00
interrupt arm64: mitigate FPU-in-exception usage side effects 2021-05-21 04:52:44 -05:00
lifo tests: add min_ram to test applications 2021-07-13 10:20:18 -05:00
mbox
mem_heap tests/kernel/mem_heap: Add minimum-size heap test 2021-05-20 17:52:21 -04:00
mem_protect tests: mem_protect: fix warning on uninitialized variable 2021-07-22 07:24:11 -05:00
mem_slab
mp
msgq tests: msgq_usage: ensure all services started before client query 2021-05-13 22:03:55 -04:00
mutex
pending
pipe
poll
profiling/profiling_api
queue
sched tests: schedule_api: use stack array extern macro 2021-07-22 07:24:11 -05:00
semaphore tests: kernel: fix two semaphroe testcases failed on ADSP 2021-05-14 16:41:21 -04:00
sleep
smp tests/kernel/smp: Remove release_global_lock_irq case 2021-05-17 15:27:37 -04:00
spinlock
stack/stack
threads
tickless/tickless_concept boards: qemu_x86_coverage: remove board testing coverage 2021-06-01 14:06:56 -05:00
timer boards: qemu_x86_coverage: remove board testing coverage 2021-06-01 14:06:56 -05:00
workq kernel: remove dead workq code 2021-05-18 11:21:27 -05:00
xip