From: Julian Seward Date: Fri, 4 Aug 2006 12:42:06 +0000 (+0000) Subject: Update expected output following Graydon H's leak checker fixes. X-Git-Tag: svn/VALGRIND_3_3_0~713 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45f930039b7cded3b9f631b85bbaf9eec394ab6a;p=thirdparty%2Fvalgrind.git Update expected output following Graydon H's leak checker fixes. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5996 --- diff --git a/memcheck/tests/mempool.stderr.exp b/memcheck/tests/mempool.stderr.exp index 5aebdd64bd..a0367236dc 100644 --- a/memcheck/tests/mempool.stderr.exp +++ b/memcheck/tests/mempool.stderr.exp @@ -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)