Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git] / memcheck / tests / sized_aligned_new_delete_misaligned3_xml.stderr.exp
blobf2fe0134bc1b0eed2adb33c0663736fe34b67b22
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>./sized_aligned_new_delete_misaligned3</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>InvalidAlignment</kind>
35   <what>Invalid alignment value: 63 (should be non-zero and a power of 2)</what>
36   <stack>
37     <frame>
38       <ip>0x........</ip>
39       <obj>...</obj>
40       <fn>operator new[](unsigned long, std::align_val_t)</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>sized_aligned_new_delete_misaligned3.cpp</file>
51       <line>...</line>
52     </frame>
53   </stack>
54 </error>
56 <clientmsg>
57   <tid>...</tid>
58   <text>new/new[] aligned failed and should throw an exception, but Valgrind
59   </text>
60 </clientmsg>
61 <clientmsg>
62   <tid>...</tid>
63   <text>   cannot throw exceptions and so is aborting instead.  Sorry.
64   </text>
65   <stack>
66     <frame>
67       <ip>0x........</ip>
68       <obj>...</obj>
69       <fn>VALGRIND_PRINTF_BACKTRACE</fn>
70       <dir>...</dir>
71       <file>valgrind.h</file>
72       <line>...</line>
73     </frame>
74     <frame>
75       <ip>0x........</ip>
76       <obj>...</obj>
77       <fn>operator new[](unsigned long, std::align_val_t)</fn>
78       <dir>...</dir>
79       <file>vg_replace_malloc.c</file>
80       <line>...</line>
81     </frame>
82     <frame>
83       <ip>0x........</ip>
84       <obj>...</obj>
85       <fn>main</fn>
86       <dir>...</dir>
87       <file>sized_aligned_new_delete_misaligned3.cpp</file>
88       <line>...</line>
89     </frame>
90   </stack>
91 </clientmsg>
93 <status>
94   <state>FINISHED</state>
95   <time>...</time>
96 </status>
98 <errorcounts>
99   <pair>
100     <count>...</count>
101     <unique>0x........</unique>
102   </pair>
103 </errorcounts>
105 <suppcounts>...</suppcounts>
107 </valgrindoutput>