FreeBSD: add file descriptor tracking for _umtx_op
[valgrind.git] / none / tests / fdleak_open_xml.stderr.exp
blob2cde2d190448aa136ba72de18e76f7e5b8b14797
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_open</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=yes</arg>
26     <arg>--xml=yes</arg>
27     <arg>--xml-fd=2</arg>
28   </vargv>
29   <argv>
30     <exe>...</exe>
31   </argv>
32 </args>
34 <status>
35   <state>RUNNING</state>
36   <time>...</time>
37 </status>
40 <status>
41   <state>FINISHED</state>
42   <time>...</time>
43 </status>
45 <error>
46   <unique>0x........</unique>
47   <tid>...</tid>
48   <kind>FdNotClosed</kind>
49   <fd>3</fd>
50   <path>...</path>
51   <what>...</what>
52   <stack>
53     <frame>
54       <ip>0x........</ip>
55       <obj>...</obj>
56       <fn>main</fn>
57       <dir>...</dir>
58       <file>fdleak_open.c</file>
59       <line>9</line>
60     </frame>
61   </stack>
62 </error>
65 </valgrindoutput>