Skip to content

Commit

Permalink
tests: mem_alloc: remove fixed testcase names from yaml
Browse files Browse the repository at this point in the history
We now use new ztest API, so we can get those from the symbols file.

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif authored and carlescufi committed Feb 24, 2023
1 parent 3e4c547 commit 8400ba6
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions tests/lib/mem_alloc/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,50 +5,20 @@ tests:
extra_args: CONF_FILE=prj.conf
platform_exclude: twr_ke18f
tags: clib minimal_libc userspace
testcases:
- realloc
- free
- malloc_align
- memalloc_all
- calloc
- malloc
- memalloc_max
- reallocarray
libraries.libc.minimal.mem_alloc_negative_testing:
extra_args: CONF_FILE=prj_negative_testing.conf
platform_exclude: twr_ke18f
tags: clib minimal_libc userspace
testcases:
- no_mem_realloc
- no_mem_malloc
libraries.libc.newlib.mem_alloc:
extra_args: CONF_FILE=prj_newlib.conf
filter: TOOLCHAIN_HAS_NEWLIB == 1
min_ram: 16
platform_exclude: twr_ke18f native_posix_64 nrf52_bsim
tags: clib newlib userspace
testcases:
- realloc
- free
- malloc_align
- memalloc_all
- calloc
- malloc
- memalloc_max
- reallocarray
libraries.libc.newlib_nano.mem_alloc:
extra_args: CONF_FILE=prj_newlibnano.conf
filter: CONFIG_HAS_NEWLIB_LIBC_NANO
tags: clib newlib userspace
testcases:
- realloc
- free
- malloc_align
- memalloc_all
- calloc
- malloc
- memalloc_max
- reallocarray
libraries.libc.picolibc.mem_alloc:
extra_args: CONF_FILE=prj_picolibc.conf
filter: CONFIG_PICOLIBC_SUPPORTED
Expand Down

0 comments on commit 8400ba6

Please sign in to comment.