Re: [PATCH v2 3/4] efi_selftest: implement exception test for sandbox

2020-12-09 Thread Simon Glass
On 17.11.20 00:53, Simon Glass wrote: > On Wed, 11 Nov 2020 at 16:30, Heinrich Schuchardt wrote: >> >> Provide a unit test that causes an illegal instruction to occur. >> >> The test can be run with the following commands: >> >> => setenv efi_selftest exception >> => bootefi selftest >> >>

Re: [PATCH v2 3/4] efi_selftest: implement exception test for sandbox

2020-11-19 Thread Heinrich Schuchardt
On 17.11.20 00:53, Simon Glass wrote: > On Wed, 11 Nov 2020 at 16:30, Heinrich Schuchardt wrote: >> >> Provide a unit test that causes an illegal instruction to occur. >> >> The test can be run with the following commands: >> >> => setenv efi_selftest exception >> => bootefi selftest >> >>

Re: [PATCH v2 3/4] efi_selftest: implement exception test for sandbox

2020-11-16 Thread Simon Glass
On Wed, 11 Nov 2020 at 16:30, Heinrich Schuchardt wrote: > > Provide a unit test that causes an illegal instruction to occur. > > The test can be run with the following commands: > > => setenv efi_selftest exception > => bootefi selftest > > This might be the output: > > Executing 'exc

[PATCH v2 3/4] efi_selftest: implement exception test for sandbox

2020-11-11 Thread Heinrich Schuchardt
Provide a unit test that causes an illegal instruction to occur. The test can be run with the following commands: => setenv efi_selftest exception => bootefi selftest This might be the output: Executing 'exception' EFI application triggers exception. Illegal instruction