regtest: broaden none/tests/linux/bug498317 suppression for PPC
[valgrind.git] / none / tests / fdleak_dup_xml.stderr.exp
blob3fc08d342ed825c76a8a82193a568649b8dad1a1
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_dup</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>4</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_dup.c</file>
59 <line>12</line>
60 </frame>
61 </stack>
62 </error>
64 <error>
65 <unique>0x........</unique>
66 <tid>...</tid>
67 <kind>FdNotClosed</kind>
68 <fd>3</fd>
69 <path>...</path>
70 <what>...</what>
71 <stack>
72 <frame>
73 <ip>0x........</ip>
74 <obj>...</obj>
75 <fn>main</fn>
76 <dir>...</dir>
77 <file>fdleak_dup.c</file>
78 <line>11</line>
79 </frame>
80 </stack>
81 </error>
83 <error>
84 <unique>0x........</unique>
85 <tid>...</tid>
86 <kind>FdNotClosed</kind>
87 <fd>2</fd>
88 <path>...</path>
89 <what>...</what>
90 </error>
92 <error>
93 <unique>0x........</unique>
94 <tid>...</tid>
95 <kind>FdNotClosed</kind>
96 <fd>1</fd>
97 <path>...</path>
98 <what>...</what>
99 </error>
101 <error>
102 <unique>0x........</unique>
103 <tid>...</tid>
104 <kind>FdNotClosed</kind>
105 <fd>0</fd>
106 <path>...</path>
107 <what>...</what>
108 </error>
111 </valgrindoutput>