|
From: <sv...@va...> - 2011-02-14 14:42:33
|
Author: sewardj
Date: 2011-02-14 14:42:25 +0000 (Mon, 14 Feb 2011)
New Revision: 11559
Log:
Merge from trunk, r11510 (partial): update test's expected output.
Modified:
branches/VALGRIND_3_6_BRANCH/memcheck/tests/mempool.stderr.exp
Modified: branches/VALGRIND_3_6_BRANCH/memcheck/tests/mempool.stderr.exp
===================================================================
--- branches/VALGRIND_3_6_BRANCH/memcheck/tests/mempool.stderr.exp 2011-02-14 11:50:49 UTC (rev 11558)
+++ branches/VALGRIND_3_6_BRANCH/memcheck/tests/mempool.stderr.exp 2011-02-14 14:42:25 UTC (rev 11559)
@@ -1,19 +1,17 @@
Invalid write of size 1
at 0x........: test (mempool.c:130)
by 0x........: main (mempool.c:154)
- Address 0x........ is 7 bytes inside a block of size 100,000 alloc'd
- at 0x........: malloc (vg_replace_malloc.c:...)
- by 0x........: make_pool (mempool.c:44)
- by 0x........: test (mempool.c:117)
+ Address 0x........ is 1 bytes before a block of size 10 client-defined
+ at 0x........: allocate (mempool.c:105)
+ by 0x........: test (mempool.c:121)
by 0x........: main (mempool.c:154)
Invalid write of size 1
at 0x........: test (mempool.c:131)
by 0x........: main (mempool.c:154)
- Address 0x........ is 18 bytes inside a block of size 100,000 alloc'd
- at 0x........: malloc (vg_replace_malloc.c:...)
- by 0x........: make_pool (mempool.c:44)
- by 0x........: test (mempool.c:117)
+ Address 0x........ is 0 bytes after a block of size 10 client-defined
+ at 0x........: allocate (mempool.c:105)
+ by 0x........: test (mempool.c:121)
by 0x........: main (mempool.c:154)
Invalid write of size 1
|