]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Small changes to expected output, due to recent changes in leak-check
authorNicholas Nethercote <njn@valgrind.org>
Tue, 28 Jan 2003 19:53:09 +0000 (19:53 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Tue, 28 Jan 2003 19:53:09 +0000 (19:53 +0000)
reporting.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1405

memcheck/tests/nanoleak.stderr.exp
memcheck/tests/trivialleak.stderr.exp

index 589bc8f633da9c8be0a79fdf504c0884375701bb..96eefd143a60c73fa3cc657f3c527d05da5a3c81 100644 (file)
@@ -7,10 +7,6 @@ For counts of detected errors, rerun with: -v
 searching for pointers to 1 not-freed blocks.
 checked ... bytes.
 
-definitely lost: 1000 bytes in 1 blocks.
-possibly lost:   0 bytes in 0 blocks.
-still reachable: 0 bytes in 0 blocks.
-
 1000 bytes in 1 blocks are definitely lost in loss record 1 of 1
    at 0x........: malloc (vg_clientfuncs.c:...)
    by 0x........: main (nanoleak.c:6)
@@ -21,6 +17,7 @@ LEAK SUMMARY:
    definitely lost: 1000 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: --show-reachable=yes
 
index 88cfa4ff5f1ec23b503192e4f6e8baabdfdd498a..42cd2610b0c655eb134843f2bef8e5fd6a493164 100644 (file)
@@ -7,10 +7,6 @@ For counts of detected errors, rerun with: -v
 searching for pointers to 1000 not-freed blocks.
 checked ... bytes.
 
-definitely lost: 1000 bytes in 1000 blocks.
-possibly lost:   0 bytes in 0 blocks.
-still reachable: 0 bytes in 0 blocks.
-
 1000 bytes in 1000 blocks are definitely lost in loss record 1 of 1
    at 0x........: malloc (vg_clientfuncs.c:...)
    by 0x........: test (trivialleak.c:8)
@@ -21,6 +17,7 @@ LEAK SUMMARY:
    definitely lost: 1000 bytes in 1000 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: --show-reachable=yes