Commit 9e101eec authored by Anas Nashif's avatar Anas Nashif Committed by Carles Cufi
Browse files

tests: mem_alloc: put arch_exclude in common section



Put the exclude in common section instead of repeating it for each test.

Signed-off-by: default avatarAnas Nashif <anas.nashif@intel.com>
parent f3a9d434
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
common:
  arch_exclude: posix
tests:
  libraries.libc.minimal.mem_alloc:
    arch_exclude: posix
    extra_args: CONF_FILE=prj.conf
    platform_exclude: twr_ke18f native_posix_64 nrf52_bsim
    platform_exclude: twr_ke18f
    tags: clib minimal_libc userspace
    testcases:
    - realloc
@@ -14,15 +15,13 @@ tests:
    - memalloc_max
    - reallocarray
  libraries.libc.minimal.mem_alloc_negative_testing:
    arch_exclude: posix
    extra_args: CONF_FILE=prj_negative_testing.conf
    platform_exclude: twr_ke18f native_posix_64 nrf52_bsim
    platform_exclude: twr_ke18f
    tags: clib minimal_libc userspace
    testcases:
    - no_mem_realloc
    - no_mem_malloc
  libraries.libc.newlib.mem_alloc:
    arch_exclude: posix
    extra_args: CONF_FILE=prj_newlib.conf
    filter: TOOLCHAIN_HAS_NEWLIB == 1
    min_ram: 16