Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / freebsd / aligned_alloc_xml.stderr.exp
blob13066ae53795097df5461c4b37ba20d70d67c550
1 <?xml version="1.0"?>
3 <valgrindoutput>
5 <protocolversion>4</protocolversion>
6 <protocoltool>memcheck</protocoltool>
8 <preamble>
9   <line>...</line>
10   <line>...</line>
11   <line>...</line>
12   <line>...</line>
13 </preamble>
15 <pid>...</pid>
16 <ppid>...</ppid>
17 <tool>memcheck</tool>
19 <args>
20   <vargv>...</vargv>
21   <argv>
22     <exe>./aligned_alloc</exe>
23   </argv>
24 </args>
26 <status>
27   <state>RUNNING</state>
28   <time>...</time>
29 </status>
31 <error>
32   <unique>0x........</unique>
33   <tid>...</tid>
34   <kind>InvalidSizeAndAlignment</kind>
35   <what>Invalid size value: 25 alignment value: 8 (size should be a multiple of alignment)</what>
36   <stack>
37     <frame>
38       <ip>0x........</ip>
39       <obj>...</obj>
40       <fn>aligned_alloc</fn>
41       <dir>...</dir>
42       <file>vg_replace_malloc.c</file>
43       <line>...</line>
44     </frame>
45     <frame>
46       <ip>0x........</ip>
47       <obj>...</obj>
48       <fn>main</fn>
49       <dir>...</dir>
50       <file>aligned_alloc.c</file>
51       <line>...</line>
52     </frame>
53   </stack>
54 </error>
56 <error>
57   <unique>0x........</unique>
58   <tid>...</tid>
59   <kind>InvalidAlignment</kind>
60   <what>Invalid alignment value: 40 (should be a power of 2)</what>
61   <stack>
62     <frame>
63       <ip>0x........</ip>
64       <obj>...</obj>
65       <fn>aligned_alloc</fn>
66       <dir>...</dir>
67       <file>vg_replace_malloc.c</file>
68       <line>...</line>
69     </frame>
70     <frame>
71       <ip>0x........</ip>
72       <obj>...</obj>
73       <fn>main</fn>
74       <dir>...</dir>
75       <file>aligned_alloc.c</file>
76       <line>...</line>
77     </frame>
78   </stack>
79 </error>
82 <status>
83   <state>FINISHED</state>
84   <time>...</time>
85 </status>
87 <errorcounts>
88   <pair>
89     <count>...</count>
90     <unique>0x........</unique>
91   </pair>
92   <pair>
93     <count>...</count>
94     <unique>0x........</unique>
95   </pair>
96 </errorcounts>
98 <suppcounts>...</suppcounts>
100 </valgrindoutput>