]> git.proxmox.com Git - ceph.git/blame - 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
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 *******************************************************************
b32b8144 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>
7c673cae
FG
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
b32b8144 17- line : 212
7c673cae
FG
18- message: Test case Fake Test Suite Hierarchy/1 test cases inside/good_foo did not check any assertions
19
20]]></system-out>
b32b8144
FG
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">
7c673cae
FG
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"
b32b8144 33xxx/log-formatter-test.cpp:48: error: in "1 bad test case inside/bad_foo":
7c673cae 34this is a message
b32b8144
FG
35xxx/log-formatter-test.cpp:51: info: check true has passed
36xxx/log-formatter-test.cpp:55: error: in "1 bad test case inside/bad_foo": with some message
7c673cae
FG
37Failure occurred in a following context:
38 Context value=something
39 Context value2=something different
b32b8144 40xxx/log-formatter-test.cpp:57: error: in "1 bad test case inside/bad_foo": non sense
7c673cae
FG
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 *******************************************************************
b32b8144 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>
7c673cae
FG
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
b32b8144 53- line : 48
7c673cae
FG
54- message:
55
56]]></failure><failure message="failure" type="assertion error"><![CDATA[
57ASSERTION FAILURE:
58- file : log-formatter-test.cpp
b32b8144 59- line : 55
7c673cae
FG
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
b32b8144 69- line : 57
7c673cae
FG
70- message: non sense
71
72]]></failure><system-out><![CDATA[MESSAGE:
73- file : log-formatter-test.cpp
b32b8144 74- line : 50
7c673cae
FG
75- message: this is a message
76
77INFO:
78- file : log-formatter-test.cpp
b32b8144 79- line : 51
7c673cae
FG
80- message: check true has passed
81
82]]></system-out>
b32b8144
FG
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[
95ASSERTION FAILURE:
96- file : log-formatter-test.cpp
97- line : 48
98- message:
99
100]]></failure><failure message="failure" type="assertion error"><![CDATA[
101ASSERTION 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[
111ASSERTION 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
7c673cae
FG
118- file: log-formatter-test.cpp
119- line: 213
120]]></system-err>
121</testcase>
122</testsuite>
123* 1-format *******************************************************************
124Running 1 test case...
125xxx/log-formatter-test.cpp:215: Entering test suite "1 almost good test case inside"
126xxx/log-formatter-test.cpp:216: Entering test case "almost_good_foo"
b32b8144 127xxx/log-formatter-test.cpp:44: warning: in "1 almost good test case inside/almost_good_foo": condition 2>3 is not satisfied [2 <= 3]
7c673cae
FG
128Test case 1 almost good test case inside/almost_good_foo did not check any assertions
129xxx/log-formatter-test.cpp:216: Leaving test case "almost_good_foo"
130xxx/log-formatter-test.cpp:215: Leaving test suite "1 almost good test case inside"
131
132* 2-format *******************************************************************
b32b8144 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>
7c673cae
FG
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
b32b8144 140- line : 44
7c673cae
FG
141- message: condition 2>3 is not satisfied [2 <= 3]
142
143MESSAGE:
144- file : boost.test framework
b32b8144 145- line : 212
7c673cae
FG
146- message: Test case 1 almost good test case inside/almost_good_foo did not check any assertions
147
148]]></system-out>
b32b8144
FG
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">
7c673cae
FG
155</testcase>
156</testsuite>
157* 1-format *******************************************************************
158Running 2 test cases...
159xxx/log-formatter-test.cpp:218: Entering test suite "2 test cases inside"
160xxx/log-formatter-test.cpp:219: Entering test case "good_foo"
161Test case Fake Test Suite Hierarchy/2 test cases inside/good_foo did not check any assertions
162xxx/log-formatter-test.cpp:219: Leaving test case "good_foo"
163xxx/log-formatter-test.cpp:220: Entering test case "bad_foo"
b32b8144 164xxx/log-formatter-test.cpp:48: error: in "Fake Test Suite Hierarchy/2 test cases inside/bad_foo":
7c673cae 165this is a message
b32b8144
FG
166xxx/log-formatter-test.cpp:51: info: check true has passed
167xxx/log-formatter-test.cpp:55: error: in "Fake Test Suite Hierarchy/2 test cases inside/bad_foo": with some message
7c673cae
FG
168Failure occurred in a following context:
169 Context value=something
170 Context value2=something different
b32b8144 171xxx/log-formatter-test.cpp:57: error: in "Fake Test Suite Hierarchy/2 test cases inside/bad_foo": non sense
7c673cae
FG
172xxx/log-formatter-test.cpp:220: Leaving test case "bad_foo"
173xxx/log-formatter-test.cpp:218: Leaving test suite "2 test cases inside"
174
175* 2-format *******************************************************************
b32b8144 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>
7c673cae
FG
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
b32b8144 183- line : 212
7c673cae
FG
184- message: Test case Fake Test Suite Hierarchy/2 test cases inside/good_foo did not check any assertions
185
186]]></system-out>
7c673cae
FG
187</testcase>
188<testcase assertions="4" name="bad_foo" time="0.1234">
189<failure message="failure" type="assertion error"><![CDATA[
190ASSERTION FAILURE:
191- file : log-formatter-test.cpp
b32b8144 192- line : 48
7c673cae
FG
193- message:
194
195]]></failure><failure message="failure" type="assertion error"><![CDATA[
196ASSERTION FAILURE:
197- file : log-formatter-test.cpp
b32b8144 198- line : 55
7c673cae
FG
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[
206ASSERTION FAILURE:
207- file : log-formatter-test.cpp
b32b8144 208- line : 57
7c673cae
FG
209- message: non sense
210
211]]></failure><system-out><![CDATA[MESSAGE:
212- file : log-formatter-test.cpp
b32b8144 213- line : 50
7c673cae
FG
214- message: this is a message
215
216INFO:
217- file : log-formatter-test.cpp
b32b8144 218- line : 51
7c673cae
FG
219- message: check true has passed
220
221]]></system-out>
b32b8144
FG
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[
236ASSERTION FAILURE:
237- file : log-formatter-test.cpp
238- line : 48
239- message:
240
241]]></failure><failure message="failure" type="assertion error"><![CDATA[
242ASSERTION 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[
252ASSERTION 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
7c673cae
FG
259- file: log-formatter-test.cpp
260- line: 220
261]]></system-err>
262</testcase>
263</testsuite>
264* 1-format *******************************************************************
265Running 3 test cases...
266xxx/log-formatter-test.cpp:222: Entering test suite "3 test cases inside"
267xxx/log-formatter-test.cpp:223: Entering test case "bad_foo"
b32b8144 268xxx/log-formatter-test.cpp:48: error: in "Fake Test Suite Hierarchy/3 test cases inside/bad_foo":
7c673cae 269this is a message
b32b8144
FG
270xxx/log-formatter-test.cpp:51: info: check true has passed
271xxx/log-formatter-test.cpp:55: error: in "Fake Test Suite Hierarchy/3 test cases inside/bad_foo": with some message
7c673cae
FG
272Failure occurred in a following context:
273 Context value=something
274 Context value2=something different
b32b8144 275xxx/log-formatter-test.cpp:57: error: in "Fake Test Suite Hierarchy/3 test cases inside/bad_foo": non sense
7c673cae
FG
276xxx/log-formatter-test.cpp:223: Leaving test case "bad_foo"
277xxx/log-formatter-test.cpp:224: Entering test case "very_bad_foo"
b32b8144 278xxx/log-formatter-test.cpp:62: fatal error: in "Fake Test Suite Hierarchy/3 test cases inside/very_bad_foo": very_bad_foo is fatal
7c673cae
FG
279Failure occurred in a following context:
280 some context
281xxx/log-formatter-test.cpp:224: Leaving test case "very_bad_foo"
282xxx/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
283xxx/log-formatter-test.cpp:222: Leaving test suite "3 test cases inside"
284
285* 2-format *******************************************************************
b32b8144 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>
7c673cae
FG
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[
292ASSERTION FAILURE:
293- file : log-formatter-test.cpp
b32b8144 294- line : 48
7c673cae
FG
295- message:
296
297]]></failure><failure message="failure" type="assertion error"><![CDATA[
298ASSERTION FAILURE:
299- file : log-formatter-test.cpp
b32b8144 300- line : 55
7c673cae
FG
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[
308ASSERTION FAILURE:
309- file : log-formatter-test.cpp
b32b8144 310- line : 57
7c673cae
FG
311- message: non sense
312
313]]></failure><system-out><![CDATA[MESSAGE:
314- file : log-formatter-test.cpp
b32b8144 315- line : 50
7c673cae
FG
316- message: this is a message
317
318INFO:
319- file : log-formatter-test.cpp
b32b8144 320- line : 51
7c673cae
FG
321- message: check true has passed
322
323]]></system-out>
b32b8144
FG
324<system-err><![CDATA[Failures detected in:
325- test case: Fake Test Suite Hierarchy/3 test cases inside/bad_foo
7c673cae
FG
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[
332ASSERTION FAILURE:
333- file : log-formatter-test.cpp
b32b8144 334- line : 62
7c673cae
FG
335- message: very_bad_foo is fatal
336- context:
337 - 'some context'
338
339
b32b8144
FG
340]]></failure><system-err><![CDATA[Failures detected in:
341- test case: Fake Test Suite Hierarchy/3 test cases inside/very_bad_foo
7c673cae
FG
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/>
b32b8144
FG
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[
358ASSERTION FAILURE:
359- file : log-formatter-test.cpp
360- line : 48
361- message:
362
363]]></failure><failure message="failure" type="assertion error"><![CDATA[
364ASSERTION 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[
374ASSERTION 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
7c673cae 381- file: log-formatter-test.cpp
b32b8144 382- line: 223
7c673cae
FG
383]]></system-err>
384</testcase>
b32b8144
FG
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 : 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>
7c673cae
FG
407</testsuite>
408* 1-format *******************************************************************
409Running 4 test cases...
410xxx/log-formatter-test.cpp:230: Entering test suite "4 test cases inside"
411xxx/log-formatter-test.cpp:231: Entering test case "bad_foo"
b32b8144 412xxx/log-formatter-test.cpp:48: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo":
7c673cae 413this is a message
b32b8144
FG
414xxx/log-formatter-test.cpp:51: info: check true has passed
415xxx/log-formatter-test.cpp:55: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": with some message
7c673cae
FG
416Failure occurred in a following context:
417 Context value=something
418 Context value2=something different
b32b8144 419xxx/log-formatter-test.cpp:57: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": non sense
7c673cae
FG
420xxx/log-formatter-test.cpp:231: Leaving test case "bad_foo"
421xxx/log-formatter-test.cpp:232: Entering test case "very_bad_foo"
b32b8144 422xxx/log-formatter-test.cpp:62: fatal error: in "Fake Test Suite Hierarchy/4 test cases inside/very_bad_foo": very_bad_foo is fatal
7c673cae
FG
423Failure occurred in a following context:
424 some context
425xxx/log-formatter-test.cpp:232: Leaving test case "very_bad_foo"
426xxx/log-formatter-test.cpp:233: Entering test case "very_bad_exception"
b32b8144 427xxx/log-formatter-test.cpp:71: error: in "Fake Test Suite Hierarchy/4 test cases inside/very_bad_exception": with some message
7c673cae
FG
428Failure occurred in a following context:
429 Context value=something
430 Context value2=something different
431unknown location:0: fatal error: in "Fake Test Suite Hierarchy/4 test cases inside/very_bad_exception": unknown type
b32b8144 432xxx/log-formatter-test.cpp:71: last checkpoint
7c673cae
FG
433Failure occurred in a following context:
434 exception context should be shown
435xxx/log-formatter-test.cpp:233: Leaving test case "very_bad_exception"
436xxx/log-formatter-test.cpp:234: Entering test case "bad_foo"
b32b8144 437xxx/log-formatter-test.cpp:48: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo":
7c673cae 438this is a message
b32b8144
FG
439xxx/log-formatter-test.cpp:51: info: check true has passed
440xxx/log-formatter-test.cpp:55: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": with some message
7c673cae
FG
441Failure occurred in a following context:
442 Context value=something
443 Context value2=something different
b32b8144 444xxx/log-formatter-test.cpp:57: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": non sense
7c673cae
FG
445xxx/log-formatter-test.cpp:234: Leaving test case "bad_foo"
446xxx/log-formatter-test.cpp:230: Leaving test suite "4 test cases inside"
447
448* 2-format *******************************************************************
b32b8144 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>
7c673cae
FG
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[
455ASSERTION FAILURE:
456- file : log-formatter-test.cpp
b32b8144 457- line : 48
7c673cae
FG
458- message:
459
460]]></failure><failure message="failure" type="assertion error"><![CDATA[
461ASSERTION FAILURE:
462- file : log-formatter-test.cpp
b32b8144 463- line : 55
7c673cae
FG
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[
471ASSERTION FAILURE:
472- file : log-formatter-test.cpp
b32b8144 473- line : 57
7c673cae
FG
474- message: non sense
475
476]]></failure><system-out><![CDATA[MESSAGE:
477- file : log-formatter-test.cpp
b32b8144 478- line : 50
7c673cae
FG
479- message: this is a message
480
481INFO:
482- file : log-formatter-test.cpp
b32b8144 483- line : 51
7c673cae
FG
484- message: check true has passed
485
486]]></system-out>
b32b8144
FG
487<system-err><![CDATA[Failures detected in:
488- test case: Fake Test Suite Hierarchy/4 test cases inside/bad_foo
7c673cae
FG
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[
495ASSERTION FAILURE:
496- file : log-formatter-test.cpp
b32b8144 497- line : 62
7c673cae
FG
498- message: very_bad_foo is fatal
499- context:
500 - 'some context'
501
502
b32b8144
FG
503]]></failure><system-err><![CDATA[Failures detected in:
504- test case: Fake Test Suite Hierarchy/4 test cases inside/very_bad_foo
7c673cae
FG
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[
511ASSERTION FAILURE:
512- file : log-formatter-test.cpp
b32b8144 513- line : 71
7c673cae
FG
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[
521UNCAUGHT EXCEPTION:
522- file: unknown location
523- line: 0
524
525
526EXCEPTION STACK TRACE: --------------
527unknown type
528-------------------------------------
529
530Last checkpoint:
531- message: ""
532- file: log-formatter-test.cpp
b32b8144 533- line: 71
7c673cae
FG
534
535
536CONTEXT:
537- 'exception context should be shown'
b32b8144
FG
538]]></error><system-err><![CDATA[Failures detected in:
539- test case: Fake Test Suite Hierarchy/4 test cases inside/very_bad_exception
7c673cae
FG
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[
546ASSERTION FAILURE:
547- file : log-formatter-test.cpp
b32b8144 548- line : 48
7c673cae
FG
549- message:
550
551]]></failure><failure message="failure" type="assertion error"><![CDATA[
552ASSERTION FAILURE:
553- file : log-formatter-test.cpp
b32b8144 554- line : 55
7c673cae
FG
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[
562ASSERTION FAILURE:
563- file : log-formatter-test.cpp
b32b8144 564- line : 57
7c673cae
FG
565- message: non sense
566
567]]></failure><system-out><![CDATA[MESSAGE:
568- file : log-formatter-test.cpp
b32b8144 569- line : 50
7c673cae
FG
570- message: this is a message
571
572INFO:
573- file : log-formatter-test.cpp
b32b8144 574- line : 51
7c673cae
FG
575- message: check true has passed
576
577]]></system-out>
b32b8144
FG
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[
590ASSERTION FAILURE:
591- file : log-formatter-test.cpp
592- line : 48
593- message:
594
595]]></failure><failure message="failure" type="assertion error"><![CDATA[
596ASSERTION 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[
606ASSERTION 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[
619ASSERTION 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[
635ASSERTION 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[
645UNCAUGHT EXCEPTION:
646- file: unknown location
647- line: 0
648
649
650EXCEPTION STACK TRACE: --------------
651unknown type
652-------------------------------------
653
654Last checkpoint:
655- message: ""
656- file: log-formatter-test.cpp
657- line: 71
658
659
660CONTEXT:
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[
670ASSERTION FAILURE:
671- file : log-formatter-test.cpp
672- line : 48
673- message:
674
675]]></failure><failure message="failure" type="assertion error"><![CDATA[
676ASSERTION 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[
686ASSERTION 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
7c673cae
FG
693- file: log-formatter-test.cpp
694- line: 234
695]]></system-err>
696</testcase>
697</testsuite>
698* 1-format *******************************************************************
699Running 11 test cases...
700xxx/log-formatter-test.cpp:236: Entering test suite "Fake Test Suite Hierarchy"
701xxx/log-formatter-test.cpp:209: Entering test suite "1 test cases inside"
702xxx/log-formatter-test.cpp:210: Entering test case "good_foo"
703Test case Fake Test Suite Hierarchy/1 test cases inside/good_foo did not check any assertions
704xxx/log-formatter-test.cpp:210: Leaving test case "good_foo"
705xxx/log-formatter-test.cpp:255: Entering test case "bad_foo"
b32b8144 706xxx/log-formatter-test.cpp:48: error: in "Fake Test Suite Hierarchy/1 test cases inside/bad_foo":
7c673cae 707this is a message
b32b8144
FG
708xxx/log-formatter-test.cpp:51: info: check true has passed
709xxx/log-formatter-test.cpp:55: error: in "Fake Test Suite Hierarchy/1 test cases inside/bad_foo": with some message
7c673cae
FG
710Failure occurred in a following context:
711 Context value=something
712 Context value2=something different
b32b8144 713xxx/log-formatter-test.cpp:57: error: in "Fake Test Suite Hierarchy/1 test cases inside/bad_foo": non sense
7c673cae
FG
714xxx/log-formatter-test.cpp:255: Leaving test case "bad_foo"
715xxx/log-formatter-test.cpp:209: Leaving test suite "1 test cases inside"
716xxx/log-formatter-test.cpp:218: Entering test suite "2 test cases inside"
717xxx/log-formatter-test.cpp:219: Entering test case "good_foo"
718Test case Fake Test Suite Hierarchy/2 test cases inside/good_foo did not check any assertions
719xxx/log-formatter-test.cpp:219: Leaving test case "good_foo"
720xxx/log-formatter-test.cpp:220: Entering test case "bad_foo"
b32b8144 721xxx/log-formatter-test.cpp:48: error: in "Fake Test Suite Hierarchy/2 test cases inside/bad_foo":
7c673cae 722this is a message
b32b8144
FG
723xxx/log-formatter-test.cpp:51: info: check true has passed
724xxx/log-formatter-test.cpp:55: error: in "Fake Test Suite Hierarchy/2 test cases inside/bad_foo": with some message
7c673cae
FG
725Failure occurred in a following context:
726 Context value=something
727 Context value2=something different
b32b8144 728xxx/log-formatter-test.cpp:57: error: in "Fake Test Suite Hierarchy/2 test cases inside/bad_foo": non sense
7c673cae
FG
729xxx/log-formatter-test.cpp:220: Leaving test case "bad_foo"
730xxx/log-formatter-test.cpp:218: Leaving test suite "2 test cases inside"
731xxx/log-formatter-test.cpp:230: Entering test suite "4 test cases inside"
732xxx/log-formatter-test.cpp:231: Entering test case "bad_foo"
b32b8144 733xxx/log-formatter-test.cpp:48: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo":
7c673cae 734this is a message
b32b8144
FG
735xxx/log-formatter-test.cpp:51: info: check true has passed
736xxx/log-formatter-test.cpp:55: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": with some message
7c673cae
FG
737Failure occurred in a following context:
738 Context value=something
739 Context value2=something different
b32b8144 740xxx/log-formatter-test.cpp:57: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": non sense
7c673cae
FG
741xxx/log-formatter-test.cpp:231: Leaving test case "bad_foo"
742xxx/log-formatter-test.cpp:232: Entering test case "very_bad_foo"
b32b8144 743xxx/log-formatter-test.cpp:62: fatal error: in "Fake Test Suite Hierarchy/4 test cases inside/very_bad_foo": very_bad_foo is fatal
7c673cae
FG
744Failure occurred in a following context:
745 some context
746xxx/log-formatter-test.cpp:232: Leaving test case "very_bad_foo"
747xxx/log-formatter-test.cpp:233: Entering test case "very_bad_exception"
b32b8144 748xxx/log-formatter-test.cpp:71: error: in "Fake Test Suite Hierarchy/4 test cases inside/very_bad_exception": with some message
7c673cae
FG
749Failure occurred in a following context:
750 Context value=something
751 Context value2=something different
752unknown location:0: fatal error: in "Fake Test Suite Hierarchy/4 test cases inside/very_bad_exception": unknown type
b32b8144 753xxx/log-formatter-test.cpp:71: last checkpoint
7c673cae
FG
754Failure occurred in a following context:
755 exception context should be shown
756xxx/log-formatter-test.cpp:233: Leaving test case "very_bad_exception"
757xxx/log-formatter-test.cpp:234: Entering test case "bad_foo"
b32b8144 758xxx/log-formatter-test.cpp:48: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo":
7c673cae 759this is a message
b32b8144
FG
760xxx/log-formatter-test.cpp:51: info: check true has passed
761xxx/log-formatter-test.cpp:55: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": with some message
7c673cae
FG
762Failure occurred in a following context:
763 Context value=something
764 Context value2=something different
b32b8144 765xxx/log-formatter-test.cpp:57: error: in "Fake Test Suite Hierarchy/4 test cases inside/bad_foo": non sense
7c673cae
FG
766xxx/log-formatter-test.cpp:234: Leaving test case "bad_foo"
767xxx/log-formatter-test.cpp:230: Leaving test suite "4 test cases inside"
768xxx/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
769xxx/log-formatter-test.cpp:236: Leaving test suite "Fake Test Suite Hierarchy"
770
771* 2-format *******************************************************************
b32b8144 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>
7c673cae
FG
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
b32b8144 779- line : 212
7c673cae
FG
780- message: Test case Fake Test Suite Hierarchy/1 test cases inside/good_foo did not check any assertions
781
782]]></system-out>
7c673cae
FG
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[
786ASSERTION FAILURE:
787- file : log-formatter-test.cpp
b32b8144 788- line : 48
7c673cae
FG
789- message:
790
791]]></failure><failure message="failure" type="assertion error"><![CDATA[
792ASSERTION FAILURE:
793- file : log-formatter-test.cpp
b32b8144 794- line : 55
7c673cae
FG
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[
802ASSERTION FAILURE:
803- file : log-formatter-test.cpp
b32b8144 804- line : 57
7c673cae
FG
805- message: non sense
806
807]]></failure><system-out><![CDATA[MESSAGE:
808- file : log-formatter-test.cpp
b32b8144 809- line : 50
7c673cae
FG
810- message: this is a message
811
812INFO:
813- file : log-formatter-test.cpp
b32b8144 814- line : 51
7c673cae
FG
815- message: check true has passed
816
817]]></system-out>
b32b8144
FG
818<system-err><![CDATA[Failures detected in:
819- test case: Fake Test Suite Hierarchy/1 test cases inside/bad_foo
7c673cae
FG
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
b32b8144 827- line : 212
7c673cae
FG
828- message: Test case Fake Test Suite Hierarchy/2 test cases inside/good_foo did not check any assertions
829
830]]></system-out>
7c673cae
FG
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[
834ASSERTION FAILURE:
835- file : log-formatter-test.cpp
b32b8144 836- line : 48
7c673cae
FG
837- message:
838
839]]></failure><failure message="failure" type="assertion error"><![CDATA[
840ASSERTION FAILURE:
841- file : log-formatter-test.cpp
b32b8144 842- line : 55
7c673cae
FG
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[
850ASSERTION FAILURE:
851- file : log-formatter-test.cpp
b32b8144 852- line : 57
7c673cae
FG
853- message: non sense
854
855]]></failure><system-out><![CDATA[MESSAGE:
856- file : log-formatter-test.cpp
b32b8144 857- line : 50
7c673cae
FG
858- message: this is a message
859
860INFO:
861- file : log-formatter-test.cpp
b32b8144 862- line : 51
7c673cae
FG
863- message: check true has passed
864
865]]></system-out>
b32b8144
FG
866<system-err><![CDATA[Failures detected in:
867- test case: Fake Test Suite Hierarchy/2 test cases inside/bad_foo
7c673cae
FG
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/>
b32b8144
FG
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>
7c673cae
FG
878</testcase>
879<testcase assertions="0" classname="3_test_cases_inside" name="very_bad_foo" time="0.1234">
880<skipped/>
b32b8144
FG
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>
7c673cae
FG
885</testcase>
886<testcase assertions="0" classname="3_test_cases_inside" name="bad_foo" time="0.1234">
887<skipped/>
b32b8144
FG
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>
7c673cae
FG
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[
895ASSERTION FAILURE:
896- file : log-formatter-test.cpp
b32b8144 897- line : 48
7c673cae
FG
898- message:
899
900]]></failure><failure message="failure" type="assertion error"><![CDATA[
901ASSERTION FAILURE:
902- file : log-formatter-test.cpp
b32b8144 903- line : 55
7c673cae
FG
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[
911ASSERTION FAILURE:
912- file : log-formatter-test.cpp
b32b8144 913- line : 57
7c673cae
FG
914- message: non sense
915
916]]></failure><system-out><![CDATA[MESSAGE:
917- file : log-formatter-test.cpp
b32b8144 918- line : 50
7c673cae
FG
919- message: this is a message
920
921INFO:
922- file : log-formatter-test.cpp
b32b8144 923- line : 51
7c673cae
FG
924- message: check true has passed
925
926]]></system-out>
b32b8144
FG
927<system-err><![CDATA[Failures detected in:
928- test case: Fake Test Suite Hierarchy/4 test cases inside/bad_foo
7c673cae
FG
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[
935ASSERTION FAILURE:
936- file : log-formatter-test.cpp
b32b8144 937- line : 62
7c673cae
FG
938- message: very_bad_foo is fatal
939- context:
940 - 'some context'
941
942
b32b8144
FG
943]]></failure><system-err><![CDATA[Failures detected in:
944- test case: Fake Test Suite Hierarchy/4 test cases inside/very_bad_foo
7c673cae
FG
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[
951ASSERTION FAILURE:
952- file : log-formatter-test.cpp
b32b8144 953- line : 71
7c673cae
FG
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[
961UNCAUGHT EXCEPTION:
962- file: unknown location
963- line: 0
964
965
966EXCEPTION STACK TRACE: --------------
967unknown type
968-------------------------------------
969
970Last checkpoint:
971- message: ""
972- file: log-formatter-test.cpp
b32b8144 973- line: 71
7c673cae
FG
974
975
976CONTEXT:
977- 'exception context should be shown'
b32b8144
FG
978]]></error><system-err><![CDATA[Failures detected in:
979- test case: Fake Test Suite Hierarchy/4 test cases inside/very_bad_exception
7c673cae
FG
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[
986ASSERTION FAILURE:
987- file : log-formatter-test.cpp
b32b8144 988- line : 48
7c673cae
FG
989- message:
990
991]]></failure><failure message="failure" type="assertion error"><![CDATA[
992ASSERTION FAILURE:
993- file : log-formatter-test.cpp
b32b8144 994- line : 55
7c673cae
FG
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[
1002ASSERTION FAILURE:
1003- file : log-formatter-test.cpp
b32b8144 1004- line : 57
7c673cae
FG
1005- message: non sense
1006
1007]]></failure><system-out><![CDATA[MESSAGE:
1008- file : log-formatter-test.cpp
b32b8144 1009- line : 50
7c673cae
FG
1010- message: this is a message
1011
1012INFO:
1013- file : log-formatter-test.cpp
b32b8144 1014- line : 51
7c673cae
FG
1015- message: check true has passed
1016
1017]]></system-out>
b32b8144
FG
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[
1032ASSERTION FAILURE:
1033- file : log-formatter-test.cpp
1034- line : 48
1035- message:
1036
1037]]></failure><failure message="failure" type="assertion error"><![CDATA[
1038ASSERTION 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[
1048ASSERTION 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[
1063ASSERTION FAILURE:
1064- file : log-formatter-test.cpp
1065- line : 48
1066- message:
1067
1068]]></failure><failure message="failure" type="assertion error"><![CDATA[
1069ASSERTION 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[
1079ASSERTION 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[
1113ASSERTION FAILURE:
1114- file : log-formatter-test.cpp
1115- line : 48
1116- message:
1117
1118]]></failure><failure message="failure" type="assertion error"><![CDATA[
1119ASSERTION 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[
1129ASSERTION 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[
1142ASSERTION 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[
1158ASSERTION 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[
1168UNCAUGHT EXCEPTION:
1169- file: unknown location
1170- line: 0
1171
1172
1173EXCEPTION STACK TRACE: --------------
1174unknown type
1175-------------------------------------
1176
1177Last checkpoint:
1178- message: ""
1179- file: log-formatter-test.cpp
1180- line: 71
1181
1182
1183CONTEXT:
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[
1193ASSERTION FAILURE:
1194- file : log-formatter-test.cpp
1195- line : 48
1196- message:
1197
1198]]></failure><failure message="failure" type="assertion error"><![CDATA[
1199ASSERTION 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[
1209ASSERTION 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
7c673cae
FG
1216- file: log-formatter-test.cpp
1217- line: 234
1218]]></system-err>
1219</testcase>
1220</testsuite>