]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update Memcheck expected outputs following r10746 (32-bit variants only).
authorJulian Seward <jseward@acm.org>
Fri, 7 Aug 2009 19:26:41 +0000 (19:26 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 7 Aug 2009 19:26:41 +0000 (19:26 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10748

memcheck/tests/partial_load_dflt.stderr.exp
memcheck/tests/partial_load_ok.stderr.exp

index 14707c68b2ab0be3a7d9265d72865f3196fa1833..7cfc890925d49125e959743e0d7654bfc91a9805 100644 (file)
@@ -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
index 8928f787cd4a26fbfea1327ab8a28d0cb3303a5d..a82407a1c99d3cb2fd5f1e2c030beeb8933400c1 100644 (file)
@@ -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