|
From: <sv...@va...> - 2009-08-07 17:47:55
|
Author: sewardj
Date: 2009-08-07 18:47:42 +0100 (Fri, 07 Aug 2009)
New Revision: 10747
Log:
Update Memcheck expected outputs following r10746 (64-bit variants only).
Modified:
trunk/memcheck/tests/addressable.stderr.exp
trunk/memcheck/tests/amd64/xor-undef-amd64.stderr.exp
trunk/memcheck/tests/badjump.stderr.exp
trunk/memcheck/tests/brk2.stderr.exp
trunk/memcheck/tests/describe-block.stderr.exp
trunk/memcheck/tests/erringfds.stderr.exp
trunk/memcheck/tests/leak-pool-0.stderr.exp
trunk/memcheck/tests/leak-pool-1.stderr.exp
trunk/memcheck/tests/leak-pool-2.stderr.exp
trunk/memcheck/tests/leak-pool-3.stderr.exp
trunk/memcheck/tests/leak-pool-4.stderr.exp
trunk/memcheck/tests/leak-pool-5.stderr.exp
trunk/memcheck/tests/linux-syscalls-2007.stderr.exp
trunk/memcheck/tests/linux-syslog-syscall.stderr.exp
trunk/memcheck/tests/linux/brk.stderr.exp
trunk/memcheck/tests/linux/capget.stderr.exp
trunk/memcheck/tests/linux/lsframe1.stderr.exp
trunk/memcheck/tests/linux/lsframe2.stderr.exp
trunk/memcheck/tests/linux/timerfd-syscall.stderr.exp
trunk/memcheck/tests/mallinfo.stderr.exp
trunk/memcheck/tests/new_override.stderr.exp
trunk/memcheck/tests/noisy_child.stderr.exp
trunk/memcheck/tests/partial_load_dflt.stderr.exp64
trunk/memcheck/tests/partial_load_ok.stderr.exp64
trunk/memcheck/tests/partiallydefinedeq.stderr.exp
trunk/memcheck/tests/sigkill.stderr.exp
Modified: trunk/memcheck/tests/addressable.stderr.exp
===================================================================
--- trunk/memcheck/tests/addressable.stderr.exp 2009-08-07 15:46:56 UTC (rev 10746)
+++ trunk/memcheck/tests/addressable.stderr.exp 2009-08-07 17:47:42 UTC (rev 10747)
@@ -1,10 +1,12 @@
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
Unaddressable byte(s) found during client check request
at 0x........: test2 (addressable.c:48)
by 0x........: main (addressable.c:125)
@@ -25,28 +27,34 @@
main thread stack using the --main-stacksize= flag.
The main thread stack size used in this run was ....
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
Process terminating with default action of signal N (SIGSEGV or SIGBUS)
Bad memory (SIGSEGV or SIGBUS) at address 0x........
at 0x........: test4 (addressable.c:74)
by 0x........: main (addressable.c:125)
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
Uninitialised byte(s) found during client check request
at 0x........: test5 (addressable.c:85)
by 0x........: main (addressable.c:125)
@@ -57,15 +65,19 @@
by 0x........: main (addressable.c:125)
Address 0x........ is not stack'd, malloc'd or (recently) free'd
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
+Use --track-origins=yes to see where uninitialised values come from
ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
-Use --track-origins=yes to see where uninitialised values come from
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
Modified: trunk/memcheck/tests/amd64/xor-undef-amd64.stderr.exp
===================================================================
--- trunk/memcheck/tests/amd64/xor-undef-amd64.stderr.exp 2009-08-07 15:46:56 UTC (rev 10746)
+++ trunk/memcheck/tests/amd64/xor-undef-amd64.stderr.exp 2009-08-07 17:47:42 UTC (rev 10747)
@@ -14,9 +14,11 @@
Conditional jump or move depends on uninitialised value(s)
at 0x........: main (xor-undef-amd64.c:117)
+HEAP SUMMARY:
+ in use at exit: 0 bytes in 0 blocks.
+ total heap usage: 1 allocs, 1 frees, 48 bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
+Use --track-origins=yes to see where uninitialised values come from
ERROR SUMMARY: 5 errors from 5 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 0 bytes in 0 blocks.
-malloc/free: 1 allocs, 1 frees, 48 bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
-Use --track-origins=yes to see where uninitialised values come from
Modified: trunk/memcheck/tests/badjump.stderr.exp
===================================================================
--- trunk/memcheck/tests/badjump.stderr.exp 2009-08-07 15:46:56 UTC (rev 10746)
+++ trunk/memcheck/tests/badjump.stderr.exp 2009-08-07 17:47:42 UTC (rev 10747)
@@ -14,8 +14,10 @@
main thread stack using the --main-stacksize= flag.
The main thread stack size used in this run was ....
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
Modified: trunk/memcheck/tests/brk2.stderr.exp
===================================================================
--- trunk/memcheck/tests/brk2.stderr.exp 2009-08-07 15:46:56 UTC (rev 10746)
+++ trunk/memcheck/tests/brk2.stderr.exp 2009-08-07 17:47:42 UTC (rev 10747)
@@ -1,7 +1,9 @@
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
Modified: trunk/memcheck/tests/describe-block.stderr.exp
===================================================================
--- trunk/memcheck/tests/describe-block.stderr.exp 2009-08-07 15:46:56 UTC (rev 10746)
+++ trunk/memcheck/tests/describe-block.stderr.exp 2009-08-07 17:47:42 UTC (rev 10747)
@@ -4,8 +4,10 @@
Address 0x........ is 0 bytes inside a magic foople zone of size 4,096 client-defined
at 0x........: main (describe-block.c:6)
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
Modified: trunk/memcheck/tests/erringfds.stderr.exp
===================================================================
--- trunk/memcheck/tests/erringfds.stderr.exp 2009-08-07 15:46:56 UTC (rev 10746)
+++ trunk/memcheck/tests/erringfds.stderr.exp 2009-08-07 17:47:42 UTC (rev 10747)
@@ -1,8 +1,10 @@
Warning: invalid file descriptor -1 in syscall read()
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
Modified: trunk/memcheck/tests/leak-pool-0.stderr.exp
===================================================================
--- trunk/memcheck/tests/leak-pool-0.stderr.exp 2009-08-07 15:46:56 UTC (rev 10746)
+++ trunk/memcheck/tests/leak-pool-0.stderr.exp 2009-08-07 17:47:42 UTC (rev 10747)
@@ -1,7 +1,9 @@
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
Modified: trunk/memcheck/tests/leak-pool-1.stderr.exp
===================================================================
--- trunk/memcheck/tests/leak-pool-1.stderr.exp 2009-08-07 15:46:56 UTC (rev 10746)
+++ trunk/memcheck/tests/leak-pool-1.stderr.exp 2009-08-07 17:47:42 UTC (rev 10747)
@@ -1,7 +1,9 @@
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
Modified: trunk/memcheck/tests/leak-pool-2.stderr.exp
===================================================================
--- trunk/memcheck/tests/leak-pool-2.stderr.exp 2009-08-07 15:46:56 UTC (rev 10746)
+++ trunk/memcheck/tests/leak-pool-2.stderr.exp 2009-08-07 17:47:42 UTC (rev 10747)
@@ -1,7 +1,9 @@
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
Modified: trunk/memcheck/tests/leak-pool-3.stderr.exp
===================================================================
--- trunk/memcheck/tests/leak-pool-3.stderr.exp 2009-08-07 15:46:56 UTC (rev 10746)
+++ trunk/memcheck/tests/leak-pool-3.stderr.exp 2009-08-07 17:47:42 UTC (rev 10747)
@@ -1,7 +1,9 @@
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
Modified: trunk/memcheck/tests/leak-pool-4.stderr.exp
===================================================================
--- trunk/memcheck/tests/leak-pool-4.stderr.exp 2009-08-07 15:46:56 UTC (rev 10746)
+++ trunk/memcheck/tests/leak-pool-4.stderr.exp 2009-08-07 17:47:42 UTC (rev 10747)
@@ -1,7 +1,9 @@
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
Modified: trunk/memcheck/tests/leak-pool-5.stderr.exp
===================================================================
--- trunk/memcheck/tests/leak-pool-5.stderr.exp 2009-08-07 15:46:56 UTC (rev 10746)
+++ trunk/memcheck/tests/leak-pool-5.stderr.exp 2009-08-07 17:47:42 UTC (rev 10747)
@@ -1,7 +1,9 @@
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
Modified: trunk/memcheck/tests/linux/brk.stderr.exp
===================================================================
--- trunk/memcheck/tests/linux/brk.stderr.exp 2009-08-07 15:46:56 UTC (rev 10746)
+++ trunk/memcheck/tests/linux/brk.stderr.exp 2009-08-07 17:47:42 UTC (rev 10747)
@@ -1,7 +1,9 @@
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
Modified: trunk/memcheck/tests/linux/capget.stderr.exp
===================================================================
--- trunk/memcheck/tests/linux/capget.stderr.exp 2009-08-07 15:46:56 UTC (rev 10746)
+++ trunk/memcheck/tests/linux/capget.stderr.exp 2009-08-07 17:47:42 UTC (rev 10747)
@@ -4,8 +4,10 @@
permitted 0
inheritable 0
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
Modified: trunk/memcheck/tests/linux/lsframe1.stderr.exp
===================================================================
--- trunk/memcheck/tests/linux/lsframe1.stderr.exp 2009-08-07 15:46:56 UTC (rev 10746)
+++ trunk/memcheck/tests/linux/lsframe1.stderr.exp 2009-08-07 17:47:42 UTC (rev 10747)
@@ -2,8 +2,10 @@
lsframe1: start
lsframe1: done, result is -8388608
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
Modified: trunk/memcheck/tests/linux/lsframe2.stderr.exp
===================================================================
--- trunk/memcheck/tests/linux/lsframe2.stderr.exp 2009-08-07 15:46:56 UTC (rev 10746)
+++ trunk/memcheck/tests/linux/lsframe2.stderr.exp 2009-08-07 17:47:42 UTC (rev 10747)
@@ -2,8 +2,10 @@
lsframe2: start
lsframe2: done, result is -272629760
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
Modified: trunk/memcheck/tests/linux/timerfd-syscall.stderr.exp
===================================================================
--- trunk/memcheck/tests/linux/timerfd-syscall.stderr.exp 2009-08-07 15:46:56 UTC (rev 10746)
+++ trunk/memcheck/tests/linux/timerfd-syscall.stderr.exp 2009-08-07 17:47:42 UTC (rev 10747)
@@ -1,7 +1,9 @@
+HEAP SUMMARY:
+ in use at exit: 0 bytes in 0 blocks.
+ total heap usage: 0 allocs, 0 frees, 0 bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 0 bytes in 0 blocks.
-malloc/free: 0 allocs, 0 frees, 0 bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
Modified: trunk/memcheck/tests/linux-syscalls-2007.stderr.exp
===================================================================
--- trunk/memcheck/tests/linux-syscalls-2007.stderr.exp 2009-08-07 15:46:56 UTC (rev 10746)
+++ trunk/memcheck/tests/linux-syscalls-2007.stderr.exp 2009-08-07 17:47:42 UTC (rev 10747)
@@ -1,7 +1,9 @@
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
Modified: trunk/memcheck/tests/linux-syslog-syscall.stderr.exp
===================================================================
--- trunk/memcheck/tests/linux-syslog-syscall.stderr.exp 2009-08-07 15:46:56 UTC (rev 10746)
+++ trunk/memcheck/tests/linux-syslog-syscall.stderr.exp 2009-08-07 17:47:42 UTC (rev 10747)
@@ -1,8 +1,10 @@
Done.
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
Modified: trunk/memcheck/tests/mallinfo.stderr.exp
===================================================================
--- trunk/memcheck/tests/mallinfo.stderr.exp 2009-08-07 15:46:56 UTC (rev 10746)
+++ trunk/memcheck/tests/mallinfo.stderr.exp 2009-08-07 17:47:42 UTC (rev 10747)
@@ -1,8 +1,10 @@
Success.
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
Modified: trunk/memcheck/tests/new_override.stderr.exp
===================================================================
--- trunk/memcheck/tests/new_override.stderr.exp 2009-08-07 15:46:56 UTC (rev 10746)
+++ trunk/memcheck/tests/new_override.stderr.exp 2009-08-07 17:47:42 UTC (rev 10747)
@@ -1,7 +1,9 @@
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
Modified: trunk/memcheck/tests/noisy_child.stderr.exp
===================================================================
--- trunk/memcheck/tests/noisy_child.stderr.exp 2009-08-07 15:46:56 UTC (rev 10746)
+++ trunk/memcheck/tests/noisy_child.stderr.exp 2009-08-07 17:47:42 UTC (rev 10747)
@@ -12,8 +12,10 @@
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (noisy_child.c:24)
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
Modified: trunk/memcheck/tests/partial_load_dflt.stderr.exp64
===================================================================
--- trunk/memcheck/tests/partial_load_dflt.stderr.exp64 2009-08-07 15:46:56 UTC (rev 10746)
+++ trunk/memcheck/tests/partial_load_dflt.stderr.exp64 2009-08-07 17:47:42 UTC (rev 10747)
@@ -23,8 +23,10 @@
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (partial_load.c:36)
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
Modified: trunk/memcheck/tests/partial_load_ok.stderr.exp64
===================================================================
--- trunk/memcheck/tests/partial_load_ok.stderr.exp64 2009-08-07 15:46:56 UTC (rev 10746)
+++ trunk/memcheck/tests/partial_load_ok.stderr.exp64 2009-08-07 17:47:42 UTC (rev 10747)
@@ -17,8 +17,10 @@
at 0x........: free (vg_replace_malloc.c:...)
by 0x........: main (partial_load.c:36)
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
Modified: trunk/memcheck/tests/partiallydefinedeq.stderr.exp
===================================================================
--- trunk/memcheck/tests/partiallydefinedeq.stderr.exp 2009-08-07 15:46:56 UTC (rev 10746)
+++ trunk/memcheck/tests/partiallydefinedeq.stderr.exp 2009-08-07 17:47:42 UTC (rev 10747)
@@ -7,9 +7,11 @@
at 0x........: foo (partiallydefinedeq.c:15)
by 0x........: main (partiallydefinedeq.c:52)
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
+Use --track-origins=yes to see where uninitialised values come from
ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
-Use --track-origins=yes to see where uninitialised values come from
Modified: trunk/memcheck/tests/sigkill.stderr.exp
===================================================================
--- trunk/memcheck/tests/sigkill.stderr.exp 2009-08-07 15:46:56 UTC (rev 10746)
+++ trunk/memcheck/tests/sigkill.stderr.exp 2009-08-07 17:47:42 UTC (rev 10747)
@@ -189,8 +189,10 @@
Invalid argument
+HEAP SUMMARY:
+ in use at exit: ... bytes in ... blocks.
+ total heap usage: ... allocs, ... frees, ... bytes allocated.
+For a detailed leak analysis, rerun with: --leak-check=yes
+
+For counts of detected and suppressed errors, rerun with: -v
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: ... bytes in ... blocks.
-malloc/free: ... allocs, ... frees, ... bytes allocated.
-For a detailed leak analysis, rerun with: --leak-check=yes
-For counts of detected errors, rerun with: -v
|