From: Bart Van Assche Date: Sat, 26 Apr 2008 18:34:17 +0000 (+0000) Subject: Filtered out malloc/free statistics from mallinfo test. X-Git-Tag: svn/VALGRIND_3_4_0~697 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8999dd8b3039d293d19454958ca15a0a125281e;p=thirdparty%2Fvalgrind.git Filtered out malloc/free statistics from mallinfo test. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7926 --- diff --git a/memcheck/tests/mallinfo.stderr.exp b/memcheck/tests/mallinfo.stderr.exp index 3aeaa4b015..0b1329ab92 100644 --- a/memcheck/tests/mallinfo.stderr.exp +++ b/memcheck/tests/mallinfo.stderr.exp @@ -2,7 +2,7 @@ Success. ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) -malloc/free: in use at exit: 0 bytes in 0 blocks. -malloc/free: 40 allocs, 40 frees, 177,120 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/mallinfo.vgtest b/memcheck/tests/mallinfo.vgtest index 0580988aab..4b89e5f152 100644 --- a/memcheck/tests/mallinfo.vgtest +++ b/memcheck/tests/mallinfo.vgtest @@ -1,2 +1,3 @@ prog: mallinfo args: -q +stderr_filter: filter_allocs