-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Labels
area: ARMARM (32-bit) ArchitectureARM (32-bit) Architecturearea: Kernelarea: TestsIssues related to a particular existing or missing testIssues related to a particular existing or missing testbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bugMedium impact/importance bug
Description
Describe the bug
When running tests/kernel/poll on stm32f3_disco, test never ends and twister timeout expires.
This happens specially on stm32f3_disco which has CONFIG_FPU enabled by default.
To Reproduce
Steps to reproduce the behavior:
- twister -N --device-testing --hardware-map ../map.yaml -c -p stm32f3_disco -T tests/kernel/poll/
- Test never ends and twister timeout expires
Expected behavior
Tests passed
Logs and console output
*** Booting Zephyr OS build zephyr-v2.4.0-3063-g33028963c808 ***
Running test suite poll_api
===================================================================
START - test_poll_no_wait
E: syscall z_vrfy_k_poll failed check: num_events too large
E: syscall z_vrfy_k_poll failed check: e->mode == K_POLL_MODE_NOTIFY_ONLY
PASS - test_poll_no_wait
===================================================================
START - test_poll_wait
PASS - test_poll_wait
===================================================================
START - test_poll_zero_events
PASS - test_poll_zero_events
===================================================================
START - test_poll_cancel_main_low_prio
PASS - test_poll_cancel_main_low_prio
===================================================================
START - test_poll_cancel_main_high_prio
PASS - test_poll_cancel_main_high_prio
===================================================================
START - test_poll_multi
PASS - test_poll_multi
===================================================================
START - test_poll_threadstate
Environment (please complete the following information):
- OS: Linux
- Toolchain: Zephyr SDK
- Commit SHA 3302896
Metadata
Metadata
Assignees
Labels
area: ARMARM (32-bit) ArchitectureARM (32-bit) Architecturearea: Kernelarea: TestsIssues related to a particular existing or missing testIssues related to a particular existing or missing testbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bugMedium impact/importance bug