|
From: <sv...@va...> - 2005-05-05 01:32:56
|
Author: sewardj Date: 2005-05-05 02:32:24 +0100 (Thu, 05 May 2005) New Revision: 3620 Added: trunk/memcheck/tests/mismatches.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:29:11 UTC (rev 3619) +++ trunk/memcheck/tests/Makefile.am 2005-05-05 01:32:24 UTC (rev 3620) @@ -48,7 +48,7 @@ memalign2.stderr.exp memalign2.vgtest \ memcmptest.stderr.exp memcmptest.stdout.exp memcmptest.vgtest \ mempool.stderr.exp mempool.stderr.exp64 mempool.vgtest \ - mismatches.stderr.exp mismatches.vgtest \ + mismatches.stderr.exp mismatches.stderr.exp64 mismatches.vgtest \ mmaptest.stderr.exp mmaptest.vgtest \ nanoleak.stderr.exp nanoleak.vgtest \ nanoleak_supp.stderr.exp nanoleak_supp.vgtest nanoleak.supp \ Added: trunk/memcheck/tests/mismatches.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/mismatches.stderr.exp64 2005-05-05 01:29:11 UTC = (rev 3619) +++ trunk/memcheck/tests/mismatches.stderr.exp64 2005-05-05 01:32:24 UTC = (rev 3620) @@ -0,0 +1,41 @@ +Mismatched free() / delete / delete [] + at 0x........: operator delete(void*) (vg_replace_malloc.c:...) + by 0x........: main (mismatches.cpp:6) + Address 0x........ is 0 bytes inside a block of size 10 alloc'd + at 0x........: malloc (vg_replace_malloc.c:...) + by 0x........: main (mismatches.cpp:5) + +Mismatched free() / delete / delete [] + at 0x........: operator delete[](void*) (vg_replace_malloc.c:...) + by 0x........: main (mismatches.cpp:8) + Address 0x........ is 0 bytes inside a block of size 10 alloc'd + at 0x........: malloc (vg_replace_malloc.c:...) + by 0x........: main (mismatches.cpp:7) + +Mismatched free() / delete / delete [] + at 0x........: operator delete(void*) (vg_replace_malloc.c:...) + by 0x........: main (mismatches.cpp:13) + Address 0x........ is 0 bytes inside a block of size 40 alloc'd + at 0x........: operator new[](unsigned long) (vg_replace_malloc.c:...= ) + by 0x........: main (mismatches.cpp:12) + +Mismatched free() / delete / delete [] + at 0x........: free (vg_replace_malloc.c:...) + by 0x........: main (mismatches.cpp:15) + Address 0x........ is 0 bytes inside a block of size 40 alloc'd + at 0x........: operator new[](unsigned long) (vg_replace_malloc.c:...= ) + by 0x........: main (mismatches.cpp:14) + +Mismatched free() / delete / delete [] + at 0x........: operator delete[](void*) (vg_replace_malloc.c:...) + by 0x........: main (mismatches.cpp:20) + Address 0x........ is 0 bytes inside a block of size 4 alloc'd + at 0x........: operator new(unsigned long) (vg_replace_malloc.c:...) + by 0x........: main (mismatches.cpp:19) + +Mismatched free() / delete / delete [] + at 0x........: free (vg_replace_malloc.c:...) + by 0x........: main (mismatches.cpp:22) + Address 0x........ is 0 bytes inside a block of size 4 alloc'd + at 0x........: operator new(unsigned long) (vg_replace_malloc.c:...) + by 0x........: main (mismatches.cpp:21) |