|
From: <sv...@va...> - 2008-04-27 06:21:31
|
Author: bart
Date: 2008-04-27 07:21:37 +0100 (Sun, 27 Apr 2008)
New Revision: 7932
Log:
Removed malloc/free statistics from alternate output files.
Modified:
trunk/memcheck/tests/partial_load_dflt.stderr.exp64
trunk/memcheck/tests/partial_load_ok.stderr.exp64
Modified: trunk/memcheck/tests/partial_load_dflt.stderr.exp64
===================================================================
--- trunk/memcheck/tests/partial_load_dflt.stderr.exp64 2008-04-27 06:14:06 UTC (rev 7931)
+++ trunk/memcheck/tests/partial_load_dflt.stderr.exp64 2008-04-27 06:21:37 UTC (rev 7932)
@@ -24,7 +24,7 @@
by 0x........: main (partial_load.c:36)
ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 0 bytes in 0 blocks.
-malloc/free: 4 allocs, 4 frees, 24 bytes allocated.
+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 2008-04-27 06:14:06 UTC (rev 7931)
+++ trunk/memcheck/tests/partial_load_ok.stderr.exp64 2008-04-27 06:21:37 UTC (rev 7932)
@@ -18,7 +18,7 @@
by 0x........: main (partial_load.c:36)
ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 0 bytes in 0 blocks.
-malloc/free: 4 allocs, 4 frees, 24 bytes allocated.
+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
|