Bug 497723 - forgot to restore callgrind output cleanup
[valgrind.git] / none / tests / fdleak_cmsg_xml.stderr.exp-ppc64le
blob6294094eb92e83cfe18cc5ba4bef55205f621ca8
1 <?xml version="1.0"?>
3 <valgrindoutput>
5 <protocolversion>5</protocolversion>
6 <protocoltool>none</protocoltool>
8 <preamble>
9 <line>Nulgrind, the minimal Valgrind tool</line>
10 <line>Copyright...</line>
11 <line>Using Valgrind...</line>
12 <line>Command: ./fdleak_cmsg</line>
13 </preamble>
15 <pid>...</pid>
16 <ppid>...</ppid>
17 <tool>none</tool>
19 <args>
20 <vargv>
21 <exe>...</exe>
22 <arg>--command-line-only=yes</arg>
23 <arg>--memcheck:leak-check=no</arg>
24 <arg>--tool=none</arg>
25 <arg>--track-fds=all</arg>
26 <arg>--xml=yes</arg>
27 <arg>--xml-fd=2</arg>
28 <arg>--child-silent-after-fork=yes</arg>
29 </vargv>
30 <argv>
31 <exe>...</exe>
32 </argv>
33 </args>
35 <status>
36 <state>RUNNING</state>
37 <time>...</time>
38 </status>
41 <status>
42 <state>FINISHED</state>
43 <time>...</time>
44 </status>
46 <error>
47 <unique>0x........</unique>
48 <tid>...</tid>
49 <kind>FdNotClosed</kind>
50 <fd>5</fd>
51 <path>...</path>
52 <what>...</what>
53 <stack>
54 <frame>
55 <ip>0x........</ip>
56 <obj>...</obj>
57 <fn>client</fn>
58 <dir>...</dir>
59 <file>fdleak_cmsg.c</file>
60 <line>133</line>
61 </frame>
62 <frame>
63 <ip>0x........</ip>
64 <obj>...</obj>
65 <fn>main</fn>
66 <dir>...</dir>
67 <file>fdleak_cmsg.c</file>
68 <line>174</line>
69 </frame>
70 </stack>
71 </error>
73 <error>
74 <unique>0x........</unique>
75 <tid>...</tid>
76 <kind>FdNotClosed</kind>
77 <fd>4</fd>
78 <path>...</path>
79 <what>...</what>
80 <stack>
81 <frame>
82 <ip>0x........</ip>
83 <obj>...</obj>
84 <fn>client</fn>
85 <dir>...</dir>
86 <file>fdleak_cmsg.c</file>
87 <line>133</line>
88 </frame>
89 <frame>
90 <ip>0x........</ip>
91 <obj>...</obj>
92 <fn>main</fn>
93 <dir>...</dir>
94 <file>fdleak_cmsg.c</file>
95 <line>174</line>
96 </frame>
97 </stack>
98 </error>
100 <error>
101 <unique>0x........</unique>
102 <tid>...</tid>
103 <kind>FdNotClosed</kind>
104 <fd>3</fd>
105 <what>...</what>
106 <stack>
107 <frame>
108 <ip>0x........</ip>
109 <obj>...</obj>
110 <fn>client</fn>
111 <dir>...</dir>
112 <file>fdleak_cmsg.c</file>
113 <line>112</line>
114 </frame>
115 </stack>
116 </error>
118 <error>
119 <unique>0x........</unique>
120 <tid>...</tid>
121 <kind>FdNotClosed</kind>
122 <fd>2</fd>
123 <path>...</path>
124 <what>...</what>
125 </error>
127 <error>
128 <unique>0x........</unique>
129 <tid>...</tid>
130 <kind>FdNotClosed</kind>
131 <fd>1</fd>
132 <path>...</path>
133 <what>...</what>
134 </error>
136 <error>
137 <unique>0x........</unique>
138 <tid>...</tid>
139 <kind>FdNotClosed</kind>
140 <fd>0</fd>
141 <path>...</path>
142 <what>...</what>
143 </error>
146 </valgrindoutput>