Bug 497723 - forgot to restore callgrind output cleanup
[valgrind.git] / none / tests / double_close_range_xml.stderr.exp
blobc21a2bcdd0d4830e025f31e713c80d44f271d98b
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: ./double_close_range</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>-q</arg>
26     <arg>--track-fds=yes</arg>
27     <arg>--xml=yes</arg>
28     <arg>--xml-fd=2</arg>
29   </vargv>
30   <argv>
31     <exe>...</exe>
32   </argv>
33 </args>
35 <status>
36   <state>RUNNING</state>
37   <time>...</time>
38 </status>
40 close fd 3
41 Closing range (3, -1).
42 Closing range (5, 7).
43 Double closing range (5, 7).
44 <error>
45   <unique>0x........</unique>
46   <tid>...</tid>
47   <kind>FdBadClose</kind>
48   <fd>5</fd>
49   <path>...</path>
50   <what>...</what>
51   <stack>
52     <frame>
53       <ip>0x........</ip>
54       <obj>...</obj>
55       <fn>main</fn>
56       <dir>...</dir>
57       <file>double_close_range.c</file>
58       <line>33</line>
59     </frame>
60   </stack>
61   <auxwhat>Previously closed</auxwhat>
62   <stack>
63     <frame>
64       <ip>0x........</ip>
65       <obj>...</obj>
66       <fn>main</fn>
67       <dir>...</dir>
68       <file>double_close_range.c</file>
69       <line>29</line>
70     </frame>
71   </stack>
72   <auxwhat>Originally opened</auxwhat>
73   <stack>
74     <frame>
75       <ip>0x........</ip>
76       <obj>...</obj>
77       <fn>main</fn>
78       <dir>...</dir>
79       <file>double_close_range.c</file>
80       <line>26</line>
81     </frame>
82   </stack>
83 </error>
85 <error>
86   <unique>0x........</unique>
87   <tid>...</tid>
88   <kind>FdBadClose</kind>
89   <fd>7</fd>
90   <path>...</path>
91   <what>...</what>
92   <stack>
93     <frame>
94       <ip>0x........</ip>
95       <obj>...</obj>
96       <fn>main</fn>
97       <dir>...</dir>
98       <file>double_close_range.c</file>
99       <line>33</line>
100     </frame>
101   </stack>
102   <auxwhat>Previously closed</auxwhat>
103   <stack>
104     <frame>
105       <ip>0x........</ip>
106       <obj>...</obj>
107       <fn>main</fn>
108       <dir>...</dir>
109       <file>double_close_range.c</file>
110       <line>29</line>
111     </frame>
112   </stack>
113   <auxwhat>Originally opened</auxwhat>
114   <stack>
115     <frame>
116       <ip>0x........</ip>
117       <obj>...</obj>
118       <fn>main</fn>
119       <dir>...</dir>
120       <file>double_close_range.c</file>
121       <line>27</line>
122     </frame>
123   </stack>
124 </error>
127 <status>
128   <state>FINISHED</state>
129   <time>...</time>
130 </status>
132 <errorcounts>
133   <pair>
134     <count>1</count>
135     <unique>0x........</unique>
136   </pair>
137   <pair>
138     <count>1</count>
139     <unique>0x........</unique>
140   </pair>
141 </errorcounts>
144 </valgrindoutput>