Skip to content
Commit aedefd41 authored by Keith Packard's avatar Keith Packard Committed by Henrik Brix Andersen
Browse files

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: default avatarKeith Packard <keithp@keithp.com>
parent 7be1a811
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment