tests: lib: c_lib testcase running with 32KB min ram
Limit the testcase to targets with more than 32KB RAM Because of the CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE 8192, the RAM used by the testcase on a too small target might fail at runtime. For example on a nucleo_l073rz target: RAM: 15292 B 20 KB 74.67% Signed-off-by: Francois Ramu <francois.ramu@st.com>
This commit is contained in:
parent
13a6c45452
commit
256b0c5bfb
|
@ -16,6 +16,7 @@ tests:
|
|||
- CONFIG_PICOLIBC=y
|
||||
libraries.libc.newlib:
|
||||
filter: CONFIG_NEWLIB_LIBC_SUPPORTED
|
||||
min_ram: 32
|
||||
tags: newlib
|
||||
ignore_faults: true
|
||||
extra_configs:
|
||||
|
|
Loading…
Reference in a new issue