]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
7c673cae
FG
1* 1-format *******************************************************************
2Running 1 test case...
3xxx/log-formatter-test.cpp:209: Entering test suite "1 test cases inside"
4xxx/log-formatter-test.cpp:210: Entering test case "good_foo"
5Test case Fake Test Suite Hierarchy/1 test cases inside/good_foo did not check any assertions
6xxx/log-formatter-test.cpp:210: Leaving test case "good_foo"
7xxx/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 *******************************************************************
30Running 1 test case...
31xxx/log-formatter-test.cpp:212: Entering test suite "1 bad test case inside"
32xxx/log-formatter-test.cpp:213: Entering test case "bad_foo"
33xxx/log-formatter-test.cpp:47: error: in "1 bad test case inside/bad_foo":
34this is a message
35xxx/log-formatter-test.cpp:50: info: check true has passed
36xxx/log-formatter-test.cpp:54: error: in "1 bad test case inside/bad_foo": with some message
37Failure occurred in a following context:
38 Context value=something
39 Context value2=something different
40xxx/log-formatter-test.cpp:56: error: in "1 bad test case inside/bad_foo": non sense
41xxx/log-formatter-test.cpp:213: Leaving test case "bad_foo"
42xxx/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[
51ASSERTION FAILURE:
52- file : log-formatter-test.cpp
53- line : 47
54- message:
55
56]]></failure><failure message="failure" type="assertion error"><![CDATA[
57ASSERTION 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[
67ASSERTION 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
77INFO:
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 *******************************************************************
92Running 1 test case...
93xxx/log-formatter-test.cpp:215: Entering test suite "1 almost good test case inside"
94xxx/log-formatter-test.cpp:216: Entering test case "almost_good_foo"
95xxx/log-formatter-test.cpp:43: warning: in "1 almost good test case inside/almost_good_foo": condition 2>3 is not satisfied [2 <= 3]
96Test case 1 almost good test case inside/almost_good_foo did not check any assertions
97xxx/log-formatter-test.cpp:216: Leaving test case "almost_good_foo"
98xxx/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
111MESSAGE:
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 *******************************************************************
126Running 2 test cases...
127xxx/log-formatter-test.cpp:218: Entering test suite "2 test cases inside"
128xxx/log-formatter-test.cpp:219: Entering test case "good_foo"
129Test case Fake Test Suite Hierarchy/2 test cases inside/good_foo did not check any assertions
130xxx/log-formatter-test.cpp:219: Leaving test case "good_foo"
131xxx/log-formatter-test.cpp:220: Entering test case "bad_foo"
132xxx/log-formatter-test.cpp:47: error: in "Fake Test Suite Hierarchy/2 test cases inside/bad_foo":
133this is a message
134xxx/log-formatter-test.cpp:50: info: check true has passed
135xxx/log-formatter-test.cpp:54: error: in "Fake Test Suite Hierarchy/2 test cases inside/bad_foo": with some message
136Failure occurred in a following context:
137 Context value=something
138 Context value2=something different
139xxx/log-formatter-test.cpp:56: error: in "Fake Test Suite Hierarchy/2 test cases inside/bad_foo": non sense
140xxx/log-formatter-test.cpp:220: Leaving test case "bad_foo"
141xxx/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[
164ASSERTION FAILURE:
165- file : log-formatter-test.cpp
166- line : 47
167- message:
168
169]]></failure><failure message="failure" type="assertion error"><![CDATA[
170ASSERTION 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[
180ASSERTION 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
190INFO:
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 *******************************************************************
205Running 3 test cases...
206xxx/log-formatter-test.cpp:222: Entering test suite "3 test cases inside"
207xxx/log-formatter-test.cpp:223: Entering test case "bad_foo"
208xxx/log-formatter-test.cpp:47: error: in "Fake Test Suite Hierarchy/3 test cases inside/bad_foo":
209this is a message
210xxx/log-formatter-test.cpp:50: info: check true has passed
211xxx/log-formatter-test.cpp:54: error: in "Fake Test Suite Hierarchy/3 test cases inside/bad_foo": with some message
212Failure occurred in a following context:
213 Context value=something
214 Context value2=something different
215xxx/log-formatter-test.cpp:56: error: in "Fake Test Suite Hierarchy/3 test cases inside/bad_foo": non sense
216xxx/log-formatter-test.cpp:223: Leaving test case "bad_foo"
217xxx/log-formatter-test.cpp:224: Entering test case "very_bad_foo"
218xxx/log-formatter-test.cpp:68: fatal error: in "Fake Test Suite Hierarchy/3 test cases inside/very_bad_foo": very_bad_foo is fatal
219Failure occurred in a following context:
220 some context
221xxx/log-formatter-test.cpp:224: Leaving test case "very_bad_foo"
222xxx/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
223xxx/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[
232ASSERTION FAILURE:
233- file : log-formatter-test.cpp
234- line : 47
235- message:
236
237]]></failure><failure message="failure" type="assertion error"><![CDATA[
238ASSERTION 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[
248ASSERTION 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
258INFO:
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[
273ASSERTION 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 *******************************************************************
300Running 4 test cases...
301xxx/log-formatter-test.cpp:230: Entering test suite "4 test cases inside"
302xxx/log-formatter-test.cpp:231: Entering test case "bad_foo"
303xxx/log-formatter-test.cpp:47: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo":
304this is a message
305xxx/log-formatter-test.cpp:50: info: check true has passed
306xxx/log-formatter-test.cpp:54: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": with some message
307Failure occurred in a following context:
308 Context value=something
309 Context value2=something different
310xxx/log-formatter-test.cpp:56: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": non sense
311xxx/log-formatter-test.cpp:231: Leaving test case "bad_foo"
312xxx/log-formatter-test.cpp:232: Entering test case "very_bad_foo"
313xxx/log-formatter-test.cpp:68: fatal error: in "Fake Test Suite Hierarchy/4 test cases inside/very_bad_foo": very_bad_foo is fatal
314Failure occurred in a following context:
315 some context
316xxx/log-formatter-test.cpp:232: Leaving test case "very_bad_foo"
317xxx/log-formatter-test.cpp:233: Entering test case "very_bad_exception"
318xxx/log-formatter-test.cpp:77: error: in "Fake Test Suite Hierarchy/4 test cases inside/very_bad_exception": with some message
319Failure occurred in a following context:
320 Context value=something
321 Context value2=something different
322unknown location:0: fatal error: in "Fake Test Suite Hierarchy/4 test cases inside/very_bad_exception": unknown type
323xxx/log-formatter-test.cpp:77: last checkpoint
324Failure occurred in a following context:
325 exception context should be shown
326xxx/log-formatter-test.cpp:233: Leaving test case "very_bad_exception"
327xxx/log-formatter-test.cpp:234: Entering test case "bad_foo"
328xxx/log-formatter-test.cpp:47: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo":
329this is a message
330xxx/log-formatter-test.cpp:50: info: check true has passed
331xxx/log-formatter-test.cpp:54: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": with some message
332Failure occurred in a following context:
333 Context value=something
334 Context value2=something different
335xxx/log-formatter-test.cpp:56: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": non sense
336xxx/log-formatter-test.cpp:234: Leaving test case "bad_foo"
337xxx/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[
346ASSERTION FAILURE:
347- file : log-formatter-test.cpp
348- line : 47
349- message:
350
351]]></failure><failure message="failure" type="assertion error"><![CDATA[
352ASSERTION 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[
362ASSERTION 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
372INFO:
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[
387ASSERTION 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[
404ASSERTION 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[
414UNCAUGHT EXCEPTION:
415- file: unknown location
416- line: 0
417
418
419EXCEPTION STACK TRACE: --------------
420unknown type
421-------------------------------------
422
423Last checkpoint:
424- message: ""
425- file: log-formatter-test.cpp
426- line: 77
427
428
429CONTEXT:
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[
440ASSERTION FAILURE:
441- file : log-formatter-test.cpp
442- line : 47
443- message:
444
445]]></failure><failure message="failure" type="assertion error"><![CDATA[
446ASSERTION 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[
456ASSERTION 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
466INFO:
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 *******************************************************************
481Running 11 test cases...
482xxx/log-formatter-test.cpp:236: Entering test suite "Fake Test Suite Hierarchy"
483xxx/log-formatter-test.cpp:209: Entering test suite "1 test cases inside"
484xxx/log-formatter-test.cpp:210: Entering test case "good_foo"
485Test case Fake Test Suite Hierarchy/1 test cases inside/good_foo did not check any assertions
486xxx/log-formatter-test.cpp:210: Leaving test case "good_foo"
487xxx/log-formatter-test.cpp:255: Entering test case "bad_foo"
488xxx/log-formatter-test.cpp:47: error: in "Fake Test Suite Hierarchy/1 test cases inside/bad_foo":
489this is a message
490xxx/log-formatter-test.cpp:50: info: check true has passed
491xxx/log-formatter-test.cpp:54: error: in "Fake Test Suite Hierarchy/1 test cases inside/bad_foo": with some message
492Failure occurred in a following context:
493 Context value=something
494 Context value2=something different
495xxx/log-formatter-test.cpp:56: error: in "Fake Test Suite Hierarchy/1 test cases inside/bad_foo": non sense
496xxx/log-formatter-test.cpp:255: Leaving test case "bad_foo"
497xxx/log-formatter-test.cpp:209: Leaving test suite "1 test cases inside"
498xxx/log-formatter-test.cpp:218: Entering test suite "2 test cases inside"
499xxx/log-formatter-test.cpp:219: Entering test case "good_foo"
500Test case Fake Test Suite Hierarchy/2 test cases inside/good_foo did not check any assertions
501xxx/log-formatter-test.cpp:219: Leaving test case "good_foo"
502xxx/log-formatter-test.cpp:220: Entering test case "bad_foo"
503xxx/log-formatter-test.cpp:47: error: in "Fake Test Suite Hierarchy/2 test cases inside/bad_foo":
504this is a message
505xxx/log-formatter-test.cpp:50: info: check true has passed
506xxx/log-formatter-test.cpp:54: error: in "Fake Test Suite Hierarchy/2 test cases inside/bad_foo": with some message
507Failure occurred in a following context:
508 Context value=something
509 Context value2=something different
510xxx/log-formatter-test.cpp:56: error: in "Fake Test Suite Hierarchy/2 test cases inside/bad_foo": non sense
511xxx/log-formatter-test.cpp:220: Leaving test case "bad_foo"
512xxx/log-formatter-test.cpp:218: Leaving test suite "2 test cases inside"
513xxx/log-formatter-test.cpp:230: Entering test suite "4 test cases inside"
514xxx/log-formatter-test.cpp:231: Entering test case "bad_foo"
515xxx/log-formatter-test.cpp:47: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo":
516this is a message
517xxx/log-formatter-test.cpp:50: info: check true has passed
518xxx/log-formatter-test.cpp:54: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": with some message
519Failure occurred in a following context:
520 Context value=something
521 Context value2=something different
522xxx/log-formatter-test.cpp:56: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": non sense
523xxx/log-formatter-test.cpp:231: Leaving test case "bad_foo"
524xxx/log-formatter-test.cpp:232: Entering test case "very_bad_foo"
525xxx/log-formatter-test.cpp:68: fatal error: in "Fake Test Suite Hierarchy/4 test cases inside/very_bad_foo": very_bad_foo is fatal
526Failure occurred in a following context:
527 some context
528xxx/log-formatter-test.cpp:232: Leaving test case "very_bad_foo"
529xxx/log-formatter-test.cpp:233: Entering test case "very_bad_exception"
530xxx/log-formatter-test.cpp:77: error: in "Fake Test Suite Hierarchy/4 test cases inside/very_bad_exception": with some message
531Failure occurred in a following context:
532 Context value=something
533 Context value2=something different
534unknown location:0: fatal error: in "Fake Test Suite Hierarchy/4 test cases inside/very_bad_exception": unknown type
535xxx/log-formatter-test.cpp:77: last checkpoint
536Failure occurred in a following context:
537 exception context should be shown
538xxx/log-formatter-test.cpp:233: Leaving test case "very_bad_exception"
539xxx/log-formatter-test.cpp:234: Entering test case "bad_foo"
540xxx/log-formatter-test.cpp:47: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo":
541this is a message
542xxx/log-formatter-test.cpp:50: info: check true has passed
543xxx/log-formatter-test.cpp:54: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": with some message
544Failure occurred in a following context:
545 Context value=something
546 Context value2=something different
547xxx/log-formatter-test.cpp:56: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": non sense
548xxx/log-formatter-test.cpp:234: Leaving test case "bad_foo"
549xxx/log-formatter-test.cpp:230: Leaving test suite "4 test cases inside"
550xxx/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
551xxx/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[
574ASSERTION FAILURE:
575- file : log-formatter-test.cpp
576- line : 47
577- message:
578
579]]></failure><failure message="failure" type="assertion error"><![CDATA[
580ASSERTION 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[
590ASSERTION 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
600INFO:
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[
629ASSERTION FAILURE:
630- file : log-formatter-test.cpp
631- line : 47
632- message:
633
634]]></failure><failure message="failure" type="assertion error"><![CDATA[
635ASSERTION 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[
645ASSERTION 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
655INFO:
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[
706ASSERTION FAILURE:
707- file : log-formatter-test.cpp
708- line : 47
709- message:
710
711]]></failure><failure message="failure" type="assertion error"><![CDATA[
712ASSERTION 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[
722ASSERTION 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
732INFO:
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[
747ASSERTION 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[
764ASSERTION 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[
774UNCAUGHT EXCEPTION:
775- file: unknown location
776- line: 0
777
778
779EXCEPTION STACK TRACE: --------------
780unknown type
781-------------------------------------
782
783Last checkpoint:
784- message: ""
785- file: log-formatter-test.cpp
786- line: 77
787
788
789CONTEXT:
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[
800ASSERTION FAILURE:
801- file : log-formatter-test.cpp
802- line : 47
803- message:
804
805]]></failure><failure message="failure" type="assertion error"><![CDATA[
806ASSERTION 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[
816ASSERTION 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
826INFO:
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>