]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/test/baseline-outputs/log-formatter-test.pattern
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / test / test / baseline-outputs / log-formatter-test.pattern
1 * 1-format *******************************************************************
2 Running 1 test case...
3 xxx/log-formatter-test.cpp:209: Entering test suite "1 test cases inside"
4 xxx/log-formatter-test.cpp:210: Entering test case "good_foo"
5 Test case Fake Test Suite Hierarchy/1 test cases inside/good_foo did not check any assertions
6 xxx/log-formatter-test.cpp:210: Leaving test case "good_foo"
7 xxx/log-formatter-test.cpp:209: Leaving test suite "1 test cases inside"
8
9 * 2-format *******************************************************************
10 <TestLog><TestSuite name="1 test cases inside" file="xxx/log-formatter-test.cpp" line="209"><TestCase name="good_foo" file="xxx/log-formatter-test.cpp" line="210"><Message file="boost.test framework" line="212"><![CDATA[Test case Fake Test Suite Hierarchy/1 test cases inside/good_foo did not check any assertions]]></Message><TestingTime>ZZZ</TestingTime></TestCase></TestSuite></TestLog>
11 * 3-format *******************************************************************
12 <?xml version="1.0" encoding="UTF-8"?>
13 <testsuite tests="1" skipped="0" errors="0" failures="0" id="0" name="1_test_cases_inside" time="0.1234">
14 <testcase assertions="0" name="good_foo" time="0.1234">
15 <system-out><![CDATA[MESSAGE:
16 - file : boost.test framework
17 - line : 212
18 - message: Test case Fake Test Suite Hierarchy/1 test cases inside/good_foo did not check any assertions
19
20 ]]></system-out>
21 </testcase>
22 </testsuite>
23 * 3-format *******************************************************************
24 <?xml version="1.0" encoding="UTF-8"?>
25 <testsuite tests="1" skipped="0" errors="0" failures="0" id="0" name="1_test_cases_inside" time="0.1234">
26 <testcase assertions="0" name="good_foo" time="0.1234">
27 </testcase>
28 </testsuite>
29 * 1-format *******************************************************************
30 Running 1 test case...
31 xxx/log-formatter-test.cpp:212: Entering test suite "1 bad test case inside"
32 xxx/log-formatter-test.cpp:213: Entering test case "bad_foo"
33 xxx/log-formatter-test.cpp:48: error: in "1 bad test case inside/bad_foo":
34 this is a message
35 xxx/log-formatter-test.cpp:51: info: check true has passed
36 xxx/log-formatter-test.cpp:55: error: in "1 bad test case inside/bad_foo": with some message
37 Failure occurred in a following context:
38 Context value=something
39 Context value2=something different
40 xxx/log-formatter-test.cpp:57: error: in "1 bad test case inside/bad_foo": non sense
41 xxx/log-formatter-test.cpp:213: Leaving test case "bad_foo"
42 xxx/log-formatter-test.cpp:212: Leaving test suite "1 bad test case inside"
43
44 * 2-format *******************************************************************
45 <TestLog><TestSuite name="1 bad test case inside" file="xxx/log-formatter-test.cpp" line="212"><TestCase name="bad_foo" file="xxx/log-formatter-test.cpp" line="213"><Error file="xxx/log-formatter-test.cpp" line="48"><![CDATA[]]></Error><Message file="xxx/log-formatter-test.cpp" line="50"><![CDATA[this is a message]]></Message><Info file="xxx/log-formatter-test.cpp" line="51"><![CDATA[check true has passed]]></Info><Error file="xxx/log-formatter-test.cpp" line="55"><![CDATA[with some message]]><Context><Frame><![CDATA[Context value=something]]></Frame><Frame><![CDATA[Context value2=something different]]></Frame></Context></Error><Error file="xxx/log-formatter-test.cpp" line="57"><![CDATA[non sense]]></Error><TestingTime>ZZZ</TestingTime></TestCase></TestSuite></TestLog>
46 * 3-format *******************************************************************
47 <?xml version="1.0" encoding="UTF-8"?>
48 <testsuite tests="0" skipped="0" errors="0" failures="1" id="0" name="1_bad_test_case_inside" time="0.1234">
49 <testcase assertions="4" name="bad_foo" time="0.1234">
50 <failure message="failure" type="assertion error"><![CDATA[
51 ASSERTION FAILURE:
52 - file : log-formatter-test.cpp
53 - line : 48
54 - message:
55
56 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
57 ASSERTION FAILURE:
58 - file : log-formatter-test.cpp
59 - line : 55
60 - message: with some message
61 - context:
62 - 'Context value=something'
63 - 'Context value2=something different'
64
65
66 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
67 ASSERTION FAILURE:
68 - file : log-formatter-test.cpp
69 - line : 57
70 - message: non sense
71
72 ]]></failure><system-out><![CDATA[MESSAGE:
73 - file : log-formatter-test.cpp
74 - line : 50
75 - message: this is a message
76
77 INFO:
78 - file : log-formatter-test.cpp
79 - line : 51
80 - message: check true has passed
81
82 ]]></system-out>
83 <system-err><![CDATA[Failures detected in:
84 - test case: 1 bad test case inside/bad_foo
85 - file: log-formatter-test.cpp
86 - line: 213
87 ]]></system-err>
88 </testcase>
89 </testsuite>
90 * 3-format *******************************************************************
91 <?xml version="1.0" encoding="UTF-8"?>
92 <testsuite tests="0" skipped="0" errors="0" failures="1" id="0" name="1_bad_test_case_inside" time="0.1234">
93 <testcase assertions="4" name="bad_foo" time="0.1234">
94 <failure message="failure" type="assertion error"><![CDATA[
95 ASSERTION FAILURE:
96 - file : log-formatter-test.cpp
97 - line : 48
98 - message:
99
100 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
101 ASSERTION FAILURE:
102 - file : log-formatter-test.cpp
103 - line : 55
104 - message: with some message
105 - context:
106 - 'Context value=something'
107 - 'Context value2=something different'
108
109
110 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
111 ASSERTION FAILURE:
112 - file : log-formatter-test.cpp
113 - line : 57
114 - message: non sense
115
116 ]]></failure><system-err><![CDATA[Failures detected in:
117 - test case: 1 bad test case inside/bad_foo
118 - file: log-formatter-test.cpp
119 - line: 213
120 ]]></system-err>
121 </testcase>
122 </testsuite>
123 * 1-format *******************************************************************
124 Running 1 test case...
125 xxx/log-formatter-test.cpp:215: Entering test suite "1 almost good test case inside"
126 xxx/log-formatter-test.cpp:216: Entering test case "almost_good_foo"
127 xxx/log-formatter-test.cpp:44: warning: in "1 almost good test case inside/almost_good_foo": condition 2>3 is not satisfied [2 <= 3]
128 Test case 1 almost good test case inside/almost_good_foo did not check any assertions
129 xxx/log-formatter-test.cpp:216: Leaving test case "almost_good_foo"
130 xxx/log-formatter-test.cpp:215: Leaving test suite "1 almost good test case inside"
131
132 * 2-format *******************************************************************
133 <TestLog><TestSuite name="1 almost good test case inside" file="xxx/log-formatter-test.cpp" line="215"><TestCase name="almost_good_foo" file="xxx/log-formatter-test.cpp" line="216"><Warning file="xxx/log-formatter-test.cpp" line="44"><![CDATA[condition 2>3 is not satisfied [2 <= 3]]]></Warning><Message file="boost.test framework" line="212"><![CDATA[Test case 1 almost good test case inside/almost_good_foo did not check any assertions]]></Message><TestingTime>ZZZ</TestingTime></TestCase></TestSuite></TestLog>
134 * 3-format *******************************************************************
135 <?xml version="1.0" encoding="UTF-8"?>
136 <testsuite tests="0" skipped="0" errors="0" failures="0" id="0" name="1_almost_good_test_case_inside" time="0.1234">
137 <testcase assertions="0" name="almost_good_foo" time="0.1234">
138 <system-out><![CDATA[WARNING:
139 - file : log-formatter-test.cpp
140 - line : 44
141 - message: condition 2>3 is not satisfied [2 <= 3]
142
143 MESSAGE:
144 - file : boost.test framework
145 - line : 212
146 - message: Test case 1 almost good test case inside/almost_good_foo did not check any assertions
147
148 ]]></system-out>
149 </testcase>
150 </testsuite>
151 * 3-format *******************************************************************
152 <?xml version="1.0" encoding="UTF-8"?>
153 <testsuite tests="0" skipped="0" errors="0" failures="0" id="0" name="1_almost_good_test_case_inside" time="0.1234">
154 <testcase assertions="0" name="almost_good_foo" time="0.1234">
155 </testcase>
156 </testsuite>
157 * 1-format *******************************************************************
158 Running 2 test cases...
159 xxx/log-formatter-test.cpp:218: Entering test suite "2 test cases inside"
160 xxx/log-formatter-test.cpp:219: Entering test case "good_foo"
161 Test case Fake Test Suite Hierarchy/2 test cases inside/good_foo did not check any assertions
162 xxx/log-formatter-test.cpp:219: Leaving test case "good_foo"
163 xxx/log-formatter-test.cpp:220: Entering test case "bad_foo"
164 xxx/log-formatter-test.cpp:48: error: in "Fake Test Suite Hierarchy/2 test cases inside/bad_foo":
165 this is a message
166 xxx/log-formatter-test.cpp:51: info: check true has passed
167 xxx/log-formatter-test.cpp:55: error: in "Fake Test Suite Hierarchy/2 test cases inside/bad_foo": with some message
168 Failure occurred in a following context:
169 Context value=something
170 Context value2=something different
171 xxx/log-formatter-test.cpp:57: error: in "Fake Test Suite Hierarchy/2 test cases inside/bad_foo": non sense
172 xxx/log-formatter-test.cpp:220: Leaving test case "bad_foo"
173 xxx/log-formatter-test.cpp:218: Leaving test suite "2 test cases inside"
174
175 * 2-format *******************************************************************
176 <TestLog><TestSuite name="2 test cases inside" file="xxx/log-formatter-test.cpp" line="218"><TestCase name="good_foo" file="xxx/log-formatter-test.cpp" line="219"><Message file="boost.test framework" line="212"><![CDATA[Test case Fake Test Suite Hierarchy/2 test cases inside/good_foo did not check any assertions]]></Message><TestingTime>ZZZ</TestingTime></TestCase><TestCase name="bad_foo" file="xxx/log-formatter-test.cpp" line="220"><Error file="xxx/log-formatter-test.cpp" line="48"><![CDATA[]]></Error><Message file="xxx/log-formatter-test.cpp" line="50"><![CDATA[this is a message]]></Message><Info file="xxx/log-formatter-test.cpp" line="51"><![CDATA[check true has passed]]></Info><Error file="xxx/log-formatter-test.cpp" line="55"><![CDATA[with some message]]><Context><Frame><![CDATA[Context value=something]]></Frame><Frame><![CDATA[Context value2=something different]]></Frame></Context></Error><Error file="xxx/log-formatter-test.cpp" line="57"><![CDATA[non sense]]></Error><TestingTime>ZZZ</TestingTime></TestCase></TestSuite></TestLog>
177 * 3-format *******************************************************************
178 <?xml version="1.0" encoding="UTF-8"?>
179 <testsuite tests="1" skipped="0" errors="0" failures="1" id="0" name="2_test_cases_inside" time="0.1234">
180 <testcase assertions="0" name="good_foo" time="0.1234">
181 <system-out><![CDATA[MESSAGE:
182 - file : boost.test framework
183 - line : 212
184 - message: Test case Fake Test Suite Hierarchy/2 test cases inside/good_foo did not check any assertions
185
186 ]]></system-out>
187 </testcase>
188 <testcase assertions="4" name="bad_foo" time="0.1234">
189 <failure message="failure" type="assertion error"><![CDATA[
190 ASSERTION FAILURE:
191 - file : log-formatter-test.cpp
192 - line : 48
193 - message:
194
195 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
196 ASSERTION FAILURE:
197 - file : log-formatter-test.cpp
198 - line : 55
199 - message: with some message
200 - context:
201 - 'Context value=something'
202 - 'Context value2=something different'
203
204
205 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
206 ASSERTION FAILURE:
207 - file : log-formatter-test.cpp
208 - line : 57
209 - message: non sense
210
211 ]]></failure><system-out><![CDATA[MESSAGE:
212 - file : log-formatter-test.cpp
213 - line : 50
214 - message: this is a message
215
216 INFO:
217 - file : log-formatter-test.cpp
218 - line : 51
219 - message: check true has passed
220
221 ]]></system-out>
222 <system-err><![CDATA[Failures detected in:
223 - test case: Fake Test Suite Hierarchy/2 test cases inside/bad_foo
224 - file: log-formatter-test.cpp
225 - line: 220
226 ]]></system-err>
227 </testcase>
228 </testsuite>
229 * 3-format *******************************************************************
230 <?xml version="1.0" encoding="UTF-8"?>
231 <testsuite tests="1" skipped="0" errors="0" failures="1" id="0" name="2_test_cases_inside" time="0.1234">
232 <testcase assertions="0" name="good_foo" time="0.1234">
233 </testcase>
234 <testcase assertions="4" name="bad_foo" time="0.1234">
235 <failure message="failure" type="assertion error"><![CDATA[
236 ASSERTION FAILURE:
237 - file : log-formatter-test.cpp
238 - line : 48
239 - message:
240
241 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
242 ASSERTION FAILURE:
243 - file : log-formatter-test.cpp
244 - line : 55
245 - message: with some message
246 - context:
247 - 'Context value=something'
248 - 'Context value2=something different'
249
250
251 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
252 ASSERTION FAILURE:
253 - file : log-formatter-test.cpp
254 - line : 57
255 - message: non sense
256
257 ]]></failure><system-err><![CDATA[Failures detected in:
258 - test case: Fake Test Suite Hierarchy/2 test cases inside/bad_foo
259 - file: log-formatter-test.cpp
260 - line: 220
261 ]]></system-err>
262 </testcase>
263 </testsuite>
264 * 1-format *******************************************************************
265 Running 3 test cases...
266 xxx/log-formatter-test.cpp:222: Entering test suite "3 test cases inside"
267 xxx/log-formatter-test.cpp:223: Entering test case "bad_foo"
268 xxx/log-formatter-test.cpp:48: error: in "Fake Test Suite Hierarchy/3 test cases inside/bad_foo":
269 this is a message
270 xxx/log-formatter-test.cpp:51: info: check true has passed
271 xxx/log-formatter-test.cpp:55: error: in "Fake Test Suite Hierarchy/3 test cases inside/bad_foo": with some message
272 Failure occurred in a following context:
273 Context value=something
274 Context value2=something different
275 xxx/log-formatter-test.cpp:57: error: in "Fake Test Suite Hierarchy/3 test cases inside/bad_foo": non sense
276 xxx/log-formatter-test.cpp:223: Leaving test case "bad_foo"
277 xxx/log-formatter-test.cpp:224: Entering test case "very_bad_foo"
278 xxx/log-formatter-test.cpp:62: fatal error: in "Fake Test Suite Hierarchy/3 test cases inside/very_bad_foo": very_bad_foo is fatal
279 Failure occurred in a following context:
280 some context
281 xxx/log-formatter-test.cpp:224: Leaving test case "very_bad_foo"
282 xxx/log-formatter-test.cpp:226: Test case "Fake Test Suite Hierarchy/3 test cases inside/bad_foo" is skipped because dependency test case "Fake Test Suite Hierarchy/3 test cases inside/very_bad_foo" has failed
283 xxx/log-formatter-test.cpp:222: Leaving test suite "3 test cases inside"
284
285 * 2-format *******************************************************************
286 <TestLog><TestSuite name="3 test cases inside" file="xxx/log-formatter-test.cpp" line="222"><TestCase name="bad_foo" file="xxx/log-formatter-test.cpp" line="223"><Error file="xxx/log-formatter-test.cpp" line="48"><![CDATA[]]></Error><Message file="xxx/log-formatter-test.cpp" line="50"><![CDATA[this is a message]]></Message><Info file="xxx/log-formatter-test.cpp" line="51"><![CDATA[check true has passed]]></Info><Error file="xxx/log-formatter-test.cpp" line="55"><![CDATA[with some message]]><Context><Frame><![CDATA[Context value=something]]></Frame><Frame><![CDATA[Context value2=something different]]></Frame></Context></Error><Error file="xxx/log-formatter-test.cpp" line="57"><![CDATA[non sense]]></Error><TestingTime>ZZZ</TestingTime></TestCase><TestCase name="very_bad_foo" file="xxx/log-formatter-test.cpp" line="224"><FatalError file="xxx/log-formatter-test.cpp" line="62"><![CDATA[very_bad_foo is fatal]]><Context><Frame><![CDATA[some context]]></Frame></Context></FatalError><TestingTime>ZZZ</TestingTime></TestCase><TestCase name="bad_foo" skipped="yes" reason="dependency test case &quot;Fake Test Suite Hierarchy/3 test cases inside/very_bad_foo&quot; has failed"/></TestSuite></TestLog>
287 * 3-format *******************************************************************
288 <?xml version="1.0" encoding="UTF-8"?>
289 <testsuite tests="0" skipped="1" errors="1" failures="2" id="0" name="3_test_cases_inside" time="0.1234">
290 <testcase assertions="4" name="bad_foo" time="0.1234">
291 <failure message="failure" type="assertion error"><![CDATA[
292 ASSERTION FAILURE:
293 - file : log-formatter-test.cpp
294 - line : 48
295 - message:
296
297 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
298 ASSERTION FAILURE:
299 - file : log-formatter-test.cpp
300 - line : 55
301 - message: with some message
302 - context:
303 - 'Context value=something'
304 - 'Context value2=something different'
305
306
307 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
308 ASSERTION FAILURE:
309 - file : log-formatter-test.cpp
310 - line : 57
311 - message: non sense
312
313 ]]></failure><system-out><![CDATA[MESSAGE:
314 - file : log-formatter-test.cpp
315 - line : 50
316 - message: this is a message
317
318 INFO:
319 - file : log-formatter-test.cpp
320 - line : 51
321 - message: check true has passed
322
323 ]]></system-out>
324 <system-err><![CDATA[Failures detected in:
325 - test case: Fake Test Suite Hierarchy/3 test cases inside/bad_foo
326 - file: log-formatter-test.cpp
327 - line: 223
328 ]]></system-err>
329 </testcase>
330 <testcase assertions="1" name="very_bad_foo" time="0.1234">
331 <failure message="failure" type="fatal error"><![CDATA[
332 ASSERTION FAILURE:
333 - file : log-formatter-test.cpp
334 - line : 62
335 - message: very_bad_foo is fatal
336 - context:
337 - 'some context'
338
339
340 ]]></failure><system-err><![CDATA[Failures detected in:
341 - test case: Fake Test Suite Hierarchy/3 test cases inside/very_bad_foo
342 - file: log-formatter-test.cpp
343 - line: 224
344 ]]></system-err>
345 </testcase>
346 <testcase assertions="0" name="bad_foo" time="0.1234">
347 <skipped/>
348 <system-out><![CDATA[Test case disabled because of the following chain of decision:
349 - disabled test unit: 'Fake Test Suite Hierarchy/3 test cases inside/bad_foo'
350 - reason: 'dependency test case "Fake Test Suite Hierarchy/3 test cases inside/very_bad_foo" has failed']]></system-out>
351 </testcase>
352 </testsuite>
353 * 3-format *******************************************************************
354 <?xml version="1.0" encoding="UTF-8"?>
355 <testsuite tests="0" skipped="1" errors="1" failures="2" id="0" name="3_test_cases_inside" time="0.1234">
356 <testcase assertions="4" name="bad_foo" time="0.1234">
357 <failure message="failure" type="assertion error"><![CDATA[
358 ASSERTION FAILURE:
359 - file : log-formatter-test.cpp
360 - line : 48
361 - message:
362
363 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
364 ASSERTION FAILURE:
365 - file : log-formatter-test.cpp
366 - line : 55
367 - message: with some message
368 - context:
369 - 'Context value=something'
370 - 'Context value2=something different'
371
372
373 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
374 ASSERTION FAILURE:
375 - file : log-formatter-test.cpp
376 - line : 57
377 - message: non sense
378
379 ]]></failure><system-err><![CDATA[Failures detected in:
380 - test case: Fake Test Suite Hierarchy/3 test cases inside/bad_foo
381 - file: log-formatter-test.cpp
382 - line: 223
383 ]]></system-err>
384 </testcase>
385 <testcase assertions="1" name="very_bad_foo" time="0.1234">
386 <failure message="failure" type="fatal error"><![CDATA[
387 ASSERTION FAILURE:
388 - file : log-formatter-test.cpp
389 - line : 62
390 - message: very_bad_foo is fatal
391 - context:
392 - 'some context'
393
394
395 ]]></failure><system-err><![CDATA[Failures detected in:
396 - test case: Fake Test Suite Hierarchy/3 test cases inside/very_bad_foo
397 - file: log-formatter-test.cpp
398 - line: 224
399 ]]></system-err>
400 </testcase>
401 <testcase assertions="0" name="bad_foo" time="0.1234">
402 <skipped/>
403 <system-out><![CDATA[Test case disabled because of the following chain of decision:
404 - disabled test unit: 'Fake Test Suite Hierarchy/3 test cases inside/bad_foo'
405 - reason: 'dependency test case "Fake Test Suite Hierarchy/3 test cases inside/very_bad_foo" has failed']]></system-out>
406 </testcase>
407 </testsuite>
408 * 1-format *******************************************************************
409 Running 4 test cases...
410 xxx/log-formatter-test.cpp:230: Entering test suite "4 test cases inside"
411 xxx/log-formatter-test.cpp:231: Entering test case "bad_foo"
412 xxx/log-formatter-test.cpp:48: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo":
413 this is a message
414 xxx/log-formatter-test.cpp:51: info: check true has passed
415 xxx/log-formatter-test.cpp:55: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": with some message
416 Failure occurred in a following context:
417 Context value=something
418 Context value2=something different
419 xxx/log-formatter-test.cpp:57: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": non sense
420 xxx/log-formatter-test.cpp:231: Leaving test case "bad_foo"
421 xxx/log-formatter-test.cpp:232: Entering test case "very_bad_foo"
422 xxx/log-formatter-test.cpp:62: fatal error: in "Fake Test Suite Hierarchy/4 test cases inside/very_bad_foo": very_bad_foo is fatal
423 Failure occurred in a following context:
424 some context
425 xxx/log-formatter-test.cpp:232: Leaving test case "very_bad_foo"
426 xxx/log-formatter-test.cpp:233: Entering test case "very_bad_exception"
427 xxx/log-formatter-test.cpp:71: error: in "Fake Test Suite Hierarchy/4 test cases inside/very_bad_exception": with some message
428 Failure occurred in a following context:
429 Context value=something
430 Context value2=something different
431 unknown location:0: fatal error: in "Fake Test Suite Hierarchy/4 test cases inside/very_bad_exception": unknown type
432 xxx/log-formatter-test.cpp:71: last checkpoint
433 Failure occurred in a following context:
434 exception context should be shown
435 xxx/log-formatter-test.cpp:233: Leaving test case "very_bad_exception"
436 xxx/log-formatter-test.cpp:234: Entering test case "bad_foo"
437 xxx/log-formatter-test.cpp:48: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo":
438 this is a message
439 xxx/log-formatter-test.cpp:51: info: check true has passed
440 xxx/log-formatter-test.cpp:55: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": with some message
441 Failure occurred in a following context:
442 Context value=something
443 Context value2=something different
444 xxx/log-formatter-test.cpp:57: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": non sense
445 xxx/log-formatter-test.cpp:234: Leaving test case "bad_foo"
446 xxx/log-formatter-test.cpp:230: Leaving test suite "4 test cases inside"
447
448 * 2-format *******************************************************************
449 <TestLog><TestSuite name="4 test cases inside" file="xxx/log-formatter-test.cpp" line="230"><TestCase name="bad_foo" file="xxx/log-formatter-test.cpp" line="231"><Error file="xxx/log-formatter-test.cpp" line="48"><![CDATA[]]></Error><Message file="xxx/log-formatter-test.cpp" line="50"><![CDATA[this is a message]]></Message><Info file="xxx/log-formatter-test.cpp" line="51"><![CDATA[check true has passed]]></Info><Error file="xxx/log-formatter-test.cpp" line="55"><![CDATA[with some message]]><Context><Frame><![CDATA[Context value=something]]></Frame><Frame><![CDATA[Context value2=something different]]></Frame></Context></Error><Error file="xxx/log-formatter-test.cpp" line="57"><![CDATA[non sense]]></Error><TestingTime>ZZZ</TestingTime></TestCase><TestCase name="very_bad_foo" file="xxx/log-formatter-test.cpp" line="232"><FatalError file="xxx/log-formatter-test.cpp" line="62"><![CDATA[very_bad_foo is fatal]]><Context><Frame><![CDATA[some context]]></Frame></Context></FatalError><TestingTime>ZZZ</TestingTime></TestCase><TestCase name="very_bad_exception" file="xxx/log-formatter-test.cpp" line="233"><Error file="xxx/log-formatter-test.cpp" line="71"><![CDATA[with some message]]><Context><Frame><![CDATA[Context value=something]]></Frame><Frame><![CDATA[Context value2=something different]]></Frame></Context></Error><Exception file="unknown location" line="0"><![CDATA[unknown type]]><LastCheckpoint file="xxx/log-formatter-test.cpp" line="71"><![CDATA[]]></LastCheckpoint><Context><Frame><![CDATA[exception context should be shown]]></Frame></Context></Exception><TestingTime>ZZZ</TestingTime></TestCase><TestCase name="bad_foo" file="xxx/log-formatter-test.cpp" line="234"><Error file="xxx/log-formatter-test.cpp" line="48"><![CDATA[]]></Error><Message file="xxx/log-formatter-test.cpp" line="50"><![CDATA[this is a message]]></Message><Info file="xxx/log-formatter-test.cpp" line="51"><![CDATA[check true has passed]]></Info><Error file="xxx/log-formatter-test.cpp" line="55"><![CDATA[with some message]]><Context><Frame><![CDATA[Context value=something]]></Frame><Frame><![CDATA[Context value2=something different]]></Frame></Context></Error><Error file="xxx/log-formatter-test.cpp" line="57"><![CDATA[non sense]]></Error><TestingTime>ZZZ</TestingTime></TestCase></TestSuite></TestLog>
450 * 3-format *******************************************************************
451 <?xml version="1.0" encoding="UTF-8"?>
452 <testsuite tests="0" skipped="0" errors="2" failures="4" id="0" name="4_test_cases_inside" time="0.1234">
453 <testcase assertions="4" name="bad_foo" time="0.1234">
454 <failure message="failure" type="assertion error"><![CDATA[
455 ASSERTION FAILURE:
456 - file : log-formatter-test.cpp
457 - line : 48
458 - message:
459
460 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
461 ASSERTION FAILURE:
462 - file : log-formatter-test.cpp
463 - line : 55
464 - message: with some message
465 - context:
466 - 'Context value=something'
467 - 'Context value2=something different'
468
469
470 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
471 ASSERTION FAILURE:
472 - file : log-formatter-test.cpp
473 - line : 57
474 - message: non sense
475
476 ]]></failure><system-out><![CDATA[MESSAGE:
477 - file : log-formatter-test.cpp
478 - line : 50
479 - message: this is a message
480
481 INFO:
482 - file : log-formatter-test.cpp
483 - line : 51
484 - message: check true has passed
485
486 ]]></system-out>
487 <system-err><![CDATA[Failures detected in:
488 - test case: Fake Test Suite Hierarchy/4 test cases inside/bad_foo
489 - file: log-formatter-test.cpp
490 - line: 231
491 ]]></system-err>
492 </testcase>
493 <testcase assertions="1" name="very_bad_foo" time="0.1234">
494 <failure message="failure" type="fatal error"><![CDATA[
495 ASSERTION FAILURE:
496 - file : log-formatter-test.cpp
497 - line : 62
498 - message: very_bad_foo is fatal
499 - context:
500 - 'some context'
501
502
503 ]]></failure><system-err><![CDATA[Failures detected in:
504 - test case: Fake Test Suite Hierarchy/4 test cases inside/very_bad_foo
505 - file: log-formatter-test.cpp
506 - line: 232
507 ]]></system-err>
508 </testcase>
509 <testcase assertions="2" name="very_bad_exception" time="0.1234">
510 <failure message="failure" type="assertion error"><![CDATA[
511 ASSERTION FAILURE:
512 - file : log-formatter-test.cpp
513 - line : 71
514 - message: with some message
515 - context:
516 - 'Context value=something'
517 - 'Context value2=something different'
518
519
520 ]]></failure><error message="unexpected exception" type="uncaught exception"><![CDATA[
521 UNCAUGHT EXCEPTION:
522 - file: unknown location
523 - line: 0
524
525
526 EXCEPTION STACK TRACE: --------------
527 unknown type
528 -------------------------------------
529
530 Last checkpoint:
531 - message: ""
532 - file: log-formatter-test.cpp
533 - line: 71
534
535
536 CONTEXT:
537 - 'exception context should be shown'
538 ]]></error><system-err><![CDATA[Failures detected in:
539 - test case: Fake Test Suite Hierarchy/4 test cases inside/very_bad_exception
540 - file: log-formatter-test.cpp
541 - line: 233
542 ]]></system-err>
543 </testcase>
544 <testcase assertions="4" name="bad_foo" time="0.1234">
545 <failure message="failure" type="assertion error"><![CDATA[
546 ASSERTION FAILURE:
547 - file : log-formatter-test.cpp
548 - line : 48
549 - message:
550
551 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
552 ASSERTION FAILURE:
553 - file : log-formatter-test.cpp
554 - line : 55
555 - message: with some message
556 - context:
557 - 'Context value=something'
558 - 'Context value2=something different'
559
560
561 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
562 ASSERTION FAILURE:
563 - file : log-formatter-test.cpp
564 - line : 57
565 - message: non sense
566
567 ]]></failure><system-out><![CDATA[MESSAGE:
568 - file : log-formatter-test.cpp
569 - line : 50
570 - message: this is a message
571
572 INFO:
573 - file : log-formatter-test.cpp
574 - line : 51
575 - message: check true has passed
576
577 ]]></system-out>
578 <system-err><![CDATA[Failures detected in:
579 - test case: Fake Test Suite Hierarchy/4 test cases inside/bad_foo
580 - file: log-formatter-test.cpp
581 - line: 234
582 ]]></system-err>
583 </testcase>
584 </testsuite>
585 * 3-format *******************************************************************
586 <?xml version="1.0" encoding="UTF-8"?>
587 <testsuite tests="0" skipped="0" errors="2" failures="4" id="0" name="4_test_cases_inside" time="0.1234">
588 <testcase assertions="4" name="bad_foo" time="0.1234">
589 <failure message="failure" type="assertion error"><![CDATA[
590 ASSERTION FAILURE:
591 - file : log-formatter-test.cpp
592 - line : 48
593 - message:
594
595 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
596 ASSERTION FAILURE:
597 - file : log-formatter-test.cpp
598 - line : 55
599 - message: with some message
600 - context:
601 - 'Context value=something'
602 - 'Context value2=something different'
603
604
605 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
606 ASSERTION FAILURE:
607 - file : log-formatter-test.cpp
608 - line : 57
609 - message: non sense
610
611 ]]></failure><system-err><![CDATA[Failures detected in:
612 - test case: Fake Test Suite Hierarchy/4 test cases inside/bad_foo
613 - file: log-formatter-test.cpp
614 - line: 231
615 ]]></system-err>
616 </testcase>
617 <testcase assertions="1" name="very_bad_foo" time="0.1234">
618 <failure message="failure" type="fatal error"><![CDATA[
619 ASSERTION FAILURE:
620 - file : log-formatter-test.cpp
621 - line : 62
622 - message: very_bad_foo is fatal
623 - context:
624 - 'some context'
625
626
627 ]]></failure><system-err><![CDATA[Failures detected in:
628 - test case: Fake Test Suite Hierarchy/4 test cases inside/very_bad_foo
629 - file: log-formatter-test.cpp
630 - line: 232
631 ]]></system-err>
632 </testcase>
633 <testcase assertions="2" name="very_bad_exception" time="0.1234">
634 <failure message="failure" type="assertion error"><![CDATA[
635 ASSERTION FAILURE:
636 - file : log-formatter-test.cpp
637 - line : 71
638 - message: with some message
639 - context:
640 - 'Context value=something'
641 - 'Context value2=something different'
642
643
644 ]]></failure><error message="unexpected exception" type="uncaught exception"><![CDATA[
645 UNCAUGHT EXCEPTION:
646 - file: unknown location
647 - line: 0
648
649
650 EXCEPTION STACK TRACE: --------------
651 unknown type
652 -------------------------------------
653
654 Last checkpoint:
655 - message: ""
656 - file: log-formatter-test.cpp
657 - line: 71
658
659
660 CONTEXT:
661 - 'exception context should be shown'
662 ]]></error><system-err><![CDATA[Failures detected in:
663 - test case: Fake Test Suite Hierarchy/4 test cases inside/very_bad_exception
664 - file: log-formatter-test.cpp
665 - line: 233
666 ]]></system-err>
667 </testcase>
668 <testcase assertions="4" name="bad_foo" time="0.1234">
669 <failure message="failure" type="assertion error"><![CDATA[
670 ASSERTION FAILURE:
671 - file : log-formatter-test.cpp
672 - line : 48
673 - message:
674
675 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
676 ASSERTION FAILURE:
677 - file : log-formatter-test.cpp
678 - line : 55
679 - message: with some message
680 - context:
681 - 'Context value=something'
682 - 'Context value2=something different'
683
684
685 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
686 ASSERTION FAILURE:
687 - file : log-formatter-test.cpp
688 - line : 57
689 - message: non sense
690
691 ]]></failure><system-err><![CDATA[Failures detected in:
692 - test case: Fake Test Suite Hierarchy/4 test cases inside/bad_foo
693 - file: log-formatter-test.cpp
694 - line: 234
695 ]]></system-err>
696 </testcase>
697 </testsuite>
698 * 1-format *******************************************************************
699 Running 11 test cases...
700 xxx/log-formatter-test.cpp:236: Entering test suite "Fake Test Suite Hierarchy"
701 xxx/log-formatter-test.cpp:209: Entering test suite "1 test cases inside"
702 xxx/log-formatter-test.cpp:210: Entering test case "good_foo"
703 Test case Fake Test Suite Hierarchy/1 test cases inside/good_foo did not check any assertions
704 xxx/log-formatter-test.cpp:210: Leaving test case "good_foo"
705 xxx/log-formatter-test.cpp:255: Entering test case "bad_foo"
706 xxx/log-formatter-test.cpp:48: error: in "Fake Test Suite Hierarchy/1 test cases inside/bad_foo":
707 this is a message
708 xxx/log-formatter-test.cpp:51: info: check true has passed
709 xxx/log-formatter-test.cpp:55: error: in "Fake Test Suite Hierarchy/1 test cases inside/bad_foo": with some message
710 Failure occurred in a following context:
711 Context value=something
712 Context value2=something different
713 xxx/log-formatter-test.cpp:57: error: in "Fake Test Suite Hierarchy/1 test cases inside/bad_foo": non sense
714 xxx/log-formatter-test.cpp:255: Leaving test case "bad_foo"
715 xxx/log-formatter-test.cpp:209: Leaving test suite "1 test cases inside"
716 xxx/log-formatter-test.cpp:218: Entering test suite "2 test cases inside"
717 xxx/log-formatter-test.cpp:219: Entering test case "good_foo"
718 Test case Fake Test Suite Hierarchy/2 test cases inside/good_foo did not check any assertions
719 xxx/log-formatter-test.cpp:219: Leaving test case "good_foo"
720 xxx/log-formatter-test.cpp:220: Entering test case "bad_foo"
721 xxx/log-formatter-test.cpp:48: error: in "Fake Test Suite Hierarchy/2 test cases inside/bad_foo":
722 this is a message
723 xxx/log-formatter-test.cpp:51: info: check true has passed
724 xxx/log-formatter-test.cpp:55: error: in "Fake Test Suite Hierarchy/2 test cases inside/bad_foo": with some message
725 Failure occurred in a following context:
726 Context value=something
727 Context value2=something different
728 xxx/log-formatter-test.cpp:57: error: in "Fake Test Suite Hierarchy/2 test cases inside/bad_foo": non sense
729 xxx/log-formatter-test.cpp:220: Leaving test case "bad_foo"
730 xxx/log-formatter-test.cpp:218: Leaving test suite "2 test cases inside"
731 xxx/log-formatter-test.cpp:230: Entering test suite "4 test cases inside"
732 xxx/log-formatter-test.cpp:231: Entering test case "bad_foo"
733 xxx/log-formatter-test.cpp:48: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo":
734 this is a message
735 xxx/log-formatter-test.cpp:51: info: check true has passed
736 xxx/log-formatter-test.cpp:55: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": with some message
737 Failure occurred in a following context:
738 Context value=something
739 Context value2=something different
740 xxx/log-formatter-test.cpp:57: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": non sense
741 xxx/log-formatter-test.cpp:231: Leaving test case "bad_foo"
742 xxx/log-formatter-test.cpp:232: Entering test case "very_bad_foo"
743 xxx/log-formatter-test.cpp:62: fatal error: in "Fake Test Suite Hierarchy/4 test cases inside/very_bad_foo": very_bad_foo is fatal
744 Failure occurred in a following context:
745 some context
746 xxx/log-formatter-test.cpp:232: Leaving test case "very_bad_foo"
747 xxx/log-formatter-test.cpp:233: Entering test case "very_bad_exception"
748 xxx/log-formatter-test.cpp:71: error: in "Fake Test Suite Hierarchy/4 test cases inside/very_bad_exception": with some message
749 Failure occurred in a following context:
750 Context value=something
751 Context value2=something different
752 unknown location:0: fatal error: in "Fake Test Suite Hierarchy/4 test cases inside/very_bad_exception": unknown type
753 xxx/log-formatter-test.cpp:71: last checkpoint
754 Failure occurred in a following context:
755 exception context should be shown
756 xxx/log-formatter-test.cpp:233: Leaving test case "very_bad_exception"
757 xxx/log-formatter-test.cpp:234: Entering test case "bad_foo"
758 xxx/log-formatter-test.cpp:48: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo":
759 this is a message
760 xxx/log-formatter-test.cpp:51: info: check true has passed
761 xxx/log-formatter-test.cpp:55: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": with some message
762 Failure occurred in a following context:
763 Context value=something
764 Context value2=something different
765 xxx/log-formatter-test.cpp:57: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": non sense
766 xxx/log-formatter-test.cpp:234: Leaving test case "bad_foo"
767 xxx/log-formatter-test.cpp:230: Leaving test suite "4 test cases inside"
768 xxx/log-formatter-test.cpp:222: Test suite "Fake Test Suite Hierarchy/3 test cases inside" is skipped because dependency test suite "Fake Test Suite Hierarchy/1 test cases inside" has failed
769 xxx/log-formatter-test.cpp:236: Leaving test suite "Fake Test Suite Hierarchy"
770
771 * 2-format *******************************************************************
772 <TestLog><TestSuite name="Fake Test Suite Hierarchy" file="xxx/log-formatter-test.cpp" line="236"><TestSuite name="1 test cases inside" file="xxx/log-formatter-test.cpp" line="209"><TestCase name="good_foo" file="xxx/log-formatter-test.cpp" line="210"><Message file="boost.test framework" line="212"><![CDATA[Test case Fake Test Suite Hierarchy/1 test cases inside/good_foo did not check any assertions]]></Message><TestingTime>ZZZ</TestingTime></TestCase><TestCase name="bad_foo" file="xxx/log-formatter-test.cpp" line="255"><Error file="xxx/log-formatter-test.cpp" line="48"><![CDATA[]]></Error><Message file="xxx/log-formatter-test.cpp" line="50"><![CDATA[this is a message]]></Message><Info file="xxx/log-formatter-test.cpp" line="51"><![CDATA[check true has passed]]></Info><Error file="xxx/log-formatter-test.cpp" line="55"><![CDATA[with some message]]><Context><Frame><![CDATA[Context value=something]]></Frame><Frame><![CDATA[Context value2=something different]]></Frame></Context></Error><Error file="xxx/log-formatter-test.cpp" line="57"><![CDATA[non sense]]></Error><TestingTime>ZZZ</TestingTime></TestCase></TestSuite><TestSuite name="2 test cases inside" file="xxx/log-formatter-test.cpp" line="218"><TestCase name="good_foo" file="xxx/log-formatter-test.cpp" line="219"><Message file="boost.test framework" line="212"><![CDATA[Test case Fake Test Suite Hierarchy/2 test cases inside/good_foo did not check any assertions]]></Message><TestingTime>ZZZ</TestingTime></TestCase><TestCase name="bad_foo" file="xxx/log-formatter-test.cpp" line="220"><Error file="xxx/log-formatter-test.cpp" line="48"><![CDATA[]]></Error><Message file="xxx/log-formatter-test.cpp" line="50"><![CDATA[this is a message]]></Message><Info file="xxx/log-formatter-test.cpp" line="51"><![CDATA[check true has passed]]></Info><Error file="xxx/log-formatter-test.cpp" line="55"><![CDATA[with some message]]><Context><Frame><![CDATA[Context value=something]]></Frame><Frame><![CDATA[Context value2=something different]]></Frame></Context></Error><Error file="xxx/log-formatter-test.cpp" line="57"><![CDATA[non sense]]></Error><TestingTime>ZZZ</TestingTime></TestCase></TestSuite><TestSuite name="4 test cases inside" file="xxx/log-formatter-test.cpp" line="230"><TestCase name="bad_foo" file="xxx/log-formatter-test.cpp" line="231"><Error file="xxx/log-formatter-test.cpp" line="48"><![CDATA[]]></Error><Message file="xxx/log-formatter-test.cpp" line="50"><![CDATA[this is a message]]></Message><Info file="xxx/log-formatter-test.cpp" line="51"><![CDATA[check true has passed]]></Info><Error file="xxx/log-formatter-test.cpp" line="55"><![CDATA[with some message]]><Context><Frame><![CDATA[Context value=something]]></Frame><Frame><![CDATA[Context value2=something different]]></Frame></Context></Error><Error file="xxx/log-formatter-test.cpp" line="57"><![CDATA[non sense]]></Error><TestingTime>ZZZ</TestingTime></TestCase><TestCase name="very_bad_foo" file="xxx/log-formatter-test.cpp" line="232"><FatalError file="xxx/log-formatter-test.cpp" line="62"><![CDATA[very_bad_foo is fatal]]><Context><Frame><![CDATA[some context]]></Frame></Context></FatalError><TestingTime>ZZZ</TestingTime></TestCase><TestCase name="very_bad_exception" file="xxx/log-formatter-test.cpp" line="233"><Error file="xxx/log-formatter-test.cpp" line="71"><![CDATA[with some message]]><Context><Frame><![CDATA[Context value=something]]></Frame><Frame><![CDATA[Context value2=something different]]></Frame></Context></Error><Exception file="unknown location" line="0"><![CDATA[unknown type]]><LastCheckpoint file="xxx/log-formatter-test.cpp" line="71"><![CDATA[]]></LastCheckpoint><Context><Frame><![CDATA[exception context should be shown]]></Frame></Context></Exception><TestingTime>ZZZ</TestingTime></TestCase><TestCase name="bad_foo" file="xxx/log-formatter-test.cpp" line="234"><Error file="xxx/log-formatter-test.cpp" line="48"><![CDATA[]]></Error><Message file="xxx/log-formatter-test.cpp" line="50"><![CDATA[this is a message]]></Message><Info file="xxx/log-formatter-test.cpp" line="51"><![CDATA[check true has passed]]></Info><Error file="xxx/log-formatter-test.cpp" line="55"><![CDATA[with some message]]><Context><Frame><![CDATA[Context value=something]]></Frame><Frame><![CDATA[Context value2=something different]]></Frame></Context></Error><Error file="xxx/log-formatter-test.cpp" line="57"><![CDATA[non sense]]></Error><TestingTime>ZZZ</TestingTime></TestCase></TestSuite><TestSuite name="3 test cases inside" skipped="yes" reason="dependency test suite &quot;Fake Test Suite Hierarchy/1 test cases inside&quot; has failed"/></TestSuite></TestLog>
773 * 3-format *******************************************************************
774 <?xml version="1.0" encoding="UTF-8"?>
775 <testsuite tests="2" skipped="3" errors="2" failures="6" id="0" name="Fake_Test_Suite_Hierarchy" time="0.1234">
776 <testcase assertions="0" classname="1_test_cases_inside" name="good_foo" time="0.1234">
777 <system-out><![CDATA[MESSAGE:
778 - file : boost.test framework
779 - line : 212
780 - message: Test case Fake Test Suite Hierarchy/1 test cases inside/good_foo did not check any assertions
781
782 ]]></system-out>
783 </testcase>
784 <testcase assertions="4" classname="1_test_cases_inside" name="bad_foo" time="0.1234">
785 <failure message="failure" type="assertion error"><![CDATA[
786 ASSERTION FAILURE:
787 - file : log-formatter-test.cpp
788 - line : 48
789 - message:
790
791 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
792 ASSERTION FAILURE:
793 - file : log-formatter-test.cpp
794 - line : 55
795 - message: with some message
796 - context:
797 - 'Context value=something'
798 - 'Context value2=something different'
799
800
801 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
802 ASSERTION FAILURE:
803 - file : log-formatter-test.cpp
804 - line : 57
805 - message: non sense
806
807 ]]></failure><system-out><![CDATA[MESSAGE:
808 - file : log-formatter-test.cpp
809 - line : 50
810 - message: this is a message
811
812 INFO:
813 - file : log-formatter-test.cpp
814 - line : 51
815 - message: check true has passed
816
817 ]]></system-out>
818 <system-err><![CDATA[Failures detected in:
819 - test case: Fake Test Suite Hierarchy/1 test cases inside/bad_foo
820 - file: log-formatter-test.cpp
821 - line: 255
822 ]]></system-err>
823 </testcase>
824 <testcase assertions="0" classname="2_test_cases_inside" name="good_foo" time="0.1234">
825 <system-out><![CDATA[MESSAGE:
826 - file : boost.test framework
827 - line : 212
828 - message: Test case Fake Test Suite Hierarchy/2 test cases inside/good_foo did not check any assertions
829
830 ]]></system-out>
831 </testcase>
832 <testcase assertions="4" classname="2_test_cases_inside" name="bad_foo" time="0.1234">
833 <failure message="failure" type="assertion error"><![CDATA[
834 ASSERTION FAILURE:
835 - file : log-formatter-test.cpp
836 - line : 48
837 - message:
838
839 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
840 ASSERTION FAILURE:
841 - file : log-formatter-test.cpp
842 - line : 55
843 - message: with some message
844 - context:
845 - 'Context value=something'
846 - 'Context value2=something different'
847
848
849 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
850 ASSERTION FAILURE:
851 - file : log-formatter-test.cpp
852 - line : 57
853 - message: non sense
854
855 ]]></failure><system-out><![CDATA[MESSAGE:
856 - file : log-formatter-test.cpp
857 - line : 50
858 - message: this is a message
859
860 INFO:
861 - file : log-formatter-test.cpp
862 - line : 51
863 - message: check true has passed
864
865 ]]></system-out>
866 <system-err><![CDATA[Failures detected in:
867 - test case: Fake Test Suite Hierarchy/2 test cases inside/bad_foo
868 - file: log-formatter-test.cpp
869 - line: 220
870 ]]></system-err>
871 </testcase>
872 <testcase assertions="0" classname="3_test_cases_inside" name="bad_foo" time="0.1234">
873 <skipped/>
874 <system-out><![CDATA[Test case disabled because of the following chain of decision:
875 - disabled test unit: 'Fake Test Suite Hierarchy/3 test cases inside/bad_foo'
876 - disabled test unit: 'Fake Test Suite Hierarchy/3 test cases inside'
877 - reason: 'dependency test suite "Fake Test Suite Hierarchy/1 test cases inside" has failed']]></system-out>
878 </testcase>
879 <testcase assertions="0" classname="3_test_cases_inside" name="very_bad_foo" time="0.1234">
880 <skipped/>
881 <system-out><![CDATA[Test case disabled because of the following chain of decision:
882 - disabled test unit: 'Fake Test Suite Hierarchy/3 test cases inside/very_bad_foo'
883 - disabled test unit: 'Fake Test Suite Hierarchy/3 test cases inside'
884 - reason: 'dependency test suite "Fake Test Suite Hierarchy/1 test cases inside" has failed']]></system-out>
885 </testcase>
886 <testcase assertions="0" classname="3_test_cases_inside" name="bad_foo" time="0.1234">
887 <skipped/>
888 <system-out><![CDATA[Test case disabled because of the following chain of decision:
889 - disabled test unit: 'Fake Test Suite Hierarchy/3 test cases inside/bad_foo'
890 - disabled test unit: 'Fake Test Suite Hierarchy/3 test cases inside'
891 - reason: 'dependency test suite "Fake Test Suite Hierarchy/1 test cases inside" has failed']]></system-out>
892 </testcase>
893 <testcase assertions="4" classname="4_test_cases_inside" name="bad_foo" time="0.1234">
894 <failure message="failure" type="assertion error"><![CDATA[
895 ASSERTION FAILURE:
896 - file : log-formatter-test.cpp
897 - line : 48
898 - message:
899
900 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
901 ASSERTION FAILURE:
902 - file : log-formatter-test.cpp
903 - line : 55
904 - message: with some message
905 - context:
906 - 'Context value=something'
907 - 'Context value2=something different'
908
909
910 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
911 ASSERTION FAILURE:
912 - file : log-formatter-test.cpp
913 - line : 57
914 - message: non sense
915
916 ]]></failure><system-out><![CDATA[MESSAGE:
917 - file : log-formatter-test.cpp
918 - line : 50
919 - message: this is a message
920
921 INFO:
922 - file : log-formatter-test.cpp
923 - line : 51
924 - message: check true has passed
925
926 ]]></system-out>
927 <system-err><![CDATA[Failures detected in:
928 - test case: Fake Test Suite Hierarchy/4 test cases inside/bad_foo
929 - file: log-formatter-test.cpp
930 - line: 231
931 ]]></system-err>
932 </testcase>
933 <testcase assertions="1" classname="4_test_cases_inside" name="very_bad_foo" time="0.1234">
934 <failure message="failure" type="fatal error"><![CDATA[
935 ASSERTION FAILURE:
936 - file : log-formatter-test.cpp
937 - line : 62
938 - message: very_bad_foo is fatal
939 - context:
940 - 'some context'
941
942
943 ]]></failure><system-err><![CDATA[Failures detected in:
944 - test case: Fake Test Suite Hierarchy/4 test cases inside/very_bad_foo
945 - file: log-formatter-test.cpp
946 - line: 232
947 ]]></system-err>
948 </testcase>
949 <testcase assertions="2" classname="4_test_cases_inside" name="very_bad_exception" time="0.1234">
950 <failure message="failure" type="assertion error"><![CDATA[
951 ASSERTION FAILURE:
952 - file : log-formatter-test.cpp
953 - line : 71
954 - message: with some message
955 - context:
956 - 'Context value=something'
957 - 'Context value2=something different'
958
959
960 ]]></failure><error message="unexpected exception" type="uncaught exception"><![CDATA[
961 UNCAUGHT EXCEPTION:
962 - file: unknown location
963 - line: 0
964
965
966 EXCEPTION STACK TRACE: --------------
967 unknown type
968 -------------------------------------
969
970 Last checkpoint:
971 - message: ""
972 - file: log-formatter-test.cpp
973 - line: 71
974
975
976 CONTEXT:
977 - 'exception context should be shown'
978 ]]></error><system-err><![CDATA[Failures detected in:
979 - test case: Fake Test Suite Hierarchy/4 test cases inside/very_bad_exception
980 - file: log-formatter-test.cpp
981 - line: 233
982 ]]></system-err>
983 </testcase>
984 <testcase assertions="4" classname="4_test_cases_inside" name="bad_foo" time="0.1234">
985 <failure message="failure" type="assertion error"><![CDATA[
986 ASSERTION FAILURE:
987 - file : log-formatter-test.cpp
988 - line : 48
989 - message:
990
991 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
992 ASSERTION FAILURE:
993 - file : log-formatter-test.cpp
994 - line : 55
995 - message: with some message
996 - context:
997 - 'Context value=something'
998 - 'Context value2=something different'
999
1000
1001 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
1002 ASSERTION FAILURE:
1003 - file : log-formatter-test.cpp
1004 - line : 57
1005 - message: non sense
1006
1007 ]]></failure><system-out><![CDATA[MESSAGE:
1008 - file : log-formatter-test.cpp
1009 - line : 50
1010 - message: this is a message
1011
1012 INFO:
1013 - file : log-formatter-test.cpp
1014 - line : 51
1015 - message: check true has passed
1016
1017 ]]></system-out>
1018 <system-err><![CDATA[Failures detected in:
1019 - test case: Fake Test Suite Hierarchy/4 test cases inside/bad_foo
1020 - file: log-formatter-test.cpp
1021 - line: 234
1022 ]]></system-err>
1023 </testcase>
1024 </testsuite>
1025 * 3-format *******************************************************************
1026 <?xml version="1.0" encoding="UTF-8"?>
1027 <testsuite tests="2" skipped="3" errors="2" failures="6" id="0" name="Fake_Test_Suite_Hierarchy" time="0.1234">
1028 <testcase assertions="0" classname="1_test_cases_inside" name="good_foo" time="0.1234">
1029 </testcase>
1030 <testcase assertions="4" classname="1_test_cases_inside" name="bad_foo" time="0.1234">
1031 <failure message="failure" type="assertion error"><![CDATA[
1032 ASSERTION FAILURE:
1033 - file : log-formatter-test.cpp
1034 - line : 48
1035 - message:
1036
1037 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
1038 ASSERTION FAILURE:
1039 - file : log-formatter-test.cpp
1040 - line : 55
1041 - message: with some message
1042 - context:
1043 - 'Context value=something'
1044 - 'Context value2=something different'
1045
1046
1047 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
1048 ASSERTION FAILURE:
1049 - file : log-formatter-test.cpp
1050 - line : 57
1051 - message: non sense
1052
1053 ]]></failure><system-err><![CDATA[Failures detected in:
1054 - test case: Fake Test Suite Hierarchy/1 test cases inside/bad_foo
1055 - file: log-formatter-test.cpp
1056 - line: 255
1057 ]]></system-err>
1058 </testcase>
1059 <testcase assertions="0" classname="2_test_cases_inside" name="good_foo" time="0.1234">
1060 </testcase>
1061 <testcase assertions="4" classname="2_test_cases_inside" name="bad_foo" time="0.1234">
1062 <failure message="failure" type="assertion error"><![CDATA[
1063 ASSERTION FAILURE:
1064 - file : log-formatter-test.cpp
1065 - line : 48
1066 - message:
1067
1068 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
1069 ASSERTION FAILURE:
1070 - file : log-formatter-test.cpp
1071 - line : 55
1072 - message: with some message
1073 - context:
1074 - 'Context value=something'
1075 - 'Context value2=something different'
1076
1077
1078 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
1079 ASSERTION FAILURE:
1080 - file : log-formatter-test.cpp
1081 - line : 57
1082 - message: non sense
1083
1084 ]]></failure><system-err><![CDATA[Failures detected in:
1085 - test case: Fake Test Suite Hierarchy/2 test cases inside/bad_foo
1086 - file: log-formatter-test.cpp
1087 - line: 220
1088 ]]></system-err>
1089 </testcase>
1090 <testcase assertions="0" classname="3_test_cases_inside" name="bad_foo" time="0.1234">
1091 <skipped/>
1092 <system-out><![CDATA[Test case disabled because of the following chain of decision:
1093 - disabled test unit: 'Fake Test Suite Hierarchy/3 test cases inside/bad_foo'
1094 - disabled test unit: 'Fake Test Suite Hierarchy/3 test cases inside'
1095 - reason: 'dependency test suite "Fake Test Suite Hierarchy/1 test cases inside" has failed']]></system-out>
1096 </testcase>
1097 <testcase assertions="0" classname="3_test_cases_inside" name="very_bad_foo" time="0.1234">
1098 <skipped/>
1099 <system-out><![CDATA[Test case disabled because of the following chain of decision:
1100 - disabled test unit: 'Fake Test Suite Hierarchy/3 test cases inside/very_bad_foo'
1101 - disabled test unit: 'Fake Test Suite Hierarchy/3 test cases inside'
1102 - reason: 'dependency test suite "Fake Test Suite Hierarchy/1 test cases inside" has failed']]></system-out>
1103 </testcase>
1104 <testcase assertions="0" classname="3_test_cases_inside" name="bad_foo" time="0.1234">
1105 <skipped/>
1106 <system-out><![CDATA[Test case disabled because of the following chain of decision:
1107 - disabled test unit: 'Fake Test Suite Hierarchy/3 test cases inside/bad_foo'
1108 - disabled test unit: 'Fake Test Suite Hierarchy/3 test cases inside'
1109 - reason: 'dependency test suite "Fake Test Suite Hierarchy/1 test cases inside" has failed']]></system-out>
1110 </testcase>
1111 <testcase assertions="4" classname="4_test_cases_inside" name="bad_foo" time="0.1234">
1112 <failure message="failure" type="assertion error"><![CDATA[
1113 ASSERTION FAILURE:
1114 - file : log-formatter-test.cpp
1115 - line : 48
1116 - message:
1117
1118 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
1119 ASSERTION FAILURE:
1120 - file : log-formatter-test.cpp
1121 - line : 55
1122 - message: with some message
1123 - context:
1124 - 'Context value=something'
1125 - 'Context value2=something different'
1126
1127
1128 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
1129 ASSERTION FAILURE:
1130 - file : log-formatter-test.cpp
1131 - line : 57
1132 - message: non sense
1133
1134 ]]></failure><system-err><![CDATA[Failures detected in:
1135 - test case: Fake Test Suite Hierarchy/4 test cases inside/bad_foo
1136 - file: log-formatter-test.cpp
1137 - line: 231
1138 ]]></system-err>
1139 </testcase>
1140 <testcase assertions="1" classname="4_test_cases_inside" name="very_bad_foo" time="0.1234">
1141 <failure message="failure" type="fatal error"><![CDATA[
1142 ASSERTION FAILURE:
1143 - file : log-formatter-test.cpp
1144 - line : 62
1145 - message: very_bad_foo is fatal
1146 - context:
1147 - 'some context'
1148
1149
1150 ]]></failure><system-err><![CDATA[Failures detected in:
1151 - test case: Fake Test Suite Hierarchy/4 test cases inside/very_bad_foo
1152 - file: log-formatter-test.cpp
1153 - line: 232
1154 ]]></system-err>
1155 </testcase>
1156 <testcase assertions="2" classname="4_test_cases_inside" name="very_bad_exception" time="0.1234">
1157 <failure message="failure" type="assertion error"><![CDATA[
1158 ASSERTION FAILURE:
1159 - file : log-formatter-test.cpp
1160 - line : 71
1161 - message: with some message
1162 - context:
1163 - 'Context value=something'
1164 - 'Context value2=something different'
1165
1166
1167 ]]></failure><error message="unexpected exception" type="uncaught exception"><![CDATA[
1168 UNCAUGHT EXCEPTION:
1169 - file: unknown location
1170 - line: 0
1171
1172
1173 EXCEPTION STACK TRACE: --------------
1174 unknown type
1175 -------------------------------------
1176
1177 Last checkpoint:
1178 - message: ""
1179 - file: log-formatter-test.cpp
1180 - line: 71
1181
1182
1183 CONTEXT:
1184 - 'exception context should be shown'
1185 ]]></error><system-err><![CDATA[Failures detected in:
1186 - test case: Fake Test Suite Hierarchy/4 test cases inside/very_bad_exception
1187 - file: log-formatter-test.cpp
1188 - line: 233
1189 ]]></system-err>
1190 </testcase>
1191 <testcase assertions="4" classname="4_test_cases_inside" name="bad_foo" time="0.1234">
1192 <failure message="failure" type="assertion error"><![CDATA[
1193 ASSERTION FAILURE:
1194 - file : log-formatter-test.cpp
1195 - line : 48
1196 - message:
1197
1198 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
1199 ASSERTION FAILURE:
1200 - file : log-formatter-test.cpp
1201 - line : 55
1202 - message: with some message
1203 - context:
1204 - 'Context value=something'
1205 - 'Context value2=something different'
1206
1207
1208 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
1209 ASSERTION FAILURE:
1210 - file : log-formatter-test.cpp
1211 - line : 57
1212 - message: non sense
1213
1214 ]]></failure><system-err><![CDATA[Failures detected in:
1215 - test case: Fake Test Suite Hierarchy/4 test cases inside/bad_foo
1216 - file: log-formatter-test.cpp
1217 - line: 234
1218 ]]></system-err>
1219 </testcase>
1220 </testsuite>