]> git.baikalelectronics.ru Git - uboot.git/commit
test: unit test for exception command
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 11 Nov 2020 23:29:59 +0000 (00:29 +0100)
committerSimon Glass <sjg@chromium.org>
Sun, 13 Dec 2020 14:58:17 +0000 (07:58 -0700)
commit42861b151fa22519f3bedfba8289e78b79b60d15
tree20e2f25529873d368ac9ce67b00155228e528cc2
parentee22437b93d7c13632c2448df1778c8068506b42
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>
arch/Kconfig
test/py/tests/test_sandbox_exit.py