]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Another shadow memory test. This one does a huge number of loads and
authorJulian Seward <jseward@acm.org>
Sun, 2 Apr 2006 01:53:01 +0000 (01:53 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 2 Apr 2006 01:53:01 +0000 (01:53 +0000)
commit5d87e4e98b253d646d1333f0c5daf28ae8c9de05
tree90a33d88715ae4ca9e3faee8fc63c5e7f5b0d0e9
parent45653abbc605946ecb1b5b4d3541d85281aec92c
Another shadow memory test.  This one does a huge number of loads and
stores of char/short/int/int64/double at random offsets and hence
alignments in an array.  It does it in a way in which the computation
just computes the expected V bits, and hence can check whether these
seem correct.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5811
memcheck/tests/Makefile.am
memcheck/tests/sh-mem-random.c [new file with mode: 0644]
memcheck/tests/sh-mem-random.stderr.exp [new file with mode: 0644]
memcheck/tests/sh-mem-random.stdout.exp [new file with mode: 0644]
memcheck/tests/sh-mem-random.vgtest [new file with mode: 0644]