https://bugs.kde.org/show_bug.cgi?id=390310

--- Comment #11 from Paul Floyd <pjfl...@wanadoo.fr> ---
I've done some testing with CLion and Qt Creator (which both use XML via
--xml-socket) and they seem OK.

There's one warning that I've fixed.

Some of the XML expected files seem system dependent. For instance this diff

paulf> cat memcheck/tests/sized_aligned_new_delete_misaligned1_xml*diff
--- sized_aligned_new_delete_misaligned1_xml.stderr.exp 2024-12-02
21:43:54.456599000 +0100
+++ sized_aligned_new_delete_misaligned1_xml.stderr.out 2024-12-02
21:57:55.929230000 +0100
@@ -465,9 +465,9 @@
     <in_blocks>0</in_blocks>
   </memory_in_use_at_exit>
   <total_heap_usage>
-    <allocs>6</allocs>
-    <frees>6</frees>
-    <bytes_allocated>72,864</bytes_allocated>
+    <allocs>5</allocs>
+    <frees>5</frees>
+    <bytes_allocated>160</bytes_allocated>
   </total_heap_usage>
 </heap_summary>

(produced on FreeBSD with clang++ and libc++. GCC allocates a memory block for
exception handling which adds 1 to the alloc and free counts).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to