|
From: <sv...@va...> - 2009-08-07 19:47:42
|
Author: sewardj
Date: 2009-08-07 20:47:29 +0100 (Fri, 07 Aug 2009)
New Revision: 10749
Log:
Update Memcheck expected outputs following r10746 (Darwin variants only).
Modified:
trunk/memcheck/tests/darwin/aio.stderr.exp
trunk/memcheck/tests/sigkill.stderr.exp-darwin
Modified: trunk/memcheck/tests/darwin/aio.stderr.exp
===================================================================
--- trunk/memcheck/tests/darwin/aio.stderr.exp 2009-08-07 19:26:41 UTC (rev 10748)
+++ trunk/memcheck/tests/darwin/aio.stderr.exp 2009-08-07 19:47:29 UTC (rev 10749)
@@ -11,9 +11,11 @@
...
Address 0x........ is not stack'd, malloc'd or (recently) free'd
+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)
-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
-Use --track-origins=yes to see where uninitialised values come from
Modified: trunk/memcheck/tests/sigkill.stderr.exp-darwin
===================================================================
--- trunk/memcheck/tests/sigkill.stderr.exp-darwin 2009-08-07 19:26:41 UTC (rev 10748)
+++ trunk/memcheck/tests/sigkill.stderr.exp-darwin 2009-08-07 19:47:29 UTC (rev 10749)
@@ -185,8 +185,10 @@
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
|