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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to