zephyr/tests
Enjia Mai 70f8f3302b tests: interrupt: add test cases of offloading job from isr
Add 3 test cases to test offload job from isr, include:

1. test_isr_offload_job_multiple()
Validate the offloaded work executes immediately or not depends on its
priority, and it offloads to different k_work.

2. test_isr_offload_job_identi()
Validate the offloaded work executes immediately or not depends on its
priority, and it offloads to the identical k_work.

3. test_isr_offload_job()
Use dynamic interrupt instead of irq_offload() to verify the offloaded
work.

Signed-off-by: Enjia Mai <enjiax.mai@intel.com>
2021-05-07 18:24:32 -04:00
..
application_development/gen_inc_file tests: move cpp tests to subsys/cpp 2021-04-29 09:00:40 -04:00
arch tests: arch: arm: arm_no_multithreading: Add physical platforms 2021-05-07 14:40:27 +02:00
benchmarks tests: benchmarks: remove obsolete boot_time test suite 2021-05-05 10:41:15 -04:00
bluetooth Bluetooth: Audio: BSIM test suite for VCS 2021-05-07 15:02:41 +02:00
boards tests: intel_s1000_crb: remove unused and wrong implemented callbacks 2021-04-20 15:06:35 +02:00
crypto tests: crypto: Add a unnormal testing condition 2021-03-09 05:10:54 -05:00
drivers tests: driver: can: canfd: Add CAN-FD tests 2021-05-07 12:36:10 -05:00
kernel tests: interrupt: add test cases of offloading job from isr 2021-05-07 18:24:32 -04:00
lib tests: fix testcase.yaml files 2021-05-07 09:39:08 -05:00
misc/test_build
net power: device: void *context -> uint32_t *state 2021-05-07 16:55:31 -04:00
posix tests: posix: Fix unchecked return coverity error 2021-04-01 04:52:10 -04:00
subsys power: device: void *context -> uint32_t *state 2021-05-07 16:55:31 -04:00
unit tests: unit: cbprintf: Update test after adding alignment parameter 2021-03-29 14:08:41 +02:00
ztest board: qemu_arc: skip trigger_fault_divide_zero test case 2021-05-07 13:15:13 +02:00