]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Bug 502324 - Add test case for TMx memcheck false positives
authorAndreas Arnez <arnez@linux.ibm.com>
Wed, 2 Apr 2025 17:52:26 +0000 (19:52 +0200)
committerAndreas Arnez <arnez@linux.ibm.com>
Wed, 2 Apr 2025 17:52:26 +0000 (19:52 +0200)
commit8d5cd244c7a81931ee17c3a7d46691774847222b
tree1f31a52c97e7af841059c9c1d52b1bbc4c702268
parent29f8a0ad4ed17d9cdf4a5d6661a51d25db6fc472
Bug 502324 - Add test case for TMx memcheck false positives

Add a regression test for Bug 502324.  Before the bug was fixed, this test
failed with various "conditional jump or move depends on uninitialised
value(s)" messages.
.gitignore
NEWS
memcheck/tests/s390x/Makefile.am
memcheck/tests/s390x/tmxx.c [new file with mode: 0644]
memcheck/tests/s390x/tmxx.stderr.exp [new file with mode: 0644]
memcheck/tests/s390x/tmxx.stdout.exp [new file with mode: 0644]
memcheck/tests/s390x/tmxx.vgtest [new file with mode: 0644]