efi_selftest: test handling of exceptions
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 26 Sep 2018 17:05:58 +0000 (19:05 +0200)
committerAlexander Graf <agraf@suse.de>
Sun, 2 Dec 2018 20:59:36 +0000 (21:59 +0100)
commit1c32bb101026eb8f693544824f015a6c3cfefe60
tree1015fcf3856f9f566e3bd360c0f3c35bcba9d749
parentf6e7b65380ddebea6f31a8456042074f59c17c98
efi_selftest: test handling of exceptions

Test the handling of execptions by trying to execute an undefined
instruction. For 32bit ARM we expect \selftest to be listed as loaded
image.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_selftest/Makefile
lib/efi_selftest/efi_selftest_exception.c [new file with mode: 0644]