]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Darwin regtest: add an expected for memcheck gone_abrt_xml
authorPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 13 Mar 2026 12:51:06 +0000 (13:51 +0100)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Fri, 13 Mar 2026 12:51:06 +0000 (13:51 +0100)
Joins the club of one expected per platform.

memcheck/tests/Makefile.am
memcheck/tests/gone_abrt_xml.stderr.exp-darwin [new file with mode: 0644]

index a4844a056ebb12f55b734a887e7ac84a43f6a2a2..36f9736a9b161ffa4d70c45e7cf433475623a5bc 100644 (file)
@@ -235,7 +235,7 @@ EXTRA_DIST = \
                fprw.stderr.exp-freebsd-x86 \
        fwrite.stderr.exp fwrite.vgtest fwrite.stderr.exp-kfail \
        gone_abrt_xml.vgtest gone_abrt_xml.stderr.exp gone_abrt_xml.stderr.exp-solaris \
-               gone_abrt_xml.stderr.exp-freebsd \
+               gone_abrt_xml.stderr.exp-freebsd gone_abrt_xml.stderr.exp-darwin \
        holey_buffer_too_small.vgtest holey_buffer_too_small.stderr.exp \
        inits.stderr.exp inits.vgtest \
        inline.stderr.exp inline.stdout.exp inline.vgtest \
diff --git a/memcheck/tests/gone_abrt_xml.stderr.exp-darwin b/memcheck/tests/gone_abrt_xml.stderr.exp-darwin
new file mode 100644 (file)
index 0000000..072425f
--- /dev/null
@@ -0,0 +1,58 @@
+<?xml version="1.0"?>
+
+<valgrindoutput>
+
+<protocolversion>6</protocolversion>
+<protocoltool>memcheck</protocoltool>
+
+<preamble>
+  <line>...</line>
+  <line>...</line>
+  <line>...</line>
+  <line>...</line>
+</preamble>
+
+<pid>...</pid>
+<ppid>...</ppid>
+<tool>memcheck</tool>
+
+<args>
+  <vargv>...</vargv>
+  <argv>
+    <exe>./../../gdbserver_tests/gone</exe>
+    <arg>abort</arg>
+  </argv>
+</args>
+
+<status>
+  <state>RUNNING</state>
+  <time>...</time>
+</status>
+
+starting ...
+aborting ...
+<fatal_signal>
+  <tid>...</tid>
+  <signo>6</signo>
+  <signame>SIGABRT</signame>
+  <sicode>0</sicode>
+  <siaddr>0x........</siaddr>
+  <stack>
+  </stack>
+</fatal_signal>
+
+<status>
+  <state>FINISHED</state>
+  <time>...</time>
+</status>
+
+<heap_summary>...</heap_summary>
+
+<errorcounts>
+</errorcounts>
+
+<suppcounts>...</suppcounts>
+
+<error_summary>...</error_summary>
+
+</valgrindoutput>