]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/test/test/baseline-outputs/log-formatter-test.pattern
add subtree-ish sources for 12.0.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="206"><![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 : 206
18 - message: Test case Fake Test Suite Hierarchy/1 test cases inside/good_foo did not check any assertions
19
20 ]]></system-out>
21 <system-err><![CDATA[Test case:
22 - name: Fake Test Suite Hierarchy/1 test cases inside/good_foo
23 - description: ''
24 - file: log-formatter-test.cpp
25 - line: 210
26 ]]></system-err>
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:47: error: in "1 bad test case inside/bad_foo":
34 this is a message
35 xxx/log-formatter-test.cpp:50: info: check true has passed
36 xxx/log-formatter-test.cpp:54: 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:56: 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="47"><![CDATA[]]></Error><Message file="xxx/log-formatter-test.cpp" line="49"><![CDATA[this is a message]]></Message><Info file="xxx/log-formatter-test.cpp" line="50"><![CDATA[check true has passed]]></Info><Error file="xxx/log-formatter-test.cpp" line="54"><![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="56"><![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 : 47
54 - message:
55
56 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
57 ASSERTION FAILURE:
58 - file : log-formatter-test.cpp
59 - line : 54
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 : 56
70 - message: non sense
71
72 ]]></failure><system-out><![CDATA[MESSAGE:
73 - file : log-formatter-test.cpp
74 - line : 49
75 - message: this is a message
76
77 INFO:
78 - file : log-formatter-test.cpp
79 - line : 50
80 - message: check true has passed
81
82 ]]></system-out>
83 <system-err><![CDATA[Test case:
84 - name: 1 bad test case inside/bad_foo
85 - description: ''
86 - file: log-formatter-test.cpp
87 - line: 213
88 ]]></system-err>
89 </testcase>
90 </testsuite>
91 * 1-format *******************************************************************
92 Running 1 test case...
93 xxx/log-formatter-test.cpp:215: Entering test suite "1 almost good test case inside"
94 xxx/log-formatter-test.cpp:216: Entering test case "almost_good_foo"
95 xxx/log-formatter-test.cpp:43: warning: in "1 almost good test case inside/almost_good_foo": condition 2>3 is not satisfied [2 <= 3]
96 Test case 1 almost good test case inside/almost_good_foo did not check any assertions
97 xxx/log-formatter-test.cpp:216: Leaving test case "almost_good_foo"
98 xxx/log-formatter-test.cpp:215: Leaving test suite "1 almost good test case inside"
99
100 * 2-format *******************************************************************
101 <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="43"><![CDATA[condition 2>3 is not satisfied [2 <= 3]]]></Warning><Message file="boost.test framework" line="206"><![CDATA[Test case 1 almost good test case inside/almost_good_foo did not check any assertions]]></Message><TestingTime>ZZZ</TestingTime></TestCase></TestSuite></TestLog>
102 * 3-format *******************************************************************
103 <?xml version="1.0" encoding="UTF-8"?>
104 <testsuite tests="0" skipped="0" errors="0" failures="0" id="0" name="1_almost_good_test_case_inside" time="0.1234">
105 <testcase assertions="0" name="almost_good_foo" time="0.1234">
106 <system-out><![CDATA[WARNING:
107 - file : log-formatter-test.cpp
108 - line : 43
109 - message: condition 2>3 is not satisfied [2 <= 3]
110
111 MESSAGE:
112 - file : boost.test framework
113 - line : 206
114 - message: Test case 1 almost good test case inside/almost_good_foo did not check any assertions
115
116 ]]></system-out>
117 <system-err><![CDATA[Test case:
118 - name: 1 almost good test case inside/almost_good_foo
119 - description: ''
120 - file: log-formatter-test.cpp
121 - line: 216
122 ]]></system-err>
123 </testcase>
124 </testsuite>
125 * 1-format *******************************************************************
126 Running 2 test cases...
127 xxx/log-formatter-test.cpp:218: Entering test suite "2 test cases inside"
128 xxx/log-formatter-test.cpp:219: Entering test case "good_foo"
129 Test case Fake Test Suite Hierarchy/2 test cases inside/good_foo did not check any assertions
130 xxx/log-formatter-test.cpp:219: Leaving test case "good_foo"
131 xxx/log-formatter-test.cpp:220: Entering test case "bad_foo"
132 xxx/log-formatter-test.cpp:47: error: in "Fake Test Suite Hierarchy/2 test cases inside/bad_foo":
133 this is a message
134 xxx/log-formatter-test.cpp:50: info: check true has passed
135 xxx/log-formatter-test.cpp:54: error: in "Fake Test Suite Hierarchy/2 test cases inside/bad_foo": with some message
136 Failure occurred in a following context:
137 Context value=something
138 Context value2=something different
139 xxx/log-formatter-test.cpp:56: error: in "Fake Test Suite Hierarchy/2 test cases inside/bad_foo": non sense
140 xxx/log-formatter-test.cpp:220: Leaving test case "bad_foo"
141 xxx/log-formatter-test.cpp:218: Leaving test suite "2 test cases inside"
142
143 * 2-format *******************************************************************
144 <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="206"><![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="47"><![CDATA[]]></Error><Message file="xxx/log-formatter-test.cpp" line="49"><![CDATA[this is a message]]></Message><Info file="xxx/log-formatter-test.cpp" line="50"><![CDATA[check true has passed]]></Info><Error file="xxx/log-formatter-test.cpp" line="54"><![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="56"><![CDATA[non sense]]></Error><TestingTime>ZZZ</TestingTime></TestCase></TestSuite></TestLog>
145 * 3-format *******************************************************************
146 <?xml version="1.0" encoding="UTF-8"?>
147 <testsuite tests="1" skipped="0" errors="0" failures="1" id="0" name="2_test_cases_inside" time="0.1234">
148 <testcase assertions="0" name="good_foo" time="0.1234">
149 <system-out><![CDATA[MESSAGE:
150 - file : boost.test framework
151 - line : 206
152 - message: Test case Fake Test Suite Hierarchy/2 test cases inside/good_foo did not check any assertions
153
154 ]]></system-out>
155 <system-err><![CDATA[Test case:
156 - name: Fake Test Suite Hierarchy/2 test cases inside/good_foo
157 - description: ''
158 - file: log-formatter-test.cpp
159 - line: 219
160 ]]></system-err>
161 </testcase>
162 <testcase assertions="4" name="bad_foo" time="0.1234">
163 <failure message="failure" type="assertion error"><![CDATA[
164 ASSERTION FAILURE:
165 - file : log-formatter-test.cpp
166 - line : 47
167 - message:
168
169 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
170 ASSERTION FAILURE:
171 - file : log-formatter-test.cpp
172 - line : 54
173 - message: with some message
174 - context:
175 - 'Context value=something'
176 - 'Context value2=something different'
177
178
179 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
180 ASSERTION FAILURE:
181 - file : log-formatter-test.cpp
182 - line : 56
183 - message: non sense
184
185 ]]></failure><system-out><![CDATA[MESSAGE:
186 - file : log-formatter-test.cpp
187 - line : 49
188 - message: this is a message
189
190 INFO:
191 - file : log-formatter-test.cpp
192 - line : 50
193 - message: check true has passed
194
195 ]]></system-out>
196 <system-err><![CDATA[Test case:
197 - name: Fake Test Suite Hierarchy/2 test cases inside/bad_foo
198 - description: ''
199 - file: log-formatter-test.cpp
200 - line: 220
201 ]]></system-err>
202 </testcase>
203 </testsuite>
204 * 1-format *******************************************************************
205 Running 3 test cases...
206 xxx/log-formatter-test.cpp:222: Entering test suite "3 test cases inside"
207 xxx/log-formatter-test.cpp:223: Entering test case "bad_foo"
208 xxx/log-formatter-test.cpp:47: error: in "Fake Test Suite Hierarchy/3 test cases inside/bad_foo":
209 this is a message
210 xxx/log-formatter-test.cpp:50: info: check true has passed
211 xxx/log-formatter-test.cpp:54: error: in "Fake Test Suite Hierarchy/3 test cases inside/bad_foo": with some message
212 Failure occurred in a following context:
213 Context value=something
214 Context value2=something different
215 xxx/log-formatter-test.cpp:56: error: in "Fake Test Suite Hierarchy/3 test cases inside/bad_foo": non sense
216 xxx/log-formatter-test.cpp:223: Leaving test case "bad_foo"
217 xxx/log-formatter-test.cpp:224: Entering test case "very_bad_foo"
218 xxx/log-formatter-test.cpp:68: fatal error: in "Fake Test Suite Hierarchy/3 test cases inside/very_bad_foo": very_bad_foo is fatal
219 Failure occurred in a following context:
220 some context
221 xxx/log-formatter-test.cpp:224: Leaving test case "very_bad_foo"
222 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
223 xxx/log-formatter-test.cpp:222: Leaving test suite "3 test cases inside"
224
225 * 2-format *******************************************************************
226 <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="47"><![CDATA[]]></Error><Message file="xxx/log-formatter-test.cpp" line="49"><![CDATA[this is a message]]></Message><Info file="xxx/log-formatter-test.cpp" line="50"><![CDATA[check true has passed]]></Info><Error file="xxx/log-formatter-test.cpp" line="54"><![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="56"><![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="68"><![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>
227 * 3-format *******************************************************************
228 <?xml version="1.0" encoding="UTF-8"?>
229 <testsuite tests="0" skipped="1" errors="1" failures="2" id="0" name="3_test_cases_inside" time="0.1234">
230 <testcase assertions="4" name="bad_foo" time="0.1234">
231 <failure message="failure" type="assertion error"><![CDATA[
232 ASSERTION FAILURE:
233 - file : log-formatter-test.cpp
234 - line : 47
235 - message:
236
237 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
238 ASSERTION FAILURE:
239 - file : log-formatter-test.cpp
240 - line : 54
241 - message: with some message
242 - context:
243 - 'Context value=something'
244 - 'Context value2=something different'
245
246
247 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
248 ASSERTION FAILURE:
249 - file : log-formatter-test.cpp
250 - line : 56
251 - message: non sense
252
253 ]]></failure><system-out><![CDATA[MESSAGE:
254 - file : log-formatter-test.cpp
255 - line : 49
256 - message: this is a message
257
258 INFO:
259 - file : log-formatter-test.cpp
260 - line : 50
261 - message: check true has passed
262
263 ]]></system-out>
264 <system-err><![CDATA[Test case:
265 - name: Fake Test Suite Hierarchy/3 test cases inside/bad_foo
266 - description: ''
267 - file: log-formatter-test.cpp
268 - line: 223
269 ]]></system-err>
270 </testcase>
271 <testcase assertions="1" name="very_bad_foo" time="0.1234">
272 <failure message="failure" type="fatal error"><![CDATA[
273 ASSERTION FAILURE:
274 - file : log-formatter-test.cpp
275 - line : 68
276 - message: very_bad_foo is fatal
277 - context:
278 - 'some context'
279
280
281 ]]></failure><system-err><![CDATA[Test case:
282 - name: Fake Test Suite Hierarchy/3 test cases inside/very_bad_foo
283 - description: ''
284 - file: log-formatter-test.cpp
285 - line: 224
286 ]]></system-err>
287 </testcase>
288 <testcase assertions="0" name="bad_foo" time="0.1234">
289 <skipped/>
290 <system-out><![CDATA[dependency test case "Fake Test Suite Hierarchy/3 test cases inside/very_bad_foo" has failed]]></system-out>
291 <system-err><![CDATA[Test case:
292 - name: Fake Test Suite Hierarchy/3 test cases inside/bad_foo
293 - description: ''
294 - file: log-formatter-test.cpp
295 - line: 226
296 ]]></system-err>
297 </testcase>
298 </testsuite>
299 * 1-format *******************************************************************
300 Running 4 test cases...
301 xxx/log-formatter-test.cpp:230: Entering test suite "4 test cases inside"
302 xxx/log-formatter-test.cpp:231: Entering test case "bad_foo"
303 xxx/log-formatter-test.cpp:47: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo":
304 this is a message
305 xxx/log-formatter-test.cpp:50: info: check true has passed
306 xxx/log-formatter-test.cpp:54: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": with some message
307 Failure occurred in a following context:
308 Context value=something
309 Context value2=something different
310 xxx/log-formatter-test.cpp:56: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": non sense
311 xxx/log-formatter-test.cpp:231: Leaving test case "bad_foo"
312 xxx/log-formatter-test.cpp:232: Entering test case "very_bad_foo"
313 xxx/log-formatter-test.cpp:68: fatal error: in "Fake Test Suite Hierarchy/4 test cases inside/very_bad_foo": very_bad_foo is fatal
314 Failure occurred in a following context:
315 some context
316 xxx/log-formatter-test.cpp:232: Leaving test case "very_bad_foo"
317 xxx/log-formatter-test.cpp:233: Entering test case "very_bad_exception"
318 xxx/log-formatter-test.cpp:77: error: in "Fake Test Suite Hierarchy/4 test cases inside/very_bad_exception": with some message
319 Failure occurred in a following context:
320 Context value=something
321 Context value2=something different
322 unknown location:0: fatal error: in "Fake Test Suite Hierarchy/4 test cases inside/very_bad_exception": unknown type
323 xxx/log-formatter-test.cpp:77: last checkpoint
324 Failure occurred in a following context:
325 exception context should be shown
326 xxx/log-formatter-test.cpp:233: Leaving test case "very_bad_exception"
327 xxx/log-formatter-test.cpp:234: Entering test case "bad_foo"
328 xxx/log-formatter-test.cpp:47: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo":
329 this is a message
330 xxx/log-formatter-test.cpp:50: info: check true has passed
331 xxx/log-formatter-test.cpp:54: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": with some message
332 Failure occurred in a following context:
333 Context value=something
334 Context value2=something different
335 xxx/log-formatter-test.cpp:56: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": non sense
336 xxx/log-formatter-test.cpp:234: Leaving test case "bad_foo"
337 xxx/log-formatter-test.cpp:230: Leaving test suite "4 test cases inside"
338
339 * 2-format *******************************************************************
340 <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="47"><![CDATA[]]></Error><Message file="xxx/log-formatter-test.cpp" line="49"><![CDATA[this is a message]]></Message><Info file="xxx/log-formatter-test.cpp" line="50"><![CDATA[check true has passed]]></Info><Error file="xxx/log-formatter-test.cpp" line="54"><![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="56"><![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="68"><![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="77"><![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="77"><![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="47"><![CDATA[]]></Error><Message file="xxx/log-formatter-test.cpp" line="49"><![CDATA[this is a message]]></Message><Info file="xxx/log-formatter-test.cpp" line="50"><![CDATA[check true has passed]]></Info><Error file="xxx/log-formatter-test.cpp" line="54"><![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="56"><![CDATA[non sense]]></Error><TestingTime>ZZZ</TestingTime></TestCase></TestSuite></TestLog>
341 * 3-format *******************************************************************
342 <?xml version="1.0" encoding="UTF-8"?>
343 <testsuite tests="0" skipped="0" errors="2" failures="4" id="0" name="4_test_cases_inside" time="0.1234">
344 <testcase assertions="4" name="bad_foo" time="0.1234">
345 <failure message="failure" type="assertion error"><![CDATA[
346 ASSERTION FAILURE:
347 - file : log-formatter-test.cpp
348 - line : 47
349 - message:
350
351 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
352 ASSERTION FAILURE:
353 - file : log-formatter-test.cpp
354 - line : 54
355 - message: with some message
356 - context:
357 - 'Context value=something'
358 - 'Context value2=something different'
359
360
361 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
362 ASSERTION FAILURE:
363 - file : log-formatter-test.cpp
364 - line : 56
365 - message: non sense
366
367 ]]></failure><system-out><![CDATA[MESSAGE:
368 - file : log-formatter-test.cpp
369 - line : 49
370 - message: this is a message
371
372 INFO:
373 - file : log-formatter-test.cpp
374 - line : 50
375 - message: check true has passed
376
377 ]]></system-out>
378 <system-err><![CDATA[Test case:
379 - name: Fake Test Suite Hierarchy/4 test cases inside/bad_foo
380 - description: ''
381 - file: log-formatter-test.cpp
382 - line: 231
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 : 68
390 - message: very_bad_foo is fatal
391 - context:
392 - 'some context'
393
394
395 ]]></failure><system-err><![CDATA[Test case:
396 - name: Fake Test Suite Hierarchy/4 test cases inside/very_bad_foo
397 - description: ''
398 - file: log-formatter-test.cpp
399 - line: 232
400 ]]></system-err>
401 </testcase>
402 <testcase assertions="2" name="very_bad_exception" time="0.1234">
403 <failure message="failure" type="assertion error"><![CDATA[
404 ASSERTION FAILURE:
405 - file : log-formatter-test.cpp
406 - line : 77
407 - message: with some message
408 - context:
409 - 'Context value=something'
410 - 'Context value2=something different'
411
412
413 ]]></failure><error message="unexpected exception" type="uncaught exception"><![CDATA[
414 UNCAUGHT EXCEPTION:
415 - file: unknown location
416 - line: 0
417
418
419 EXCEPTION STACK TRACE: --------------
420 unknown type
421 -------------------------------------
422
423 Last checkpoint:
424 - message: ""
425 - file: log-formatter-test.cpp
426 - line: 77
427
428
429 CONTEXT:
430 - 'exception context should be shown'
431 ]]></error><system-err><![CDATA[Test case:
432 - name: Fake Test Suite Hierarchy/4 test cases inside/very_bad_exception
433 - description: ''
434 - file: log-formatter-test.cpp
435 - line: 233
436 ]]></system-err>
437 </testcase>
438 <testcase assertions="4" name="bad_foo" time="0.1234">
439 <failure message="failure" type="assertion error"><![CDATA[
440 ASSERTION FAILURE:
441 - file : log-formatter-test.cpp
442 - line : 47
443 - message:
444
445 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
446 ASSERTION FAILURE:
447 - file : log-formatter-test.cpp
448 - line : 54
449 - message: with some message
450 - context:
451 - 'Context value=something'
452 - 'Context value2=something different'
453
454
455 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
456 ASSERTION FAILURE:
457 - file : log-formatter-test.cpp
458 - line : 56
459 - message: non sense
460
461 ]]></failure><system-out><![CDATA[MESSAGE:
462 - file : log-formatter-test.cpp
463 - line : 49
464 - message: this is a message
465
466 INFO:
467 - file : log-formatter-test.cpp
468 - line : 50
469 - message: check true has passed
470
471 ]]></system-out>
472 <system-err><![CDATA[Test case:
473 - name: Fake Test Suite Hierarchy/4 test cases inside/bad_foo
474 - description: ''
475 - file: log-formatter-test.cpp
476 - line: 234
477 ]]></system-err>
478 </testcase>
479 </testsuite>
480 * 1-format *******************************************************************
481 Running 11 test cases...
482 xxx/log-formatter-test.cpp:236: Entering test suite "Fake Test Suite Hierarchy"
483 xxx/log-formatter-test.cpp:209: Entering test suite "1 test cases inside"
484 xxx/log-formatter-test.cpp:210: Entering test case "good_foo"
485 Test case Fake Test Suite Hierarchy/1 test cases inside/good_foo did not check any assertions
486 xxx/log-formatter-test.cpp:210: Leaving test case "good_foo"
487 xxx/log-formatter-test.cpp:255: Entering test case "bad_foo"
488 xxx/log-formatter-test.cpp:47: error: in "Fake Test Suite Hierarchy/1 test cases inside/bad_foo":
489 this is a message
490 xxx/log-formatter-test.cpp:50: info: check true has passed
491 xxx/log-formatter-test.cpp:54: error: in "Fake Test Suite Hierarchy/1 test cases inside/bad_foo": with some message
492 Failure occurred in a following context:
493 Context value=something
494 Context value2=something different
495 xxx/log-formatter-test.cpp:56: error: in "Fake Test Suite Hierarchy/1 test cases inside/bad_foo": non sense
496 xxx/log-formatter-test.cpp:255: Leaving test case "bad_foo"
497 xxx/log-formatter-test.cpp:209: Leaving test suite "1 test cases inside"
498 xxx/log-formatter-test.cpp:218: Entering test suite "2 test cases inside"
499 xxx/log-formatter-test.cpp:219: Entering test case "good_foo"
500 Test case Fake Test Suite Hierarchy/2 test cases inside/good_foo did not check any assertions
501 xxx/log-formatter-test.cpp:219: Leaving test case "good_foo"
502 xxx/log-formatter-test.cpp:220: Entering test case "bad_foo"
503 xxx/log-formatter-test.cpp:47: error: in "Fake Test Suite Hierarchy/2 test cases inside/bad_foo":
504 this is a message
505 xxx/log-formatter-test.cpp:50: info: check true has passed
506 xxx/log-formatter-test.cpp:54: error: in "Fake Test Suite Hierarchy/2 test cases inside/bad_foo": with some message
507 Failure occurred in a following context:
508 Context value=something
509 Context value2=something different
510 xxx/log-formatter-test.cpp:56: error: in "Fake Test Suite Hierarchy/2 test cases inside/bad_foo": non sense
511 xxx/log-formatter-test.cpp:220: Leaving test case "bad_foo"
512 xxx/log-formatter-test.cpp:218: Leaving test suite "2 test cases inside"
513 xxx/log-formatter-test.cpp:230: Entering test suite "4 test cases inside"
514 xxx/log-formatter-test.cpp:231: Entering test case "bad_foo"
515 xxx/log-formatter-test.cpp:47: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo":
516 this is a message
517 xxx/log-formatter-test.cpp:50: info: check true has passed
518 xxx/log-formatter-test.cpp:54: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": with some message
519 Failure occurred in a following context:
520 Context value=something
521 Context value2=something different
522 xxx/log-formatter-test.cpp:56: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": non sense
523 xxx/log-formatter-test.cpp:231: Leaving test case "bad_foo"
524 xxx/log-formatter-test.cpp:232: Entering test case "very_bad_foo"
525 xxx/log-formatter-test.cpp:68: fatal error: in "Fake Test Suite Hierarchy/4 test cases inside/very_bad_foo": very_bad_foo is fatal
526 Failure occurred in a following context:
527 some context
528 xxx/log-formatter-test.cpp:232: Leaving test case "very_bad_foo"
529 xxx/log-formatter-test.cpp:233: Entering test case "very_bad_exception"
530 xxx/log-formatter-test.cpp:77: error: in "Fake Test Suite Hierarchy/4 test cases inside/very_bad_exception": with some message
531 Failure occurred in a following context:
532 Context value=something
533 Context value2=something different
534 unknown location:0: fatal error: in "Fake Test Suite Hierarchy/4 test cases inside/very_bad_exception": unknown type
535 xxx/log-formatter-test.cpp:77: last checkpoint
536 Failure occurred in a following context:
537 exception context should be shown
538 xxx/log-formatter-test.cpp:233: Leaving test case "very_bad_exception"
539 xxx/log-formatter-test.cpp:234: Entering test case "bad_foo"
540 xxx/log-formatter-test.cpp:47: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo":
541 this is a message
542 xxx/log-formatter-test.cpp:50: info: check true has passed
543 xxx/log-formatter-test.cpp:54: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": with some message
544 Failure occurred in a following context:
545 Context value=something
546 Context value2=something different
547 xxx/log-formatter-test.cpp:56: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": non sense
548 xxx/log-formatter-test.cpp:234: Leaving test case "bad_foo"
549 xxx/log-formatter-test.cpp:230: Leaving test suite "4 test cases inside"
550 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
551 xxx/log-formatter-test.cpp:236: Leaving test suite "Fake Test Suite Hierarchy"
552
553 * 2-format *******************************************************************
554 <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="206"><![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="47"><![CDATA[]]></Error><Message file="xxx/log-formatter-test.cpp" line="49"><![CDATA[this is a message]]></Message><Info file="xxx/log-formatter-test.cpp" line="50"><![CDATA[check true has passed]]></Info><Error file="xxx/log-formatter-test.cpp" line="54"><![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="56"><![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="206"><![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="47"><![CDATA[]]></Error><Message file="xxx/log-formatter-test.cpp" line="49"><![CDATA[this is a message]]></Message><Info file="xxx/log-formatter-test.cpp" line="50"><![CDATA[check true has passed]]></Info><Error file="xxx/log-formatter-test.cpp" line="54"><![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="56"><![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="47"><![CDATA[]]></Error><Message file="xxx/log-formatter-test.cpp" line="49"><![CDATA[this is a message]]></Message><Info file="xxx/log-formatter-test.cpp" line="50"><![CDATA[check true has passed]]></Info><Error file="xxx/log-formatter-test.cpp" line="54"><![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="56"><![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="68"><![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="77"><![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="77"><![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="47"><![CDATA[]]></Error><Message file="xxx/log-formatter-test.cpp" line="49"><![CDATA[this is a message]]></Message><Info file="xxx/log-formatter-test.cpp" line="50"><![CDATA[check true has passed]]></Info><Error file="xxx/log-formatter-test.cpp" line="54"><![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="56"><![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>
555 * 3-format *******************************************************************
556 <?xml version="1.0" encoding="UTF-8"?>
557 <testsuite tests="2" skipped="3" errors="2" failures="6" id="0" name="Fake_Test_Suite_Hierarchy" time="0.1234">
558 <testcase assertions="0" classname="1_test_cases_inside" name="good_foo" time="0.1234">
559 <system-out><![CDATA[MESSAGE:
560 - file : boost.test framework
561 - line : 206
562 - message: Test case Fake Test Suite Hierarchy/1 test cases inside/good_foo did not check any assertions
563
564 ]]></system-out>
565 <system-err><![CDATA[Test case:
566 - name: Fake Test Suite Hierarchy/1 test cases inside/good_foo
567 - description: ''
568 - file: log-formatter-test.cpp
569 - line: 210
570 ]]></system-err>
571 </testcase>
572 <testcase assertions="4" classname="1_test_cases_inside" name="bad_foo" time="0.1234">
573 <failure message="failure" type="assertion error"><![CDATA[
574 ASSERTION FAILURE:
575 - file : log-formatter-test.cpp
576 - line : 47
577 - message:
578
579 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
580 ASSERTION FAILURE:
581 - file : log-formatter-test.cpp
582 - line : 54
583 - message: with some message
584 - context:
585 - 'Context value=something'
586 - 'Context value2=something different'
587
588
589 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
590 ASSERTION FAILURE:
591 - file : log-formatter-test.cpp
592 - line : 56
593 - message: non sense
594
595 ]]></failure><system-out><![CDATA[MESSAGE:
596 - file : log-formatter-test.cpp
597 - line : 49
598 - message: this is a message
599
600 INFO:
601 - file : log-formatter-test.cpp
602 - line : 50
603 - message: check true has passed
604
605 ]]></system-out>
606 <system-err><![CDATA[Test case:
607 - name: Fake Test Suite Hierarchy/1 test cases inside/bad_foo
608 - description: ''
609 - file: log-formatter-test.cpp
610 - line: 255
611 ]]></system-err>
612 </testcase>
613 <testcase assertions="0" classname="2_test_cases_inside" name="good_foo" time="0.1234">
614 <system-out><![CDATA[MESSAGE:
615 - file : boost.test framework
616 - line : 206
617 - message: Test case Fake Test Suite Hierarchy/2 test cases inside/good_foo did not check any assertions
618
619 ]]></system-out>
620 <system-err><![CDATA[Test case:
621 - name: Fake Test Suite Hierarchy/2 test cases inside/good_foo
622 - description: ''
623 - file: log-formatter-test.cpp
624 - line: 219
625 ]]></system-err>
626 </testcase>
627 <testcase assertions="4" classname="2_test_cases_inside" name="bad_foo" time="0.1234">
628 <failure message="failure" type="assertion error"><![CDATA[
629 ASSERTION FAILURE:
630 - file : log-formatter-test.cpp
631 - line : 47
632 - message:
633
634 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
635 ASSERTION FAILURE:
636 - file : log-formatter-test.cpp
637 - line : 54
638 - message: with some message
639 - context:
640 - 'Context value=something'
641 - 'Context value2=something different'
642
643
644 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
645 ASSERTION FAILURE:
646 - file : log-formatter-test.cpp
647 - line : 56
648 - message: non sense
649
650 ]]></failure><system-out><![CDATA[MESSAGE:
651 - file : log-formatter-test.cpp
652 - line : 49
653 - message: this is a message
654
655 INFO:
656 - file : log-formatter-test.cpp
657 - line : 50
658 - message: check true has passed
659
660 ]]></system-out>
661 <system-err><![CDATA[Test case:
662 - name: Fake Test Suite Hierarchy/2 test cases inside/bad_foo
663 - description: ''
664 - file: log-formatter-test.cpp
665 - line: 220
666 ]]></system-err>
667 </testcase>
668 <testcase assertions="0" classname="3_test_cases_inside" name="bad_foo" time="0.1234">
669 <skipped/>
670 <system-out><![CDATA[SKIPPING decision stack:
671 - disabled: Fake Test Suite Hierarchy/3 test cases inside
672 - skipping decision: 'dependency test suite "Fake Test Suite Hierarchy/1 test cases inside" has failed']]></system-out>
673 <system-err><![CDATA[Test case:
674 - name: Fake Test Suite Hierarchy/3 test cases inside/bad_foo
675 - description: ''
676 - file: log-formatter-test.cpp
677 - line: 223
678 ]]></system-err>
679 </testcase>
680 <testcase assertions="0" classname="3_test_cases_inside" name="very_bad_foo" time="0.1234">
681 <skipped/>
682 <system-out><![CDATA[SKIPPING decision stack:
683 - disabled: Fake Test Suite Hierarchy/3 test cases inside
684 - skipping decision: 'dependency test suite "Fake Test Suite Hierarchy/1 test cases inside" has failed']]></system-out>
685 <system-err><![CDATA[Test case:
686 - name: Fake Test Suite Hierarchy/3 test cases inside/very_bad_foo
687 - description: ''
688 - file: log-formatter-test.cpp
689 - line: 224
690 ]]></system-err>
691 </testcase>
692 <testcase assertions="0" classname="3_test_cases_inside" name="bad_foo" time="0.1234">
693 <skipped/>
694 <system-out><![CDATA[SKIPPING decision stack:
695 - disabled: Fake Test Suite Hierarchy/3 test cases inside
696 - skipping decision: 'dependency test suite "Fake Test Suite Hierarchy/1 test cases inside" has failed']]></system-out>
697 <system-err><![CDATA[Test case:
698 - name: Fake Test Suite Hierarchy/3 test cases inside/bad_foo
699 - description: ''
700 - file: log-formatter-test.cpp
701 - line: 226
702 ]]></system-err>
703 </testcase>
704 <testcase assertions="4" classname="4_test_cases_inside" name="bad_foo" time="0.1234">
705 <failure message="failure" type="assertion error"><![CDATA[
706 ASSERTION FAILURE:
707 - file : log-formatter-test.cpp
708 - line : 47
709 - message:
710
711 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
712 ASSERTION FAILURE:
713 - file : log-formatter-test.cpp
714 - line : 54
715 - message: with some message
716 - context:
717 - 'Context value=something'
718 - 'Context value2=something different'
719
720
721 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
722 ASSERTION FAILURE:
723 - file : log-formatter-test.cpp
724 - line : 56
725 - message: non sense
726
727 ]]></failure><system-out><![CDATA[MESSAGE:
728 - file : log-formatter-test.cpp
729 - line : 49
730 - message: this is a message
731
732 INFO:
733 - file : log-formatter-test.cpp
734 - line : 50
735 - message: check true has passed
736
737 ]]></system-out>
738 <system-err><![CDATA[Test case:
739 - name: Fake Test Suite Hierarchy/4 test cases inside/bad_foo
740 - description: ''
741 - file: log-formatter-test.cpp
742 - line: 231
743 ]]></system-err>
744 </testcase>
745 <testcase assertions="1" classname="4_test_cases_inside" name="very_bad_foo" time="0.1234">
746 <failure message="failure" type="fatal error"><![CDATA[
747 ASSERTION FAILURE:
748 - file : log-formatter-test.cpp
749 - line : 68
750 - message: very_bad_foo is fatal
751 - context:
752 - 'some context'
753
754
755 ]]></failure><system-err><![CDATA[Test case:
756 - name: Fake Test Suite Hierarchy/4 test cases inside/very_bad_foo
757 - description: ''
758 - file: log-formatter-test.cpp
759 - line: 232
760 ]]></system-err>
761 </testcase>
762 <testcase assertions="2" classname="4_test_cases_inside" name="very_bad_exception" time="0.1234">
763 <failure message="failure" type="assertion error"><![CDATA[
764 ASSERTION FAILURE:
765 - file : log-formatter-test.cpp
766 - line : 77
767 - message: with some message
768 - context:
769 - 'Context value=something'
770 - 'Context value2=something different'
771
772
773 ]]></failure><error message="unexpected exception" type="uncaught exception"><![CDATA[
774 UNCAUGHT EXCEPTION:
775 - file: unknown location
776 - line: 0
777
778
779 EXCEPTION STACK TRACE: --------------
780 unknown type
781 -------------------------------------
782
783 Last checkpoint:
784 - message: ""
785 - file: log-formatter-test.cpp
786 - line: 77
787
788
789 CONTEXT:
790 - 'exception context should be shown'
791 ]]></error><system-err><![CDATA[Test case:
792 - name: Fake Test Suite Hierarchy/4 test cases inside/very_bad_exception
793 - description: ''
794 - file: log-formatter-test.cpp
795 - line: 233
796 ]]></system-err>
797 </testcase>
798 <testcase assertions="4" classname="4_test_cases_inside" name="bad_foo" time="0.1234">
799 <failure message="failure" type="assertion error"><![CDATA[
800 ASSERTION FAILURE:
801 - file : log-formatter-test.cpp
802 - line : 47
803 - message:
804
805 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
806 ASSERTION FAILURE:
807 - file : log-formatter-test.cpp
808 - line : 54
809 - message: with some message
810 - context:
811 - 'Context value=something'
812 - 'Context value2=something different'
813
814
815 ]]></failure><failure message="failure" type="assertion error"><![CDATA[
816 ASSERTION FAILURE:
817 - file : log-formatter-test.cpp
818 - line : 56
819 - message: non sense
820
821 ]]></failure><system-out><![CDATA[MESSAGE:
822 - file : log-formatter-test.cpp
823 - line : 49
824 - message: this is a message
825
826 INFO:
827 - file : log-formatter-test.cpp
828 - line : 50
829 - message: check true has passed
830
831 ]]></system-out>
832 <system-err><![CDATA[Test case:
833 - name: Fake Test Suite Hierarchy/4 test cases inside/bad_foo
834 - description: ''
835 - file: log-formatter-test.cpp
836 - line: 234
837 ]]></system-err>
838 </testcase>
839 </testsuite>