commit | f5e3d89e326567c2aa345abb6d6b4f28fb497b37 | [log] [tgz] |
---|---|---|
author | Enjia Mai <enjiax.mai@intel.com> | Wed May 05 11:31:45 2021 +0800 |
committer | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Thu May 06 12:05:34 2021 +0200 |
tree | b04c7b139a9c9b2306e39fe2a1b855841ce16e5d | |
parent | 2b864edbcd1d6f7dfbf8c9797a845c05fd344456 [diff] |
tests: ztest: fix testcase might fail when assertion fail in ISR Put the testcase test_catch_assert_in_isr() to execute last, to prevent it affects other test cases. Because when we caught an assert failure in the ISR handler, it cannot be guaranteed that all the current program status would be recovered. Fixes #34844. Signed-off-by: Enjia Mai <enjiax.mai@intel.com>