Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / test / test / baseline-outputs / log-count-skipped-tests.pattern
1 * 1-format  *******************************************************************
2 Running 2 test cases...
3 xxx/log-count-skipped-test.cpp:146: Entering test suite "fake master test suite"
4 xxx/log-count-skipped-test.cpp:133: Entering test case "test_1"
5 xxx/log-count-skipped-test.cpp:47: info: check 2 + 2 == 4 has passed
6 xxx/log-count-skipped-test.cpp:133: Leaving test case "test_1"
7 xxx/log-count-skipped-test.cpp:134: Test case "fake master test suite/test_2" is skipped because precondition failed: test is skipped because -some precondition-
8 xxx/log-count-skipped-test.cpp:135: Test case "fake master test suite/test_3" is skipped because disabled
9 xxx/log-count-skipped-test.cpp:146: Leaving test suite "fake master test suite"
10
11 * 2-format  *******************************************************************
12 <TestLog><TestSuite name="fake master test suite" file="xxx/log-count-skipped-test.cpp" line="146"><TestCase name="test_1" file="xxx/log-count-skipped-test.cpp" line="133"><Info file="xxx/log-count-skipped-test.cpp" line="47"><![CDATA[check 2 + 2 == 4 has passed]]></Info><TestingTime>ZZZ</TestingTime></TestCase><TestCase name="test_2" skipped="yes" reason="precondition failed: test is skipped because -some precondition-"/><TestCase name="test_3" skipped="yes" reason="disabled"/></TestSuite></TestLog>
13 * 3-format  *******************************************************************
14 <?xml version="1.0" encoding="UTF-8"?>
15 <testsuite tests="1" skipped="2" errors="0" failures="0" id="0" name="fake_master_test_suite" time="0.1234">
16 <testcase assertions="1" name="test_1" time="0.1234">
17 <system-out><![CDATA[INFO:
18 - file   : log-count-skipped-test.cpp
19 - line   : 47
20 - message: check 2 + 2 == 4 has passed
21
22 ]]></system-out>
23 </testcase>
24 <testcase assertions="0" name="test_2" time="0.1234">
25 <skipped/>
26 <system-out><![CDATA[Test case disabled because of the following chain of decision:
27 - disabled test unit: 'fake master test suite/test_2'
28 - reason: 'precondition failed: test is skipped because -some precondition-']]></system-out>
29 </testcase>
30 <testcase assertions="0" name="test_3" time="0.1234">
31 <skipped/>
32 <system-out><![CDATA[Test case disabled because of the following chain of decision:
33 - disabled test unit: 'fake master test suite/test_3'
34 - reason: 'disabled']]></system-out>
35 </testcase>
36 </testsuite>
37 * 3-format  *******************************************************************
38 <?xml version="1.0" encoding="UTF-8"?>
39 <testsuite tests="1" skipped="2" errors="0" failures="0" id="0" name="fake_master_test_suite" time="0.1234">
40 <testcase assertions="1" name="test_1" time="0.1234">
41 </testcase>
42 <testcase assertions="0" name="test_2" time="0.1234">
43 <skipped/>
44 <system-out><![CDATA[Test case disabled because of the following chain of decision:
45 - disabled test unit: 'fake master test suite/test_2'
46 - reason: 'precondition failed: test is skipped because -some precondition-']]></system-out>
47 </testcase>
48 <testcase assertions="0" name="test_3" time="0.1234">
49 <skipped/>
50 <system-out><![CDATA[Test case disabled because of the following chain of decision:
51 - disabled test unit: 'fake master test suite/test_3'
52 - reason: 'disabled']]></system-out>
53 </testcase>
54 </testsuite>
55 * 1-format  *******************************************************************
56 Running 2 test cases...
57 xxx/log-count-skipped-test.cpp:146: Entering test suite "fake master test suite"
58 xxx/log-count-skipped-test.cpp:133: Entering test case "test_1"
59 xxx/log-count-skipped-test.cpp:47: info: check 2 + 2 == 4 has passed
60 xxx/log-count-skipped-test.cpp:133: Leaving test case "test_1"
61 xxx/log-count-skipped-test.cpp:134: Entering test case "test_2"
62 xxx/log-count-skipped-test.cpp:52: error: in "fake master test suite/test_2": check 0 == 1 has failed [0 != 1]
63 xxx/log-count-skipped-test.cpp:134: Leaving test case "test_2"
64 xxx/log-count-skipped-test.cpp:135: Test case "fake master test suite/test_3" is skipped because disabled
65 xxx/log-count-skipped-test.cpp:146: Leaving test suite "fake master test suite"
66
67 * 2-format  *******************************************************************
68 <TestLog><TestSuite name="fake master test suite" file="xxx/log-count-skipped-test.cpp" line="146"><TestCase name="test_1" file="xxx/log-count-skipped-test.cpp" line="133"><Info file="xxx/log-count-skipped-test.cpp" line="47"><![CDATA[check 2 + 2 == 4 has passed]]></Info><TestingTime>ZZZ</TestingTime></TestCase><TestCase name="test_2" file="xxx/log-count-skipped-test.cpp" line="134"><Error file="xxx/log-count-skipped-test.cpp" line="52"><![CDATA[check 0 == 1 has failed [0 != 1]]]></Error><TestingTime>ZZZ</TestingTime></TestCase><TestCase name="test_3" skipped="yes" reason="disabled"/></TestSuite></TestLog>
69 * 3-format  *******************************************************************
70 <?xml version="1.0" encoding="UTF-8"?>
71 <testsuite tests="2" skipped="1" errors="0" failures="1" id="0" name="fake_master_test_suite" time="0.1234">
72 <testcase assertions="1" name="test_1" time="0.1234">
73 <system-out><![CDATA[INFO:
74 - file   : log-count-skipped-test.cpp
75 - line   : 47
76 - message: check 2 + 2 == 4 has passed
77
78 ]]></system-out>
79 </testcase>
80 <testcase assertions="1" name="test_2" time="0.1234">
81 <failure message="failure" type="assertion error"><![CDATA[
82 ASSERTION FAILURE:
83 - file   : log-count-skipped-test.cpp
84 - line   : 52
85 - message: check 0 == 1 has failed [0 != 1]
86
87 ]]></failure><system-err><![CDATA[Failures detected in:
88 - test case: fake master test suite/test_2
89 - file: log-count-skipped-test.cpp
90 - line: 134
91 ]]></system-err>
92 </testcase>
93 <testcase assertions="0" name="test_3" time="0.1234">
94 <skipped/>
95 <system-out><![CDATA[Test case disabled because of the following chain of decision:
96 - disabled test unit: 'fake master test suite/test_3'
97 - reason: 'disabled']]></system-out>
98 </testcase>
99 </testsuite>
100 * 3-format  *******************************************************************
101 <?xml version="1.0" encoding="UTF-8"?>
102 <testsuite tests="2" skipped="1" errors="0" failures="1" id="0" name="fake_master_test_suite" time="0.1234">
103 <testcase assertions="1" name="test_1" time="0.1234">
104 </testcase>
105 <testcase assertions="1" name="test_2" time="0.1234">
106 <failure message="failure" type="assertion error"><![CDATA[
107 ASSERTION FAILURE:
108 - file   : log-count-skipped-test.cpp
109 - line   : 52
110 - message: check 0 == 1 has failed [0 != 1]
111
112 ]]></failure><system-err><![CDATA[Failures detected in:
113 - test case: fake master test suite/test_2
114 - file: log-count-skipped-test.cpp
115 - line: 134
116 ]]></system-err>
117 </testcase>
118 <testcase assertions="0" name="test_3" time="0.1234">
119 <skipped/>
120 <system-out><![CDATA[Test case disabled because of the following chain of decision:
121 - disabled test unit: 'fake master test suite/test_3'
122 - reason: 'disabled']]></system-out>
123 </testcase>
124 </testsuite>
125 * 1-format  *******************************************************************
126 Running 3 test cases...
127 xxx/log-count-skipped-test.cpp:159: Entering test suite "fake master test suite2"
128 xxx/log-count-skipped-test.cpp:133: Entering test case "test_1"
129 xxx/log-count-skipped-test.cpp:47: info: check 2 + 2 == 4 has passed
130 xxx/log-count-skipped-test.cpp:133: Leaving test case "test_1"
131 xxx/log-count-skipped-test.cpp:134: Test case "fake master test suite2/test_2" is skipped because precondition failed: test is skipped because -some precondition-
132 xxx/log-count-skipped-test.cpp:135: Test case "fake master test suite2/test_3" is skipped because disabled
133 xxx/log-count-skipped-test.cpp:165: Test suite "fake master test suite2/child1" is skipped because disabled
134 xxx/log-count-skipped-test.cpp:170: Test suite "fake master test suite2/child2" is skipped because precondition failed: test is skipped because -some precondition-
135 xxx/log-count-skipped-test.cpp:159: Leaving test suite "fake master test suite2"
136
137 * 2-format  *******************************************************************
138 <TestLog><TestSuite name="fake master test suite2" file="xxx/log-count-skipped-test.cpp" line="159"><TestCase name="test_1" file="xxx/log-count-skipped-test.cpp" line="133"><Info file="xxx/log-count-skipped-test.cpp" line="47"><![CDATA[check 2 + 2 == 4 has passed]]></Info><TestingTime>ZZZ</TestingTime></TestCase><TestCase name="test_2" skipped="yes" reason="precondition failed: test is skipped because -some precondition-"/><TestCase name="test_3" skipped="yes" reason="disabled"/><TestSuite name="child1" skipped="yes" reason="disabled"/><TestSuite name="child2" skipped="yes" reason="precondition failed: test is skipped because -some precondition-"/></TestSuite></TestLog>
139 * 3-format  *******************************************************************
140 <?xml version="1.0" encoding="UTF-8"?>
141 <testsuite tests="1" skipped="6" errors="0" failures="0" id="0" name="fake_master_test_suite2" time="0.1234">
142 <testcase assertions="1" name="test_1" time="0.1234">
143 <system-out><![CDATA[INFO:
144 - file   : log-count-skipped-test.cpp
145 - line   : 47
146 - message: check 2 + 2 == 4 has passed
147
148 ]]></system-out>
149 </testcase>
150 <testcase assertions="0" name="test_2" time="0.1234">
151 <skipped/>
152 <system-out><![CDATA[Test case disabled because of the following chain of decision:
153 - disabled test unit: 'fake master test suite2/test_2'
154 - reason: 'precondition failed: test is skipped because -some precondition-']]></system-out>
155 </testcase>
156 <testcase assertions="0" name="test_3" time="0.1234">
157 <skipped/>
158 <system-out><![CDATA[Test case disabled because of the following chain of decision:
159 - disabled test unit: 'fake master test suite2/test_3'
160 - reason: 'disabled']]></system-out>
161 </testcase>
162 <testcase assertions="0" classname="child1" name="t1" time="0.1234">
163 <skipped/>
164 <system-out><![CDATA[Test case disabled because of the following chain of decision:
165 - disabled test unit: 'fake master test suite2/child1/t1'
166 - disabled test unit: 'fake master test suite2/child1'
167 - reason: 'disabled']]></system-out>
168 </testcase>
169 <testcase assertions="0" classname="child1" name="t2" time="0.1234">
170 <skipped/>
171 <system-out><![CDATA[Test case disabled because of the following chain of decision:
172 - disabled test unit: 'fake master test suite2/child1/t2'
173 - disabled test unit: 'fake master test suite2/child1'
174 - reason: 'disabled']]></system-out>
175 </testcase>
176 <testcase assertions="0" classname="child2" name="test_1" time="0.1234">
177 <skipped/>
178 <system-out><![CDATA[Test case disabled because of the following chain of decision:
179 - disabled test unit: 'fake master test suite2/child2/test_1'
180 - disabled test unit: 'fake master test suite2/child2'
181 - reason: 'precondition failed: test is skipped because -some precondition-']]></system-out>
182 </testcase>
183 <testcase assertions="0" classname="child2" name="t2" time="0.1234">
184 <skipped/>
185 <system-out><![CDATA[Test case disabled because of the following chain of decision:
186 - disabled test unit: 'fake master test suite2/child2/t2'
187 - disabled test unit: 'fake master test suite2/child2'
188 - reason: 'precondition failed: test is skipped because -some precondition-']]></system-out>
189 </testcase>
190 </testsuite>
191 * 3-format  *******************************************************************
192 <?xml version="1.0" encoding="UTF-8"?>
193 <testsuite tests="1" skipped="6" errors="0" failures="0" id="0" name="fake_master_test_suite2" time="0.1234">
194 <testcase assertions="1" name="test_1" time="0.1234">
195 </testcase>
196 <testcase assertions="0" name="test_2" time="0.1234">
197 <skipped/>
198 <system-out><![CDATA[Test case disabled because of the following chain of decision:
199 - disabled test unit: 'fake master test suite2/test_2'
200 - reason: 'precondition failed: test is skipped because -some precondition-']]></system-out>
201 </testcase>
202 <testcase assertions="0" name="test_3" time="0.1234">
203 <skipped/>
204 <system-out><![CDATA[Test case disabled because of the following chain of decision:
205 - disabled test unit: 'fake master test suite2/test_3'
206 - reason: 'disabled']]></system-out>
207 </testcase>
208 <testcase assertions="0" classname="child1" name="t1" time="0.1234">
209 <skipped/>
210 <system-out><![CDATA[Test case disabled because of the following chain of decision:
211 - disabled test unit: 'fake master test suite2/child1/t1'
212 - disabled test unit: 'fake master test suite2/child1'
213 - reason: 'disabled']]></system-out>
214 </testcase>
215 <testcase assertions="0" classname="child1" name="t2" time="0.1234">
216 <skipped/>
217 <system-out><![CDATA[Test case disabled because of the following chain of decision:
218 - disabled test unit: 'fake master test suite2/child1/t2'
219 - disabled test unit: 'fake master test suite2/child1'
220 - reason: 'disabled']]></system-out>
221 </testcase>
222 <testcase assertions="0" classname="child2" name="test_1" time="0.1234">
223 <skipped/>
224 <system-out><![CDATA[Test case disabled because of the following chain of decision:
225 - disabled test unit: 'fake master test suite2/child2/test_1'
226 - disabled test unit: 'fake master test suite2/child2'
227 - reason: 'precondition failed: test is skipped because -some precondition-']]></system-out>
228 </testcase>
229 <testcase assertions="0" classname="child2" name="t2" time="0.1234">
230 <skipped/>
231 <system-out><![CDATA[Test case disabled because of the following chain of decision:
232 - disabled test unit: 'fake master test suite2/child2/t2'
233 - disabled test unit: 'fake master test suite2/child2'
234 - reason: 'precondition failed: test is skipped because -some precondition-']]></system-out>
235 </testcase>
236 </testsuite>
237 * 1-format  *******************************************************************
238 Running 3 test cases...
239 xxx/log-count-skipped-test.cpp:159: Entering test suite "fake master test suite2"
240 xxx/log-count-skipped-test.cpp:133: Entering test case "test_1"
241 xxx/log-count-skipped-test.cpp:47: info: check 2 + 2 == 4 has passed
242 xxx/log-count-skipped-test.cpp:133: Leaving test case "test_1"
243 xxx/log-count-skipped-test.cpp:134: Entering test case "test_2"
244 xxx/log-count-skipped-test.cpp:52: error: in "fake master test suite2/test_2": check 0 == 1 has failed [0 != 1]
245 xxx/log-count-skipped-test.cpp:134: Leaving test case "test_2"
246 xxx/log-count-skipped-test.cpp:135: Test case "fake master test suite2/test_3" is skipped because disabled
247 xxx/log-count-skipped-test.cpp:165: Test suite "fake master test suite2/child1" is skipped because disabled
248 xxx/log-count-skipped-test.cpp:170: Entering test suite "child2"
249 xxx/log-count-skipped-test.cpp:169: Test case "fake master test suite2/child2/test_1" is skipped because disabled
250 xxx/log-count-skipped-test.cpp:172: Entering test case "t2"
251 xxx/log-count-skipped-test.cpp:47: info: check 2 + 2 == 4 has passed
252 xxx/log-count-skipped-test.cpp:172: Leaving test case "t2"
253 xxx/log-count-skipped-test.cpp:170: Leaving test suite "child2"
254 xxx/log-count-skipped-test.cpp:159: Leaving test suite "fake master test suite2"
255
256 * 2-format  *******************************************************************
257 <TestLog><TestSuite name="fake master test suite2" file="xxx/log-count-skipped-test.cpp" line="159"><TestCase name="test_1" file="xxx/log-count-skipped-test.cpp" line="133"><Info file="xxx/log-count-skipped-test.cpp" line="47"><![CDATA[check 2 + 2 == 4 has passed]]></Info><TestingTime>ZZZ</TestingTime></TestCase><TestCase name="test_2" file="xxx/log-count-skipped-test.cpp" line="134"><Error file="xxx/log-count-skipped-test.cpp" line="52"><![CDATA[check 0 == 1 has failed [0 != 1]]]></Error><TestingTime>ZZZ</TestingTime></TestCase><TestCase name="test_3" skipped="yes" reason="disabled"/><TestSuite name="child1" skipped="yes" reason="disabled"/><TestSuite name="child2" file="xxx/log-count-skipped-test.cpp" line="170"><TestCase name="test_1" skipped="yes" reason="disabled"/><TestCase name="t2" file="xxx/log-count-skipped-test.cpp" line="172"><Info file="xxx/log-count-skipped-test.cpp" line="47"><![CDATA[check 2 + 2 == 4 has passed]]></Info><TestingTime>ZZZ</TestingTime></TestCase></TestSuite></TestSuite></TestLog>
258 * 3-format  *******************************************************************
259 <?xml version="1.0" encoding="UTF-8"?>
260 <testsuite tests="3" skipped="4" errors="0" failures="1" id="0" name="fake_master_test_suite2" time="0.1234">
261 <testcase assertions="1" name="test_1" time="0.1234">
262 <system-out><![CDATA[INFO:
263 - file   : log-count-skipped-test.cpp
264 - line   : 47
265 - message: check 2 + 2 == 4 has passed
266
267 ]]></system-out>
268 </testcase>
269 <testcase assertions="1" name="test_2" time="0.1234">
270 <failure message="failure" type="assertion error"><![CDATA[
271 ASSERTION FAILURE:
272 - file   : log-count-skipped-test.cpp
273 - line   : 52
274 - message: check 0 == 1 has failed [0 != 1]
275
276 ]]></failure><system-err><![CDATA[Failures detected in:
277 - test case: fake master test suite2/test_2
278 - file: log-count-skipped-test.cpp
279 - line: 134
280 ]]></system-err>
281 </testcase>
282 <testcase assertions="0" name="test_3" time="0.1234">
283 <skipped/>
284 <system-out><![CDATA[Test case disabled because of the following chain of decision:
285 - disabled test unit: 'fake master test suite2/test_3'
286 - reason: 'disabled']]></system-out>
287 </testcase>
288 <testcase assertions="0" classname="child1" name="t1" time="0.1234">
289 <skipped/>
290 <system-out><![CDATA[Test case disabled because of the following chain of decision:
291 - disabled test unit: 'fake master test suite2/child1/t1'
292 - disabled test unit: 'fake master test suite2/child1'
293 - reason: 'disabled']]></system-out>
294 </testcase>
295 <testcase assertions="0" classname="child1" name="t2" time="0.1234">
296 <skipped/>
297 <system-out><![CDATA[Test case disabled because of the following chain of decision:
298 - disabled test unit: 'fake master test suite2/child1/t2'
299 - disabled test unit: 'fake master test suite2/child1'
300 - reason: 'disabled']]></system-out>
301 </testcase>
302 <testcase assertions="0" classname="child2" name="test_1" time="0.1234">
303 <skipped/>
304 <system-out><![CDATA[Test case disabled because of the following chain of decision:
305 - disabled test unit: 'fake master test suite2/child2/test_1'
306 - reason: 'disabled']]></system-out>
307 </testcase>
308 <testcase assertions="1" classname="child2" name="t2" time="0.1234">
309 <system-out><![CDATA[INFO:
310 - file   : log-count-skipped-test.cpp
311 - line   : 47
312 - message: check 2 + 2 == 4 has passed
313
314 ]]></system-out>
315 </testcase>
316 </testsuite>
317 * 3-format  *******************************************************************
318 <?xml version="1.0" encoding="UTF-8"?>
319 <testsuite tests="3" skipped="4" errors="0" failures="1" id="0" name="fake_master_test_suite2" time="0.1234">
320 <testcase assertions="1" name="test_1" time="0.1234">
321 </testcase>
322 <testcase assertions="1" name="test_2" time="0.1234">
323 <failure message="failure" type="assertion error"><![CDATA[
324 ASSERTION FAILURE:
325 - file   : log-count-skipped-test.cpp
326 - line   : 52
327 - message: check 0 == 1 has failed [0 != 1]
328
329 ]]></failure><system-err><![CDATA[Failures detected in:
330 - test case: fake master test suite2/test_2
331 - file: log-count-skipped-test.cpp
332 - line: 134
333 ]]></system-err>
334 </testcase>
335 <testcase assertions="0" name="test_3" time="0.1234">
336 <skipped/>
337 <system-out><![CDATA[Test case disabled because of the following chain of decision:
338 - disabled test unit: 'fake master test suite2/test_3'
339 - reason: 'disabled']]></system-out>
340 </testcase>
341 <testcase assertions="0" classname="child1" name="t1" time="0.1234">
342 <skipped/>
343 <system-out><![CDATA[Test case disabled because of the following chain of decision:
344 - disabled test unit: 'fake master test suite2/child1/t1'
345 - disabled test unit: 'fake master test suite2/child1'
346 - reason: 'disabled']]></system-out>
347 </testcase>
348 <testcase assertions="0" classname="child1" name="t2" time="0.1234">
349 <skipped/>
350 <system-out><![CDATA[Test case disabled because of the following chain of decision:
351 - disabled test unit: 'fake master test suite2/child1/t2'
352 - disabled test unit: 'fake master test suite2/child1'
353 - reason: 'disabled']]></system-out>
354 </testcase>
355 <testcase assertions="0" classname="child2" name="test_1" time="0.1234">
356 <skipped/>
357 <system-out><![CDATA[Test case disabled because of the following chain of decision:
358 - disabled test unit: 'fake master test suite2/child2/test_1'
359 - reason: 'disabled']]></system-out>
360 </testcase>
361 <testcase assertions="1" classname="child2" name="t2" time="0.1234">
362 </testcase>
363 </testsuite>