]> Zhao Yanbai Git Server - minix.git/commit
minix/tests/arm: naive tests to cause data aborts 18/3518/2
authorArne Welzel <arne.welzel@gmail.com>
Thu, 22 Mar 2018 14:47:36 +0000 (15:47 +0100)
committerLionel Sambuc <lionel.sambuc@gmail.com>
Sun, 25 Mar 2018 15:44:11 +0000 (17:44 +0200)
commit35b65c5af1d53112a49b08e87ddc00d7e24625e9
treeac2fa25331a7cdab7a94f5c413579a5629157103
parent0dd719f1bd28ca1fd3474cf2d18d9e041c5ec028
minix/tests/arm: naive tests to cause data aborts

Some assembly code to cause unaligned access as well as
segmentation faults to exercise the data abort path.

Change-Id: Ie419114b76a8db849537a94fda781019cf14d50d
distrib/sets/lists/minix-tests/md.evbarm [new file with mode: 0644]
minix/tests/Makefile
minix/tests/arch/earm/Makefile.inc [new file with mode: 0644]
minix/tests/arch/earm/test_arm_segfault.S [new file with mode: 0644]
minix/tests/arch/earm/test_arm_unaligned.S [new file with mode: 0644]
minix/tests/arch/i386/Makefile.inc [new file with mode: 0644]