|
From: <sv...@va...> - 2008-04-26 18:34:24
|
Author: bart Date: 2008-04-26 19:34:17 +0100 (Sat, 26 Apr 2008) New Revision: 7926 Log: Filtered out malloc/free statistics from mallinfo test. Modified: trunk/memcheck/tests/mallinfo.stderr.exp trunk/memcheck/tests/mallinfo.vgtest Modified: trunk/memcheck/tests/mallinfo.stderr.exp =================================================================== --- trunk/memcheck/tests/mallinfo.stderr.exp 2008-04-26 18:33:30 UTC (rev 7925) +++ trunk/memcheck/tests/mallinfo.stderr.exp 2008-04-26 18:34:17 UTC (rev 7926) @@ -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 Modified: trunk/memcheck/tests/mallinfo.vgtest =================================================================== --- trunk/memcheck/tests/mallinfo.vgtest 2008-04-26 18:33:30 UTC (rev 7925) +++ trunk/memcheck/tests/mallinfo.vgtest 2008-04-26 18:34:17 UTC (rev 7926) @@ -1,2 +1,3 @@ prog: mallinfo args: -q +stderr_filter: filter_allocs |