tests/vg_regtest: Always evaluate prerequisite expressions with sh
[valgrind.git] / memcheck / tests / err_disable_arange1.stderr.exp
blobcb6a2db620febb47bc66944362222abe1462aa98
2 Doing invalid access. Expect complaint.
4 Invalid write of size 4
5 at 0x........: main (err_disable_arange1.c:19)
6 Address 0x........ is 492 bytes inside a block of size 4,000 free'd
7 at 0x........: free (vg_replace_malloc.c:...)
8 by 0x........: main (err_disable_arange1.c:15)
11 Disabling address error reporting for the range.
14 Doing invalid another access. Expect no complaint.
17 Partially reenabling address error reporting.
20 Doing a third access. Expect complaint.
22 Invalid write of size 4
23 at 0x........: main (err_disable_arange1.c:35)
24 Address 0x........ is 3,156 bytes inside a block of size 4,000 free'd
25 at 0x........: free (vg_replace_malloc.c:...)
26 by 0x........: main (err_disable_arange1.c:15)
29 Exiting. Expect warnings of 2 remaining ranges.
31 WARNING: exiting program has the following client-requested
32 WARNING: address error disablement range(s) still in force,
33 WARNING: possibly as a result of some mistake in the use of the
34 WARNING: VALGRIND_{DISABLE,ENABLE}_ERROR_REPORTING_IN_RANGE macros.
35 [4] 0x........-0x........ ClientReq
36 [6] 0x........-0x........ ClientReq