]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Filtered out malloc/free statistics.
authorBart Van Assche <bvanassche@acm.org>
Sat, 26 Apr 2008 18:36:42 +0000 (18:36 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sat, 26 Apr 2008 18:36:42 +0000 (18:36 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7927

memcheck/tests/addressable.stderr.exp
memcheck/tests/addressable.vgtest

index 18cef1d6121f77ed893eb7fea028be575c109217..7104abd44f6e435f93016ecfbc8a1a265056160f 100644 (file)
@@ -1,8 +1,8 @@
 
 
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 0 bytes in 0 blocks.
-malloc/free: 0 allocs, 0 frees, 0 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
 Unaddressable byte(s) found during client check request
@@ -25,14 +25,14 @@ Process terminating with default action of signal 11 (SIGSEGV)
  The main thread stack size used in this run was ....
 
 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 0 bytes in 0 blocks.
-malloc/free: 0 allocs, 0 frees, 0 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
 
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 0 bytes in 0 blocks.
-malloc/free: 0 allocs, 0 frees, 0 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
 
@@ -42,8 +42,8 @@ Process terminating with default action of signal 11 (SIGSEGV)
    by 0x........: main (addressable.c:125)
 
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 0 bytes in 0 blocks.
-malloc/free: 0 allocs, 0 frees, 0 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
 Uninitialised byte(s) found during client check request
@@ -57,13 +57,13 @@ Uninitialised byte(s) found during client check request
  Address 0x........ is not stack'd, malloc'd or (recently) free'd
 
 ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 0 bytes in 0 blocks.
-malloc/free: 0 allocs, 0 frees, 0 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
 
 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
-malloc/free: in use at exit: 0 bytes in 0 blocks.
-malloc/free: 0 allocs, 0 frees, 0 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 a6e8b95188aec70add904e97b0bd5b15783b8cd0..c6c032ba54104a39aebf7913b55baf2fae414a68 100644 (file)
@@ -1 +1,2 @@
 prog: addressable
+stderr_filter: filter_allocs