From 428918f88ea3ef4497d08d33a312ddbbeed49474 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Fri, 7 Aug 2009 19:26:41 +0000 Subject: [PATCH] Update Memcheck expected outputs following r10746 (32-bit variants only). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10748 --- memcheck/tests/partial_load_dflt.stderr.exp | 10 ++++++---- memcheck/tests/partial_load_ok.stderr.exp | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/memcheck/tests/partial_load_dflt.stderr.exp b/memcheck/tests/partial_load_dflt.stderr.exp index 14707c68b2..7cfc890925 100644 --- a/memcheck/tests/partial_load_dflt.stderr.exp +++ b/memcheck/tests/partial_load_dflt.stderr.exp @@ -23,8 +23,10 @@ Invalid read of size 4 at 0x........: free (vg_replace_malloc.c:...) by 0x........: main (partial_load.c:36) +HEAP SUMMARY: + in use at exit: ... bytes in ... blocks. + total heap usage: ... allocs, ... frees, ... bytes allocated. +For a detailed leak analysis, rerun with: --leak-check=yes + +For counts of detected and suppressed errors, rerun with: -v ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0) -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.exp b/memcheck/tests/partial_load_ok.stderr.exp index 8928f787cd..a82407a1c9 100644 --- a/memcheck/tests/partial_load_ok.stderr.exp +++ b/memcheck/tests/partial_load_ok.stderr.exp @@ -17,8 +17,10 @@ Invalid read of size 4 at 0x........: free (vg_replace_malloc.c:...) by 0x........: main (partial_load.c:36) +HEAP SUMMARY: + in use at exit: ... bytes in ... blocks. + total heap usage: ... allocs, ... frees, ... bytes allocated. +For a detailed leak analysis, rerun with: --leak-check=yes + +For counts of detected and suppressed errors, rerun with: -v ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0) -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 -- 2.47.3