zephyr/tests/kernel/mem_protect
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
..
demand_paging kernel: mm: move kernel mm functions under kernel includes 2023-11-20 09:19:14 +01:00
futex tests kernel: Exclude posix arch for userspace tests 2023-10-24 09:05:29 +02:00
mem_map tests/kernel/mem_protect/mem_map: Reduce printf size for qemu_x86_tiny 2023-11-21 21:43:33 +01:00
mem_protect tests: mem_protect: enable for Xtensa 2023-11-21 15:49:48 +01:00
obj_validation syscall: rename z_object_validate -> k_object_validate 2023-11-03 11:46:52 +01:00
protection tests: remove CONFIG_ZTEST_NEW_API in all tests 2023-10-20 15:04:29 +02:00
stack_random tests: fix thread function signatures 2023-10-30 12:24:34 +01:00
stackprot tests: kernel: fix thread function signatures 2023-10-30 17:45:59 +00:00
sys_sem tests kernel: Exclude posix arch for userspace tests 2023-10-24 09:05:29 +02:00
syscalls syscall: rename Z_OOPS -> K_OOPS 2023-11-03 11:46:52 +01:00
userspace tests: userspace: Add xtensa support 2023-11-21 15:49:48 +01:00