zephyr/tests/kernel/interrupt/src
Enjia Mai e2f6b9536c tests: interrupt: fix coverity issue of newly added testcases
Should not use -1 as an input parameter for unsigned int. Use zero
instead of -1 as invaild interrupt number to fix coverity warning.

Fixes #35146
CID: 235994

Signed-off-by: Enjia Mai <enjiax.mai@intel.com>
2021-05-13 22:02:47 -04:00
..
direct_isr.c tests: interrupt: add test cases of direct interrupt for arch x86 and posix 2021-05-07 23:24:17 -04:00
dynamic_isr.c testsuite: utils: move the interrupt_util.h into testsuite 2021-03-30 08:18:23 -04:00
interrupt_offload.c tests: interrupt: fix coverity issue of newly added testcases 2021-05-13 22:02:47 -04:00
main.c tests: interrupt: add test cases of direct interrupt for arch x86 and posix 2021-05-07 23:24:17 -04:00
nested_irq.c arm64: FPU context switching support 2021-05-03 11:56:50 +02:00
prevent_irq.c tests: kernel: key has wrong type in test_prevent_interruption 2021-04-06 14:37:24 -04:00
regular_isr.c tests: interrupt: add test cases of regular interrupt for arch x86 2021-05-07 22:19:08 -04:00