]> sourceware.org Git - valgrind.git/commit
Bug 433863 - s390x: Remove memcheck test cases for cs, cds, and csg
authorAndreas Arnez <arnez@linux.ibm.com>
Wed, 28 Apr 2021 16:52:30 +0000 (18:52 +0200)
committerAndreas Arnez <arnez@linux.ibm.com>
Wed, 28 Apr 2021 17:26:03 +0000 (19:26 +0200)
commitd74a637206ef5532ccd2ccb2e31ee2762f184e60
tree018492219aff6ac7d8f6e9f636c047c650051b06
parent45873298ff2d17accc65654d64758360616aade5
Bug 433863 - s390x: Remove memcheck test cases for cs, cds, and csg

The fix for bug 429864 - "s390x: C++ atomic test_and_set yields
false-positive memcheck diagnostics" changes the memcheck behavior at
various compare-and-swap instructions.  The comparison between the old and
expected value now always yields a defined result, even if the input
values are (partially) undefined.  However, some existing test cases
explicitly verify that memcheck complains about the use of uninitialised
values here.  These test cases are no longer valid.  Remove them.
15 files changed:
.gitignore
NEWS
memcheck/tests/s390x/Makefile.am
memcheck/tests/s390x/cds.c [deleted file]
memcheck/tests/s390x/cds.stderr.exp [deleted file]
memcheck/tests/s390x/cds.stdout.exp [deleted file]
memcheck/tests/s390x/cds.vgtest [deleted file]
memcheck/tests/s390x/cs.c [deleted file]
memcheck/tests/s390x/cs.stderr.exp [deleted file]
memcheck/tests/s390x/cs.stdout.exp [deleted file]
memcheck/tests/s390x/cs.vgtest [deleted file]
memcheck/tests/s390x/csg.c [deleted file]
memcheck/tests/s390x/csg.stderr.exp [deleted file]
memcheck/tests/s390x/csg.stdout.exp [deleted file]
memcheck/tests/s390x/csg.vgtest [deleted file]
This page took 0.035055 seconds and 5 git commands to generate.