-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
area: Test FrameworkIssues related not to a particular test, but to the framework insteadIssues related not to a particular test, but to the framework insteadarea: 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 bugplatform: NXPNXPNXPpriority: lowLow impact/importance bugLow impact/importance bug
Description
Describe the bug
interrupt 159 didn't run once, ran 0 times
To Reproduce
Steps to reproduce the behavior:
- mkdir build; cd build
- cmake -DBOARD=mimxrt1030_evk
- make
- See error
Expected behavior
Pass
Impact
irq services
Screenshots or console output
***** Booting Zephyr OS 1.14.0-rc1 *****
starting test - Test gen_isr_tables
IRQ configuration (total lines 160):
isr1 isr=0x60002679 irq=159
isr2 isr=0x600026a5 irq=158
Checking _irq_vector_table entry 159 for irq 159
triggering irq 159
interrupt 159 didn't run once, ran 0 times
FAIL - main
===================================================================
===================================================================
PROJECT EXECUTION FAILED
Environment (please complete the following information):
- OS: (Linux)
- Toolchain (Zephyr SDK)
- Commit SHA or Version used: v1.14.0_rc1
Metadata
Metadata
Assignees
Labels
area: Test FrameworkIssues related not to a particular test, but to the framework insteadIssues related not to a particular test, but to the framework insteadarea: 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 bugplatform: NXPNXPNXPpriority: lowLow impact/importance bugLow impact/importance bug