]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Fix memcheck/tests/vbit-test (the vbit test program) to track changes in bug 387664.
authorJulian Seward <jseward@acm.org>
Wed, 3 Jan 2018 10:55:44 +0000 (11:55 +0100)
committerJulian Seward <jseward@acm.org>
Wed, 3 Jan 2018 10:55:44 +0000 (11:55 +0100)
commit0f18cfc986f800b107c7eee063b8b7c04617e0b8
treed0864569107811b3908cab7430d6b6315890c9d7
parentf16ba15391a6055920facc4255d2c5de809f5fa7
Fix memcheck/tests/vbit-test (the vbit test program) to track changes in bug 387664.

Bug 387664 changes the default settings for accurate definedness checking
for {Add,Sub}{32,64} and {CmpEQ,CmpNE}{8,16,32,64}.  This fix updates the
vbit tester (memcheck/tests/vbit-test) to test the accurate versions of
these, and thereby fixes a regression caused by
e847cb5429927317023d8410c3c56952aa47fb08 as committed for bug 387664.
memcheck/tests/vbit-test/binary.c
memcheck/tests/vbit-test/irops.c
memcheck/tests/vbit-test/util.c
memcheck/tests/vbit-test/vbit-test.vgtest
memcheck/tests/vbit-test/vbits.c
memcheck/tests/vbit-test/vbits.h
memcheck/tests/vbit-test/vtest.h