zephyr/tests/kernel
Keith Packard e17191b146 tests/fpu_sharing: Increase main stack size on riscv64
Looks like switching the main return value to int means that stack
frame persists and increases stack usage by a few bytes. Increase the
main stack size to avoid overflows.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-04-14 07:49:41 +09:00
..
cache
common util: Replace all POSIX arch busy_waits with Z_SPIN_DELAY 2023-03-04 22:14:04 +01:00
condvar/condvar_api
context tests/kernel: Cast time difference to int32_t before abs call 2023-04-05 10:38:34 +02:00
device init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
early_sleep init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
events
fatal samples, tests, boards: Switch main return type from void to int 2023-04-14 07:49:41 +09:00
fifo
fpu_sharing tests/fpu_sharing: Increase main stack size on riscv64 2023-04-14 07:49:41 +09:00
gen_isr_table tests: gen_isr_table: remove exta TC_START call 2023-04-05 10:27:28 +02:00
interrupt tests: interrupt: Fix armclang compiler warning 2023-04-11 09:35:42 +02:00
lifo
mbox
mem_heap
mem_protect tests: mem_protect: Add support for configurable granularity of PMP 2023-04-06 11:50:43 +02:00
mem_slab
mp
msgq
mutex tests: sys_mutex: do not use TC_START for debugging 2023-04-05 10:27:28 +02:00
obj_tracking
pending
pipe
poll
profiling/profiling_api tests: mark testcases with pm where CONFIG_PM=y is forced 2023-04-04 13:34:45 +02:00
queue
sched util: Replace all POSIX arch busy_waits with Z_SPIN_DELAY 2023-03-04 22:14:04 +01:00
semaphore
sleep util: Replace all POSIX arch busy_waits with Z_SPIN_DELAY 2023-03-04 22:14:04 +01:00
smp tests/kernel/smp: Limit 'stress' tests based on factor 2023-03-30 09:44:00 -04:00
smp_boot_delay tests: remove intel adsp cavs platforms from filters 2023-04-06 18:51:56 +02:00
spinlock
stack/stack
threads init: remove the need for a dummy device pointer in SYS_INIT functions 2023-04-12 14:28:07 +00:00
tickless/tickless_concept tests: mark testcases with pm where CONFIG_PM=y is forced 2023-04-04 13:34:45 +02:00
timer tests: kernel: timer: remove extra TC_START 2023-04-05 10:27:28 +02:00
usage/thread_runtime_stats
workq util: Replace all POSIX arch busy_waits with Z_SPIN_DELAY 2023-03-04 22:14:04 +01:00
xip