commit | 0e298739ffa4e4a41ff8a400ecb91ef5386b9a73 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Nov 12 00:29:59 2020 +0100 |
committer | Simon Glass <sjg@chromium.org> | Sun Dec 13 07:58:17 2020 -0700 |
tree | 20e2f25529873d368ac9ce67b00155228e528cc2 | |
parent | a8466ad730b1387158b436c11f0450b1d805736b [diff] |
test: unit test for exception command Test that an exception SIGILL is answered by a reset on the sandbox if CONFIG_SANDBOX_CRASH_RESET=y or by exiting to the OS otherwise. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Simon Glass <sjg@chromium.org>