From: Julian Seward Date: Sun, 2 Apr 2006 02:59:35 +0000 (+0000) Subject: Add 64-bit test output. X-Git-Tag: svn/VALGRIND_3_2_0~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=995dfd20ab384f1c39a61164afdb67e1dbfa3e08;p=thirdparty%2Fvalgrind.git Add 64-bit test output. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5813 --- diff --git a/memcheck/tests/Makefile.am b/memcheck/tests/Makefile.am index ef473a9d53..2e60f17356 100644 --- a/memcheck/tests/Makefile.am +++ b/memcheck/tests/Makefile.am @@ -92,7 +92,8 @@ EXTRA_DIST = $(noinst_SCRIPTS) \ realloc2.stderr.exp realloc2.vgtest \ realloc3.stderr.exp realloc3.vgtest \ sh-mem.stderr.exp sh-mem.vgtest \ - sh-mem-random.stderr.exp sh-mem-random.vgtest \ + sh-mem-random.stderr.exp sh-mem-random.stderr.exp64 \ + sh-mem-random.stdout.exp sh-mem-random.vgtest \ sigaltstack.stderr.exp sigaltstack.vgtest \ sigkill.stderr.exp sigkill.stderr.exp2 sigkill.stderr.exp3 sigkill.vgtest \ signal2.stderr.exp signal2.stdout.exp signal2.vgtest \ diff --git a/memcheck/tests/sh-mem-random.stdout.exp64 b/memcheck/tests/sh-mem-random.stdout.exp64 new file mode 100644 index 0000000000..8fad52f229 --- /dev/null +++ b/memcheck/tests/sh-mem-random.stdout.exp64 @@ -0,0 +1,16 @@ +-------- testing non-auxmap range -------- +initialising +post-initialisation check +test passed, sum = 38338686 (127.79562 per byte) +doing copies +final check +test passed, sum = 38583755 (128.61252 per byte) +counts 1/2/4/8/F4/F8: 300249 300934 299432 299394 0 299991 +-------- testing auxmap range -------- +initialising +post-initialisation check +test passed, sum = 38280859 (127.60286 per byte) +doing copies +final check +test passed, sum = 38383372 (127.94457 per byte) +counts 1/2/4/8/F4/F8: 300037 299522 300323 299732 0 300386