FreeBSD regtest: add fakes for older versions in scalar
[valgrind.git] / memcheck / tests / sized_aligned_new_delete_misaligned1_xml.stderr.exp
blobb8e230165c8ebca70147482e25bdb51e255ca17f
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_misaligned1</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: 0 (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, std::nothrow_t const&amp;)</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_misaligned1.cpp</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: 0 (should be non-zero and a power of 2)</what>
61 <stack>
62 <frame>
63 <ip>0x........</ip>
64 <obj>...</obj>
65 <fn>operator delete(void*, std::align_val_t, std::nothrow_t const&amp;)</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>sized_aligned_new_delete_misaligned1.cpp</file>
76 <line>...</line>
77 </frame>
78 </stack>
79 </error>
81 <error>
82 <unique>0x........</unique>
83 <tid>...</tid>
84 <kind>InvalidAlignment</kind>
85 <what>Invalid alignment value: 63 (should be non-zero and a power of 2)</what>
86 <stack>
87 <frame>
88 <ip>0x........</ip>
89 <obj>...</obj>
90 <fn>operator delete(void*, std::align_val_t)</fn>
91 <dir>...</dir>
92 <file>vg_replace_malloc.c</file>
93 <line>...</line>
94 </frame>
95 <frame>
96 <ip>0x........</ip>
97 <obj>...</obj>
98 <fn>main</fn>
99 <dir>...</dir>
100 <file>sized_aligned_new_delete_misaligned1.cpp</file>
101 <line>...</line>
102 </frame>
103 </stack>
104 </error>
106 <error>
107 <unique>0x........</unique>
108 <tid>...</tid>
109 <kind>MismatchedAllocateDeallocateAlignment</kind>
110 <what>Mismatched new/delete size alloc value: 64 dealloc value: 63</what>
111 <stack>
112 <frame>
113 <ip>0x........</ip>
114 <obj>...</obj>
115 <fn>operator delete(void*, std::align_val_t)</fn>
116 <dir>...</dir>
117 <file>vg_replace_malloc.c</file>
118 <line>...</line>
119 </frame>
120 <frame>
121 <ip>0x........</ip>
122 <obj>...</obj>
123 <fn>main</fn>
124 <dir>...</dir>
125 <file>sized_aligned_new_delete_misaligned1.cpp</file>
126 <line>...</line>
127 </frame>
128 </stack>
129 <auxwhat>Address 0x........ is 0 bytes inside a block of size 32 alloc'd</auxwhat>
130 <stack>
131 <frame>
132 <ip>0x........</ip>
133 <obj>...</obj>
134 <fn>operator new(unsigned long, std::align_val_t)</fn>
135 <dir>...</dir>
136 <file>vg_replace_malloc.c</file>
137 <line>...</line>
138 </frame>
139 <frame>
140 <ip>0x........</ip>
141 <obj>...</obj>
142 <fn>main</fn>
143 <dir>...</dir>
144 <file>sized_aligned_new_delete_misaligned1.cpp</file>
145 <line>...</line>
146 </frame>
147 </stack>
148 </error>
150 <error>
151 <unique>0x........</unique>
152 <tid>...</tid>
153 <kind>InvalidAlignment</kind>
154 <what>Invalid alignment value: 63 (should be non-zero and a power of 2)</what>
155 <stack>
156 <frame>
157 <ip>0x........</ip>
158 <obj>...</obj>
159 <fn>operator delete[](void*, std::align_val_t)</fn>
160 <dir>...</dir>
161 <file>vg_replace_malloc.c</file>
162 <line>...</line>
163 </frame>
164 <frame>
165 <ip>0x........</ip>
166 <obj>...</obj>
167 <fn>main</fn>
168 <dir>...</dir>
169 <file>sized_aligned_new_delete_misaligned1.cpp</file>
170 <line>...</line>
171 </frame>
172 </stack>
173 </error>
175 <error>
176 <unique>0x........</unique>
177 <tid>...</tid>
178 <kind>MismatchedAllocateDeallocateAlignment</kind>
179 <what>Mismatched new[]/delete[] size alloc value: 64 dealloc value: 63</what>
180 <stack>
181 <frame>
182 <ip>0x........</ip>
183 <obj>...</obj>
184 <fn>operator delete[](void*, std::align_val_t)</fn>
185 <dir>...</dir>
186 <file>vg_replace_malloc.c</file>
187 <line>...</line>
188 </frame>
189 <frame>
190 <ip>0x........</ip>
191 <obj>...</obj>
192 <fn>main</fn>
193 <dir>...</dir>
194 <file>sized_aligned_new_delete_misaligned1.cpp</file>
195 <line>...</line>
196 </frame>
197 </stack>
198 <auxwhat>Address 0x........ is 0 bytes inside a block of size 32 alloc'd</auxwhat>
199 <stack>
200 <frame>
201 <ip>0x........</ip>
202 <obj>...</obj>
203 <fn>operator new[](unsigned long, std::align_val_t)</fn>
204 <dir>...</dir>
205 <file>vg_replace_malloc.c</file>
206 <line>...</line>
207 </frame>
208 <frame>
209 <ip>0x........</ip>
210 <obj>...</obj>
211 <fn>main</fn>
212 <dir>...</dir>
213 <file>sized_aligned_new_delete_misaligned1.cpp</file>
214 <line>...</line>
215 </frame>
216 </stack>
217 </error>
219 <error>
220 <unique>0x........</unique>
221 <tid>...</tid>
222 <kind>InvalidAlignment</kind>
223 <what>Invalid alignment value: 63 (should be non-zero and a power of 2)</what>
224 <stack>
225 <frame>
226 <ip>0x........</ip>
227 <obj>...</obj>
228 <fn>operator new(unsigned long, std::align_val_t, std::nothrow_t const&amp;)</fn>
229 <dir>...</dir>
230 <file>vg_replace_malloc.c</file>
231 <line>...</line>
232 </frame>
233 <frame>
234 <ip>0x........</ip>
235 <obj>...</obj>
236 <fn>main</fn>
237 <dir>...</dir>
238 <file>sized_aligned_new_delete_misaligned1.cpp</file>
239 <line>...</line>
240 </frame>
241 </stack>
242 </error>
244 <error>
245 <unique>0x........</unique>
246 <tid>...</tid>
247 <kind>InvalidAlignment</kind>
248 <what>Invalid alignment value: 63 (should be non-zero and a power of 2)</what>
249 <stack>
250 <frame>
251 <ip>0x........</ip>
252 <obj>...</obj>
253 <fn>operator delete(void*, std::align_val_t, std::nothrow_t const&amp;)</fn>
254 <dir>...</dir>
255 <file>vg_replace_malloc.c</file>
256 <line>...</line>
257 </frame>
258 <frame>
259 <ip>0x........</ip>
260 <obj>...</obj>
261 <fn>main</fn>
262 <dir>...</dir>
263 <file>sized_aligned_new_delete_misaligned1.cpp</file>
264 <line>...</line>
265 </frame>
266 </stack>
267 </error>
269 <error>
270 <unique>0x........</unique>
271 <tid>...</tid>
272 <kind>InvalidAlignment</kind>
273 <what>Invalid alignment value: 63 (should be non-zero and a power of 2)</what>
274 <stack>
275 <frame>
276 <ip>0x........</ip>
277 <obj>...</obj>
278 <fn>operator new[](unsigned long, std::align_val_t, std::nothrow_t const&amp;)</fn>
279 <dir>...</dir>
280 <file>vg_replace_malloc.c</file>
281 <line>...</line>
282 </frame>
283 <frame>
284 <ip>0x........</ip>
285 <obj>...</obj>
286 <fn>main</fn>
287 <dir>...</dir>
288 <file>sized_aligned_new_delete_misaligned1.cpp</file>
289 <line>...</line>
290 </frame>
291 </stack>
292 </error>
294 <error>
295 <unique>0x........</unique>
296 <tid>...</tid>
297 <kind>InvalidAlignment</kind>
298 <what>Invalid alignment value: 63 (should be non-zero and a power of 2)</what>
299 <stack>
300 <frame>
301 <ip>0x........</ip>
302 <obj>...</obj>
303 <fn>operator delete[](void*, std::align_val_t, std::nothrow_t const&amp;)</fn>
304 <dir>...</dir>
305 <file>vg_replace_malloc.c</file>
306 <line>...</line>
307 </frame>
308 <frame>
309 <ip>0x........</ip>
310 <obj>...</obj>
311 <fn>main</fn>
312 <dir>...</dir>
313 <file>sized_aligned_new_delete_misaligned1.cpp</file>
314 <line>...</line>
315 </frame>
316 </stack>
317 </error>
319 <error>
320 <unique>0x........</unique>
321 <tid>...</tid>
322 <kind>MismatchedAllocateDeallocateAlignment</kind>
323 <what>Mismatched new/delete size alloc value: 64 dealloc value: 63</what>
324 <stack>
325 <frame>
326 <ip>0x........</ip>
327 <obj>...</obj>
328 <fn>operator delete(void*, unsigned long, std::align_val_t)</fn>
329 <dir>...</dir>
330 <file>vg_replace_malloc.c</file>
331 <line>...</line>
332 </frame>
333 <frame>
334 <ip>0x........</ip>
335 <obj>...</obj>
336 <fn>main</fn>
337 <dir>...</dir>
338 <file>sized_aligned_new_delete_misaligned1.cpp</file>
339 <line>...</line>
340 </frame>
341 </stack>
342 <auxwhat>Address 0x........ is 0 bytes inside a block of size 32 alloc'd</auxwhat>
343 <stack>
344 <frame>
345 <ip>0x........</ip>
346 <obj>...</obj>
347 <fn>operator new(unsigned long, std::align_val_t)</fn>
348 <dir>...</dir>
349 <file>vg_replace_malloc.c</file>
350 <line>...</line>
351 </frame>
352 <frame>
353 <ip>0x........</ip>
354 <obj>...</obj>
355 <fn>main</fn>
356 <dir>...</dir>
357 <file>sized_aligned_new_delete_misaligned1.cpp</file>
358 <line>...</line>
359 </frame>
360 </stack>
361 </error>
363 <error>
364 <unique>0x........</unique>
365 <tid>...</tid>
366 <kind>InvalidAlignment</kind>
367 <what>Invalid alignment value: 63 (should be non-zero and a power of 2)</what>
368 <stack>
369 <frame>
370 <ip>0x........</ip>
371 <obj>...</obj>
372 <fn>operator delete(void*, unsigned long, std::align_val_t)</fn>
373 <dir>...</dir>
374 <file>vg_replace_malloc.c</file>
375 <line>...</line>
376 </frame>
377 <frame>
378 <ip>0x........</ip>
379 <obj>...</obj>
380 <fn>main</fn>
381 <dir>...</dir>
382 <file>sized_aligned_new_delete_misaligned1.cpp</file>
383 <line>...</line>
384 </frame>
385 </stack>
386 </error>
388 <error>
389 <unique>0x........</unique>
390 <tid>...</tid>
391 <kind>MismatchedAllocateDeallocateAlignment</kind>
392 <what>Mismatched new[]/delete[] size alloc value: 64 dealloc value: 63</what>
393 <stack>
394 <frame>
395 <ip>0x........</ip>
396 <obj>...</obj>
397 <fn>operator delete[](void*, unsigned long, std::align_val_t)</fn>
398 <dir>...</dir>
399 <file>vg_replace_malloc.c</file>
400 <line>...</line>
401 </frame>
402 <frame>
403 <ip>0x........</ip>
404 <obj>...</obj>
405 <fn>main</fn>
406 <dir>...</dir>
407 <file>sized_aligned_new_delete_misaligned1.cpp</file>
408 <line>...</line>
409 </frame>
410 </stack>
411 <auxwhat>Address 0x........ is 0 bytes inside a block of size 32 alloc'd</auxwhat>
412 <stack>
413 <frame>
414 <ip>0x........</ip>
415 <obj>...</obj>
416 <fn>operator new[](unsigned long, std::align_val_t)</fn>
417 <dir>...</dir>
418 <file>vg_replace_malloc.c</file>
419 <line>...</line>
420 </frame>
421 <frame>
422 <ip>0x........</ip>
423 <obj>...</obj>
424 <fn>main</fn>
425 <dir>...</dir>
426 <file>sized_aligned_new_delete_misaligned1.cpp</file>
427 <line>...</line>
428 </frame>
429 </stack>
430 </error>
432 <error>
433 <unique>0x........</unique>
434 <tid>...</tid>
435 <kind>InvalidAlignment</kind>
436 <what>Invalid alignment value: 63 (should be non-zero and a power of 2)</what>
437 <stack>
438 <frame>
439 <ip>0x........</ip>
440 <obj>...</obj>
441 <fn>operator delete[](void*, unsigned long, std::align_val_t)</fn>
442 <dir>...</dir>
443 <file>vg_replace_malloc.c</file>
444 <line>...</line>
445 </frame>
446 <frame>
447 <ip>0x........</ip>
448 <obj>...</obj>
449 <fn>main</fn>
450 <dir>...</dir>
451 <file>sized_aligned_new_delete_misaligned1.cpp</file>
452 <line>...</line>
453 </frame>
454 </stack>
455 </error>
458 <status>
459 <state>FINISHED</state>
460 <time>...</time>
461 </status>
463 <errorcounts>
464 <pair>
465 <count>...</count>
466 <unique>0x........</unique>
467 </pair>
468 <pair>
469 <count>...</count>
470 <unique>0x........</unique>
471 </pair>
472 <pair>
473 <count>...</count>
474 <unique>0x........</unique>
475 </pair>
476 <pair>
477 <count>...</count>
478 <unique>0x........</unique>
479 </pair>
480 <pair>
481 <count>...</count>
482 <unique>0x........</unique>
483 </pair>
484 <pair>
485 <count>...</count>
486 <unique>0x........</unique>
487 </pair>
488 <pair>
489 <count>...</count>
490 <unique>0x........</unique>
491 </pair>
492 <pair>
493 <count>...</count>
494 <unique>0x........</unique>
495 </pair>
496 <pair>
497 <count>...</count>
498 <unique>0x........</unique>
499 </pair>
500 <pair>
501 <count>...</count>
502 <unique>0x........</unique>
503 </pair>
504 <pair>
505 <count>...</count>
506 <unique>0x........</unique>
507 </pair>
508 <pair>
509 <count>...</count>
510 <unique>0x........</unique>
511 </pair>
512 <pair>
513 <count>...</count>
514 <unique>0x........</unique>
515 </pair>
516 <pair>
517 <count>...</count>
518 <unique>0x........</unique>
519 </pair>
520 </errorcounts>
522 <suppcounts>...</suppcounts>
524 </valgrindoutput>