2023-02-22 21:54:04 +08:00
|
|
|
common:
|
|
|
|
arch_exclude: posix
|
2023-06-01 22:44:47 +08:00
|
|
|
tags:
|
|
|
|
- clib
|
|
|
|
- userspace
|
|
|
|
integration_platforms:
|
|
|
|
- qemu_x86
|
2018-08-02 11:06:59 +08:00
|
|
|
tests:
|
2019-10-24 13:57:30 +08:00
|
|
|
libraries.libc.minimal.mem_alloc:
|
2018-08-02 11:06:59 +08:00
|
|
|
extra_args: CONF_FILE=prj.conf
|
2023-02-22 21:54:04 +08:00
|
|
|
platform_exclude: twr_ke18f
|
2023-05-08 19:37:42 +08:00
|
|
|
tags:
|
|
|
|
- minimal_libc
|
2022-04-02 05:42:07 +08:00
|
|
|
libraries.libc.minimal.mem_alloc_negative_testing:
|
|
|
|
extra_args: CONF_FILE=prj_negative_testing.conf
|
2023-02-22 21:54:04 +08:00
|
|
|
platform_exclude: twr_ke18f
|
2023-05-08 19:37:42 +08:00
|
|
|
tags:
|
|
|
|
- minimal_libc
|
2021-05-13 00:12:27 +08:00
|
|
|
libraries.libc.newlib.mem_alloc:
|
2022-04-02 05:42:07 +08:00
|
|
|
extra_args: CONF_FILE=prj_newlib.conf
|
2019-01-09 21:50:38 +08:00
|
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
2022-04-02 05:42:07 +08:00
|
|
|
min_ram: 16
|
2023-05-08 19:37:42 +08:00
|
|
|
platform_exclude:
|
|
|
|
- twr_ke18f
|
|
|
|
tags:
|
|
|
|
- newlib
|
2021-05-13 00:12:27 +08:00
|
|
|
libraries.libc.newlib_nano.mem_alloc:
|
2019-01-25 21:37:56 +08:00
|
|
|
extra_args: CONF_FILE=prj_newlibnano.conf
|
2020-12-12 00:51:41 +08:00
|
|
|
filter: CONFIG_HAS_NEWLIB_LIBC_NANO
|
2023-05-08 19:37:42 +08:00
|
|
|
tags:
|
|
|
|
- newlib
|
2022-04-07 06:55:39 +08:00
|
|
|
libraries.libc.picolibc.mem_alloc:
|
|
|
|
extra_args: CONF_FILE=prj_picolibc.conf
|
|
|
|
filter: CONFIG_PICOLIBC_SUPPORTED
|
2023-05-08 19:37:42 +08:00
|
|
|
platform_exclude:
|
|
|
|
- twr_ke18f
|
|
|
|
tags:
|
|
|
|
- picolibc
|