]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Split faultstatus into the platform independent tests and those
authorTom Hughes <tom@compton.nu>
Wed, 2 Nov 2005 16:15:55 +0000 (16:15 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 2 Nov 2005 16:15:55 +0000 (16:15 +0000)
commit3d2decfed8a0d14db9d48b94025914da37a64299
tree54cd02d11dd224f4f781b7bcea2a403416e8f890
parentadc09ca5280a5ca5e35b0847e7cfed0946e90541
Split faultstatus into the platform independent tests and those
which are x86 specific. The first three x86 specific ones should
work on amd64 as well so I have added those as amd64 tests.

Note that the x86/amd64 tests will still fail as VEX doesn't
always trigger the right sort of signal for faulting instructions
at the moment.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4992
none/tests/amd64/Makefile.am
none/tests/amd64/faultstatus.c [new file with mode: 0644]
none/tests/amd64/faultstatus.stderr.exp [new file with mode: 0644]
none/tests/amd64/faultstatus.vgtest [new file with mode: 0644]
none/tests/faultstatus.c
none/tests/faultstatus.stderr.exp
none/tests/x86/Makefile.am
none/tests/x86/faultstatus.c [new file with mode: 0644]
none/tests/x86/faultstatus.stderr.exp [new file with mode: 0644]
none/tests/x86/faultstatus.vgtest [new file with mode: 0644]