|
From: Bart V. A. <bar...@gm...> - 2008-01-04 20:30:54
|
I had a look at the non-drd regression test that fail on all
platforms. Is the patch below a correct fix for the
memcheck/tests/pointer-trace regression test ?
Index: memcheck/tests/pointer-trace.stderr.exp
===================================================================
--- memcheck/tests/pointer-trace.stderr.exp (revision 7313)
+++ memcheck/tests/pointer-trace.stderr.exp (working copy)
@@ -19,12 +19,10 @@
1,048,576 bytes in 1 blocks are definitely lost in loss record 1 of 1
at 0x........: malloc (vg_replace_malloc.c:...)
- by 0x........: main (pointer-trace.c:43)
+ by 0x........: main (pointer-trace.c:47)
LEAK SUMMARY:
definitely lost: 1,048,576 bytes in 1 blocks.
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: --leak-check=full --show-reachable=yes
|