tests/vg_regtest: Always evaluate prerequisite expressions with sh
[valgrind.git] / memcheck / tests / err_disable1.stderr.exp
blob8762bf1d4c6224a2001f2674a7b4a6cf72d8b515
2 --------- SIMPLE TEST ---------
5 --------- enabled (expect 1) ---------
7 Invalid read of size 1
8 at 0x........: err (err_disable1.c:21)
9 by 0x........: main (err_disable1.c:32)
10 Address 0x........ is 5 bytes inside a block of size 10 free'd
11 at 0x........: free (vg_replace_malloc.c:...)
12 by 0x........: main (err_disable1.c:27)
15 --------- disabled (expect 0) ---------
18 --------- re-enabled (expect 1) ---------
20 Invalid read of size 1
21 at 0x........: err (err_disable1.c:21)
22 by 0x........: main (err_disable1.c:42)
23 Address 0x........ is 5 bytes inside a block of size 10 free'd
24 at 0x........: free (vg_replace_malloc.c:...)
25 by 0x........: main (err_disable1.c:27)
28 --------- MULTI-LEVEL TEST (expect 2) ---------
30 Invalid read of size 1
31 at 0x........: err (err_disable1.c:21)
32 by 0x........: main (err_disable1.c:67)
33 Address 0x........ is 5 bytes inside a block of size 10 free'd
34 at 0x........: free (vg_replace_malloc.c:...)
35 by 0x........: main (err_disable1.c:27)
37 Invalid read of size 1
38 at 0x........: err (err_disable1.c:21)
39 by 0x........: main (err_disable1.c:70)
40 Address 0x........ is 5 bytes inside a block of size 10 free'd
41 at 0x........: free (vg_replace_malloc.c:...)
42 by 0x........: main (err_disable1.c:27)
45 --------- MULTI-LEVEL TEST end ---------