tests: posix: consistent naming and tagging for posix tests
* ensure test permutations are prefixed with `portability.posix` * ensure test permutations include the `posix` tag * ensure consistent order of `arch_exclude` and `tags` Signed-off-by: Christopher Friedt <cfriedt@fb.com>
This commit is contained in:
parent
f51b0f9883
commit
2bf3b45cbb
5 changed files with 17 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
common:
|
||||
arch_exclude: posix
|
||||
tags: posix
|
||||
min_ram: 64
|
||||
arch_exclude: posix
|
||||
timeout: 120
|
||||
|
||||
tests:
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
common:
|
||||
arch_exclude: posix
|
||||
tags: posix eventfd
|
||||
tests:
|
||||
portability.posix.eventfd:
|
||||
arch_exclude: posix
|
||||
min_ram: 32
|
||||
tags: posix pthread eventfd
|
||||
portability.posix.eventfd.picolibc:
|
||||
tags: picolibc
|
||||
filter: CONFIG_PICOLIBC_SUPPORTED
|
||||
extra_configs:
|
||||
- CONFIG_PICOLIBC=y
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
common:
|
||||
arch_exclude: posix
|
||||
tags: posix eventfd
|
||||
min_ram: 32
|
||||
tags: posix pthread eventfd
|
||||
tests:
|
||||
posix.eventfd_basic:
|
||||
portability.posix.eventfd_basic:
|
||||
extra_configs:
|
||||
- CONFIG_POSIX_API=n
|
||||
posix.eventfd_basic.posix_api:
|
||||
portability.posix.eventfd_basic.posix_api:
|
||||
extra_configs:
|
||||
- CONFIG_POSIX_API=y
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
common:
|
||||
arch_exclude: nios2 posix
|
||||
min_ram: 128
|
||||
tags: posix filesystem
|
||||
min_ram: 128
|
||||
modules:
|
||||
- fatfs
|
||||
tests:
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
common:
|
||||
platform_exclude: native_posix native_posix_64
|
||||
tags: getopt
|
||||
arch_exclude: posix
|
||||
tags: posix getopt
|
||||
tests:
|
||||
shell.getopt:
|
||||
portability.posix.getopt:
|
||||
integration_platforms:
|
||||
- qemu_x86
|
||||
min_flash: 64
|
||||
min_ram: 32
|
||||
shell.getopt.newlib:
|
||||
portability.posix.getopt.newlib:
|
||||
filter: TOOLCHAIN_HAS_NEWLIB == 1
|
||||
extra_configs:
|
||||
- CONFIG_NEWLIB_LIBC=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue