Re: [PATCH v2 4/4] test: unit test for exception command

2020-11-16 Thread Simon Glass
On Wed, 11 Nov 2020 at 16:30, Heinrich Schuchardt wrote: > > 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 > --- > v2: > new patch > --- > arch/Kconfig

[PATCH v2 4/4] test: unit test for exception command

2020-11-11 Thread Heinrich Schuchardt
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 --- v2: new patch --- arch/Kconfig | 1 + test/py/tests/test_sandbox_exit.py | 24 +