From: Bart Van Assche Date: Sun, 27 Apr 2008 06:47:44 +0000 (+0000) Subject: Filtered malloc/free statistics out from more output variant files. X-Git-Tag: svn/VALGRIND_3_4_0~689 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f120cd2803290724562cac318950eff630d8950f;p=thirdparty%2Fvalgrind.git Filtered malloc/free statistics out from more output variant files. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7934 --- diff --git a/memcheck/tests/addressable.stderr.exp2 b/memcheck/tests/addressable.stderr.exp2 index 2092100f16..02531b0f94 100644 --- a/memcheck/tests/addressable.stderr.exp2 +++ b/memcheck/tests/addressable.stderr.exp2 @@ -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: 1 allocs, 1 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 Unaddressable byte(s) found during client check request @@ -21,14 +21,14 @@ Process terminating with default action of signal 11 (SIGSEGV) by 0x........: main (addressable.c:125) ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) -malloc/free: in use at exit: 24 bytes in 1 blocks. -malloc/free: 1 allocs, 0 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 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) -malloc/free: in use at exit: 0 bytes in 0 blocks. -malloc/free: 1 allocs, 1 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 @@ -38,8 +38,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: 24 bytes in 1 blocks. -malloc/free: 1 allocs, 0 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 Uninitialised byte(s) found during client check request @@ -57,13 +57,13 @@ Uninitialised byte(s) found during client check request by 0x........: main (addressable.c:125) ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 0 from 0) -malloc/free: in use at exit: 0 bytes in 0 blocks. -malloc/free: 1 allocs, 1 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 ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) -malloc/free: in use at exit: 0 bytes in 0 blocks. -malloc/free: 1 allocs, 1 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 diff --git a/memcheck/tests/badjump.stderr.exp2 b/memcheck/tests/badjump.stderr.exp2 index 76046f4867..a845195cc1 100644 --- a/memcheck/tests/badjump.stderr.exp2 +++ b/memcheck/tests/badjump.stderr.exp2 @@ -10,7 +10,7 @@ Process terminating with default action of signal 11 (SIGSEGV) by 0x........: __libc_start_main (in /...libc...) ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) -malloc/free: in use at exit: 24 bytes in 1 blocks. -malloc/free: 1 allocs, 0 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 diff --git a/memcheck/tests/leak-pool-0.stderr.exp64 b/memcheck/tests/leak-pool-0.stderr.exp64 index 3015aa8346..7a5680c58f 100644 --- a/memcheck/tests/leak-pool-0.stderr.exp64 +++ b/memcheck/tests/leak-pool-0.stderr.exp64 @@ -1,7 +1,7 @@ ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) -malloc/free: in use at exit: 4,120 bytes in 2 blocks. -malloc/free: 102 allocs, 0 frees, 5,720 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 diff --git a/memcheck/tests/leak-pool-1.stderr.exp64 b/memcheck/tests/leak-pool-1.stderr.exp64 index 3015aa8346..7a5680c58f 100644 --- a/memcheck/tests/leak-pool-1.stderr.exp64 +++ b/memcheck/tests/leak-pool-1.stderr.exp64 @@ -1,7 +1,7 @@ ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) -malloc/free: in use at exit: 4,120 bytes in 2 blocks. -malloc/free: 102 allocs, 0 frees, 5,720 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 diff --git a/memcheck/tests/leak-pool-2.stderr.exp64 b/memcheck/tests/leak-pool-2.stderr.exp64 index 3015aa8346..7a5680c58f 100644 --- a/memcheck/tests/leak-pool-2.stderr.exp64 +++ b/memcheck/tests/leak-pool-2.stderr.exp64 @@ -1,7 +1,7 @@ ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) -malloc/free: in use at exit: 4,120 bytes in 2 blocks. -malloc/free: 102 allocs, 0 frees, 5,720 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 diff --git a/memcheck/tests/leak-pool-3.stderr.exp64 b/memcheck/tests/leak-pool-3.stderr.exp64 index 3015aa8346..7a5680c58f 100644 --- a/memcheck/tests/leak-pool-3.stderr.exp64 +++ b/memcheck/tests/leak-pool-3.stderr.exp64 @@ -1,7 +1,7 @@ ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) -malloc/free: in use at exit: 4,120 bytes in 2 blocks. -malloc/free: 102 allocs, 0 frees, 5,720 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 diff --git a/memcheck/tests/leak-pool-4.stderr.exp64 b/memcheck/tests/leak-pool-4.stderr.exp64 index 3015aa8346..7a5680c58f 100644 --- a/memcheck/tests/leak-pool-4.stderr.exp64 +++ b/memcheck/tests/leak-pool-4.stderr.exp64 @@ -1,7 +1,7 @@ ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) -malloc/free: in use at exit: 4,120 bytes in 2 blocks. -malloc/free: 102 allocs, 0 frees, 5,720 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 diff --git a/memcheck/tests/leak-pool-5.stderr.exp64 b/memcheck/tests/leak-pool-5.stderr.exp64 index 3015aa8346..7a5680c58f 100644 --- a/memcheck/tests/leak-pool-5.stderr.exp64 +++ b/memcheck/tests/leak-pool-5.stderr.exp64 @@ -1,7 +1,7 @@ ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) -malloc/free: in use at exit: 4,120 bytes in 2 blocks. -malloc/free: 102 allocs, 0 frees, 5,720 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 diff --git a/memcheck/tests/partiallydefinedeq.stderr.exp2 b/memcheck/tests/partiallydefinedeq.stderr.exp2 index 78ab70bb30..6c2025b3b4 100644 --- a/memcheck/tests/partiallydefinedeq.stderr.exp2 +++ b/memcheck/tests/partiallydefinedeq.stderr.exp2 @@ -13,7 +13,7 @@ Conditional jump or move depends on uninitialised value(s) by 0x........: main (partiallydefinedeq.c:52) ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0) -malloc/free: in use at exit: 8 bytes in 2 blocks. -malloc/free: 2 allocs, 0 frees, 8 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 diff --git a/memcheck/tests/sigkill.stderr.exp2 b/memcheck/tests/sigkill.stderr.exp2 index 3cc35594ac..dbdea49c33 100644 --- a/memcheck/tests/sigkill.stderr.exp2 +++ b/memcheck/tests/sigkill.stderr.exp2 @@ -196,7 +196,7 @@ Invalid argument 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 diff --git a/memcheck/tests/sigkill.stderr.exp3 b/memcheck/tests/sigkill.stderr.exp3 index dfe65480d8..65a48a4346 100644 --- a/memcheck/tests/sigkill.stderr.exp3 +++ b/memcheck/tests/sigkill.stderr.exp3 @@ -196,7 +196,7 @@ Invalid argument 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