|
From: <sv...@va...> - 2008-04-26 18:55:38
|
Author: bart
Date: 2008-04-26 19:55:38 +0100 (Sat, 26 Apr 2008)
New Revision: 7928
Log:
Filtered out malloc/free statistics.
Modified:
trunk/memcheck/tests/badjump.stderr.exp
trunk/memcheck/tests/badjump.vgtest
trunk/memcheck/tests/describe-block.stderr.exp
trunk/memcheck/tests/describe-block.vgtest
trunk/memcheck/tests/erringfds.stderr.exp
trunk/memcheck/tests/erringfds.vgtest
trunk/memcheck/tests/linux-syscalls-2007.stderr.exp
trunk/memcheck/tests/linux-syscalls-2007.vgtest
trunk/memcheck/tests/linux-syslog-syscall.stderr.exp
trunk/memcheck/tests/linux-syslog-syscall.vgtest
trunk/memcheck/tests/lsframe1.stderr.exp
trunk/memcheck/tests/lsframe1.vgtest
trunk/memcheck/tests/lsframe2.stderr.exp
trunk/memcheck/tests/lsframe2.vgtest
trunk/memcheck/tests/match-overrun.stderr.exp
trunk/memcheck/tests/match-overrun.vgtest
trunk/memcheck/tests/noisy_child.stderr.exp
trunk/memcheck/tests/noisy_child.vgtest
trunk/memcheck/tests/partial_load_dflt.stderr.exp
trunk/memcheck/tests/partial_load_dflt.vgtest
trunk/memcheck/tests/partial_load_ok.stderr.exp
trunk/memcheck/tests/partial_load_ok.vgtest
trunk/memcheck/tests/partiallydefinedeq.stderr.exp
trunk/memcheck/tests/partiallydefinedeq.vgtest
trunk/memcheck/tests/sigkill.stderr.exp
trunk/memcheck/tests/sigkill.vgtest
Modified: trunk/memcheck/tests/badjump.stderr.exp
===================================================================
--- trunk/memcheck/tests/badjump.stderr.exp 2008-04-26 18:36:42 UTC (rev 7927)
+++ trunk/memcheck/tests/badjump.stderr.exp 2008-04-26 18:55:38 UTC (rev 7928)
@@ -14,7 +14,7 @@
The main thread stack size used in this run was ....
ERROR SUMMARY: 1 errors from 1 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
Modified: trunk/memcheck/tests/badjump.vgtest
===================================================================
--- trunk/memcheck/tests/badjump.vgtest 2008-04-26 18:36:42 UTC (rev 7927)
+++ trunk/memcheck/tests/badjump.vgtest 2008-04-26 18:55:38 UTC (rev 7928)
@@ -1,2 +1,3 @@
prog: badjump
cleanup: rm -f vgcore.pid*
+stderr_filter: filter_allocs
Modified: trunk/memcheck/tests/describe-block.stderr.exp
===================================================================
--- trunk/memcheck/tests/describe-block.stderr.exp 2008-04-26 18:36:42 UTC (rev 7927)
+++ trunk/memcheck/tests/describe-block.stderr.exp 2008-04-26 18:55:38 UTC (rev 7928)
@@ -13,7 +13,7 @@
The main thread stack size used in this run was ....
ERROR SUMMARY: 1 errors from 1 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
Modified: trunk/memcheck/tests/describe-block.vgtest
===================================================================
--- trunk/memcheck/tests/describe-block.vgtest 2008-04-26 18:36:42 UTC (rev 7927)
+++ trunk/memcheck/tests/describe-block.vgtest 2008-04-26 18:55:38 UTC (rev 7928)
@@ -1 +1,2 @@
prog: describe-block
+stderr_filter: filter_allocs
Modified: trunk/memcheck/tests/erringfds.stderr.exp
===================================================================
--- trunk/memcheck/tests/erringfds.stderr.exp 2008-04-26 18:36:42 UTC (rev 7927)
+++ trunk/memcheck/tests/erringfds.stderr.exp 2008-04-26 18:55:38 UTC (rev 7928)
@@ -2,7 +2,7 @@
Warning: invalid file descriptor -1 in syscall read()
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
Modified: trunk/memcheck/tests/erringfds.vgtest
===================================================================
--- trunk/memcheck/tests/erringfds.vgtest 2008-04-26 18:36:42 UTC (rev 7927)
+++ trunk/memcheck/tests/erringfds.vgtest 2008-04-26 18:55:38 UTC (rev 7928)
@@ -1 +1,2 @@
prog: erringfds
+stderr_filter: filter_allocs
Modified: trunk/memcheck/tests/linux-syscalls-2007.stderr.exp
===================================================================
--- trunk/memcheck/tests/linux-syscalls-2007.stderr.exp 2008-04-26 18:36:42 UTC (rev 7927)
+++ trunk/memcheck/tests/linux-syscalls-2007.stderr.exp 2008-04-26 18:55:38 UTC (rev 7928)
@@ -1,7 +1,7 @@
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
Modified: trunk/memcheck/tests/linux-syscalls-2007.vgtest
===================================================================
--- trunk/memcheck/tests/linux-syscalls-2007.vgtest 2008-04-26 18:36:42 UTC (rev 7927)
+++ trunk/memcheck/tests/linux-syscalls-2007.vgtest 2008-04-26 18:55:38 UTC (rev 7928)
@@ -1 +1,2 @@
prog: linux-syscalls-2007
+stderr_filter: filter_allocs
Modified: trunk/memcheck/tests/linux-syslog-syscall.stderr.exp
===================================================================
--- trunk/memcheck/tests/linux-syslog-syscall.stderr.exp 2008-04-26 18:36:42 UTC (rev 7927)
+++ trunk/memcheck/tests/linux-syslog-syscall.stderr.exp 2008-04-26 18:55:38 UTC (rev 7928)
@@ -2,7 +2,7 @@
Done.
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
Modified: trunk/memcheck/tests/linux-syslog-syscall.vgtest
===================================================================
--- trunk/memcheck/tests/linux-syslog-syscall.vgtest 2008-04-26 18:36:42 UTC (rev 7927)
+++ trunk/memcheck/tests/linux-syslog-syscall.vgtest 2008-04-26 18:55:38 UTC (rev 7928)
@@ -1 +1,2 @@
prog: linux-syslog-syscall
+stderr_filter: filter_allocs
Modified: trunk/memcheck/tests/lsframe1.stderr.exp
===================================================================
--- trunk/memcheck/tests/lsframe1.stderr.exp 2008-04-26 18:36:42 UTC (rev 7927)
+++ trunk/memcheck/tests/lsframe1.stderr.exp 2008-04-26 18:55:38 UTC (rev 7928)
@@ -3,7 +3,7 @@
lsframe1: done, result is -8388608
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
Modified: trunk/memcheck/tests/lsframe1.vgtest
===================================================================
--- trunk/memcheck/tests/lsframe1.vgtest 2008-04-26 18:36:42 UTC (rev 7927)
+++ trunk/memcheck/tests/lsframe1.vgtest 2008-04-26 18:55:38 UTC (rev 7928)
@@ -1,2 +1,3 @@
prog: lsframe1
vgopts: --main-stacksize=67200000 --max-stackframe=67200000
+stderr_filter: filter_allocs
Modified: trunk/memcheck/tests/lsframe2.stderr.exp
===================================================================
--- trunk/memcheck/tests/lsframe2.stderr.exp 2008-04-26 18:36:42 UTC (rev 7927)
+++ trunk/memcheck/tests/lsframe2.stderr.exp 2008-04-26 18:55:38 UTC (rev 7928)
@@ -3,7 +3,7 @@
lsframe2: done, result is -272629760
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
Modified: trunk/memcheck/tests/lsframe2.vgtest
===================================================================
--- trunk/memcheck/tests/lsframe2.vgtest 2008-04-26 18:36:42 UTC (rev 7927)
+++ trunk/memcheck/tests/lsframe2.vgtest 2008-04-26 18:55:38 UTC (rev 7928)
@@ -1,2 +1,3 @@
prog: lsframe2
vgopts: --main-stacksize=68500000
+stderr_filter: filter_allocs
Modified: trunk/memcheck/tests/match-overrun.stderr.exp
===================================================================
--- trunk/memcheck/tests/match-overrun.stderr.exp 2008-04-26 18:36:42 UTC (rev 7927)
+++ trunk/memcheck/tests/match-overrun.stderr.exp 2008-04-26 18:55:38 UTC (rev 7928)
@@ -10,7 +10,7 @@
The main thread stack size used in this run was ....
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
Modified: trunk/memcheck/tests/match-overrun.vgtest
===================================================================
--- trunk/memcheck/tests/match-overrun.vgtest 2008-04-26 18:36:42 UTC (rev 7927)
+++ trunk/memcheck/tests/match-overrun.vgtest 2008-04-26 18:55:38 UTC (rev 7928)
@@ -1,2 +1,3 @@
prog: match-overrun
vgopts: --suppressions=match-overrun.supp
+stderr_filter: filter_allocs
Modified: trunk/memcheck/tests/noisy_child.stderr.exp
===================================================================
--- trunk/memcheck/tests/noisy_child.stderr.exp 2008-04-26 18:36:42 UTC (rev 7927)
+++ trunk/memcheck/tests/noisy_child.stderr.exp 2008-04-26 18:55:38 UTC (rev 7928)
@@ -13,7 +13,7 @@
by 0x........: main (noisy_child.c:24)
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, 10 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
Modified: trunk/memcheck/tests/noisy_child.vgtest
===================================================================
--- trunk/memcheck/tests/noisy_child.vgtest 2008-04-26 18:36:42 UTC (rev 7927)
+++ trunk/memcheck/tests/noisy_child.vgtest 2008-04-26 18:55:38 UTC (rev 7928)
@@ -1,2 +1,3 @@
prog: noisy_child
vgopts: --child-silent-after-fork=yes
+stderr_filter: filter_allocs
Modified: trunk/memcheck/tests/partial_load_dflt.stderr.exp
===================================================================
--- trunk/memcheck/tests/partial_load_dflt.stderr.exp 2008-04-26 18:36:42 UTC (rev 7927)
+++ trunk/memcheck/tests/partial_load_dflt.stderr.exp 2008-04-26 18:55:38 UTC (rev 7928)
@@ -24,7 +24,7 @@
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, 12 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
Modified: trunk/memcheck/tests/partial_load_dflt.vgtest
===================================================================
--- trunk/memcheck/tests/partial_load_dflt.vgtest 2008-04-26 18:36:42 UTC (rev 7927)
+++ trunk/memcheck/tests/partial_load_dflt.vgtest 2008-04-26 18:55:38 UTC (rev 7928)
@@ -1 +1,2 @@
prog: partial_load
+stderr_filter: filter_allocs
Modified: trunk/memcheck/tests/partial_load_ok.stderr.exp
===================================================================
--- trunk/memcheck/tests/partial_load_ok.stderr.exp 2008-04-26 18:36:42 UTC (rev 7927)
+++ trunk/memcheck/tests/partial_load_ok.stderr.exp 2008-04-26 18:55:38 UTC (rev 7928)
@@ -18,7 +18,7 @@
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, 12 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
Modified: trunk/memcheck/tests/partial_load_ok.vgtest
===================================================================
--- trunk/memcheck/tests/partial_load_ok.vgtest 2008-04-26 18:36:42 UTC (rev 7927)
+++ trunk/memcheck/tests/partial_load_ok.vgtest 2008-04-26 18:55:38 UTC (rev 7928)
@@ -1,2 +1,3 @@
prog: partial_load
vgopts: --partial-loads-ok=yes
+stderr_filter: filter_allocs
Modified: trunk/memcheck/tests/partiallydefinedeq.stderr.exp
===================================================================
--- trunk/memcheck/tests/partiallydefinedeq.stderr.exp 2008-04-26 18:36:42 UTC (rev 7927)
+++ trunk/memcheck/tests/partiallydefinedeq.stderr.exp 2008-04-26 18:55:38 UTC (rev 7928)
@@ -8,7 +8,7 @@
by 0x........: main (partiallydefinedeq.c:52)
ERROR SUMMARY: 2 errors from 2 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
Modified: trunk/memcheck/tests/partiallydefinedeq.vgtest
===================================================================
--- trunk/memcheck/tests/partiallydefinedeq.vgtest 2008-04-26 18:36:42 UTC (rev 7927)
+++ trunk/memcheck/tests/partiallydefinedeq.vgtest 2008-04-26 18:55:38 UTC (rev 7928)
@@ -1 +1,2 @@
prog: partiallydefinedeq
+stderr_filter: filter_allocs
Modified: trunk/memcheck/tests/sigkill.stderr.exp
===================================================================
--- trunk/memcheck/tests/sigkill.stderr.exp 2008-04-26 18:36:42 UTC (rev 7927)
+++ trunk/memcheck/tests/sigkill.stderr.exp 2008-04-26 18:55:38 UTC (rev 7928)
@@ -196,7 +196,7 @@
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
Modified: trunk/memcheck/tests/sigkill.vgtest
===================================================================
--- trunk/memcheck/tests/sigkill.vgtest 2008-04-26 18:36:42 UTC (rev 7927)
+++ trunk/memcheck/tests/sigkill.vgtest 2008-04-26 18:55:38 UTC (rev 7928)
@@ -1 +1,2 @@
prog: sigkill
+stderr_filter: filter_allocs
|