|
From: <sv...@va...> - 2005-05-05 01:23:54
|
Author: sewardj Date: 2005-05-05 02:23:50 +0100 (Thu, 05 May 2005) New Revision: 3618 Added: trunk/memcheck/tests/manuel2.stderr.exp64 trunk/memcheck/tests/pointer-trace.stderr.exp64 Modified: trunk/memcheck/tests/Makefile.am Log: Add expected output files for 64-bit platforms. Modified: trunk/memcheck/tests/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/memcheck/tests/Makefile.am 2005-05-05 01:16:24 UTC (rev 3617) +++ trunk/memcheck/tests/Makefile.am 2005-05-05 01:23:50 UTC (rev 3618) @@ -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.vgte= st \ 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 \ Added: trunk/memcheck/tests/manuel2.stderr.exp64 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/memcheck/tests/manuel2.stderr.exp64 2005-05-05 01:16:24 UTC (re= v 3617) +++ trunk/memcheck/tests/manuel2.stderr.exp64 2005-05-05 01:23:50 UTC (re= v 3618) @@ -0,0 +1,2 @@ +Use of uninitialised value of size 8 + at 0x........: main (manuel2.c:10) Added: trunk/memcheck/tests/pointer-trace.stderr.exp64 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/memcheck/tests/pointer-trace.stderr.exp64 2005-05-05 01:16:24 U= TC (rev 3617) +++ trunk/memcheck/tests/pointer-trace.stderr.exp64 2005-05-05 01:23:50 U= TC (rev 3618) @@ -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=3Dyes + +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=3Dyes |