From a25f252a416b39cb130ec870f0de2bb1950ff6aa Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 26 Apr 2008 18:36:42 +0000 Subject: [PATCH] Filtered out malloc/free statistics. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7927 --- memcheck/tests/addressable.stderr.exp | 24 ++++++++++++------------ memcheck/tests/addressable.vgtest | 1 + 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/memcheck/tests/addressable.stderr.exp b/memcheck/tests/addressable.stderr.exp index 18cef1d612..7104abd44f 100644 --- a/memcheck/tests/addressable.stderr.exp +++ b/memcheck/tests/addressable.stderr.exp @@ -1,8 +1,8 @@ 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. +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 @@ -25,14 +25,14 @@ Process terminating with default action of signal 11 (SIGSEGV) The main thread stack size used in this run was .... ERROR SUMMARY: 2 errors from 2 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. +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 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. +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 @@ -42,8 +42,8 @@ Process terminating with default action of signal 11 (SIGSEGV) by 0x........: main (addressable.c:125) 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. +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 @@ -57,13 +57,13 @@ Uninitialised byte(s) found during client check request Address 0x........ is not stack'd, malloc'd or (recently) free'd ERROR SUMMARY: 2 errors from 2 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. +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 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. +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/addressable.vgtest b/memcheck/tests/addressable.vgtest index a6e8b95188..c6c032ba54 100644 --- a/memcheck/tests/addressable.vgtest +++ b/memcheck/tests/addressable.vgtest @@ -1 +1,2 @@ prog: addressable +stderr_filter: filter_allocs -- 2.47.3