]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Bug 434296 - s390x: Add memcheck test cases for vector string insns
authorAndreas Arnez <arnez@linux.ibm.com>
Fri, 16 Apr 2021 10:44:44 +0000 (12:44 +0200)
committerAndreas Arnez <arnez@linux.ibm.com>
Fri, 7 May 2021 15:16:57 +0000 (17:16 +0200)
commit32312d588b77c5b5b5a0145bb0cc6f795b447790
tree7cbfbb0b4feaf950d816561966cee2e2257cea69
parent9bd78ebd8bb5cd4ebb3f081ceba46836cc485551
Bug 434296 - s390x: Add memcheck test cases for vector string insns

Bug 434296 addresses memcheck false positives with the vector string
instructions VISTR, VSTRC, VFAE, VFEE, and VFENE.  Add test cases that
verify the fix for that bug.  Without the fix, memcheck yields many
complains with these tests, most of which are false positives.
14 files changed:
.gitignore
NEWS
memcheck/tests/s390x/Makefile.am
memcheck/tests/s390x/vfae.c [new file with mode: 0644]
memcheck/tests/s390x/vfae.stderr.exp [new file with mode: 0644]
memcheck/tests/s390x/vfae.stdout.exp [new file with mode: 0644]
memcheck/tests/s390x/vfae.vgtest [new file with mode: 0644]
memcheck/tests/s390x/vistr.c [new file with mode: 0644]
memcheck/tests/s390x/vistr.stderr.exp [new file with mode: 0644]
memcheck/tests/s390x/vistr.vgtest [new file with mode: 0644]
memcheck/tests/s390x/vstrc.c [new file with mode: 0644]
memcheck/tests/s390x/vstrc.stderr.exp [new file with mode: 0644]
memcheck/tests/s390x/vstrc.stdout.exp [new file with mode: 0644]
memcheck/tests/s390x/vstrc.vgtest [new file with mode: 0644]