zephyr/tests/lib/mem_alloc/testcase.yaml
Alexandre Bourdiol ab1a306a84 tests: lib: mem_alloc: restrict newlib config to more than 16K RAM
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>
2020-07-06 17:24:02 +02:00

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