zephyr/tests/kernel/fatal
Andy Ross d058ed3011 tests/kernel/fatal: Don't swap while locked
This test takes an interrupt lock and tries to call z_swap_unlocked()
while holding it.  That's not legal (in the general case it means
you're breaking a caller's lock!), though in this particular case it
was safe because we'll never return to this.

Regardless, there is a natural z_swap_irqlock() that releases the lock
atomically.  Use that.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2021-05-17 15:27:37 -04:00
..
exception tests/kernel/fatal: Don't swap while locked 2021-05-17 15:27:37 -04:00
message_capture tests: samples: Add targetted platform_excludes for intel_adsp_cavs15 2021-03-08 19:25:25 -05:00
no-multithreading tests: kernel: fatal: Add no multithreading test 2021-04-29 14:50:35 +02:00