From a5a0b4db75cf2d2b52ed0b3a0415c77670e5fc3a Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Fri, 7 Aug 2009 19:47:29 +0000 Subject: [PATCH] Update Memcheck expected outputs following r10746 (Darwin variants only). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10749 --- memcheck/tests/darwin/aio.stderr.exp | 12 +++++++----- memcheck/tests/sigkill.stderr.exp-darwin | 10 ++++++---- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/memcheck/tests/darwin/aio.stderr.exp b/memcheck/tests/darwin/aio.stderr.exp index e4c0d4a490..61d2f7d574 100644 --- a/memcheck/tests/darwin/aio.stderr.exp +++ b/memcheck/tests/darwin/aio.stderr.exp @@ -11,9 +11,11 @@ Syscall param aio_write(aiocbp->aio_buf) points to unaddressable byte(s) ... Address 0x........ is not stack'd, malloc'd or (recently) free'd -ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0) -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 +HEAP SUMMARY: + in use at exit: ... bytes in ... blocks. + total heap usage: ... allocs, ... frees, ... bytes allocated. +For a detailed leak analysis, rerun with: --leak-check=yes + +For counts of detected and suppressed errors, rerun with: -v Use --track-origins=yes to see where uninitialised values come from +ERROR SUMMARY: 3 errors from 3 contexts (suppressed: 0 from 0) diff --git a/memcheck/tests/sigkill.stderr.exp-darwin b/memcheck/tests/sigkill.stderr.exp-darwin index 0e04bd87e6..717d733615 100644 --- a/memcheck/tests/sigkill.stderr.exp-darwin +++ b/memcheck/tests/sigkill.stderr.exp-darwin @@ -185,8 +185,10 @@ setting signal 65: Invalid argument getting signal 65: Invalid argument +HEAP SUMMARY: + in use at exit: ... bytes in ... blocks. + total heap usage: ... allocs, ... frees, ... bytes allocated. +For a detailed leak analysis, rerun with: --leak-check=yes + +For counts of detected and suppressed errors, rerun with: -v ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0) -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 -- 2.47.3