]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Update expected output following Graydon H's leak checker fixes.
authorJulian Seward <jseward@acm.org>
Fri, 4 Aug 2006 12:42:06 +0000 (12:42 +0000)
committerJulian Seward <jseward@acm.org>
Fri, 4 Aug 2006 12:42:06 +0000 (12:42 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5996

memcheck/tests/mempool.stderr.exp

index 5aebdd64bdc179b416d996142201d22fc993b282..a0367236dcdb907260c601feb2ae59360255df29 100644 (file)
@@ -35,7 +35,25 @@ Invalid write of size 1
    by 0x........: main (mempool.c:148)
 
 
-100,028 (20 direct, 100,008 indirect) bytes in 1 blocks are definitely lost in loss record 2 of 3
+10 bytes in 1 blocks are definitely lost in loss record 2 of 5
+   at 0x........: allocate (mempool.c:99)
+   by 0x........: test (mempool.c:135)
+   by 0x........: main (mempool.c:148)
+
+
+10 bytes in 1 blocks are definitely lost in loss record 3 of 5
+   at 0x........: allocate (mempool.c:99)
+   by 0x........: test (mempool.c:115)
+   by 0x........: main (mempool.c:148)
+
+
+20 bytes in 1 blocks are definitely lost in loss record 4 of 5
+   at 0x........: allocate (mempool.c:99)
+   by 0x........: test (mempool.c:116)
+   by 0x........: main (mempool.c:148)
+
+
+28 (20 direct, 8 indirect) bytes in 1 blocks are definitely lost in loss record 5 of 5
    at 0x........: malloc (vg_replace_malloc.c:...)
    by 0x........: make_pool (mempool.c:37)
    by 0x........: test (mempool.c:111)