zephyr/tests/kernel/interrupt/src
Enjia Mai e61e63e33f tests: interrupt: refine the interrupt testcases
This PR include 2 changes to refine the testcases:
1. Now we using IPI to trigger interrupt in testing instead of INT
   instruction, this means we don't need to hardcode the vector
   number. That can avoid some problem.

Fixes: #40374

2. Refined the test cases. Tigger interrupt by INT instruction and
   IPI cannot be masked by irq_disabled(). Unless it's a external
   interrupt, such as a timer. Now remove those incorrect part of
   these testcases.

Signed-off-by: Enjia Mai <enjiax.mai@intel.com>
2022-01-18 13:24:28 -05:00
..
direct_isr.c tests: interrupt: refine the interrupt testcases 2022-01-18 13:24:28 -05:00
dynamic_isr.c tests: interrupt: refine the interrupt testcases 2022-01-18 13:24:28 -05:00
interrupt_offload.c tests: interrupt: refine the interrupt testcases 2022-01-18 13:24:28 -05:00
main.c
nested_irq.c arm64: mitigate FPU-in-exception usage side effects 2021-05-21 04:52:44 -05:00
prevent_irq.c
regular_isr.c tests: interrupt: refine the interrupt testcases 2022-01-18 13:24:28 -05:00