regtest: broaden none/tests/linux/bug498317 suppression for PPC
[valgrind.git] / drd / tests / bar_bad_xml.stderr.exp-no-barrier
blob1b7db90d3e0b95847838cdcab2ccb3e252ca2b52
1 <?xml version="1.0"?>
3 <valgrindoutput>
5 <protocolversion>4</protocolversion>
6 <protocoltool>drd</protocoltool>
8 <preamble>
9 <line>...</line>
10 <line>...</line>
11 <line>...</line>
12 <line>...</line>
13 </preamble>
15 <pid>...</pid>
16 <ppid>...</ppid>
17 <tool>drd</tool>
19 <args>
20 <vargv>...</vargv>
21 <argv>
22 <exe>./../../helgrind/tests/bar_bad</exe>
23 </argv>
24 </args>
26 <status>
27 <state>RUNNING</state>
28 <time>...</time>
29 </status>
32 initialise a barrier with zero count
33 <error>
34 <unique>0x........</unique>
35 <tid>...</tid>
36 <kind>BarrierErr</kind>
37 <what>pthread_barrier_init: 'count' argument is zero: barrier 0x........</what>
38 <stack>
39 <frame>
40 <ip>0x........</ip>
41 <obj>...</obj>
42 <fn>pthread_barrier_init</fn>
43 <dir>...</dir>
44 <file>drd_pthread_intercepts.c</file>
45 <line>...</line>
46 </frame>
47 <frame>
48 <ip>0x........</ip>
49 <obj>...</obj>
50 <fn>main</fn>
51 <dir>...</dir>
52 <file>bar_bad.c</file>
53 <line>...</line>
54 </frame>
55 </stack>
56 </error>
59 initialise a barrier twice
60 <error>
61 <unique>0x........</unique>
62 <tid>...</tid>
63 <kind>BarrierErr</kind>
64 <what>Barrier reinitialization: barrier 0x........</what>
65 <stack>
66 <frame>
67 <ip>0x........</ip>
68 <obj>...</obj>
69 <fn>pthread_barrier_init</fn>
70 <dir>...</dir>
71 <file>drd_pthread_intercepts.c</file>
72 <line>...</line>
73 </frame>
74 <frame>
75 <ip>0x........</ip>
76 <obj>...</obj>
77 <fn>main</fn>
78 <dir>...</dir>
79 <file>bar_bad.c</file>
80 <line>...</line>
81 </frame>
82 </stack>
83 <first_observed_at>
84 <what>barrier</what>
85 <address>0x........</address>
86 <stack>
87 <frame>
88 <ip>0x........</ip>
89 <obj>...</obj>
90 <fn>pthread_barrier_init</fn>
91 <dir>...</dir>
92 <file>drd_pthread_intercepts.c</file>
93 <line>...</line>
94 </frame>
95 <frame>
96 <ip>0x........</ip>
97 <obj>...</obj>
98 <fn>main</fn>
99 <dir>...</dir>
100 <file>bar_bad.c</file>
101 <line>...</line>
102 </frame>
103 </stack>
104 </first_observed_at>
105 </error>
108 initialise a barrier which has threads waiting on it
109 <error>
110 <unique>0x........</unique>
111 <tid>...</tid>
112 <kind>BarrierErr</kind>
113 <what>Barrier reinitialization: barrier 0x........</what>
114 <stack>
115 <frame>
116 <ip>0x........</ip>
117 <obj>...</obj>
118 <fn>pthread_barrier_init</fn>
119 <dir>...</dir>
120 <file>drd_pthread_intercepts.c</file>
121 <line>...</line>
122 </frame>
123 <frame>
124 <ip>0x........</ip>
125 <obj>...</obj>
126 <fn>main</fn>
127 <dir>...</dir>
128 <file>bar_bad.c</file>
129 <line>...</line>
130 </frame>
131 </stack>
132 <first_observed_at>
133 <what>barrier</what>
134 <address>0x........</address>
135 <stack>
136 <frame>
137 <ip>0x........</ip>
138 <obj>...</obj>
139 <fn>pthread_barrier_init</fn>
140 <dir>...</dir>
141 <file>drd_pthread_intercepts.c</file>
142 <line>...</line>
143 </frame>
144 <frame>
145 <ip>0x........</ip>
146 <obj>...</obj>
147 <fn>main</fn>
148 <dir>...</dir>
149 <file>bar_bad.c</file>
150 <line>...</line>
151 </frame>
152 </stack>
153 </first_observed_at>
154 </error>
157 destroy a barrier that has waiting threads
159 destroy a barrier that was never initialised
160 <error>
161 <unique>0x........</unique>
162 <tid>...</tid>
163 <kind>GenericErr</kind>
164 <what>Not a barrier</what>
165 <stack>
166 <frame>
167 <ip>0x........</ip>
168 <obj>...</obj>
169 <fn>pthread_barrier_destroy</fn>
170 <dir>...</dir>
171 <file>drd_pthread_intercepts.c</file>
172 <line>...</line>
173 </frame>
174 <frame>
175 <ip>0x........</ip>
176 <obj>...</obj>
177 <fn>main</fn>
178 <dir>...</dir>
179 <file>bar_bad.c</file>
180 <line>...</line>
181 </frame>
182 </stack>
183 </error>
186 <status>
187 <state>FINISHED</state>
188 <time>...</time>
189 </status>
191 <errorcounts>
192 <pair>
193 <count>...</count>
194 <unique>0x........</unique>
195 </pair>
196 <pair>
197 <count>...</count>
198 <unique>0x........</unique>
199 </pair>
200 <pair>
201 <count>...</count>
202 <unique>0x........</unique>
203 </pair>
204 <pair>
205 <count>...</count>
206 <unique>0x........</unique>
207 </pair>
208 </errorcounts>
210 <suppcounts>...</suppcounts>
212 </valgrindoutput>