zephyr/tests/kernel
Keith Packard aedefd41d7 tests/kernel/mem_protect/mem_map: Reduce printf size for qemu_x86_tiny
qemu_x86_tiny has very limited memory resources; if too much text is
included in this test, it will not have enough remaining memory to run
it.

When using picolibc before 1.8.5, the only way to get 'long long' support
was to use the full version, including floating point support. This is too
large for this testcase.

Reduce the size of the printf code by switching to the version without
64-bit integer support. This allows the test to pass when using older
picolibc versions, such as that included with SDK version 0.16.3.

Signed-off-by: Keith Packard <keithp@keithp.com>
2023-11-21 21:43:33 +01:00
..
cache
common tests/kernel: Fix test printk output for new printf variants 2023-11-20 06:07:58 -05:00
condvar/condvar_api
context
device
early_sleep
events
fatal kernel: mm: move kernel mm functions under kernel includes 2023-11-20 09:19:14 +01:00
fifo
fpu_sharing
gen_isr_table
interrupt tests: kernel: also move the test_isr_dynamic to new ztest API 2023-11-15 10:01:22 +01:00
lifo
mbox tests: k_mbox: Change ZTEST_USER to ZTEST 2023-11-05 07:51:59 -05:00
mem_heap kernel: mm: move kernel mm functions under kernel includes 2023-11-20 09:19:14 +01:00
mem_protect tests/kernel/mem_protect/mem_map: Reduce printf size for qemu_x86_tiny 2023-11-21 21:43:33 +01:00
mem_slab
mp
msgq
mutex
obj_core
obj_tracking
pending
pipe
poll
profiling/profiling_api
queue
sched
semaphore
sleep
smp
smp_boot_delay
spinlock test: spinlock: cleanup assertion 2023-11-06 15:44:34 -06:00
stack/stack
threads tests: thread_apis: Change printk and TC_PRINT to LOG 2023-11-06 10:08:27 +01:00
tickless/tickless_concept
timer tests: timer_behavior: increase stdev tolerance for npcx timer 2023-11-17 17:24:14 +00:00
usage/thread_runtime_stats
workq
xip