Skip to content

tests: kernel: poll: timeout with FPU enabled #31472

@ABOSTM

Description

@ABOSTM

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:

  1. twister -N --device-testing --hardware-map ../map.yaml -c -p stm32f3_disco -T tests/kernel/poll/
  2. 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) Architecturearea: Kernelarea: TestsIssues related to a particular existing or missing testbugThe issue is a bug, or the PR is fixing a bugpriority: mediumMedium impact/importance bug

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions