]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add 64-bit test output.
authorJulian Seward <jseward@acm.org>
Sun, 2 Apr 2006 02:59:35 +0000 (02:59 +0000)
committerJulian Seward <jseward@acm.org>
Sun, 2 Apr 2006 02:59:35 +0000 (02:59 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5813

memcheck/tests/Makefile.am
memcheck/tests/sh-mem-random.stdout.exp64 [new file with mode: 0644]

index ef473a9d534ba5146374f578f868156daec1da23..2e60f17356eaee745352c4c46b38dc80bc243f9c 100644 (file)
@@ -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 (file)
index 0000000..8fad52f
--- /dev/null
@@ -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