Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: misc identifier and tag fixes #68656

Merged
merged 2 commits into from
Feb 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tests/drivers/console_switching/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ common:
- drivers
- console
- emul
- devmux
platform_allow:
- qemu_riscv64
integration_platforms:
- qemu_riscv64

tests:
drivers.console_switching: {}
drivers.console_switching.user:
tags: userspace
drivers.devmux.console_switching: {}
drivers.devmux.console_switching.user:
extra_configs:
- CONFIG_USERSPACE=y
5 changes: 3 additions & 2 deletions tests/lib/cmsis_dsp/bayes/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ tests:
- sam_e70_xplained
- mps2_an521
- native_sim
tags: cmsis_dsp
tags:
- cmsis-dsp
min_flash: 64
min_ram: 32
libraries.cmsis_dsp.bayes.fpu:
Expand All @@ -17,7 +18,7 @@ tests:
- mps2_an521_remote
- mps3_an547
tags:
- cmsis_dsp
- cmsis-dsp
- fpu
extra_configs:
- CONFIG_FPU=y
Expand Down
5 changes: 3 additions & 2 deletions tests/lib/cmsis_dsp/complexmath/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ tests:
- sam_e70_xplained
- mps2_an521
- native_sim
tags: cmsis_dsp
- native_posix
tags: cmsis-dsp
min_flash: 128
min_ram: 144
libraries.cmsis_dsp.complexmath.fpu:
Expand All @@ -17,7 +18,7 @@ tests:
- mps2_an521_remote
- mps3_an547
tags:
- cmsis_dsp
- cmsis-dsp
- fpu
extra_configs:
- CONFIG_FPU=y
Expand Down
2 changes: 1 addition & 1 deletion tests/lib/cmsis_dsp/distance/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tests:
- mps2_an521_remote
- mps3_an547
tags:
- cmsis_dsp
- cmsis-dsp
- fpu
extra_configs:
- CONFIG_FPU=y
Expand Down
2 changes: 1 addition & 1 deletion tests/lib/cmsis_dsp/fastmath/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tests:
- mps2_an521_remote
- mps3_an547
tags:
- cmsis_dsp
- cmsis-dsp
- fpu
extra_configs:
- CONFIG_FPU=y
Expand Down
16 changes: 8 additions & 8 deletions tests/lib/cmsis_dsp/filtering/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ tests:
libraries.cmsis_dsp.filtering:
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_FULL_LIBC_SUPPORTED
) or CONFIG_ARCH_POSIX
tags: cmsis_dsp
tags: cmsis-dsp
skip: true
libraries.cmsis_dsp.filtering.biquad:
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_FULL_LIBC_SUPPORTED
Expand All @@ -28,7 +28,7 @@ tests:
- mps2_an521_remote
- mps3_an547
tags:
- cmsis_dsp
- cmsis-dsp
- fpu
min_flash: 128
min_ram: 64
Expand All @@ -44,7 +44,7 @@ tests:
- sam_e70_xplained
- mps2_an521
- native_sim
tags: cmsis_dsp
tags: cmsis-dsp
min_flash: 128
min_ram: 64
extra_args: CONF_FILE=prj_base.conf
Expand All @@ -57,7 +57,7 @@ tests:
- mps2_an521_remote
- mps3_an547
tags:
- cmsis_dsp
- cmsis-dsp
- fpu
min_flash: 128
min_ram: 64
Expand All @@ -73,7 +73,7 @@ tests:
- sam_e70_xplained
- mps2_an521
- native_sim
tags: cmsis_dsp
tags: cmsis-dsp
min_flash: 128
min_ram: 64
extra_args: CONF_FILE=prj_base.conf
Expand All @@ -86,7 +86,7 @@ tests:
- mps2_an521_remote
- mps3_an547
tags:
- cmsis_dsp
- cmsis-dsp
- fpu
min_flash: 128
min_ram: 64
Expand All @@ -102,7 +102,7 @@ tests:
- sam_e70_xplained
- mps2_an521
- native_sim
tags: cmsis_dsp
tags: cmsis-dsp
min_flash: 256
min_ram: 64
extra_args: CONF_FILE=prj_base.conf
Expand All @@ -116,7 +116,7 @@ tests:
platform_exclude:
- mps3_an547
tags:
- cmsis_dsp
- cmsis-dsp
- fpu
min_flash: 256
min_ram: 64
Expand Down
4 changes: 2 additions & 2 deletions tests/lib/cmsis_dsp/interpolation/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ tests:
- sam_e70_xplained
- mps2_an521
- native_sim
tags: cmsis_dsp
tags: cmsis-dsp
min_flash: 128
min_ram: 64
libraries.cmsis_dsp.interpolation.fpu:
Expand All @@ -17,7 +17,7 @@ tests:
- mps2_an521_remote
- mps3_an547
tags:
- cmsis_dsp
- cmsis-dsp
- fpu
extra_configs:
- CONFIG_FPU=y
Expand Down
50 changes: 25 additions & 25 deletions tests/lib/cmsis_dsp/matrix/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ tests:
libraries.cmsis_dsp.matrix:
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_FULL_LIBC_SUPPORTED
) or CONFIG_ARCH_POSIX
tags: cmsis_dsp
tags: cmsis-dsp
skip: true
libraries.cmsis_dsp.matrix.unary_q7:
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and CONFIG_FULL_LIBC_SUPPORTED
Expand All @@ -12,7 +12,7 @@ tests:
- sam_e70_xplained
- mps2_an521
- native_sim
tags: cmsis_dsp
tags: cmsis-dsp
min_flash: 128
min_ram: 64
extra_args: CONF_FILE=prj_base.conf
Expand All @@ -25,7 +25,7 @@ tests:
- mps2_an521_remote
- mps3_an547
tags:
- cmsis_dsp
- cmsis-dsp
- fpu
min_flash: 128
min_ram: 64
Expand All @@ -41,7 +41,7 @@ tests:
- sam_e70_xplained
- mps2_an521
- native_sim
tags: cmsis_dsp
tags: cmsis-dsp
min_flash: 128
min_ram: 64
extra_args: CONF_FILE=prj_base.conf
Expand All @@ -54,7 +54,7 @@ tests:
- mps2_an521_remote
- mps3_an547
tags:
- cmsis_dsp
- cmsis-dsp
- fpu
min_flash: 128
min_ram: 64
Expand All @@ -70,7 +70,7 @@ tests:
- sam_e70_xplained
- mps2_an521
- native_sim
tags: cmsis_dsp
tags: cmsis-dsp
min_flash: 128
min_ram: 64
extra_args: CONF_FILE=prj_base.conf
Expand All @@ -83,7 +83,7 @@ tests:
- mps2_an521_remote
- mps3_an547
tags:
- cmsis_dsp
- cmsis-dsp
- fpu
min_flash: 128
min_ram: 64
Expand All @@ -98,7 +98,7 @@ tests:
- frdm_k64f
- sam_e70_xplained
- mps2_an521
tags: cmsis_dsp
tags: cmsis-dsp
min_flash: 128
min_ram: 64
extra_args: CONF_FILE=prj_base.conf
Expand All @@ -111,7 +111,7 @@ tests:
- mps2_an521_remote
- mps3_an547
tags:
- cmsis_dsp
- cmsis-dsp
- fpu
min_flash: 128
min_ram: 64
Expand All @@ -127,7 +127,7 @@ tests:
- sam_e70_xplained
- mps2_an521
- native_sim
tags: cmsis_dsp
tags: cmsis-dsp
min_flash: 128
min_ram: 64
extra_args: CONF_FILE=prj_base.conf
Expand All @@ -140,7 +140,7 @@ tests:
- mps2_an521_remote
- mps3_an547
tags:
- cmsis_dsp
- cmsis-dsp
- fpu
min_flash: 128
min_ram: 64
Expand All @@ -156,7 +156,7 @@ tests:
- sam_e70_xplained
- mps2_an521
- native_sim
tags: cmsis_dsp
tags: cmsis-dsp
min_flash: 128
min_ram: 72
extra_args: CONF_FILE=prj_base.conf
Expand All @@ -169,7 +169,7 @@ tests:
- mps2_an521_remote
- mps3_an547
tags:
- cmsis_dsp
- cmsis-dsp
- fpu
min_flash: 128
min_ram: 72
Expand All @@ -185,7 +185,7 @@ tests:
- sam_e70_xplained
- mps2_an521
- native_sim
tags: cmsis_dsp
tags: cmsis-dsp
platform_exclude: frdm_kw41z
min_flash: 128
min_ram: 128
Expand All @@ -199,7 +199,7 @@ tests:
- mps2_an521_remote
- mps3_an547
tags:
- cmsis_dsp
- cmsis-dsp
- fpu
platform_exclude: frdm_kw41z
min_flash: 128
Expand All @@ -216,7 +216,7 @@ tests:
- sam_e70_xplained
- mps2_an521
- native_sim
tags: cmsis_dsp
tags: cmsis-dsp
platform_exclude: frdm_kw41z
min_flash: 128
min_ram: 144
Expand All @@ -230,7 +230,7 @@ tests:
- mps2_an521_remote
- mps3_an547
tags:
- cmsis_dsp
- cmsis-dsp
- fpu
platform_exclude: frdm_kw41z
min_flash: 128
Expand All @@ -247,7 +247,7 @@ tests:
- sam_e70_xplained
- mps2_an521
- native_sim
tags: cmsis_dsp
tags: cmsis-dsp
platform_exclude: frdm_kw41z
min_flash: 128
min_ram: 128
Expand All @@ -261,7 +261,7 @@ tests:
- mps2_an521_remote
- mps3_an547
tags:
- cmsis_dsp
- cmsis-dsp
- fpu
platform_exclude: frdm_kw41z
min_flash: 128
Expand All @@ -277,7 +277,7 @@ tests:
- frdm_k64f
- sam_e70_xplained
- mps2_an521
tags: cmsis_dsp
tags: cmsis-dsp
min_flash: 128
min_ram: 144
extra_args: CONF_FILE=prj_base.conf
Expand All @@ -290,7 +290,7 @@ tests:
- mps2_an521_remote
- mps3_an547
tags:
- cmsis_dsp
- cmsis-dsp
- fpu
min_flash: 128
min_ram: 144
Expand All @@ -306,7 +306,7 @@ tests:
- sam_e70_xplained
- mps2_an521
- native_sim
tags: cmsis_dsp
tags: cmsis-dsp
platform_exclude: frdm_kw41z
min_flash: 128
min_ram: 128
Expand All @@ -320,7 +320,7 @@ tests:
- mps2_an521_remote
- mps3_an547
tags:
- cmsis_dsp
- cmsis-dsp
- fpu
platform_exclude: frdm_kw41z
min_flash: 128
Expand All @@ -337,7 +337,7 @@ tests:
- sam_e70_xplained
- mps2_an521
- native_sim
tags: cmsis_dsp
tags: cmsis-dsp
platform_exclude: frdm_kw41z
min_flash: 128
min_ram: 128
Expand All @@ -351,7 +351,7 @@ tests:
- mps2_an521_remote
- mps3_an547
tags:
- cmsis_dsp
- cmsis-dsp
- fpu
platform_exclude: frdm_kw41z
min_flash: 128
Expand Down
Loading
Loading