mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-28 09:05:20 +00:00
This test fails for newlib configuration, for nucleo_f030r8 which has only 8K of RAM. But each step of the test is successfull when executed solely or with smaller buffer size. Note: test is working on nucleo_f091rc which has larger RAM (32K) Signed-off-by: Alexandre Bourdiol <alexandre.bourdiol@st.com>
18 lines
523 B
YAML
18 lines
523 B
YAML
tests:
|
|
libraries.libc.minimal.mem_alloc:
|
|
extra_args: CONF_FILE=prj.conf
|
|
arch_exclude: posix
|
|
platform_exclude: twr_ke18f
|
|
tags: clib minimal_libc userspace
|
|
libraries.libc.newlib:
|
|
min_ram: 16
|
|
extra_args: CONF_FILE=prj_newlib.conf
|
|
arch_exclude: posix
|
|
platform_exclude: twr_ke18f
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
tags: clib newlib userspace
|
|
libraries.libc.newlibnano:
|
|
extra_args: CONF_FILE=prj_newlibnano.conf
|
|
toolchain_whitelist: gnuarmemb
|
|
tags: clib newlib userspace
|