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
|
2018-09-14 22:13:02 +08:00
|
|
|
arch_exclude: posix
|
2021-03-04 14:31:06 +08:00
|
|
|
platform_exclude: twr_ke18f native_posix_64 nrf52_bsim
|
2019-02-02 04:18:31 +08:00
|
|
|
tags: clib minimal_libc userspace
|
2021-05-13 00:12:27 +08:00
|
|
|
libraries.libc.newlib.mem_alloc:
|
2020-07-02 20:58:00 +08:00
|
|
|
min_ram: 16
|
2018-08-02 11:06:59 +08:00
|
|
|
extra_args: CONF_FILE=prj_newlib.conf
|
2018-09-14 22:13:02 +08:00
|
|
|
arch_exclude: posix
|
2021-03-04 14:31:06 +08:00
|
|
|
platform_exclude: twr_ke18f native_posix_64 nrf52_bsim
|
2019-01-09 21:50:38 +08:00
|
|
|
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
2019-02-02 04:18:31 +08:00
|
|
|
tags: clib newlib userspace
|
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
|
2019-01-25 21:37:56 +08:00
|
|
|
tags: clib newlib userspace
|
2021-03-04 14:31:06 +08:00
|
|
|
libraries.libc.minimal.mem_alloc_negative_testing:
|
|
|
|
extra_args: CONF_FILE=prj_negative_testing.conf
|
|
|
|
arch_exclude: posix
|
|
|
|
platform_exclude: twr_ke18f native_posix_64 nrf52_bsim
|
|
|
|
tags: clib minimal_libc userspace
|