You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Some tests from tests/lib/cmsis_dsp/matrix overflows on nrf9160dk_nrf910_ns. The full list is added below. Can the description of the tests in their testcase.yaml be updated for min ram/rom accordingly?
We port Zephyr to our sdk and run all the tests with "--overflow-as-errors" to verify the integrity. Therefore these overflows are problematic for us when the tests are not correctly filtered out.
To Reproduce
Steps to reproduce the behavior:
run scripts/twister -T tests/lib/cmsis_dsp/matrix/ -p nrf9160dk_nrf9160_ns --overflow-as-errors -v
see errors
Expected behavior
The tests are correctly handled by twister.
[ 95%] Building C object zephyr/CMakeFiles/zephyr_pre0.dir/misc/empty_file.c.obj
[ 95%] Linking C executable zephyr_pre0.elf
/home/maciej/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.bfd: zephyr_pre0.elf section `rodata' will not fit in region `FLASH'
/home/maciej/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/10.3.0/../../../../arm-zephyr-eabi/bin/ld.bfd: region `FLASH' overflowed by 22900 bytes
collect2: error: ld returned 1 exit status
zephyr/CMakeFiles/zephyr_pre0.dir/build.make:125: recipe for target 'zephyr/zephyr_pre0.elf' failed
make[2]: *** [zephyr/zephyr_pre0.elf] Error 1
CMakeFiles/Makefile2:2669: recipe for target 'zephyr/CMakeFiles/zephyr_pre0.dir/all' failed
make[1]: *** [zephyr/CMakeFiles/zephyr_pre0.dir/all] Error 2
Makefile:90: recipe for target 'all' failed
make: *** [all] Error 2
Environment (please complete the following information):
cfriedt
added
Enhancement
Changes/Updates/Additions to existing features
and removed
bug
The issue is a bug, or the PR is fixing a bug
labels
Nov 30, 2021
Describe the bug
Some tests from tests/lib/cmsis_dsp/matrix overflows on nrf9160dk_nrf910_ns. The full list is added below. Can the description of the tests in their testcase.yaml be updated for min ram/rom accordingly?
We port Zephyr to our sdk and run all the tests with "--overflow-as-errors" to verify the integrity. Therefore these overflows are problematic for us when the tests are not correctly filtered out.
To Reproduce
Steps to reproduce the behavior:
scripts/twister -T tests/lib/cmsis_dsp/matrix/ -p nrf9160dk_nrf9160_ns --overflow-as-errors -v
Expected behavior
The tests are correctly handled by twister.
Impact
Annoyance
Logs and console output
The failing tests:
e.g of build log:
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: