One of the tests is failing since it was split out in 1a633609a0
triggering an assertion:
ASSERTION FAIL [((((size_t)(16)) << 10) - (((uintptr_t) (&_end)) -
0x20000000)) >= 8192] @
WEST_TOPDIR/zephyr/lib/libc/newlib/libc-hooks.c:139
Fix it by making the min_flash and min_ram parameters up to overall
test level.
Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
26 lines
604 B
YAML
26 lines
604 B
YAML
common:
|
|
filter: not CONFIG_NATIVE_LIBC
|
|
tags:
|
|
- posix
|
|
- threads_ext
|
|
# 1 tier0 platform per supported architecture
|
|
platform_key:
|
|
- arch
|
|
- simulation
|
|
min_flash: 64
|
|
min_ram: 32
|
|
tests:
|
|
portability.posix.threads_ext: {}
|
|
portability.posix.threads_ext.minimal:
|
|
extra_configs:
|
|
- CONFIG_MINIMAL_LIBC=y
|
|
portability.posix.threads_ext.newlib:
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
|
extra_configs:
|
|
- CONFIG_NEWLIB_LIBC=y
|
|
portability.posix.threads_ext.picolibc:
|
|
tags: picolibc
|
|
filter: CONFIG_PICOLIBC_SUPPORTED
|
|
extra_configs:
|
|
- CONFIG_PICOLIBC=y
|