Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / testing / gtest / test / gtest_output_test_golden_lin.txt
1 The non-test part of the code is expected to have 2 failures.
2
3 gtest_output_test_.cc:#: Failure
4 Value of: false
5   Actual: false
6 Expected: true
7 gtest_output_test_.cc:#: Failure
8 Value of: 3
9 Expected: 2
10 \e[0;32m[==========] \e[mRunning 64 tests from 28 test cases.
11 \e[0;32m[----------] \e[mGlobal test environment set-up.
12 FooEnvironment::SetUp() called.
13 BarEnvironment::SetUp() called.
14 \e[0;32m[----------] \e[m1 test from ADeathTest
15 \e[0;32m[ RUN      ] \e[mADeathTest.ShouldRunFirst
16 \e[0;32m[       OK ] \e[mADeathTest.ShouldRunFirst
17 \e[0;32m[----------] \e[m1 test from ATypedDeathTest/0, where TypeParam = int
18 \e[0;32m[ RUN      ] \e[mATypedDeathTest/0.ShouldRunFirst
19 \e[0;32m[       OK ] \e[mATypedDeathTest/0.ShouldRunFirst
20 \e[0;32m[----------] \e[m1 test from ATypedDeathTest/1, where TypeParam = double
21 \e[0;32m[ RUN      ] \e[mATypedDeathTest/1.ShouldRunFirst
22 \e[0;32m[       OK ] \e[mATypedDeathTest/1.ShouldRunFirst
23 \e[0;32m[----------] \e[m1 test from My/ATypeParamDeathTest/0, where TypeParam = int
24 \e[0;32m[ RUN      ] \e[mMy/ATypeParamDeathTest/0.ShouldRunFirst
25 \e[0;32m[       OK ] \e[mMy/ATypeParamDeathTest/0.ShouldRunFirst
26 \e[0;32m[----------] \e[m1 test from My/ATypeParamDeathTest/1, where TypeParam = double
27 \e[0;32m[ RUN      ] \e[mMy/ATypeParamDeathTest/1.ShouldRunFirst
28 \e[0;32m[       OK ] \e[mMy/ATypeParamDeathTest/1.ShouldRunFirst
29 \e[0;32m[----------] \e[m2 tests from PassingTest
30 \e[0;32m[ RUN      ] \e[mPassingTest.PassingTest1
31 \e[0;32m[       OK ] \e[mPassingTest.PassingTest1
32 \e[0;32m[ RUN      ] \e[mPassingTest.PassingTest2
33 \e[0;32m[       OK ] \e[mPassingTest.PassingTest2
34 \e[0;32m[----------] \e[m2 tests from NonfatalFailureTest
35 \e[0;32m[ RUN      ] \e[mNonfatalFailureTest.EscapesStringOperands
36 gtest_output_test_.cc:#: Failure
37 Value of: actual
38   Actual: "actual \"string\""
39 Expected: kGoldenString
40 Which is: "\"Line"
41 gtest_output_test_.cc:#: Failure
42 Value of: actual
43   Actual: "actual \"string\""
44 Expected: golden
45 Which is: "\"Line"
46 \e[0;31m[  FAILED  ] \e[mNonfatalFailureTest.EscapesStringOperands
47 \e[0;32m[ RUN      ] \e[mNonfatalFailureTest.DiffForLongStrings
48 gtest_output_test_.cc:#: Failure
49 Value of: "Line 2"
50 Expected: golden_str
51 Which is: "\"Line\0 1\"\nLine 2"
52 With diff:
53 @@ -1,2 @@
54 -\"Line\0 1\"
55  Line 2
56
57 \e[0;31m[  FAILED  ] \e[mNonfatalFailureTest.DiffForLongStrings
58 \e[0;32m[----------] \e[m3 tests from FatalFailureTest
59 \e[0;32m[ RUN      ] \e[mFatalFailureTest.FatalFailureInSubroutine
60 (expecting a failure that x should be 1)
61 gtest_output_test_.cc:#: Failure
62 Value of: x
63   Actual: 2
64 Expected: 1
65 \e[0;31m[  FAILED  ] \e[mFatalFailureTest.FatalFailureInSubroutine
66 \e[0;32m[ RUN      ] \e[mFatalFailureTest.FatalFailureInNestedSubroutine
67 (expecting a failure that x should be 1)
68 gtest_output_test_.cc:#: Failure
69 Value of: x
70   Actual: 2
71 Expected: 1
72 \e[0;31m[  FAILED  ] \e[mFatalFailureTest.FatalFailureInNestedSubroutine
73 \e[0;32m[ RUN      ] \e[mFatalFailureTest.NonfatalFailureInSubroutine
74 (expecting a failure on false)
75 gtest_output_test_.cc:#: Failure
76 Value of: false
77   Actual: false
78 Expected: true
79 \e[0;31m[  FAILED  ] \e[mFatalFailureTest.NonfatalFailureInSubroutine
80 \e[0;32m[----------] \e[m1 test from LoggingTest
81 \e[0;32m[ RUN      ] \e[mLoggingTest.InterleavingLoggingAndAssertions
82 (expecting 2 failures on (3) >= (a[i]))
83 i == 0
84 i == 1
85 gtest_output_test_.cc:#: Failure
86 Expected: (3) >= (a[i]), actual: 3 vs 9
87 i == 2
88 i == 3
89 gtest_output_test_.cc:#: Failure
90 Expected: (3) >= (a[i]), actual: 3 vs 6
91 \e[0;31m[  FAILED  ] \e[mLoggingTest.InterleavingLoggingAndAssertions
92 \e[0;32m[----------] \e[m6 tests from SCOPED_TRACETest
93 \e[0;32m[ RUN      ] \e[mSCOPED_TRACETest.ObeysScopes
94 (expected to fail)
95 gtest_output_test_.cc:#: Failure
96 Failed
97 This failure is expected, and shouldn't have a trace.
98 gtest_output_test_.cc:#: Failure
99 Failed
100 This failure is expected, and should have a trace.
101 Google Test trace:
102 gtest_output_test_.cc:#: Expected trace
103 gtest_output_test_.cc:#: Failure
104 Failed
105 This failure is expected, and shouldn't have a trace.
106 \e[0;31m[  FAILED  ] \e[mSCOPED_TRACETest.ObeysScopes
107 \e[0;32m[ RUN      ] \e[mSCOPED_TRACETest.WorksInLoop
108 (expected to fail)
109 gtest_output_test_.cc:#: Failure
110 Value of: n
111   Actual: 1
112 Expected: 2
113 Google Test trace:
114 gtest_output_test_.cc:#: i = 1
115 gtest_output_test_.cc:#: Failure
116 Value of: n
117   Actual: 2
118 Expected: 1
119 Google Test trace:
120 gtest_output_test_.cc:#: i = 2
121 \e[0;31m[  FAILED  ] \e[mSCOPED_TRACETest.WorksInLoop
122 \e[0;32m[ RUN      ] \e[mSCOPED_TRACETest.WorksInSubroutine
123 (expected to fail)
124 gtest_output_test_.cc:#: Failure
125 Value of: n
126   Actual: 1
127 Expected: 2
128 Google Test trace:
129 gtest_output_test_.cc:#: n = 1
130 gtest_output_test_.cc:#: Failure
131 Value of: n
132   Actual: 2
133 Expected: 1
134 Google Test trace:
135 gtest_output_test_.cc:#: n = 2
136 \e[0;31m[  FAILED  ] \e[mSCOPED_TRACETest.WorksInSubroutine
137 \e[0;32m[ RUN      ] \e[mSCOPED_TRACETest.CanBeNested
138 (expected to fail)
139 gtest_output_test_.cc:#: Failure
140 Value of: n
141   Actual: 2
142 Expected: 1
143 Google Test trace:
144 gtest_output_test_.cc:#: n = 2
145 gtest_output_test_.cc:#: 
146 \e[0;31m[  FAILED  ] \e[mSCOPED_TRACETest.CanBeNested
147 \e[0;32m[ RUN      ] \e[mSCOPED_TRACETest.CanBeRepeated
148 (expected to fail)
149 gtest_output_test_.cc:#: Failure
150 Failed
151 This failure is expected, and should contain trace point A.
152 Google Test trace:
153 gtest_output_test_.cc:#: A
154 gtest_output_test_.cc:#: Failure
155 Failed
156 This failure is expected, and should contain trace point A and B.
157 Google Test trace:
158 gtest_output_test_.cc:#: B
159 gtest_output_test_.cc:#: A
160 gtest_output_test_.cc:#: Failure
161 Failed
162 This failure is expected, and should contain trace point A, B, and C.
163 Google Test trace:
164 gtest_output_test_.cc:#: C
165 gtest_output_test_.cc:#: B
166 gtest_output_test_.cc:#: A
167 gtest_output_test_.cc:#: Failure
168 Failed
169 This failure is expected, and should contain trace point A, B, and D.
170 Google Test trace:
171 gtest_output_test_.cc:#: D
172 gtest_output_test_.cc:#: B
173 gtest_output_test_.cc:#: A
174 \e[0;31m[  FAILED  ] \e[mSCOPED_TRACETest.CanBeRepeated
175 \e[0;32m[ RUN      ] \e[mSCOPED_TRACETest.WorksConcurrently
176 (expecting 6 failures)
177 gtest_output_test_.cc:#: Failure
178 Failed
179 Expected failure #1 (in thread B, only trace B alive).
180 Google Test trace:
181 gtest_output_test_.cc:#: Trace B
182 gtest_output_test_.cc:#: Failure
183 Failed
184 Expected failure #2 (in thread A, trace A & B both alive).
185 Google Test trace:
186 gtest_output_test_.cc:#: Trace A
187 gtest_output_test_.cc:#: Failure
188 Failed
189 Expected failure #3 (in thread B, trace A & B both alive).
190 Google Test trace:
191 gtest_output_test_.cc:#: Trace B
192 gtest_output_test_.cc:#: Failure
193 Failed
194 Expected failure #4 (in thread B, only trace A alive).
195 gtest_output_test_.cc:#: Failure
196 Failed
197 Expected failure #5 (in thread A, only trace A alive).
198 Google Test trace:
199 gtest_output_test_.cc:#: Trace A
200 gtest_output_test_.cc:#: Failure
201 Failed
202 Expected failure #6 (in thread A, no trace alive).
203 \e[0;31m[  FAILED  ] \e[mSCOPED_TRACETest.WorksConcurrently
204 \e[0;32m[----------] \e[m1 test from NonFatalFailureInFixtureConstructorTest
205 \e[0;32m[ RUN      ] \e[mNonFatalFailureInFixtureConstructorTest.FailureInConstructor
206 (expecting 5 failures)
207 gtest_output_test_.cc:#: Failure
208 Failed
209 Expected failure #1, in the test fixture c'tor.
210 gtest_output_test_.cc:#: Failure
211 Failed
212 Expected failure #2, in SetUp().
213 gtest_output_test_.cc:#: Failure
214 Failed
215 Expected failure #3, in the test body.
216 gtest_output_test_.cc:#: Failure
217 Failed
218 Expected failure #4, in TearDown.
219 gtest_output_test_.cc:#: Failure
220 Failed
221 Expected failure #5, in the test fixture d'tor.
222 \e[0;31m[  FAILED  ] \e[mNonFatalFailureInFixtureConstructorTest.FailureInConstructor
223 \e[0;32m[----------] \e[m1 test from FatalFailureInFixtureConstructorTest
224 \e[0;32m[ RUN      ] \e[mFatalFailureInFixtureConstructorTest.FailureInConstructor
225 (expecting 2 failures)
226 gtest_output_test_.cc:#: Failure
227 Failed
228 Expected failure #1, in the test fixture c'tor.
229 gtest_output_test_.cc:#: Failure
230 Failed
231 Expected failure #2, in the test fixture d'tor.
232 \e[0;31m[  FAILED  ] \e[mFatalFailureInFixtureConstructorTest.FailureInConstructor
233 \e[0;32m[----------] \e[m1 test from NonFatalFailureInSetUpTest
234 \e[0;32m[ RUN      ] \e[mNonFatalFailureInSetUpTest.FailureInSetUp
235 (expecting 4 failures)
236 gtest_output_test_.cc:#: Failure
237 Failed
238 Expected failure #1, in SetUp().
239 gtest_output_test_.cc:#: Failure
240 Failed
241 Expected failure #2, in the test function.
242 gtest_output_test_.cc:#: Failure
243 Failed
244 Expected failure #3, in TearDown().
245 gtest_output_test_.cc:#: Failure
246 Failed
247 Expected failure #4, in the test fixture d'tor.
248 \e[0;31m[  FAILED  ] \e[mNonFatalFailureInSetUpTest.FailureInSetUp
249 \e[0;32m[----------] \e[m1 test from FatalFailureInSetUpTest
250 \e[0;32m[ RUN      ] \e[mFatalFailureInSetUpTest.FailureInSetUp
251 (expecting 3 failures)
252 gtest_output_test_.cc:#: Failure
253 Failed
254 Expected failure #1, in SetUp().
255 gtest_output_test_.cc:#: Failure
256 Failed
257 Expected failure #2, in TearDown().
258 gtest_output_test_.cc:#: Failure
259 Failed
260 Expected failure #3, in the test fixture d'tor.
261 \e[0;31m[  FAILED  ] \e[mFatalFailureInSetUpTest.FailureInSetUp
262 \e[0;32m[----------] \e[m1 test from AddFailureAtTest
263 \e[0;32m[ RUN      ] \e[mAddFailureAtTest.MessageContainsSpecifiedFileAndLineNumber
264 foo.cc:42: Failure
265 Failed
266 Expected failure in foo.cc
267 \e[0;31m[  FAILED  ] \e[mAddFailureAtTest.MessageContainsSpecifiedFileAndLineNumber
268 \e[0;32m[----------] \e[m4 tests from MixedUpTestCaseTest
269 \e[0;32m[ RUN      ] \e[mMixedUpTestCaseTest.FirstTestFromNamespaceFoo
270 \e[0;32m[       OK ] \e[mMixedUpTestCaseTest.FirstTestFromNamespaceFoo
271 \e[0;32m[ RUN      ] \e[mMixedUpTestCaseTest.SecondTestFromNamespaceFoo
272 \e[0;32m[       OK ] \e[mMixedUpTestCaseTest.SecondTestFromNamespaceFoo
273 \e[0;32m[ RUN      ] \e[mMixedUpTestCaseTest.ThisShouldFail
274 gtest.cc:#: Failure
275 Failed
276 All tests in the same test case must use the same test fixture
277 class.  However, in test case MixedUpTestCaseTest,
278 you defined test FirstTestFromNamespaceFoo and test ThisShouldFail
279 using two different test fixture classes.  This can happen if
280 the two classes are from different namespaces or translation
281 units and have the same name.  You should probably rename one
282 of the classes to put the tests into different test cases.
283 \e[0;31m[  FAILED  ] \e[mMixedUpTestCaseTest.ThisShouldFail
284 \e[0;32m[ RUN      ] \e[mMixedUpTestCaseTest.ThisShouldFailToo
285 gtest.cc:#: Failure
286 Failed
287 All tests in the same test case must use the same test fixture
288 class.  However, in test case MixedUpTestCaseTest,
289 you defined test FirstTestFromNamespaceFoo and test ThisShouldFailToo
290 using two different test fixture classes.  This can happen if
291 the two classes are from different namespaces or translation
292 units and have the same name.  You should probably rename one
293 of the classes to put the tests into different test cases.
294 \e[0;31m[  FAILED  ] \e[mMixedUpTestCaseTest.ThisShouldFailToo
295 \e[0;32m[----------] \e[m2 tests from MixedUpTestCaseWithSameTestNameTest
296 \e[0;32m[ RUN      ] \e[mMixedUpTestCaseWithSameTestNameTest.TheSecondTestWithThisNameShouldFail
297 \e[0;32m[       OK ] \e[mMixedUpTestCaseWithSameTestNameTest.TheSecondTestWithThisNameShouldFail
298 \e[0;32m[ RUN      ] \e[mMixedUpTestCaseWithSameTestNameTest.TheSecondTestWithThisNameShouldFail
299 gtest.cc:#: Failure
300 Failed
301 All tests in the same test case must use the same test fixture
302 class.  However, in test case MixedUpTestCaseWithSameTestNameTest,
303 you defined test TheSecondTestWithThisNameShouldFail and test TheSecondTestWithThisNameShouldFail
304 using two different test fixture classes.  This can happen if
305 the two classes are from different namespaces or translation
306 units and have the same name.  You should probably rename one
307 of the classes to put the tests into different test cases.
308 \e[0;31m[  FAILED  ] \e[mMixedUpTestCaseWithSameTestNameTest.TheSecondTestWithThisNameShouldFail
309 \e[0;32m[----------] \e[m2 tests from TEST_F_before_TEST_in_same_test_case
310 \e[0;32m[ RUN      ] \e[mTEST_F_before_TEST_in_same_test_case.DefinedUsingTEST_F
311 \e[0;32m[       OK ] \e[mTEST_F_before_TEST_in_same_test_case.DefinedUsingTEST_F
312 \e[0;32m[ RUN      ] \e[mTEST_F_before_TEST_in_same_test_case.DefinedUsingTESTAndShouldFail
313 gtest.cc:#: Failure
314 Failed
315 All tests in the same test case must use the same test fixture
316 class, so mixing TEST_F and TEST in the same test case is
317 illegal.  In test case TEST_F_before_TEST_in_same_test_case,
318 test DefinedUsingTEST_F is defined using TEST_F but
319 test DefinedUsingTESTAndShouldFail is defined using TEST.  You probably
320 want to change the TEST to TEST_F or move it to another test
321 case.
322 \e[0;31m[  FAILED  ] \e[mTEST_F_before_TEST_in_same_test_case.DefinedUsingTESTAndShouldFail
323 \e[0;32m[----------] \e[m2 tests from TEST_before_TEST_F_in_same_test_case
324 \e[0;32m[ RUN      ] \e[mTEST_before_TEST_F_in_same_test_case.DefinedUsingTEST
325 \e[0;32m[       OK ] \e[mTEST_before_TEST_F_in_same_test_case.DefinedUsingTEST
326 \e[0;32m[ RUN      ] \e[mTEST_before_TEST_F_in_same_test_case.DefinedUsingTEST_FAndShouldFail
327 gtest.cc:#: Failure
328 Failed
329 All tests in the same test case must use the same test fixture
330 class, so mixing TEST_F and TEST in the same test case is
331 illegal.  In test case TEST_before_TEST_F_in_same_test_case,
332 test DefinedUsingTEST_FAndShouldFail is defined using TEST_F but
333 test DefinedUsingTEST is defined using TEST.  You probably
334 want to change the TEST to TEST_F or move it to another test
335 case.
336 \e[0;31m[  FAILED  ] \e[mTEST_before_TEST_F_in_same_test_case.DefinedUsingTEST_FAndShouldFail
337 \e[0;32m[----------] \e[m8 tests from ExpectNonfatalFailureTest
338 \e[0;32m[ RUN      ] \e[mExpectNonfatalFailureTest.CanReferenceGlobalVariables
339 \e[0;32m[       OK ] \e[mExpectNonfatalFailureTest.CanReferenceGlobalVariables
340 \e[0;32m[ RUN      ] \e[mExpectNonfatalFailureTest.CanReferenceLocalVariables
341 \e[0;32m[       OK ] \e[mExpectNonfatalFailureTest.CanReferenceLocalVariables
342 \e[0;32m[ RUN      ] \e[mExpectNonfatalFailureTest.SucceedsWhenThereIsOneNonfatalFailure
343 \e[0;32m[       OK ] \e[mExpectNonfatalFailureTest.SucceedsWhenThereIsOneNonfatalFailure
344 \e[0;32m[ RUN      ] \e[mExpectNonfatalFailureTest.FailsWhenThereIsNoNonfatalFailure
345 (expecting a failure)
346 gtest.cc:#: Failure
347 Expected: 1 non-fatal failure
348   Actual: 0 failures
349 \e[0;31m[  FAILED  ] \e[mExpectNonfatalFailureTest.FailsWhenThereIsNoNonfatalFailure
350 \e[0;32m[ RUN      ] \e[mExpectNonfatalFailureTest.FailsWhenThereAreTwoNonfatalFailures
351 (expecting a failure)
352 gtest.cc:#: Failure
353 Expected: 1 non-fatal failure
354   Actual: 2 failures
355 gtest_output_test_.cc:#: Non-fatal failure:
356 Failed
357 Expected non-fatal failure 1.
358
359 gtest_output_test_.cc:#: Non-fatal failure:
360 Failed
361 Expected non-fatal failure 2.
362
363 \e[0;31m[  FAILED  ] \e[mExpectNonfatalFailureTest.FailsWhenThereAreTwoNonfatalFailures
364 \e[0;32m[ RUN      ] \e[mExpectNonfatalFailureTest.FailsWhenThereIsOneFatalFailure
365 (expecting a failure)
366 gtest.cc:#: Failure
367 Expected: 1 non-fatal failure
368   Actual:
369 gtest_output_test_.cc:#: Fatal failure:
370 Failed
371 Expected fatal failure.
372
373 \e[0;31m[  FAILED  ] \e[mExpectNonfatalFailureTest.FailsWhenThereIsOneFatalFailure
374 \e[0;32m[ RUN      ] \e[mExpectNonfatalFailureTest.FailsWhenStatementReturns
375 (expecting a failure)
376 gtest.cc:#: Failure
377 Expected: 1 non-fatal failure
378   Actual: 0 failures
379 \e[0;31m[  FAILED  ] \e[mExpectNonfatalFailureTest.FailsWhenStatementReturns
380 \e[0;32m[ RUN      ] \e[mExpectNonfatalFailureTest.FailsWhenStatementThrows
381 (expecting a failure)
382 gtest.cc:#: Failure
383 Expected: 1 non-fatal failure
384   Actual: 0 failures
385 \e[0;31m[  FAILED  ] \e[mExpectNonfatalFailureTest.FailsWhenStatementThrows
386 \e[0;32m[----------] \e[m8 tests from ExpectFatalFailureTest
387 \e[0;32m[ RUN      ] \e[mExpectFatalFailureTest.CanReferenceGlobalVariables
388 \e[0;32m[       OK ] \e[mExpectFatalFailureTest.CanReferenceGlobalVariables
389 \e[0;32m[ RUN      ] \e[mExpectFatalFailureTest.CanReferenceLocalStaticVariables
390 \e[0;32m[       OK ] \e[mExpectFatalFailureTest.CanReferenceLocalStaticVariables
391 \e[0;32m[ RUN      ] \e[mExpectFatalFailureTest.SucceedsWhenThereIsOneFatalFailure
392 \e[0;32m[       OK ] \e[mExpectFatalFailureTest.SucceedsWhenThereIsOneFatalFailure
393 \e[0;32m[ RUN      ] \e[mExpectFatalFailureTest.FailsWhenThereIsNoFatalFailure
394 (expecting a failure)
395 gtest.cc:#: Failure
396 Expected: 1 fatal failure
397   Actual: 0 failures
398 \e[0;31m[  FAILED  ] \e[mExpectFatalFailureTest.FailsWhenThereIsNoFatalFailure
399 \e[0;32m[ RUN      ] \e[mExpectFatalFailureTest.FailsWhenThereAreTwoFatalFailures
400 (expecting a failure)
401 gtest.cc:#: Failure
402 Expected: 1 fatal failure
403   Actual: 2 failures
404 gtest_output_test_.cc:#: Fatal failure:
405 Failed
406 Expected fatal failure.
407
408 gtest_output_test_.cc:#: Fatal failure:
409 Failed
410 Expected fatal failure.
411
412 \e[0;31m[  FAILED  ] \e[mExpectFatalFailureTest.FailsWhenThereAreTwoFatalFailures
413 \e[0;32m[ RUN      ] \e[mExpectFatalFailureTest.FailsWhenThereIsOneNonfatalFailure
414 (expecting a failure)
415 gtest.cc:#: Failure
416 Expected: 1 fatal failure
417   Actual:
418 gtest_output_test_.cc:#: Non-fatal failure:
419 Failed
420 Expected non-fatal failure.
421
422 \e[0;31m[  FAILED  ] \e[mExpectFatalFailureTest.FailsWhenThereIsOneNonfatalFailure
423 \e[0;32m[ RUN      ] \e[mExpectFatalFailureTest.FailsWhenStatementReturns
424 (expecting a failure)
425 gtest.cc:#: Failure
426 Expected: 1 fatal failure
427   Actual: 0 failures
428 \e[0;31m[  FAILED  ] \e[mExpectFatalFailureTest.FailsWhenStatementReturns
429 \e[0;32m[ RUN      ] \e[mExpectFatalFailureTest.FailsWhenStatementThrows
430 (expecting a failure)
431 gtest.cc:#: Failure
432 Expected: 1 fatal failure
433   Actual: 0 failures
434 \e[0;31m[  FAILED  ] \e[mExpectFatalFailureTest.FailsWhenStatementThrows
435 \e[0;32m[----------] \e[m2 tests from TypedTest/0, where TypeParam = int
436 \e[0;32m[ RUN      ] \e[mTypedTest/0.Success
437 \e[0;32m[       OK ] \e[mTypedTest/0.Success
438 \e[0;32m[ RUN      ] \e[mTypedTest/0.Failure
439 gtest_output_test_.cc:#: Failure
440 Value of: TypeParam()
441   Actual: 0
442 Expected: 1
443 Expected failure
444 \e[0;31m[  FAILED  ] \e[mTypedTest/0.Failure, where TypeParam = int
445 \e[0;32m[----------] \e[m2 tests from Unsigned/TypedTestP/0, where TypeParam = unsigned char
446 \e[0;32m[ RUN      ] \e[mUnsigned/TypedTestP/0.Success
447 \e[0;32m[       OK ] \e[mUnsigned/TypedTestP/0.Success
448 \e[0;32m[ RUN      ] \e[mUnsigned/TypedTestP/0.Failure
449 gtest_output_test_.cc:#: Failure
450 Value of: TypeParam()
451   Actual: '\0'
452 Expected: 1U
453 Which is: 1
454 Expected failure
455 \e[0;31m[  FAILED  ] \e[mUnsigned/TypedTestP/0.Failure, where TypeParam = unsigned char
456 \e[0;32m[----------] \e[m2 tests from Unsigned/TypedTestP/1, where TypeParam = unsigned int
457 \e[0;32m[ RUN      ] \e[mUnsigned/TypedTestP/1.Success
458 \e[0;32m[       OK ] \e[mUnsigned/TypedTestP/1.Success
459 \e[0;32m[ RUN      ] \e[mUnsigned/TypedTestP/1.Failure
460 gtest_output_test_.cc:#: Failure
461 Value of: TypeParam()
462   Actual: 0
463 Expected: 1U
464 Which is: 1
465 Expected failure
466 \e[0;31m[  FAILED  ] \e[mUnsigned/TypedTestP/1.Failure, where TypeParam = unsigned int
467 \e[0;32m[----------] \e[m4 tests from ExpectFailureTest
468 \e[0;32m[ RUN      ] \e[mExpectFailureTest.ExpectFatalFailure
469 (expecting 1 failure)
470 gtest.cc:#: Failure
471 Expected: 1 fatal failure
472   Actual:
473 gtest_output_test_.cc:#: Success:
474 Succeeded
475
476 (expecting 1 failure)
477 gtest.cc:#: Failure
478 Expected: 1 fatal failure
479   Actual:
480 gtest_output_test_.cc:#: Non-fatal failure:
481 Failed
482 Expected non-fatal failure.
483
484 (expecting 1 failure)
485 gtest.cc:#: Failure
486 Expected: 1 fatal failure containing "Some other fatal failure expected."
487   Actual:
488 gtest_output_test_.cc:#: Fatal failure:
489 Failed
490 Expected fatal failure.
491
492 \e[0;31m[  FAILED  ] \e[mExpectFailureTest.ExpectFatalFailure
493 \e[0;32m[ RUN      ] \e[mExpectFailureTest.ExpectNonFatalFailure
494 (expecting 1 failure)
495 gtest.cc:#: Failure
496 Expected: 1 non-fatal failure
497   Actual:
498 gtest_output_test_.cc:#: Success:
499 Succeeded
500
501 (expecting 1 failure)
502 gtest.cc:#: Failure
503 Expected: 1 non-fatal failure
504   Actual:
505 gtest_output_test_.cc:#: Fatal failure:
506 Failed
507 Expected fatal failure.
508
509 (expecting 1 failure)
510 gtest.cc:#: Failure
511 Expected: 1 non-fatal failure containing "Some other non-fatal failure."
512   Actual:
513 gtest_output_test_.cc:#: Non-fatal failure:
514 Failed
515 Expected non-fatal failure.
516
517 \e[0;31m[  FAILED  ] \e[mExpectFailureTest.ExpectNonFatalFailure
518 \e[0;32m[ RUN      ] \e[mExpectFailureTest.ExpectFatalFailureOnAllThreads
519 (expecting 1 failure)
520 gtest.cc:#: Failure
521 Expected: 1 fatal failure
522   Actual:
523 gtest_output_test_.cc:#: Success:
524 Succeeded
525
526 (expecting 1 failure)
527 gtest.cc:#: Failure
528 Expected: 1 fatal failure
529   Actual:
530 gtest_output_test_.cc:#: Non-fatal failure:
531 Failed
532 Expected non-fatal failure.
533
534 (expecting 1 failure)
535 gtest.cc:#: Failure
536 Expected: 1 fatal failure containing "Some other fatal failure expected."
537   Actual:
538 gtest_output_test_.cc:#: Fatal failure:
539 Failed
540 Expected fatal failure.
541
542 \e[0;31m[  FAILED  ] \e[mExpectFailureTest.ExpectFatalFailureOnAllThreads
543 \e[0;32m[ RUN      ] \e[mExpectFailureTest.ExpectNonFatalFailureOnAllThreads
544 (expecting 1 failure)
545 gtest.cc:#: Failure
546 Expected: 1 non-fatal failure
547   Actual:
548 gtest_output_test_.cc:#: Success:
549 Succeeded
550
551 (expecting 1 failure)
552 gtest.cc:#: Failure
553 Expected: 1 non-fatal failure
554   Actual:
555 gtest_output_test_.cc:#: Fatal failure:
556 Failed
557 Expected fatal failure.
558
559 (expecting 1 failure)
560 gtest.cc:#: Failure
561 Expected: 1 non-fatal failure containing "Some other non-fatal failure."
562   Actual:
563 gtest_output_test_.cc:#: Non-fatal failure:
564 Failed
565 Expected non-fatal failure.
566
567 \e[0;31m[  FAILED  ] \e[mExpectFailureTest.ExpectNonFatalFailureOnAllThreads
568 \e[0;32m[----------] \e[m2 tests from ExpectFailureWithThreadsTest
569 \e[0;32m[ RUN      ] \e[mExpectFailureWithThreadsTest.ExpectFatalFailure
570 (expecting 2 failures)
571 gtest_output_test_.cc:#: Failure
572 Failed
573 Expected fatal failure.
574 gtest.cc:#: Failure
575 Expected: 1 fatal failure
576   Actual: 0 failures
577 \e[0;31m[  FAILED  ] \e[mExpectFailureWithThreadsTest.ExpectFatalFailure
578 \e[0;32m[ RUN      ] \e[mExpectFailureWithThreadsTest.ExpectNonFatalFailure
579 (expecting 2 failures)
580 gtest_output_test_.cc:#: Failure
581 Failed
582 Expected non-fatal failure.
583 gtest.cc:#: Failure
584 Expected: 1 non-fatal failure
585   Actual: 0 failures
586 \e[0;31m[  FAILED  ] \e[mExpectFailureWithThreadsTest.ExpectNonFatalFailure
587 \e[0;32m[----------] \e[m1 test from ScopedFakeTestPartResultReporterTest
588 \e[0;32m[ RUN      ] \e[mScopedFakeTestPartResultReporterTest.InterceptOnlyCurrentThread
589 (expecting 2 failures)
590 gtest_output_test_.cc:#: Failure
591 Failed
592 Expected fatal failure.
593 gtest_output_test_.cc:#: Failure
594 Failed
595 Expected non-fatal failure.
596 \e[0;31m[  FAILED  ] \e[mScopedFakeTestPartResultReporterTest.InterceptOnlyCurrentThread
597 \e[0;32m[----------] \e[m1 test from PrintingFailingParams/FailingParamTest
598 \e[0;32m[ RUN      ] \e[mPrintingFailingParams/FailingParamTest.Fails/0
599 gtest_output_test_.cc:#: Failure
600 Value of: GetParam()
601   Actual: 2
602 Expected: 1
603 \e[0;31m[  FAILED  ] \e[mPrintingFailingParams/FailingParamTest.Fails/0, where GetParam() = 2
604 \e[0;32m[----------] \e[mGlobal test environment tear-down
605 BarEnvironment::TearDown() called.
606 gtest_output_test_.cc:#: Failure
607 Failed
608 Expected non-fatal failure.
609 FooEnvironment::TearDown() called.
610 gtest_output_test_.cc:#: Failure
611 Failed
612 Expected fatal failure.
613 \e[0;32m[==========] \e[m64 tests from 28 test cases ran.
614 \e[0;32m[  PASSED  ] \e[m21 tests.
615 \e[0;31m[  FAILED  ] \e[m43 tests, listed below:
616 \e[0;31m[  FAILED  ] \e[mNonfatalFailureTest.EscapesStringOperands
617 \e[0;31m[  FAILED  ] \e[mNonfatalFailureTest.DiffForLongStrings
618 \e[0;31m[  FAILED  ] \e[mFatalFailureTest.FatalFailureInSubroutine
619 \e[0;31m[  FAILED  ] \e[mFatalFailureTest.FatalFailureInNestedSubroutine
620 \e[0;31m[  FAILED  ] \e[mFatalFailureTest.NonfatalFailureInSubroutine
621 \e[0;31m[  FAILED  ] \e[mLoggingTest.InterleavingLoggingAndAssertions
622 \e[0;31m[  FAILED  ] \e[mSCOPED_TRACETest.ObeysScopes
623 \e[0;31m[  FAILED  ] \e[mSCOPED_TRACETest.WorksInLoop
624 \e[0;31m[  FAILED  ] \e[mSCOPED_TRACETest.WorksInSubroutine
625 \e[0;31m[  FAILED  ] \e[mSCOPED_TRACETest.CanBeNested
626 \e[0;31m[  FAILED  ] \e[mSCOPED_TRACETest.CanBeRepeated
627 \e[0;31m[  FAILED  ] \e[mSCOPED_TRACETest.WorksConcurrently
628 \e[0;31m[  FAILED  ] \e[mNonFatalFailureInFixtureConstructorTest.FailureInConstructor
629 \e[0;31m[  FAILED  ] \e[mFatalFailureInFixtureConstructorTest.FailureInConstructor
630 \e[0;31m[  FAILED  ] \e[mNonFatalFailureInSetUpTest.FailureInSetUp
631 \e[0;31m[  FAILED  ] \e[mFatalFailureInSetUpTest.FailureInSetUp
632 \e[0;31m[  FAILED  ] \e[mAddFailureAtTest.MessageContainsSpecifiedFileAndLineNumber
633 \e[0;31m[  FAILED  ] \e[mMixedUpTestCaseTest.ThisShouldFail
634 \e[0;31m[  FAILED  ] \e[mMixedUpTestCaseTest.ThisShouldFailToo
635 \e[0;31m[  FAILED  ] \e[mMixedUpTestCaseWithSameTestNameTest.TheSecondTestWithThisNameShouldFail
636 \e[0;31m[  FAILED  ] \e[mTEST_F_before_TEST_in_same_test_case.DefinedUsingTESTAndShouldFail
637 \e[0;31m[  FAILED  ] \e[mTEST_before_TEST_F_in_same_test_case.DefinedUsingTEST_FAndShouldFail
638 \e[0;31m[  FAILED  ] \e[mExpectNonfatalFailureTest.FailsWhenThereIsNoNonfatalFailure
639 \e[0;31m[  FAILED  ] \e[mExpectNonfatalFailureTest.FailsWhenThereAreTwoNonfatalFailures
640 \e[0;31m[  FAILED  ] \e[mExpectNonfatalFailureTest.FailsWhenThereIsOneFatalFailure
641 \e[0;31m[  FAILED  ] \e[mExpectNonfatalFailureTest.FailsWhenStatementReturns
642 \e[0;31m[  FAILED  ] \e[mExpectNonfatalFailureTest.FailsWhenStatementThrows
643 \e[0;31m[  FAILED  ] \e[mExpectFatalFailureTest.FailsWhenThereIsNoFatalFailure
644 \e[0;31m[  FAILED  ] \e[mExpectFatalFailureTest.FailsWhenThereAreTwoFatalFailures
645 \e[0;31m[  FAILED  ] \e[mExpectFatalFailureTest.FailsWhenThereIsOneNonfatalFailure
646 \e[0;31m[  FAILED  ] \e[mExpectFatalFailureTest.FailsWhenStatementReturns
647 \e[0;31m[  FAILED  ] \e[mExpectFatalFailureTest.FailsWhenStatementThrows
648 \e[0;31m[  FAILED  ] \e[mTypedTest/0.Failure, where TypeParam = int
649 \e[0;31m[  FAILED  ] \e[mUnsigned/TypedTestP/0.Failure, where TypeParam = unsigned char
650 \e[0;31m[  FAILED  ] \e[mUnsigned/TypedTestP/1.Failure, where TypeParam = unsigned int
651 \e[0;31m[  FAILED  ] \e[mExpectFailureTest.ExpectFatalFailure
652 \e[0;31m[  FAILED  ] \e[mExpectFailureTest.ExpectNonFatalFailure
653 \e[0;31m[  FAILED  ] \e[mExpectFailureTest.ExpectFatalFailureOnAllThreads
654 \e[0;31m[  FAILED  ] \e[mExpectFailureTest.ExpectNonFatalFailureOnAllThreads
655 \e[0;31m[  FAILED  ] \e[mExpectFailureWithThreadsTest.ExpectFatalFailure
656 \e[0;31m[  FAILED  ] \e[mExpectFailureWithThreadsTest.ExpectNonFatalFailure
657 \e[0;31m[  FAILED  ] \e[mScopedFakeTestPartResultReporterTest.InterceptOnlyCurrentThread
658 \e[0;31m[  FAILED  ] \e[mPrintingFailingParams/FailingParamTest.Fails/0, where GetParam() = 2
659
660 43 FAILED TESTS
661 \e[0;33m  YOU HAVE 1 DISABLED TEST
662
663 \e[mNote: Google Test filter = FatalFailureTest.*:LoggingTest.*
664 [==========] Running 4 tests from 2 test cases.
665 [----------] Global test environment set-up.
666 [----------] 3 tests from FatalFailureTest
667 [ RUN      ] FatalFailureTest.FatalFailureInSubroutine
668 (expecting a failure that x should be 1)
669 gtest_output_test_.cc:#: Failure
670 Value of: x
671   Actual: 2
672 Expected: 1
673 [  FAILED  ] FatalFailureTest.FatalFailureInSubroutine (? ms)
674 [ RUN      ] FatalFailureTest.FatalFailureInNestedSubroutine
675 (expecting a failure that x should be 1)
676 gtest_output_test_.cc:#: Failure
677 Value of: x
678   Actual: 2
679 Expected: 1
680 [  FAILED  ] FatalFailureTest.FatalFailureInNestedSubroutine (? ms)
681 [ RUN      ] FatalFailureTest.NonfatalFailureInSubroutine
682 (expecting a failure on false)
683 gtest_output_test_.cc:#: Failure
684 Value of: false
685   Actual: false
686 Expected: true
687 [  FAILED  ] FatalFailureTest.NonfatalFailureInSubroutine (? ms)
688 [----------] 3 tests from FatalFailureTest (? ms total)
689
690 [----------] 1 test from LoggingTest
691 [ RUN      ] LoggingTest.InterleavingLoggingAndAssertions
692 (expecting 2 failures on (3) >= (a[i]))
693 i == 0
694 i == 1
695 gtest_output_test_.cc:#: Failure
696 Expected: (3) >= (a[i]), actual: 3 vs 9
697 i == 2
698 i == 3
699 gtest_output_test_.cc:#: Failure
700 Expected: (3) >= (a[i]), actual: 3 vs 6
701 [  FAILED  ] LoggingTest.InterleavingLoggingAndAssertions (? ms)
702 [----------] 1 test from LoggingTest (? ms total)
703
704 [----------] Global test environment tear-down
705 [==========] 4 tests from 2 test cases ran. (? ms total)
706 [  PASSED  ] 0 tests.
707 [  FAILED  ] 4 tests, listed below:
708 [  FAILED  ] FatalFailureTest.FatalFailureInSubroutine
709 [  FAILED  ] FatalFailureTest.FatalFailureInNestedSubroutine
710 [  FAILED  ] FatalFailureTest.NonfatalFailureInSubroutine
711 [  FAILED  ] LoggingTest.InterleavingLoggingAndAssertions
712
713  4 FAILED TESTS
714 Note: Google Test filter = *DISABLED_*
715 [==========] Running 1 test from 1 test case.
716 [----------] Global test environment set-up.
717 [----------] 1 test from DisabledTestsWarningTest
718 [ RUN      ] DisabledTestsWarningTest.DISABLED_AlsoRunDisabledTestsFlagSuppressesWarning
719 [       OK ] DisabledTestsWarningTest.DISABLED_AlsoRunDisabledTestsFlagSuppressesWarning
720 [----------] Global test environment tear-down
721 [==========] 1 test from 1 test case ran.
722 [  PASSED  ] 1 test.
723 Note: Google Test filter = PassingTest.*
724 Note: This is test shard 2 of 2.
725 [==========] Running 1 test from 1 test case.
726 [----------] Global test environment set-up.
727 [----------] 1 test from PassingTest
728 [ RUN      ] PassingTest.PassingTest2
729 [       OK ] PassingTest.PassingTest2
730 [----------] Global test environment tear-down
731 [==========] 1 test from 1 test case ran.
732 [  PASSED  ] 1 test.