Add expected output files for 64-bit platforms.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3618 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/memcheck/tests/Makefile.am b/memcheck/tests/Makefile.am
index a96f3b7..e0514d5 100644
--- a/memcheck/tests/Makefile.am
+++ b/memcheck/tests/Makefile.am
@@ -41,7 +41,7 @@
 	malloc2.stderr.exp malloc2.vgtest \
 	malloc3.stderr.exp malloc3.stdout.exp malloc3.vgtest \
 	manuel1.stderr.exp manuel1.stdout.exp manuel1.vgtest \
-	manuel2.stderr.exp manuel2.stdout.exp manuel2.vgtest \
+	manuel2.stderr.exp manuel2.stderr.exp64 manuel2.stdout.exp manuel2.vgtest \
 	manuel3.stderr.exp manuel3.vgtest \
 	match-overrun.stderr.exp match-overrun.vgtest match-overrun.supp \
 	memalign_test.stderr.exp memalign_test.vgtest \
@@ -56,7 +56,8 @@
 	new_override.stderr.exp new_override.stdout.exp new_override.vgtest \
 	null_socket.stderr.exp null_socket.vgtest \
 	overlap.stderr.exp overlap.stdout.exp overlap.vgtest \
-	pointer-trace.vgtest pointer-trace.stdout.exp pointer-trace.stderr.exp \
+	pointer-trace.vgtest pointer-trace.stdout.exp \
+	pointer-trace.stderr.exp pointer-trace.stderr.exp64 \
 	post-syscall.stderr.exp post-syscall.stdout.exp post-syscall.vgtest \
 	realloc1.stderr.exp realloc1.vgtest \
 	realloc2.stderr.exp realloc2.vgtest \
diff --git a/memcheck/tests/manuel2.stderr.exp64 b/memcheck/tests/manuel2.stderr.exp64
new file mode 100644
index 0000000..bbb3c0b
--- /dev/null
+++ b/memcheck/tests/manuel2.stderr.exp64
@@ -0,0 +1,2 @@
+Use of uninitialised value of size 8
+   at 0x........: main (manuel2.c:10)
diff --git a/memcheck/tests/pointer-trace.stderr.exp64 b/memcheck/tests/pointer-trace.stderr.exp64
new file mode 100644
index 0000000..1fec492
--- /dev/null
+++ b/memcheck/tests/pointer-trace.stderr.exp64
@@ -0,0 +1,30 @@
+
+searching for pointers to 1 not-freed blocks.
+checked ... bytes.
+
+LEAK SUMMARY:
+   definitely lost: 0 bytes in 0 blocks.
+     possibly lost: 0 bytes in 0 blocks.
+   still reachable: 2097152 bytes in 1 blocks.
+        suppressed: 0 bytes in 0 blocks.
+Reachable blocks (those to which a pointer was found) are not shown.
+To see them, rerun with: --show-reachable=yes
+
+ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
+malloc/free: in use at exit: 2097152 bytes in 1 blocks.
+malloc/free: 1 allocs, 0 frees, 2097152 bytes allocated.
+For counts of detected errors, rerun with: -v
+searching for pointers to 1 not-freed blocks.
+checked ... bytes.
+
+2097152 bytes in 1 blocks are definitely lost in loss record 1 of 1
+   at 0x........: malloc (vg_replace_malloc.c:...)
+   by 0x........: main (pointer-trace.c:24)
+
+LEAK SUMMARY:
+   definitely lost: 2097152 bytes in 1 blocks.
+     possibly lost: 0 bytes in 0 blocks.
+   still reachable: 0 bytes in 0 blocks.
+        suppressed: 0 bytes in 0 blocks.
+Reachable blocks (those to which a pointer was found) are not shown.
+To see them, rerun with: --show-reachable=yes