The xsi single process test suite requires something like 256 bytes of heap space. There is no legitimate reason to require 24kB of ram. This gets rid of a twister error ``` Error found: portability.xsi.single_process.newlib on qemu_cortex_m0/nrf51822 (Not enough RAM but is one of the integration platforms) ``` Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
39 lines
1.0 KiB
YAML
39 lines
1.0 KiB
YAML
common:
|
|
filter: not CONFIG_NATIVE_LIBC
|
|
tags:
|
|
- posix
|
|
- xsi
|
|
- single_process
|
|
# 1 tier0 platform per supported architecture
|
|
platform_key:
|
|
- arch
|
|
- simulation
|
|
integration_platforms:
|
|
- qemu_cortex_m0
|
|
tests:
|
|
portability.xsi.single_process:
|
|
extra_configs:
|
|
- CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=256
|
|
portability.xsi.single_process.armclang_std_libc:
|
|
toolchain_allow: armclang
|
|
extra_configs:
|
|
- CONFIG_ARMCLANG_STD_LIBC=y
|
|
portability.xsi.single_process.arcmwdtlib:
|
|
toolchain_allow: arcmwdt
|
|
extra_configs:
|
|
- CONFIG_ARCMWDT_LIBC=y
|
|
portability.xsi.single_process.minimal:
|
|
extra_configs:
|
|
- CONFIG_MINIMAL_LIBC=y
|
|
- CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=256
|
|
portability.xsi.single_process.newlib:
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
extra_configs:
|
|
- CONFIG_NEWLIB_LIBC=y
|
|
- CONFIG_NEWLIB_LIBC_MIN_REQUIRED_HEAP_SIZE=256
|
|
portability.xsi.single_process.picolibc:
|
|
tags: picolibc
|
|
filter: CONFIG_PICOLIBC_SUPPORTED
|
|
extra_configs:
|
|
- CONFIG_PICOLIBC=y
|