Skip to content

Commit 5790c59

Browse files
committed
Revert "tests: lib: cmsis_dsp: Disable testing on mps3_an547"
This reverts commit 96c7f6a. Zephyr SDK 0.14.1 now includes QEMU 6.2, which supports the emulation of the MVE instructions. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 2bd4af4 commit 5790c59

File tree

14 files changed

+0
-54
lines changed

14 files changed

+0
-54
lines changed

tests/benchmarks/cmsis_dsp/basicmath/testcase.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
common:
2-
# TODO: Remove when QEMU 6.2 is released with MVE emulation (see #37694).
3-
platform_exclude: mps3_an547
4-
51
tests:
62
benchmark.cmsis_dsp.basicmath:
73
filter: (CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1

tests/lib/cmsis_dsp/basicmath/testcase.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
common:
2-
# TODO: Remove when QEMU 6.2 is released with MVE emulation (see #37694).
3-
platform_exclude: mps3_an547
4-
51
tests:
62
libraries.cmsis_dsp.basicmath:
73
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX

tests/lib/cmsis_dsp/bayes/testcase.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
common:
2-
# TODO: Remove when QEMU 6.2 is released with MVE emulation (see #37694).
3-
platform_exclude: mps3_an547
4-
51
tests:
62
libraries.cmsis_dsp.bayes:
73
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX

tests/lib/cmsis_dsp/complexmath/testcase.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
common:
2-
# TODO: Remove when QEMU 6.2 is released with MVE emulation (see #37694).
3-
platform_exclude: mps3_an547
4-
51
tests:
62
libraries.cmsis_dsp.complexmath:
73
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX

tests/lib/cmsis_dsp/distance/testcase.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
common:
2-
# TODO: Remove when QEMU 6.2 is released with MVE emulation (see #37694).
3-
platform_exclude: mps3_an547
4-
51
tests:
62
libraries.cmsis_dsp.distance:
73
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX

tests/lib/cmsis_dsp/fastmath/testcase.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
common:
2-
# TODO: Remove when QEMU 6.2 is released with MVE emulation (see #37694).
3-
platform_exclude: mps3_an547
4-
51
tests:
62
libraries.cmsis_dsp.fastmath:
73
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX

tests/lib/cmsis_dsp/filtering/testcase.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
common:
22
toolchain_exclude: llvm
3-
# TODO: Remove when QEMU 6.2 is released with MVE emulation (see #37694).
4-
platform_exclude: mps3_an547
53

64
tests:
75
libraries.cmsis_dsp.filtering:

tests/lib/cmsis_dsp/interpolation/testcase.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
common:
2-
# TODO: Remove when QEMU 6.2 is released with MVE emulation (see #37694).
3-
platform_exclude: mps3_an547
4-
51
tests:
62
libraries.cmsis_dsp.interpolation:
73
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX

tests/lib/cmsis_dsp/matrix/testcase.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
common:
2-
# TODO: Remove when QEMU 6.2 is released with MVE emulation (see #37694).
3-
platform_exclude: mps3_an547
4-
51
tests:
62
libraries.cmsis_dsp.matrix:
73
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX

tests/lib/cmsis_dsp/quaternionmath/testcase.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
common:
2-
# TODO: Remove when QEMU 6.2 is released with MVE emulation (see #37694).
3-
platform_exclude: mps3_an547
4-
51
tests:
62
libraries.cmsis_dsp.quaternionmath:
73
filter: ((CONFIG_CPU_AARCH32_CORTEX_R or CONFIG_CPU_CORTEX_M) and TOOLCHAIN_HAS_NEWLIB == 1) or CONFIG_ARCH_POSIX

0 commit comments

Comments
 (0)