]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Removed malloc/free statistics from alternate output files.
authorBart Van Assche <bvanassche@acm.org>
Sun, 27 Apr 2008 06:21:37 +0000 (06:21 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 27 Apr 2008 06:21:37 +0000 (06:21 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7932

memcheck/tests/partial_load_dflt.stderr.exp64
memcheck/tests/partial_load_ok.stderr.exp64

index 3804f6dc64ef966e33e2ce0fb18c8b65e8c1ca47..9e7552bd7f8233e2af13e71c2d90402ef437aec1 100644 (file)
@@ -24,7 +24,7 @@ Invalid read of size 8
    by 0x........: main (partial_load.c:36)
 
 ERROR SUMMARY: 4 errors from 4 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 0 bytes in 0 blocks.
-malloc/free: 4 allocs, 4 frees, 24 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
index a62d0b27eaa6c5f099364269651e1f89c8799a5b..b410475a6257a1b561e187cbade3fddf4f6696ba 100644 (file)
@@ -18,7 +18,7 @@ Invalid read of size 8
    by 0x........: main (partial_load.c:36)
 
 ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 0 bytes in 0 blocks.
-malloc/free: 4 allocs, 4 frees, 24 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