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

tests: frdm_mcxw71: tests/arch/arm/arm_irq_advanced_features fails #79837

Open
hakehuang opened this issue Oct 15, 2024 · 0 comments
Open

tests: frdm_mcxw71: tests/arch/arm/arm_irq_advanced_features fails #79837

hakehuang opened this issue Oct 15, 2024 · 0 comments
Assignees
Labels
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

A clear and concise description of what the bug is.

Please also mention any information which could help others to understand
the problem you're facing:

  • What target platform are you using?
  • frdm_mcxw71
  • What have you tried to diagnose or workaround this issue?
  • NO
  • Is this a regression? If yes, have you been able to "git bisect" it to a
    specific commit?
  • NO

To Reproduce

scripts/twsiter -p frdm_mcxw71 -T tests/arch/arm/arm_irq_advanced_features -s arch.arm.irq_advanced_features

and

scripts/twsiter -p frdm_mcxw71 -T tests/arch/arm/arm_irq_advanced_features -s arch.arm.irq_advanced_features.secure_fw

Expected behavior

test PASS

Impact

irq handling

Logs and console output

*** Booting Zephyr OS build v3.7.0-4339-g1ec5ce05f9f8 ***
Running TESTSUITE arm_irq_advanced_features
===================================================================
START - test_arm_dynamic_direct_interrupts

    Assertion failed at WEST_TOPDIR/zephyr/tests/arch/arm/arm_irq_advanced_features/src/arm_dynamic_direct_interrupts.c:62: arm_irq_advanced_features_test_arm_dynamic_direct_interrupts: (post_flag == 1 is false)
Test flag not set by ISR0

 FAIL - test_arm_dynamic_direct_interrupts in 0.022 seconds
===================================================================
START - test_arm_irq_target_state
Available IRQ line: 74
 PASS - test_arm_irq_target_state in 0.003 seconds
===================================================================
START - test_arm_zero_latency_irqs
Available IRQ line: 74
 PASS - test_arm_zero_latency_irqs in 0.003 seconds
===================================================================
TESTSUITE arm_irq_advanced_features failed.

------ TESTSUITE SUMMARY START ------

SUITE FAIL -  66.67% [arm_irq_advanced_features]: pass = 2, fail = 1, skip = 0, total = 3 duration = 0.028 seconds
 - FAIL - [arm_irq_advanced_features.test_arm_dynamic_direct_interrupts] duration = 0.022 seconds
 - PASS - [arm_irq_advanced_features.test_arm_irq_target_state] duration = 0.003 seconds
 - PASS - [arm_irq_advanced_features.test_arm_zero_latency_irqs] duration = 0.003 seconds

------ TESTSUITE SUMMARY END ------

===================================================================
RunID: 0c756fcd755b61942664a91c0d69be17
PROJECT EXECUTION FAILED

and

*** Booting Zephyr OS build v3.7.0-4339-g1ec5ce05f9f8 ***
Running TESTSUITE arm_irq_advanced_features
===================================================================
START - test_arm_dynamic_direct_interrupts

    Assertion failed at WEST_TOPDIR/zephyr/tests/arch/arm/arm_irq_advanced_features/src/arm_dynamic_direct_interrupts.c:62: arm_irq_advanced_features_test_arm_dynamic_direct_interrupts: (post_flag == 1 is false)
Test flag not set by ISR0

 FAIL - test_arm_dynamic_direct_interrupts in 0.022 seconds
===================================================================
START - test_arm_irq_target_state
Available IRQ line: 74
 PASS - test_arm_irq_target_state in 0.003 seconds
===================================================================
START - test_arm_zero_latency_irqs
Available IRQ line: 74
 PASS - test_arm_zero_latency_irqs in 0.003 seconds
===================================================================
TESTSUITE arm_irq_advanced_features failed.

------ TESTSUITE SUMMARY START ------

SUITE FAIL -  66.67% [arm_irq_advanced_features]: pass = 2, fail = 1, skip = 0, total = 3 duration = 0.028 seconds
 - FAIL - [arm_irq_advanced_features.test_arm_dynamic_direct_interrupts] duration = 0.022 seconds
 - PASS - [arm_irq_advanced_features.test_arm_irq_target_state] duration = 0.003 seconds
 - PASS - [arm_irq_advanced_features.test_arm_zero_latency_irqs] duration = 0.003 seconds

------ TESTSUITE SUMMARY END ------

===================================================================
RunID: 4e0d42a5d3285b4f6ba2522e302d2bf4
PROJECT EXECUTION FAILED

Environment (please complete the following information):

  • OS: (e.g. Linux,,)
  • Toolchain (e.g Zephyr SDK, ...): zephyr-sdk-0.16.9-rc2
  • Commit SHA or Version used: v3.7.0-4339-g1ec5ce05f9f8
@hakehuang hakehuang added bug The issue is a bug, or the PR is fixing a bug platform: NXP NXP labels Oct 15, 2024
@dkalowsk dkalowsk assigned decsny and unassigned mmahadevan108 and dleach02 Oct 15, 2024
@dkalowsk dkalowsk added the priority: low Low impact/importance bug label Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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

5 participants