]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Add test cases for out-of-range argument handling for x87 instructions
authorJulian Seward <jseward@acm.org>
Wed, 30 Apr 2014 22:51:47 +0000 (22:51 +0000)
committerJulian Seward <jseward@acm.org>
Wed, 30 Apr 2014 22:51:47 +0000 (22:51 +0000)
commit6199b0550bc0216c43e971fd107cdbc19b2e2c6e
tree653f91406a0ec55a8f276305e832cb747a869ec7
parentd8b376f404e3732decc0eca40820bdd85289a1d4
Add test cases for out-of-range argument handling for x87 instructions
FSIN, FCOS, FSINCOS and FPTAN.  Mozilla bug 995564.

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