|
From: <sv...@va...> - 2009-01-19 05:28:41
|
Author: njn Date: 2009-01-19 05:28:35 +0000 (Mon, 19 Jan 2009) New Revision: 8979 Log: Make brk2 work on Darwin by doing extra filtering. Modified: branches/DARWIN/memcheck/tests/brk2.stderr.exp branches/DARWIN/memcheck/tests/brk2.vgtest Modified: branches/DARWIN/memcheck/tests/brk2.stderr.exp =================================================================== --- branches/DARWIN/memcheck/tests/brk2.stderr.exp 2009-01-19 05:25:11 UTC (rev 8978) +++ branches/DARWIN/memcheck/tests/brk2.stderr.exp 2009-01-19 05:28:35 UTC (rev 8979) @@ -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: branches/DARWIN/memcheck/tests/brk2.vgtest =================================================================== --- branches/DARWIN/memcheck/tests/brk2.vgtest 2009-01-19 05:25:11 UTC (rev 8978) +++ branches/DARWIN/memcheck/tests/brk2.vgtest 2009-01-19 05:28:35 UTC (rev 8979) @@ -1 +1,2 @@ prog: brk2 +stderr_filter: filter_allocs |