Skip to content

Commit 2e4eb78

Browse files
erwangonashif
authored andcommitted
tests/lib/cmsis_dsp: matrix: Limit f16 tc execution on ram => 144
binary_f16 and binary_f16.fpu test cases fail when target SRAM size is below 140k. Update test case requirements to set min_ram to 144. Additionally, remove the platform_exclude hich is now useless (frdm_kw41z ram is 128k). Fixes #38826 Signed-off-by: Erwan Gouriou <[email protected]>
1 parent b08e572 commit 2e4eb78

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/lib/cmsis_dsp/matrix/testcase.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,8 @@ tests:
237237
- mps2_an521
238238
- native_posix
239239
tags: cmsis_dsp
240-
platform_exclude: frdm_kw41z
241240
min_flash: 128
242-
min_ram: 128
241+
min_ram: 144
243242
extra_args: CONF_FILE=prj_base.conf
244243
extra_configs:
245244
- CONFIG_CMSIS_DSP_TEST_MATRIX_BINARY_F16=y
@@ -248,9 +247,8 @@ tests:
248247
integration_platforms:
249248
- mps2_an521_remote
250249
tags: cmsis_dsp fpu
251-
platform_exclude: frdm_kw41z
252250
min_flash: 128
253-
min_ram: 128
251+
min_ram: 144
254252
extra_args: CONF_FILE=prj_base.conf
255253
extra_configs:
256254
- CONFIG_CMSIS_DSP_TEST_MATRIX_BINARY_F16=y

0 commit comments

Comments
 (0)