FreeBSD: add file descriptor tracking for _umtx_op
[valgrind.git] / none / tests / fdleak_cmsg_xml.stderr.exp
blob39b739be7074f310a7d5f0eecb01aabb5e0e996c
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     <frame>
116       <ip>0x........</ip>
117       <obj>...</obj>
118       <fn>main</fn>
119       <dir>...</dir>
120       <file>fdleak_cmsg.c</file>
121       <line>174</line>
122     </frame>
123   </stack>
124 </error>
126 <error>
127   <unique>0x........</unique>
128   <tid>...</tid>
129   <kind>FdNotClosed</kind>
130   <fd>2</fd>
131   <path>...</path>
132   <what>...</what>
133 </error>
135 <error>
136   <unique>0x........</unique>
137   <tid>...</tid>
138   <kind>FdNotClosed</kind>
139   <fd>1</fd>
140   <path>...</path>
141   <what>...</what>
142 </error>
144 <error>
145   <unique>0x........</unique>
146   <tid>...</tid>
147   <kind>FdNotClosed</kind>
148   <fd>0</fd>
149   <path>...</path>
150   <what>...</what>
151 </error>
154 </valgrindoutput>