|
From: <sv...@va...> - 2009-08-07 19:27:02
|
Author: sewardj
Date: 2009-08-07 20:26:41 +0100 (Fri, 07 Aug 2009)
New Revision: 10748
Log:
Update Memcheck expected outputs following r10746 (32-bit variants only).
Modified:
trunk/memcheck/tests/partial_load_dflt.stderr.exp
trunk/memcheck/tests/partial_load_ok.stderr.exp
Modified: trunk/memcheck/tests/partial_load_dflt.stderr.exp
===================================================================
--- trunk/memcheck/tests/partial_load_dflt.stderr.exp 2009-08-07 17:47:42 UTC (rev 10747)
+++ trunk/memcheck/tests/partial_load_dflt.stderr.exp 2009-08-07 19:26:41 UTC (rev 10748)
@@ -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.exp
===================================================================
--- trunk/memcheck/tests/partial_load_ok.stderr.exp 2009-08-07 17:47:42 UTC (rev 10747)
+++ trunk/memcheck/tests/partial_load_ok.stderr.exp 2009-08-07 19:26:41 UTC (rev 10748)
@@ -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
|