commit | 000429c069cd8732e1f076e9eb511356c10a02a6 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Wed Jun 07 10:57:01 2017 -0700 |
committer | Maureen Helm <maureen.helm@nxp.com> | Thu Jun 08 13:49:36 2017 -0500 |
tree | 7326837f1432c605b7f0e70b2b40c268b815270f | |
parent | 6255d6c6de6b512927c33642c490cb57fce37c2e [diff] |
tests: fatal: increase coverage - _SysFatalErrorHandler is supposed to be user-overridable. The test case now installs its own handler to show that this has happened properly. - Use TC_PRINT() TC_ERROR() macros - Since we have out own _SysFatalErrorHandler, show that k_panic() works - Show that _SysFatalErrorHandler gets invoked with the expected reason code for some of the scenarios. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>