From: Bart Van Assche Date: Sun, 27 Apr 2008 06:21:37 +0000 (+0000) Subject: Removed malloc/free statistics from alternate output files. X-Git-Tag: svn/VALGRIND_3_4_0~691 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cce85528ab824488334addbec386a12bb0242e8a;p=thirdparty%2Fvalgrind.git Removed malloc/free statistics from alternate output files. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7932 --- diff --git a/memcheck/tests/partial_load_dflt.stderr.exp64 b/memcheck/tests/partial_load_dflt.stderr.exp64 index 3804f6dc64..9e7552bd7f 100644 --- a/memcheck/tests/partial_load_dflt.stderr.exp64 +++ b/memcheck/tests/partial_load_dflt.stderr.exp64 @@ -24,7 +24,7 @@ Invalid read of size 8 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 diff --git a/memcheck/tests/partial_load_ok.stderr.exp64 b/memcheck/tests/partial_load_ok.stderr.exp64 index a62d0b27ea..b410475a62 100644 --- a/memcheck/tests/partial_load_ok.stderr.exp64 +++ b/memcheck/tests/partial_load_ok.stderr.exp64 @@ -18,7 +18,7 @@ Invalid read of size 8 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