|
From: <sv...@va...> - 2006-12-11 00:19:32
|
Author: sewardj
Date: 2006-12-11 00:19:28 +0000 (Mon, 11 Dec 2006)
New Revision: 6390
Log:
Update a couple of expected outputs.
Modified:
trunk/memcheck/tests/leak-cycle.stderr.exp
trunk/none/tests/blockfault.stderr.exp
Modified: trunk/memcheck/tests/leak-cycle.stderr.exp
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/memcheck/tests/leak-cycle.stderr.exp 2006-12-10 02:59:16 UTC (r=
ev 6389)
+++ trunk/memcheck/tests/leak-cycle.stderr.exp 2006-12-11 00:19:28 UTC (r=
ev 6390)
@@ -35,8 +35,6 @@
possibly lost: 0 bytes in 0 blocks.
still reachable: 0 bytes in 0 blocks.
suppressed: 0 bytes in 0 blocks.
-Reachable blocks (those to which a pointer was found) are not shown.
-To see them, rerun with: --show-reachable=3Dyes
=20
ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)
malloc/free: in use at exit: 144 bytes in 18 blocks.
Modified: trunk/none/tests/blockfault.stderr.exp
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/none/tests/blockfault.stderr.exp 2006-12-10 02:59:16 UTC (rev 6=
389)
+++ trunk/none/tests/blockfault.stderr.exp 2006-12-11 00:19:28 UTC (rev 6=
390)
@@ -2,5 +2,5 @@
=20
Process terminating with default action of signal 11 (SIGSEGV)
Access not within mapped region at address 0x........
- at 0x........: main (blockfault.c:28)
+ at 0x........: main (blockfault.c:32)
=20
|