none/tests/fdleak_cmsg_supp.supp: Add suppressions for older glibc
[valgrind.git] / none / tests / fdleak_creat_xml.stderr.exp
blobfbdc261d6169489ff95a60a97676d49cda77519e
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_creat</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   </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_creat.c</file>
59       <line>13</line>
60     </frame>
61   </stack>
62 </error>
64 <error>
65   <unique>0x........</unique>
66   <tid>...</tid>
67   <kind>FdNotClosed</kind>
68   <fd>2</fd>
69   <path>...</path>
70   <what>...</what>
71 </error>
73 <error>
74   <unique>0x........</unique>
75   <tid>...</tid>
76   <kind>FdNotClosed</kind>
77   <fd>1</fd>
78   <path>...</path>
79   <what>...</what>
80 </error>
82 <error>
83   <unique>0x........</unique>
84   <tid>...</tid>
85   <kind>FdNotClosed</kind>
86   <fd>0</fd>
87   <path>...</path>
88   <what>...</what>
89 </error>
92 </valgrindoutput>