Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subsys.pm.device_pm: frdm_k64f leave idel fails #35198

Closed
hakehuang opened this issue May 12, 2021 · 5 comments
Closed

subsys.pm.device_pm: frdm_k64f leave idel fails #35198

hakehuang opened this issue May 12, 2021 · 5 comments
Assignees
Labels
area: Power Management bug The issue is a bug, or the PR is fixing a bug platform: NXP NXP priority: low Low impact/importance bug

Comments

@hakehuang
Copy link
Collaborator

Describe the bug
Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/pm/power_mgmt/src/main.c:161: test_power_state_trans: leave_idle is false

To Reproduce
Steps to reproduce the behavior:

  1. mkdir build; cd build
  2. cmake -DBOARD=frdm_k64f ..
  3. make
  4. See error

Expected behavior
case pass

Impact
pm features

Logs and console output

    *** Booting Zephyr OS build zephyr-v2.5.0-3761-g730acbd6ed85  ***

    Running test suite power_management_test

    ===================================================================

    START - test_power_idle

    give way to idle thread

     PASS - test_power_idle in 0.103 seconds

    ===================================================================

    START - test_power_state_trans

    

        Assertion failed at WEST_TOPDIR/zephyr/tests/subsys/pm/power_mgmt/src/main.c:161: test_power_state_trans: leave_idle is false

    

     FAIL - test_power_state_trans in 0.112 seconds

    ===================================================================

    START - test_power_state_notification

     PASS - test_power_state_notification in 0.1 seconds

    ===================================================================

    Test suite power_management_test failed.

    ===================================================================

    PROJECT EXECUTION FAILED

Environment (please complete the following information):

  • OS: (e.g. Linux)
  • Toolchain (e.g Zephyr SDK, ...)
  • Commit SHA or Version used: v2.6.0-rc1
@hakehuang hakehuang added bug The issue is a bug, or the PR is fixing a bug area: Power Management platform: NXP NXP labels May 12, 2021
@hakehuang
Copy link
Collaborator Author

@galak
Copy link
Collaborator

galak commented May 12, 2021

@ceolin similar issue on how do we filter platforms that don't support PM.

@galak galak added the priority: low Low impact/importance bug label May 12, 2021
@dleach02
Copy link
Member

@galak, is this filtering done on the YAML tags line (as well as the other exclude filters)?

@ceolin
Copy link
Member

ceolin commented May 13, 2021

@galak That is the same problem indeed. To be fair that is not an issue with this particular board, this test should be failing with others platforms too.

@ceolin
Copy link
Member

ceolin commented May 13, 2021

#35233

@ceolin ceolin closed this as completed May 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Power Management bug The issue is a bug, or the PR is fixing a bug platform: NXP NXP priority: low Low impact/importance bug
Projects
None yet
Development

No branches or pull requests

4 participants